2026-03-29 21:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-29 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-29 21:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-29 21:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-29 21:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-29 21:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-29 21:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-29 21:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: 128dd52825e5906f
2026-03-29 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-29 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-29T21_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-29 21:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 21:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-29 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-29 21:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-29 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-29 21:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_TENANT_ID, AZURE_CLIENT_ID
2026-03-29 21:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-29 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 2118
2026-03-29 21:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-29 21:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-29 21:30:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:06 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-29 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-29 21:30:06 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-29 21:30:06 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-29 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-29 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-29 21:30:06 [scrapy.core.engine] INFO: Spider opened
2026-03-29 21:30:06 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-29 21:30:06 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-29 21:30:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 142MiB
2026-03-29 21:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 21:30:06 [scrapy-playwright] INFO: Starting download handler
2026-03-29 21:30:11 [scrapy-playwright] INFO: Launching browser firefox
2026-03-29 21:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-29 21:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-29 21:30:12 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-29 21:30:12 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-29 21:30:13 [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-29 21:30:13 [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-29 21:30:13 [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-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:13 [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-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:13 [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-29 21:30:13 [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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 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-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 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-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-29 21:30:14 [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-29 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-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-29 21:30:14 [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-29 21:30:14 [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-29 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-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-29 21:30:14 [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-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-29 21:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-29 21:30:14 [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-29 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-29 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-29 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-29 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=2e8faf21)
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=129114836&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=1990251616&gjid=2006241682&cid=1355358905.1774819815&tid=UA-73443533-1&_gid=1306441947.1774819815&_r=1&_slc=1&z=930747858> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-29 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-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=129114836&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=1990251616&gjid=2006241682&cid=1355358905.1774819815&tid=UA-73443533-1&_gid=1306441947.1774819815&_r=1&_slc=1&z=930747858>
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&sid=1774819815&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=2521> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1355358905.1774819815>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-29 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=1355358905.1774819815>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&z=1367294371> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&sid=1774819815&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=1774818581&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=2552> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 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-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-29 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-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=2&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&sid=1774819815&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=1774818581&ep.url=%2Fsearch&ep.eventName=search&_et=3&tfd=2552>
2026-03-29 21:30:15 [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-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&sid=1774819815&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=17&tfd=3034> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:15 [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-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:15 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117484252~117884344&apve=1&apvf=f&apvc=1&tft=1774819815868&tfd=3064> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&sid=1774819815&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=2521>
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AEAAAGQ&_s=3&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&sid=1774819815&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=scroll&epn.percent_scrolled=90&_et=17&tfd=3034>
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=1355358905.1774819815>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252>
2026-03-29 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-29 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-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819816218&cv=11&fst=1774819816218&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819816239&tfd=3435> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [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-29 21:30:16 [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-29 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-29 21:30:16 [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-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 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-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774819800000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.usemessages.com/conversations-embed.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-banner.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6906917/photo_000/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_stock.svg>
2026-03-29 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-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/5660001-5670000/5661807/photo_038/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819816218&cv=11&fst=1774819816218&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-29 21:30:17 [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-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774819816218&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B90PgpFHkT295iRxwB9_nTcEUbt1ATgFH2l8Y6WkwMKOgaynvGQNtrAznN3CAv_0HQRGHTVtZaEQJESfkUOdp0jPMdFnhIXkYz0-_-&random=3297311952&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819816218&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B90PgpFHkT295iRxwB9_nTcEUbt1ATgFH2l8Y6WkwMKOgaynvGQNtrAznN3CAv_0HQRGHTVtZaEQJESfkUOdp0jPMdFnhIXkYz0-_-&random=3297311952&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 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=1355358905.1774819815>m=45je63p1v871189256za200zd871189256&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&z=1367294371>
2026-03-29 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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117484252~117884344&apve=1&apvf=f&apvc=1&tft=1774819815868&tfd=3064>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6480001-6490000/6481900/photo_102/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6641568/photo_031/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6640001-6650000/6642494/photo_045/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6664136/photo_029/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6660001-6670000/6666900/photo_043/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6686133/photo_039/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6680001-6690000/6685729/photo_037/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6690001-6700000/6690601/photo_046/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6708816/photo_035/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6700001-6710000/6709582/photo_021/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6710001-6720000/6719179/photo_000/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6722712/photo_085/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6723860/photo_028/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769298/photo_109/260x0__r.jpg>
2026-03-29 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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819816239&tfd=3435>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764996/photo_069/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764581/photo_021/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6764985/photo_112/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6760001-6770000/6769393/photo_053/260x0__r.jpg>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774819800000/5441429.js>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774819816218&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B90PgpFHkT295iRxwB9_nTcEUbt1ATgFH2l8Y6WkwMKOgaynvGQNtrAznN3CAv_0HQRGHTVtZaEQJESfkUOdp0jPMdFnhIXkYz0-_-&random=3297311952&rmt_tld=0&ipr=y>
2026-03-29 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.25939&mobile=false&messagesUtk=7db42faef8c04735b5a34675afcd0b23&traceId=7db42faef8c04735b5a34675afcd0b23> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-29 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-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-29 21:30:17 [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-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=7db42faef8c04735b5a34675afcd0b23&traceId=7db42faef8c04735b5a34675afcd0b23>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819816218&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSUAAFq6B90PgpFHkT295iRxwB9_nTcEUbt1ATgFH2l8Y6WkwMKOgaynvGQNtrAznN3CAv_0HQRGHTVtZaEQJESfkUOdp0jPMdFnhIXkYz0-_-&random=3297311952&rmt_tld=1&ipr=y>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-29 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-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-29 21:30:18 [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=1774819818444&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://d.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-29 21:30:18 [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=1774819818444&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15>
2026-03-29 21:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://d.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [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=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_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=1774819819048&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [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=1774819819219&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&sid=1774819815&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=473&tfd=6456> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819819264&cv=11&fst=1774819819264&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:19 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117484252~117884344&apve=1&apvf=f&apvc=1&tft=1774819819278&tfd=6474> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819819278&tfd=6474> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [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=&_hs_mouse_x_coordinate=1085&_hs_mouse_y_coordinate=573&_hs_offset_x=160&_hs_offset_y=19&_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=1774819819048&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=4&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&sid=1774819815&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&ep.fragment=&_et=473&tfd=6456>
2026-03-29 21:30:19 [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=1774819819449&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [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=1774819819219&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819819264&cv=11&fst=1774819819264&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:19 [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-29 21:30:19 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117484252~117884344&apve=1&apvf=f&apvc=1&tft=1774819819278&tfd=6474>
2026-03-29 21:30:19 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819819278&tfd=6474>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&uid=0&sid=1774819815&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=1774818581&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=3413&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=6733> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819819540&cv=11&fst=1774819819540&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:19 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819819553&tfd=6749> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774819819264&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9LWx3vk3LDswICE-_aVSVVhBZ92zzmZhzKAh07UYY-FWLOz1pK-oxaJmJyB31xDHQb7QnnZMRGnlWdQZgjdkTimwGlfojph8GOCbrwEAbg2YO70WfRDZ3n28&random=2777188228&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819819264&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9LWx3vk3LDswICE-_aVSVVhBZ92zzmZhzKAh07UYY-FWLOz1pK-oxaJmJyB31xDHQb7QnnZMRGnlWdQZgjdkTimwGlfojph8GOCbrwEAbg2YO70WfRDZ3n28&random=2777188228&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [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=1774819819449&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=5&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&uid=0&sid=1774819815&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=1774818581&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=3413&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=6733>
2026-03-29 21:30:19 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819819553&tfd=6749>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819819540&cv=11&fst=1774819819540&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774819819540&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9ibskS_T1cx5ecHgQdrtG2VP51dYkEsmC9VyZ1MasxOiJEN2WpXehafo2eg7JAUuwegs66sqlMAmdZWrvwvQwy4jACNWckQieoiaGJjJkpEkKyXU0s0lWDQw&random=2444326973&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819819540&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9ibskS_T1cx5ecHgQdrtG2VP51dYkEsmC9VyZ1MasxOiJEN2WpXehafo2eg7JAUuwegs66sqlMAmdZWrvwvQwy4jACNWckQieoiaGJjJkpEkKyXU0s0lWDQw&random=2444326973&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774819819264&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9LWx3vk3LDswICE-_aVSVVhBZ92zzmZhzKAh07UYY-FWLOz1pK-oxaJmJyB31xDHQb7QnnZMRGnlWdQZgjdkTimwGlfojph8GOCbrwEAbg2YO70WfRDZ3n28&random=2777188228&rmt_tld=0&ipr=y>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774819819540&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9ibskS_T1cx5ecHgQdrtG2VP51dYkEsmC9VyZ1MasxOiJEN2WpXehafo2eg7JAUuwegs66sqlMAmdZWrvwvQwy4jACNWckQieoiaGJjJkpEkKyXU0s0lWDQw&random=2444326973&rmt_tld=0&ipr=y>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819819264&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9LWx3vk3LDswICE-_aVSVVhBZ92zzmZhzKAh07UYY-FWLOz1pK-oxaJmJyB31xDHQb7QnnZMRGnlWdQZgjdkTimwGlfojph8GOCbrwEAbg2YO70WfRDZ3n28&random=2777188228&rmt_tld=1&ipr=y>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819819540&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9ibskS_T1cx5ecHgQdrtG2VP51dYkEsmC9VyZ1MasxOiJEN2WpXehafo2eg7JAUuwegs66sqlMAmdZWrvwvQwy4jACNWckQieoiaGJjJkpEkKyXU0s0lWDQw&random=2444326973&rmt_tld=1&ipr=y>
2026-03-29 21:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://d.clarity.ms/collect>
2026-03-29 21:30:20 [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-29 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-29 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://d.clarity.ms/collect>
2026-03-29 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-29 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014014/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:20 [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-29 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014012/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/171/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/es.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014009/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014010/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014011/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014007/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014008/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014006/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014003/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014004/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014002/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014005/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014001/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013999/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014000/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013997/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013998/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013996/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013995/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013993/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://d.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014014/photo_000/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/171/logo.png>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014012/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/es.png>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014009/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014011/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014010/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014007/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014008/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014006/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014003/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014004/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014002/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014005/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014001/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013999/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://d.clarity.ms/collect>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7014000/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013997/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013998/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013995/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013996/photo_001/260x0__r.jpg>
2026-03-29 21:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7013993/photo_001/260x0__r.jpg>
2026-03-29 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://d.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&uid=0&sid=1774819815&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=1774818581&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=263&tfd=11734> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://d.clarity.ms/collect>
2026-03-29 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za200zd871189256&_p=1774819814304&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=1355358905.1774819815&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=6&tag_exp=0~115616985~115938466~115938468~116991816~117266401~117484252&uid=0&sid=1774819815&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=1774818581&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=263&tfd=11734>
2026-03-29 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=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=1774819824732&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819824775&cv=11&fst=1774819824775&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819824786&tfd=11983> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:24 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://track.hubspot.com/__ptc.gif?_hs_tag_name=A&_hs_element_id=&_hs_element_class=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=1774819824732&vi=392ab0713f96ebcfc6968de339db10d6&nc=true&u=129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1&b=129379155.1.1774819818443&cc=15>
2026-03-29 21:30:25 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819824786&tfd=11983>
2026-03-29 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819824775&cv=11&fst=1774819824775&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774819824775&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9zbU1xXC2WxNGxtkIlZHi3BEQyz0f8Hk5DiCz7SdslEa9x6-_geUaql5FWp0ZtBsmIBtC1ZUNLc-9XuM0Yrq1zrI8tmdP17Mjm4EYz0pRCE_gBAiLHwjCFnU&random=79518579&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819824775&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9zbU1xXC2WxNGxtkIlZHi3BEQyz0f8Hk5DiCz7SdslEa9x6-_geUaql5FWp0ZtBsmIBtC1ZUNLc-9XuM0Yrq1zrI8tmdP17Mjm4EYz0pRCE_gBAiLHwjCFnU&random=79518579&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774819824775&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9zbU1xXC2WxNGxtkIlZHi3BEQyz0f8Hk5DiCz7SdslEa9x6-_geUaql5FWp0ZtBsmIBtC1ZUNLc-9XuM0Yrq1zrI8tmdP17Mjm4EYz0pRCE_gBAiLHwjCFnU&random=79518579&rmt_tld=0&ipr=y>
2026-03-29 21:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819824775&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9zbU1xXC2WxNGxtkIlZHi3BEQyz0f8Hk5DiCz7SdslEa9x6-_geUaql5FWp0ZtBsmIBtC1ZUNLc-9XuM0Yrq1zrI8tmdP17Mjm4EYz0pRCE_gBAiLHwjCFnU&random=79518579&rmt_tld=1&ipr=y>
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819827147&cv=11&fst=1774819827147&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819827167&cv=11&fst=1774819827167&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:27 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819827175&tfd=14371> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:27 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819827175&tfd=14372> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819827147&cv=11&fst=1774819827147&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774819827147&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9Y905cMHFrbeAPANjUvs2JYKaspwkmTvIDRxJ1ww4Hruh3yTXjXDeGS_0z30aO0_kwqwqqwZIryzpUM64Pg8zNJ843suPxY2R6Q4mTLW7uE21fvQrc7NdM5c&random=2855274272&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819827147&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9Y905cMHFrbeAPANjUvs2JYKaspwkmTvIDRxJ1ww4Hruh3yTXjXDeGS_0z30aO0_kwqwqqwZIryzpUM64Pg8zNJ843suPxY2R6Q4mTLW7uE21fvQrc7NdM5c&random=2855274272&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774819827167&cv=11&fst=1774819827167&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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-29 21:30:27 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819827175&tfd=14371>
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774819827167&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9gaRZ6wysaQ83-FWfb9krgbDQEs1mfEIu09Hv6_OdpYG35uOK_XkudBl1lTaP4jU9nGgB_caXiWwXDTru2wSRepbTcUi94MSDGu6ApXMlEh5wPuqTWBU5H0E&random=2666391034&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819827167&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9gaRZ6wysaQ83-FWfb9krgbDQEs1mfEIu09Hv6_OdpYG35uOK_XkudBl1lTaP4jU9nGgB_caXiWwXDTru2wSRepbTcUi94MSDGu6ApXMlEh5wPuqTWBU5H0E&random=2666391034&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-29 21:30:27 [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=249935834.1774819816&dt=Search%20%7C%20eCarsTrade&auid=694800507.1774819816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774818581&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774819827175&tfd=14372>
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774819827147&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9Y905cMHFrbeAPANjUvs2JYKaspwkmTvIDRxJ1ww4Hruh3yTXjXDeGS_0z30aO0_kwqwqqwZIryzpUM64Pg8zNJ843suPxY2R6Q4mTLW7uE21fvQrc7NdM5c&random=2855274272&rmt_tld=0&ipr=y>
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774819827167&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9gaRZ6wysaQ83-FWfb9krgbDQEs1mfEIu09Hv6_OdpYG35uOK_XkudBl1lTaP4jU9nGgB_caXiWwXDTru2wSRepbTcUi94MSDGu6ApXMlEh5wPuqTWBU5H0E&random=2666391034&rmt_tld=0&ipr=y>
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819827147&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSXgAFq6B9Y905cMHFrbeAPANjUvs2JYKaspwkmTvIDRxJ1ww4Hruh3yTXjXDeGS_0z30aO0_kwqwqqwZIryzpUM64Pg8zNJ843suPxY2R6Q4mTLW7uE21fvQrc7NdM5c&random=2855274272&rmt_tld=1&ipr=y>
2026-03-29 21:30:27 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774819827167&cv=11&fst=1774818000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63q0h2v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938468~116991817~117266402~117384405~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=694800507.1774819816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774818581%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=CAQSXgAFq6B9gaRZ6wysaQ83-FWfb9krgbDQEs1mfEIu09Hv6_OdpYG35uOK_XkudBl1lTaP4jU9nGgB_caXiWwXDTru2wSRepbTcUi94MSDGu6ApXMlEh5wPuqTWBU5H0E&random=2666391034&rmt_tld=1&ipr=y>
2026-03-29 21:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://d.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-29 21:30:29 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://d.clarity.ms/collect>
2026-03-29 21:30:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-29 21:30:29 [ecarstrade.be] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUnXFdYVsb4XA_xAdcBp2V0TEKS7GXLuSo9U2A5EKYhMqByR5C7S90aSIZQF', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808515819, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777411813, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'adsge9698gff6eq2i7s9ft46r6', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774848613, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836336613, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777411813, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '2c3421f1-5d1c-4bac-80ee-31eab94af611', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809379814, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.1306441947.1774819815', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774906215, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774819875, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.1355358905.1774819815', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837891815, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.694800507.1774819816', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782595816, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A21f27d6f-d8cf-46d6-8693-b9f64e1be977%22%2C%22%24device_id%22%3A%2221f27d6f-d8cf-46d6-8693-b9f64e1be977%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': 1806355816, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': 'f4d58f61-4b95-4969-98a8-61b2481bc1d0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806355818, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790371818, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': '392ab0713f96ebcfc6968de339db10d6', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790371818, '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.1774819818443', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774821618, '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-29T21%3A30%3A19.079Z%22%2C%22consentId%22%3A%229d53bd2c-b73d-4686-930a-ec057fe4f1b6%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T21%3A30%3A19.079Z%22%2C%22expirationTime%22%3A1790544619079%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790544619, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"9d53bd2c-b73d-4686-930a-ec057fe4f1b6","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': 1774820120, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774819815$o1$g1$t1774819827$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837891827, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'dVU4X7vjfCufL7zCv2iI3s7CmJTsyLPeT5y5cLrOnSk-1774819818-1.0.1.1-g5_mwI7B50zj.f_hbes.urCk6PGl0T.dv7goSzW6ekIDIyioF3np.9wAou34qT.KNdqW4HmBysgu29tdzx6QfFGnby7DHW9jCN8f3OgDWKQ', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774821618, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': 'bstYiiWinCzxH7ogQZCFw_mLlITocYMqf3tAoJboehQ-1774819818913-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-29 21:30:29 [ecarstrade.be] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUnXFdYVsb4XA_xAdcBp2V0TEKS7GXLuSo9U2A5EKYhMqByR5C7S90aSIZQF', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'adsge9698gff6eq2i7s9ft46r6', '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': '2c3421f1-5d1c-4bac-80ee-31eab94af611', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.1306441947.1774819815', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.1355358905.1774819815', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.694800507.1774819816', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A21f27d6f-d8cf-46d6-8693-b9f64e1be977%22%2C%22%24device_id%22%3A%2221f27d6f-d8cf-46d6-8693-b9f64e1be977%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': 'f4d58f61-4b95-4969-98a8-61b2481bc1d0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.392ab0713f96ebcfc6968de339db10d6.1774819818443.1774819818443.1774819818443.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': '392ab0713f96ebcfc6968de339db10d6', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774819818443', '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-29T21%3A30%3A19.079Z%22%2C%22consentId%22%3A%229d53bd2c-b73d-4686-930a-ec057fe4f1b6%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-29T21%3A30%3A19.079Z%22%2C%22expirationTime%22%3A1790544619079%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"9d53bd2c-b73d-4686-930a-ec057fe4f1b6","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.s1774819815$o1$g1$t1774819827$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'dVU4X7vjfCufL7zCv2iI3s7CmJTsyLPeT5y5cLrOnSk-1774819818-1.0.1.1-g5_mwI7B50zj.f_hbes.urCk6PGl0T.dv7goSzW6ekIDIyioF3np.9wAou34qT.KNdqW4HmBysgu29tdzx6QfFGnby7DHW9jCN8f3OgDWKQ', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': 'bstYiiWinCzxH7ogQZCFw_mLlITocYMqf3tAoJboehQ-1774819818913-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-29 21:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-29 21:30:29 [ecarstrade.be] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-29 21:30:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6906917stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6906917stock: 0
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 5661807stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 5661807stock: 0
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6641568stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6641568stock: 2
2026-03-29 21:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6642494stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6642494stock: 2
2026-03-29 21:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6664136stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6664136stock: 2
2026-03-29 21:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6666900stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6666900stock: 2
2026-03-29 21:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6685729stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6685729stock: 0
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6686133stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6686133stock: 2
2026-03-29 21:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6690601stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6690601stock: 2
2026-03-29 21:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6708816stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6708816stock: 2
2026-03-29 21:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6709582stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6709582stock: 2
2026-03-29 21:30:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6719179stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6719179stock: 2
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6722712stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6722712stock: 2
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6723860stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30: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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6723860stock: 2
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6764581stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6764581stock: 0
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6764985stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6764985stock: 2
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6764996stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6764996stock: 2
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6769298stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6769298stock: 2
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6769393stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6769393stock: 2
2026-03-29 21:30:36 [ecarstrade.be] INFO: Found listing with ID: 6784515stock
2026-03-29 21:30:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:36 [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-29 21:30:36 [ecarstrade.be] INFO: Scrape type for 6784515stock: 2
2026-03-29 21:30:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6666900> (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-29 21:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6708816> (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-29 21:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:43 [ecarstrade.be] INFO: Extracting details for car 6666900stock
2026-03-29 21:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-29 21:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9801514-e511-5c68-b412-d741366988d3 with scrape type 2
2026-03-29 21:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9801514-e511-5c68-b412-d741366988d3 with scrape type 2
2026-03-29 21:30:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9801514-e511-5c68-b412-d741366988d3, identifier: 6666900stock
2026-03-29 21:30:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-29 21:30:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:30:43 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:30:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock
2026-03-29 21:30:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9801514-e511-5c68-b412-d741366988d3 with identifier: 6666900stock to the API
2026-03-29 21:30:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30: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-29 21:30:43 [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-29 21:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:43 [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-29 21:30:43 [ecarstrade.be] INFO: Saving data for 6666900stock: {'created_time': 1772611418.866867, 'last_price_update_time': 1774819843.84986}
2026-03-29 21:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6666900stock') HTTP/1.1" 204 0
2026-03-29 21:30:43 [ecarstrade.be] INFO: Extracting details for car 6708816stock
2026-03-29 21:30:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6664136> (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-29 21:30:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6690601> (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-29 21:30:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6686133> (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-29 21:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-29 21:30:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b394c909-ebe4-5a82-b935-4b8e27f5a480 with scrape type 2
2026-03-29 21:30:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b394c909-ebe4-5a82-b935-4b8e27f5a480 with scrape type 2
2026-03-29 21:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b394c909-ebe4-5a82-b935-4b8e27f5a480, identifier: 6708816stock
2026-03-29 21:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-29 21:30:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock
2026-03-29 21:30:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b394c909-ebe4-5a82-b935-4b8e27f5a480 with identifier: 6708816stock to the API
2026-03-29 21:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30: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-29 21:30:44 [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-29 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276708816stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:44 [ecarstrade.be] INFO: Saving data for 6708816stock: {'created_time': 1774276647.208995, 'last_price_update_time': 1774819844.413488}
2026-03-29 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6708816stock') HTTP/1.1" 204 0
2026-03-29 21:30:44 [ecarstrade.be] INFO: Extracting details for car 6664136stock
2026-03-29 21:30:44 [ecarstrade.be] INFO: Extracting details for car 6690601stock
2026-03-29 21:30:44 [ecarstrade.be] INFO: Extracting details for car 6686133stock
2026-03-29 21:30:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6641568> (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-29 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-29 21:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-29 21:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cb43e29-2541-5dd5-92dc-b973e5448e48 with scrape type 2
2026-03-29 21:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cb43e29-2541-5dd5-92dc-b973e5448e48 with scrape type 2
2026-03-29 21:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cb43e29-2541-5dd5-92dc-b973e5448e48, identifier: 6664136stock
2026-03-29 21:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-29 21:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91997f8a-1092-5857-b516-3ee0efa06e8b with scrape type 2
2026-03-29 21:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91997f8a-1092-5857-b516-3ee0efa06e8b with scrape type 2
2026-03-29 21:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91997f8a-1092-5857-b516-3ee0efa06e8b, identifier: 6690601stock
2026-03-29 21:30:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-29 21:30:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab33887f-bf5b-564d-96a1-a252a20a8c75 with scrape type 2
2026-03-29 21:30:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab33887f-bf5b-564d-96a1-a252a20a8c75 with scrape type 2
2026-03-29 21:30:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab33887f-bf5b-564d-96a1-a252a20a8c75, identifier: 6686133stock
2026-03-29 21:30:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-29 21:30:44 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:30:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:30:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock
2026-03-29 21:30:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cb43e29-2541-5dd5-92dc-b973e5448e48 with identifier: 6664136stock to the API
2026-03-29 21:30:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30: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-29 21:30:45 [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-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276664136stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:45 [ecarstrade.be] INFO: Saving data for 6664136stock: {'created_time': 1772611680.223994, 'last_price_update_time': 1774819845.095589}
2026-03-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6664136stock') HTTP/1.1" 204 0
2026-03-29 21:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-29 21:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock
2026-03-29 21:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91997f8a-1092-5857-b516-3ee0efa06e8b with identifier: 6690601stock to the API
2026-03-29 21:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:30:45 [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-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276690601stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:45 [ecarstrade.be] INFO: Saving data for 6690601stock: {'created_time': 1772611419.368825, 'last_price_update_time': 1774819845.521022}
2026-03-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6690601stock') HTTP/1.1" 204 0
2026-03-29 21:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-29 21:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock
2026-03-29 21:30:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab33887f-bf5b-564d-96a1-a252a20a8c75 with identifier: 6686133stock to the API
2026-03-29 21:30:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:30:45 [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-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276686133stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:45 [ecarstrade.be] INFO: Saving data for 6686133stock: {'created_time': 1772611637.941791, 'last_price_update_time': 1774819845.836642}
2026-03-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6686133stock') HTTP/1.1" 204 0
2026-03-29 21:30:45 [ecarstrade.be] INFO: Extracting details for car 6641568stock
2026-03-29 21:30:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-29 21:30:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7210b309-0e9c-5d00-a65e-0f22c640077c with scrape type 2
2026-03-29 21:30:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7210b309-0e9c-5d00-a65e-0f22c640077c with scrape type 2
2026-03-29 21:30:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7210b309-0e9c-5d00-a65e-0f22c640077c, identifier: 6641568stock
2026-03-29 21:30:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-29 21:30:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock
2026-03-29 21:30:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7210b309-0e9c-5d00-a65e-0f22c640077c with identifier: 6641568stock to the API
2026-03-29 21:30:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:30:46 [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-29 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276641568stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:46 [ecarstrade.be] INFO: Saving data for 6641568stock: {'created_time': 1772611421.161023, 'last_price_update_time': 1774819846.261864}
2026-03-29 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6641568stock') HTTP/1.1" 204 0
2026-03-29 21:30:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6642494> (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-29 21:30:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:49 [ecarstrade.be] INFO: Extracting details for car 6642494stock
2026-03-29 21:30:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-29 21:30:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dad4bc24-536a-5655-9100-432977e3331c with scrape type 2
2026-03-29 21:30:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dad4bc24-536a-5655-9100-432977e3331c with scrape type 2
2026-03-29 21:30:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dad4bc24-536a-5655-9100-432977e3331c, identifier: 6642494stock
2026-03-29 21:30:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-29 21:30:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock
2026-03-29 21:30:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dad4bc24-536a-5655-9100-432977e3331c with identifier: 6642494stock to the API
2026-03-29 21:30:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30: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-29 21:30:49 [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-29 21:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276642494stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:49 [ecarstrade.be] INFO: Saving data for 6642494stock: {'created_time': 1772611638.565741, 'last_price_update_time': 1774819849.541491}
2026-03-29 21:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6642494stock') HTTP/1.1" 204 0
2026-03-29 21:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6709582> (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-29 21:30:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:50 [ecarstrade.be] INFO: Extracting details for car 6709582stock
2026-03-29 21:30:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-29 21:30:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with scrape type 2
2026-03-29 21:30:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with scrape type 2
2026-03-29 21:30:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c, identifier: 6709582stock
2026-03-29 21:30:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-29 21:30:50 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:30:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock
2026-03-29 21:30:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4efaaf0-fbf5-526a-8279-eae9cb00bc8c with identifier: 6709582stock to the API
2026-03-29 21:30:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30: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-29 21:30:50 [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-29 21:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:50 [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-29 21:30:50 [ecarstrade.be] INFO: Saving data for 6709582stock: {'created_time': 1772611484.877613, 'last_price_update_time': 1774819850.95402}
2026-03-29 21:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6709582stock') HTTP/1.1" 204 0
2026-03-29 21:30:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6719179> (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-29 21:30:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:30:51 [ecarstrade.be] INFO: Extracting details for car 6719179stock
2026-03-29 21:30:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-29 21:30:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a44ecb8f-23d2-55ef-b640-e7ed1884837e with scrape type 2
2026-03-29 21:30:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a44ecb8f-23d2-55ef-b640-e7ed1884837e with scrape type 2
2026-03-29 21:30:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a44ecb8f-23d2-55ef-b640-e7ed1884837e, identifier: 6719179stock
2026-03-29 21:30:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-29 21:30:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock
2026-03-29 21:30:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a44ecb8f-23d2-55ef-b640-e7ed1884837e with identifier: 6719179stock to the API
2026-03-29 21:30:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:30:51 [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-29 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276719179stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:51 [ecarstrade.be] INFO: Saving data for 6719179stock: {'created_time': 1774276646.260333, 'last_price_update_time': 1774819851.469512}
2026-03-29 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6719179stock') HTTP/1.1" 204 0
2026-03-29 21:30:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6722712> (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-29 21:30:52 [ecarstrade.be] INFO: Extracting details for car 6722712stock
2026-03-29 21:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-29 21:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cc7bc5c-a03d-5925-a854-cc0df770c169 with scrape type 2
2026-03-29 21:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cc7bc5c-a03d-5925-a854-cc0df770c169 with scrape type 2
2026-03-29 21:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cc7bc5c-a03d-5925-a854-cc0df770c169, identifier: 6722712stock
2026-03-29 21:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-29 21:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock
2026-03-29 21:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cc7bc5c-a03d-5925-a854-cc0df770c169 with identifier: 6722712stock to the API
2026-03-29 21:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30: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-29 21:30:52 [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-29 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276722712stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:52 [ecarstrade.be] INFO: Saving data for 6722712stock: {'created_time': 1772611398.658706, 'last_price_update_time': 1774819852.511581}
2026-03-29 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6722712stock') HTTP/1.1" 204 0
2026-03-29 21:30:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6723860> (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-29 21:30:52 [ecarstrade.be] INFO: Extracting details for car 6723860stock
2026-03-29 21:30:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-29 21:30:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d03ee8ba-adcc-581a-ab40-0ced3b234292 with scrape type 2
2026-03-29 21:30:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d03ee8ba-adcc-581a-ab40-0ced3b234292 with scrape type 2
2026-03-29 21:30:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d03ee8ba-adcc-581a-ab40-0ced3b234292, identifier: 6723860stock
2026-03-29 21:30:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-29 21:30:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:30:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:30:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock
2026-03-29 21:30:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d03ee8ba-adcc-581a-ab40-0ced3b234292 with identifier: 6723860stock to the API
2026-03-29 21:30:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30: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-29 21:30:53 [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-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723860stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:53 [ecarstrade.be] INFO: Saving data for 6723860stock: {'created_time': 1772611721.734003, 'last_price_update_time': 1774819853.047892}
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6723860stock') HTTP/1.1" 204 0
2026-03-29 21:30:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764996> (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-29 21:30:53 [ecarstrade.be] INFO: Extracting details for car 6764996stock
2026-03-29 21:30:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-29 21:30:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with scrape type 2
2026-03-29 21:30:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with scrape type 2
2026-03-29 21:30:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc, identifier: 6764996stock
2026-03-29 21:30:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-29 21:30:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:30:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock
2026-03-29 21:30:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ce3b04a-e725-5bc8-93e1-4b1ad11651dc with identifier: 6764996stock to the API
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:30:53 [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-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764996stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:53 [ecarstrade.be] INFO: Saving data for 6764996stock: {'created_time': 1772611708.100086, 'last_price_update_time': 1774819853.670573}
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764996stock') HTTP/1.1" 204 0
2026-03-29 21:30:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6769298> (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-29 21:30:57 [ecarstrade.be] INFO: Extracting details for car 6769298stock
2026-03-29 21:30:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-29 21:30:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with scrape type 2
2026-03-29 21:30:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with scrape type 2
2026-03-29 21:30:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40d351d7-88ff-5f40-8c8a-1f404394f3d1, identifier: 6769298stock
2026-03-29 21:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-29 21:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock
2026-03-29 21:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40d351d7-88ff-5f40-8c8a-1f404394f3d1 with identifier: 6769298stock to the API
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:30:57 [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-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769298stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:57 [ecarstrade.be] INFO: Saving data for 6769298stock: {'created_time': 1772611619.306317, 'last_price_update_time': 1774819857.39945}
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6769298stock') HTTP/1.1" 204 0
2026-03-29 21:30:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6769393> (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-29 21:30:57 [ecarstrade.be] INFO: Extracting details for car 6769393stock
2026-03-29 21:30:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-29 21:30:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with scrape type 2
2026-03-29 21:30:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with scrape type 2
2026-03-29 21:30:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f, identifier: 6769393stock
2026-03-29 21:30:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-29 21:30:57 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:30:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock
2026-03-29 21:30:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6826b4d5-2634-5aab-927d-e2df2d8d6e6f with identifier: 6769393stock to the API
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:30:57 [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-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769393stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:57 [ecarstrade.be] INFO: Saving data for 6769393stock: {'created_time': 1772611615.576457, 'last_price_update_time': 1774819857.941026}
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6769393stock') HTTP/1.1" 204 0
2026-03-29 21:30:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784515> (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-29 21:30:58 [ecarstrade.be] INFO: Extracting details for car 6784515stock
2026-03-29 21:30:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-29 21:30:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with scrape type 2
2026-03-29 21:30:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with scrape type 2
2026-03-29 21:30:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bbdb3e1-9794-5fea-b298-96aaaaeace05, identifier: 6784515stock
2026-03-29 21:30:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-29 21:30:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock
2026-03-29 21:30:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bbdb3e1-9794-5fea-b298-96aaaaeace05 with identifier: 6784515stock to the API
2026-03-29 21:30:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:30:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:30:58 [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-29 21:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784515stock%27 HTTP/1.1" 200 None
2026-03-29 21:30:58 [ecarstrade.be] INFO: Saving data for 6784515stock: {'created_time': 1772611704.455807, 'last_price_update_time': 1774819858.480909}
2026-03-29 21:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:30:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784515stock') HTTP/1.1" 204 0
2026-03-29 21:31:06 [scrapy.extensions.logstats] INFO: Crawled 17 pages (at 17 pages/min), scraped 15 items (at 15 items/min)
2026-03-29 21:31:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 223MiB
2026-03-29 21:31:13 [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-29 21:31:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:31:13 [ecarstrade.be] INFO: Found listing with ID: 6795176stock
2026-03-29 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276795176stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:13 [ecarstrade.be] INFO: Scrape type for 6795176stock: 2
2026-03-29 21:31:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:13 [ecarstrade.be] INFO: Found listing with ID: 6816168stock
2026-03-29 21:31:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276816168stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6816168stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6819880stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276819880stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6819880stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6821040stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276821040stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6821040stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6843749stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276843749stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6843749stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6846412stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276846412stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6846412stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6847119stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276847119stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6847119stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6854164stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276854164stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6854164stock: 2
2026-03-29 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-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6855416stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276855416stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6855416stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6878513stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276878513stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6878513stock: 2
2026-03-29 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-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6883181stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276883181stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6883181stock: 2
2026-03-29 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-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6886947stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276886947stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6886947stock: 2
2026-03-29 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-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6890019stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276890019stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6890019stock: 2
2026-03-29 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-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6890677stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276890677stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6890677stock: 2
2026-03-29 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-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6890920stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276890920stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6890920stock: 2
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6891450stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276891450stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6891450stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6897903stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276897903stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6897903stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6906305stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276906305stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6906305stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6910287stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276910287stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6910287stock: 0
2026-03-29 21:31:14 [ecarstrade.be] INFO: Found listing with ID: 6910288stock
2026-03-29 21:31:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276910288stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:14 [ecarstrade.be] INFO: Scrape type for 6910288stock: 0
2026-03-29 21:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764985> (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-29 21:31:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:19 [ecarstrade.be] INFO: Extracting details for car 6764985stock
2026-03-29 21:31:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-29 21:31:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b53d6814-8c79-5d40-addf-f17c69f2ed5f with scrape type 2
2026-03-29 21:31:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b53d6814-8c79-5d40-addf-f17c69f2ed5f with scrape type 2
2026-03-29 21:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b53d6814-8c79-5d40-addf-f17c69f2ed5f, identifier: 6764985stock
2026-03-29 21:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-29 21:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock
2026-03-29 21:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b53d6814-8c79-5d40-addf-f17c69f2ed5f with identifier: 6764985stock to the API
2026-03-29 21:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:31:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:31:20 [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-29 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764985stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:20 [ecarstrade.be] INFO: Saving data for 6764985stock: {'created_time': 1772611457.431575, 'last_price_update_time': 1774819880.407808}
2026-03-29 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764985stock') HTTP/1.1" 204 0
2026-03-29 21:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890019> (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-29 21:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886947> (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-29 21:31:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6854164> (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-29 21:31:20 [ecarstrade.be] INFO: Extracting details for car 6890019stock
2026-03-29 21:31:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-29 21:31:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b184380f-441f-505c-950b-181980720dcf with scrape type 2
2026-03-29 21:31:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b184380f-441f-505c-950b-181980720dcf with scrape type 2
2026-03-29 21:31:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b184380f-441f-505c-950b-181980720dcf, identifier: 6890019stock
2026-03-29 21:31:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-29 21:31:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock
2026-03-29 21:31:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b184380f-441f-505c-950b-181980720dcf with identifier: 6890019stock to the API
2026-03-29 21:31:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:31:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:31:21 [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-29 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276890019stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:21 [ecarstrade.be] INFO: Saving data for 6890019stock: {'created_time': 1772611822.145462, 'last_price_update_time': 1774819881.119389}
2026-03-29 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890019stock') HTTP/1.1" 204 0
2026-03-29 21:31:21 [ecarstrade.be] INFO: Extracting details for car 6886947stock
2026-03-29 21:31:21 [ecarstrade.be] INFO: Extracting details for car 6854164stock
2026-03-29 21:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878513> (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-29 21:31:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6795176> (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-29 21:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-29 21:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with scrape type 2
2026-03-29 21:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with scrape type 2
2026-03-29 21:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8, identifier: 6886947stock
2026-03-29 21:31:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-29 21:31:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f6a0c87-48de-550a-8f18-6285117d5034 with scrape type 2
2026-03-29 21:31:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f6a0c87-48de-550a-8f18-6285117d5034 with scrape type 2
2026-03-29 21:31:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f6a0c87-48de-550a-8f18-6285117d5034, identifier: 6854164stock
2026-03-29 21:31:21 [ecarstrade.be] INFO: Extracting details for car 6878513stock
2026-03-29 21:31:21 [ecarstrade.be] INFO: Extracting details for car 6795176stock
2026-03-29 21:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-29 21:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock
2026-03-29 21:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4a8bc75-8f4c-513b-b6f4-96442e95e4f8 with identifier: 6886947stock to the API
2026-03-29 21:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:31:21 [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-29 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276886947stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:21 [ecarstrade.be] INFO: Saving data for 6886947stock: {'created_time': 1772611808.401466, 'last_price_update_time': 1774819881.704516}
2026-03-29 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886947stock') HTTP/1.1" 204 0
2026-03-29 21:31:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-29 21:31:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock
2026-03-29 21:31:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f6a0c87-48de-550a-8f18-6285117d5034 with identifier: 6854164stock to the API
2026-03-29 21:31:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:31:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6854164>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5f6a0c87-48de-550a-8f18-6285117d5034',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6854164',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'V40 Cross Country',
'odometer': 182792,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-08-27',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V40 Cross Country 1.6 D2 Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.6 D2 Navi Klima PDC ...',
'vin': None,
'year': 2013}
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276854164stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:22 [ecarstrade.be] INFO: Saving data for 6854164stock: {'created_time': 1772611737.995113, 'last_price_update_time': 1774819882.009726}
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6854164stock') HTTP/1.1" 204 0
2026-03-29 21:31:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6883181> (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-29 21:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-29 21:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1e092cc-1353-5d9b-8f88-9f3486a276fc with scrape type 2
2026-03-29 21:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1e092cc-1353-5d9b-8f88-9f3486a276fc with scrape type 2
2026-03-29 21:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1e092cc-1353-5d9b-8f88-9f3486a276fc, identifier: 6878513stock
2026-03-29 21:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-29 21:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with scrape type 2
2026-03-29 21:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with scrape type 2
2026-03-29 21:31:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc, identifier: 6795176stock
2026-03-29 21:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-29 21:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock
2026-03-29 21:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1e092cc-1353-5d9b-8f88-9f3486a276fc with identifier: 6878513stock to the API
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:31:22 [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-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276878513stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:22 [ecarstrade.be] INFO: Saving data for 6878513stock: {'created_time': 1772611771.510323, 'last_price_update_time': 1774819882.556437}
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878513stock') HTTP/1.1" 204 0
2026-03-29 21:31:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-29 21:31:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock
2026-03-29 21:31:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8264ebf5-3ea5-5a8d-b1e5-51ad981e70cc with identifier: 6795176stock to the API
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:31:22 [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-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276795176stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:22 [ecarstrade.be] INFO: Saving data for 6795176stock: {'created_time': 1772611588.027008, 'last_price_update_time': 1774819882.898431}
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6795176stock') HTTP/1.1" 204 0
2026-03-29 21:31:22 [ecarstrade.be] INFO: Extracting details for car 6883181stock
2026-03-29 21:31:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-29 21:31:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3939e18d-286e-5b74-bb78-591bf5be9bab with scrape type 2
2026-03-29 21:31:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3939e18d-286e-5b74-bb78-591bf5be9bab with scrape type 2
2026-03-29 21:31:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3939e18d-286e-5b74-bb78-591bf5be9bab, identifier: 6883181stock
2026-03-29 21:31:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-29 21:31:23 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:31:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock
2026-03-29 21:31:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3939e18d-286e-5b74-bb78-591bf5be9bab with identifier: 6883181stock to the API
2026-03-29 21:31:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:31: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-29 21:31:23 [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-29 21:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:23 [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-29 21:31:23 [ecarstrade.be] INFO: Saving data for 6883181stock: {'created_time': 1772611314.536781, 'last_price_update_time': 1774819883.348441}
2026-03-29 21:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6883181stock') HTTP/1.1" 204 0
2026-03-29 21:31:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890677> (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-29 21:31:26 [ecarstrade.be] INFO: Extracting details for car 6890677stock
2026-03-29 21:31:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-29 21:31:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf7d4511-d2d6-5948-b239-934033b96937 with scrape type 2
2026-03-29 21:31:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf7d4511-d2d6-5948-b239-934033b96937 with scrape type 2
2026-03-29 21:31:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf7d4511-d2d6-5948-b239-934033b96937, identifier: 6890677stock
2026-03-29 21:31:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-29 21:31:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock
2026-03-29 21:31:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf7d4511-d2d6-5948-b239-934033b96937 with identifier: 6890677stock to the API
2026-03-29 21:31:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:31: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-29 21:31:27 [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-29 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890677stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:27 [ecarstrade.be] INFO: Saving data for 6890677stock: {'created_time': 1772611810.252201, 'last_price_update_time': 1774819887.267226}
2026-03-29 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890677stock') HTTP/1.1" 204 0
2026-03-29 21:31:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890920> (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-29 21:31:46 [ecarstrade.be] INFO: Extracting details for car 6890920stock
2026-03-29 21:31:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-29 21:31:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with scrape type 2
2026-03-29 21:31:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with scrape type 2
2026-03-29 21:31:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e, identifier: 6890920stock
2026-03-29 21:31:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-29 21:31:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock
2026-03-29 21:31:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aeef9a23-6703-5d5d-85fa-eb6eebd9ae2e with identifier: 6890920stock to the API
2026-03-29 21:31:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:31: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-29 21:31:46 [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-29 21:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:46 [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-29 21:31:46 [ecarstrade.be] INFO: Saving data for 6890920stock: {'created_time': 1774283659.688867, 'last_price_update_time': 1774819906.544855}
2026-03-29 21:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890920stock') HTTP/1.1" 204 0
2026-03-29 21:31:48 [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-29 21:31:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6915596stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915596stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6915596stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6915770stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915770stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6915770stock: 2
2026-03-29 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6917674stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917674stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6917674stock: 2
2026-03-29 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6922141stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922141stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6922141stock: 2
2026-03-29 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6928196stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928196stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6928196stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6928287stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928287stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6928287stock: 2
2026-03-29 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6933343stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933343stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6933343stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6939443stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939443stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6939443stock: 2
2026-03-29 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6939689stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939689stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6939689stock: 2
2026-03-29 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6945582stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945582stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6945582stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6945629stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945629stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6945629stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6953550stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953550stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6953550stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6953591stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953591stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6953591stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6953602stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953602stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6953602stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6957434stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957434stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6957434stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6957436stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957436stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6957436stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6957438stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957438stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6957438stock: 0
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6960259stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960259stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6960259stock: 2
2026-03-29 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6962711stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962711stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6962711stock: 2
2026-03-29 21:31:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:48 [ecarstrade.be] INFO: Found listing with ID: 6962713stock
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962713stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:48 [ecarstrade.be] INFO: Scrape type for 6962713stock: 2
2026-03-29 21:31:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915770> (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-29 21:31:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928287> (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-29 21:31:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6960259> (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-29 21:31:55 [ecarstrade.be] INFO: Extracting details for car 6915770stock
2026-03-29 21:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-29 21:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eaa70f8f-47ab-54d1-9160-825a1b3aa646 with scrape type 2
2026-03-29 21:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eaa70f8f-47ab-54d1-9160-825a1b3aa646 with scrape type 2
2026-03-29 21:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eaa70f8f-47ab-54d1-9160-825a1b3aa646, identifier: 6915770stock
2026-03-29 21:31:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-29 21:31:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock
2026-03-29 21:31:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eaa70f8f-47ab-54d1-9160-825a1b3aa646 with identifier: 6915770stock to the API
2026-03-29 21:31:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:31:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:31:55 [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-29 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915770stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:55 [ecarstrade.be] INFO: Saving data for 6915770stock: {'created_time': 1772839900.302788, 'last_price_update_time': 1774819915.697863}
2026-03-29 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915770stock') HTTP/1.1" 204 0
2026-03-29 21:31:55 [ecarstrade.be] INFO: Extracting details for car 6928287stock
2026-03-29 21:31:55 [ecarstrade.be] INFO: Extracting details for car 6960259stock
2026-03-29 21:31:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6917674> (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-29 21:31:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922141> (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-29 21:31:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939443> (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-29 21:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-29 21:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with scrape type 2
2026-03-29 21:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with scrape type 2
2026-03-29 21:31:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2, identifier: 6928287stock
2026-03-29 21:31:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04e2124-25cf-55d3-baf7-c100ce0a63ff with identifier: 6960259stock
2026-03-29 21:31:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04e2124-25cf-55d3-baf7-c100ce0a63ff with scrape type 2
2026-03-29 21:31:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04e2124-25cf-55d3-baf7-c100ce0a63ff with scrape type 2
2026-03-29 21:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b04e2124-25cf-55d3-baf7-c100ce0a63ff, identifier: 6960259stock
2026-03-29 21:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-29 21:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock
2026-03-29 21:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3639ea8d-d2b9-5803-bd51-ec1875b27cf2 with identifier: 6928287stock to the API
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:31:56 [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-29 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928287stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:56 [ecarstrade.be] INFO: Saving data for 6928287stock: {'created_time': 1773180982.108215, 'last_price_update_time': 1774819916.386975}
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928287stock') HTTP/1.1" 204 0
2026-03-29 21:31:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b04e2124-25cf-55d3-baf7-c100ce0a63ff with identifier: 6960259stock
2026-03-29 21:31:56 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 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-29 21:31:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b04e2124-25cf-55d3-baf7-c100ce0a63ff with identifier: 6960259stock
2026-03-29 21:31:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b04e2124-25cf-55d3-baf7-c100ce0a63ff with identifier: 6960259stock to the API
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:31:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6960259>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'b04e2124-25cf-55d3-baf7-c100ce0a63ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6960259',
'listing': 'auction',
'location': 'Belgium',
'make': 'Polestar',
'model': '2',
'odometer': 69837,
'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': 'Polestar 2 Long Range Single Motor Pilot Aut. LED-Xenon Virtual ACC '
'Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'Long Range Single Motor Pilot Aut. LED-Xenon Virtual ACC Navi '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960259stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:56 [ecarstrade.be] INFO: Saving data for 6960259stock: {'created_time': 1773956119.892682, 'last_price_update_time': 1774819916.757647}
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6960259stock') HTTP/1.1" 204 0
2026-03-29 21:31:56 [ecarstrade.be] INFO: Extracting details for car 6917674stock
2026-03-29 21:31:56 [ecarstrade.be] INFO: Extracting details for car 6922141stock
2026-03-29 21:31:56 [ecarstrade.be] INFO: Extracting details for car 6939443stock
2026-03-29 21:31:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939689> (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-29 21:31:56 [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-29 21:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-29 21:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with scrape type 2
2026-03-29 21:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with scrape type 2
2026-03-29 21:31:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97fb5223-ae4d-5761-91ff-ba02ee320ef4, identifier: 6917674stock
2026-03-29 21:31:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-29 21:31:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 425c0333-d561-5bd7-8f3c-481a63e3ce56 with scrape type 2
2026-03-29 21:31:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 425c0333-d561-5bd7-8f3c-481a63e3ce56 with scrape type 2
2026-03-29 21:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 425c0333-d561-5bd7-8f3c-481a63e3ce56, identifier: 6922141stock
2026-03-29 21:31:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-29 21:31:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b3de09-20a0-502d-b771-0e90fd83e361 with scrape type 2
2026-03-29 21:31:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b3de09-20a0-502d-b771-0e90fd83e361 with scrape type 2
2026-03-29 21:31:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96b3de09-20a0-502d-b771-0e90fd83e361, identifier: 6939443stock
2026-03-29 21:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-29 21:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock
2026-03-29 21:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97fb5223-ae4d-5761-91ff-ba02ee320ef4 with identifier: 6917674stock to the API
2026-03-29 21:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:31:57 [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-29 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276917674stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:57 [ecarstrade.be] INFO: Saving data for 6917674stock: {'created_time': 1772839876.337871, 'last_price_update_time': 1774819917.46935}
2026-03-29 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6917674stock') HTTP/1.1" 204 0
2026-03-29 21:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-29 21:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock
2026-03-29 21:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 425c0333-d561-5bd7-8f3c-481a63e3ce56 with identifier: 6922141stock to the API
2026-03-29 21:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:31:57 [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-29 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276922141stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:57 [ecarstrade.be] INFO: Saving data for 6922141stock: {'created_time': 1774276621.777343, 'last_price_update_time': 1774819917.783458}
2026-03-29 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922141stock') HTTP/1.1" 204 0
2026-03-29 21:31:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-29 21:31:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock
2026-03-29 21:31:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96b3de09-20a0-502d-b771-0e90fd83e361 with identifier: 6939443stock to the API
2026-03-29 21:31:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:31:58 [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-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276939443stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Saving data for 6939443stock: {'created_time': 1773758235.661321, 'last_price_update_time': 1774819918.148771}
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939443stock') HTTP/1.1" 204 0
2026-03-29 21:31:58 [ecarstrade.be] INFO: Extracting details for car 6939689stock
2026-03-29 21:31:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-29 21:31:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f569c3fd-a4a1-53cd-8002-7f7a6364844c with scrape type 2
2026-03-29 21:31:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f569c3fd-a4a1-53cd-8002-7f7a6364844c with scrape type 2
2026-03-29 21:31:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f569c3fd-a4a1-53cd-8002-7f7a6364844c, identifier: 6939689stock
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:31:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-29 21:31:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock
2026-03-29 21:31:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f569c3fd-a4a1-53cd-8002-7f7a6364844c with identifier: 6939689stock to the API
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:31:58 [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-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276939689stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Saving data for 6939689stock: {'created_time': 1773672105.257895, 'last_price_update_time': 1774819918.607768}
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939689stock') HTTP/1.1" 204 0
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6962714stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276962714stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6962714stock: 2
2026-03-29 21:31:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6962716stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276962716stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6962716stock: 2
2026-03-29 21:31:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6963226stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276963226stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6963226stock: 0
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6908964stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276908964stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6908964stock: 2
2026-03-29 21:31:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6937847stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276937847stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6937847stock: 2
2026-03-29 21:31:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6939652stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276939652stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6939652stock: 0
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6940210stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276940210stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6940210stock: 2
2026-03-29 21:31:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6941363stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941363stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6941363stock: 2
2026-03-29 21:31:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6941452stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941452stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6941452stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6941565stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941565stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6941565stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6941593stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941593stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6941593stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6941759stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941759stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6941759stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6941847stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941847stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6941847stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6948713stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276948713stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6948713stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6948720stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276948720stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6948720stock: 0
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6950867stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276950867stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6950867stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6956822stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276956822stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6956822stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6961504stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276961504stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6961504stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6963854stock
2026-03-29 21:31:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276963854stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:58 [ecarstrade.be] INFO: Scrape type for 6963854stock: 2
2026-03-29 21:31:58 [ecarstrade.be] INFO: Found listing with ID: 6779771stock
2026-03-29 21:31:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276779771stock%27 HTTP/1.1" 200 None
2026-03-29 21:31:59 [ecarstrade.be] INFO: Scrape type for 6779771stock: 2
2026-03-29 21:32:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962711> (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-29 21:32:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:02 [ecarstrade.be] INFO: Extracting details for car 6962711stock
2026-03-29 21:32:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-29 21:32:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec908ba1-5bef-5610-91df-078fcbd6fe62 with scrape type 2
2026-03-29 21:32:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec908ba1-5bef-5610-91df-078fcbd6fe62 with scrape type 2
2026-03-29 21:32:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec908ba1-5bef-5610-91df-078fcbd6fe62, identifier: 6962711stock
2026-03-29 21:32:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-29 21:32:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock
2026-03-29 21:32:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec908ba1-5bef-5610-91df-078fcbd6fe62 with identifier: 6962711stock to the API
2026-03-29 21:32:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:02 [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-29 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276962711stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:02 [ecarstrade.be] INFO: Saving data for 6962711stock: {'created_time': 1774276714.175724, 'last_price_update_time': 1774819922.65442}
2026-03-29 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962711stock') HTTP/1.1" 204 0
2026-03-29 21:32:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962713> (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-29 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-29 21:32:03 [ecarstrade.be] INFO: Extracting details for car 6962713stock
2026-03-29 21:32:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-29 21:32:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a55c3a1b-c8f6-5935-b851-f827ebc04776 with scrape type 2
2026-03-29 21:32:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a55c3a1b-c8f6-5935-b851-f827ebc04776 with scrape type 2
2026-03-29 21:32:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a55c3a1b-c8f6-5935-b851-f827ebc04776, identifier: 6962713stock
2026-03-29 21:32:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-29 21:32:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock
2026-03-29 21:32:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a55c3a1b-c8f6-5935-b851-f827ebc04776 with identifier: 6962713stock to the API
2026-03-29 21:32:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:32:03 [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-29 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276962713stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:03 [ecarstrade.be] INFO: Saving data for 6962713stock: {'created_time': 1774276708.491755, 'last_price_update_time': 1774819923.645826}
2026-03-29 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962713stock') HTTP/1.1" 204 0
2026-03-29 21:32:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962714> (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-29 21:32:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:04 [ecarstrade.be] INFO: Extracting details for car 6962714stock
2026-03-29 21:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-29 21:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a30ba2a-5c9a-50e2-9839-37252946e884 with scrape type 2
2026-03-29 21:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a30ba2a-5c9a-50e2-9839-37252946e884 with scrape type 2
2026-03-29 21:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a30ba2a-5c9a-50e2-9839-37252946e884, identifier: 6962714stock
2026-03-29 21:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-29 21:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock
2026-03-29 21:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a30ba2a-5c9a-50e2-9839-37252946e884 with identifier: 6962714stock to the API
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:05 [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-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962714stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:05 [ecarstrade.be] INFO: Saving data for 6962714stock: {'created_time': 1774276709.386618, 'last_price_update_time': 1774819925.381542}
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962714stock') HTTP/1.1" 204 0
2026-03-29 21:32:05 [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-29 21:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940210> (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-29 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-29 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-29 21:32:05 [ecarstrade.be] INFO: Extracting details for car 6940210stock
2026-03-29 21:32:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:32:05 [ecarstrade.be] INFO: Found listing with ID: 6798434stock
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798434stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:05 [ecarstrade.be] INFO: Scrape type for 6798434stock: 2
2026-03-29 21:32:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6908964> (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-29 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-29 21:32:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-29 21:32:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 721a8477-9b2d-5e43-866c-e8a52945a2d7 with scrape type 2
2026-03-29 21:32:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 721a8477-9b2d-5e43-866c-e8a52945a2d7 with scrape type 2
2026-03-29 21:32:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 721a8477-9b2d-5e43-866c-e8a52945a2d7, identifier: 6940210stock
2026-03-29 21:32:05 [ecarstrade.be] INFO: Found listing with ID: 6807786stock
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807786stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:05 [ecarstrade.be] INFO: Scrape type for 6807786stock: 0
2026-03-29 21:32:05 [ecarstrade.be] INFO: Found listing with ID: 6812448stock
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812448stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:05 [ecarstrade.be] INFO: Scrape type for 6812448stock: 0
2026-03-29 21:32:05 [ecarstrade.be] INFO: Found listing with ID: 6812473stock
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812473stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:05 [ecarstrade.be] INFO: Scrape type for 6812473stock: 0
2026-03-29 21:32:05 [ecarstrade.be] INFO: Found listing with ID: 6812486stock
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812486stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:05 [ecarstrade.be] INFO: Scrape type for 6812486stock: 0
2026-03-29 21:32:05 [ecarstrade.be] INFO: Found listing with ID: 6821529stock
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821529stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:05 [ecarstrade.be] INFO: Scrape type for 6821529stock: 0
2026-03-29 21:32:05 [ecarstrade.be] INFO: Found listing with ID: 6821711stock
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821711stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:05 [ecarstrade.be] INFO: Scrape type for 6821711stock: 2
2026-03-29 21:32:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-29 21:32:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-29 21:32:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock to the API
2026-03-29 21:32:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940210>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '721a8477-9b2d-5e43-866c-e8a52945a2d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940210',
'listing': 'auction',
'location': 'France - "ST AIGNAN DE GRAND LIEU"',
'make': 'Renault',
'model': 'Austral',
'odometer': 141992,
'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': 5,
'seller_name': None,
'title': 'Renault Austral 1.2 E-Tech Hybrid 200Hp Techno Aut. LED Virtual '
'Navi-Pro 1/2 Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.2 E-Tech Hybrid 200Hp Techno Aut. LED Virtual Navi-Pro 1/2 Leather '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940210stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:07 [ecarstrade.be] INFO: Saving data for 6940210stock: {'created_time': 1773672100.897258, 'last_price_update_time': 1774819927.367026}
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940210stock') HTTP/1.1" 204 0
2026-03-29 21:32:07 [ecarstrade.be] INFO: Extracting details for car 6908964stock
2026-03-29 21:32:07 [scrapy.extensions.logstats] INFO: Crawled 42 pages (at 25 pages/min), scraped 35 items (at 20 items/min)
2026-03-29 21:32:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 279MiB
2026-03-29 21:32:07 [ecarstrade.be] INFO: Found listing with ID: 6826882stock
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276826882stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:07 [ecarstrade.be] INFO: Scrape type for 6826882stock: 0
2026-03-29 21:32:07 [ecarstrade.be] INFO: Found listing with ID: 6841360stock
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841360stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:07 [ecarstrade.be] INFO: Scrape type for 6841360stock: 0
2026-03-29 21:32:07 [ecarstrade.be] INFO: Found listing with ID: 6841368stock
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841368stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:07 [ecarstrade.be] INFO: Scrape type for 6841368stock: 0
2026-03-29 21:32:07 [ecarstrade.be] INFO: Found listing with ID: 6846596stock
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846596stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:07 [ecarstrade.be] INFO: Scrape type for 6846596stock: 2
2026-03-29 21:32:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6937847> (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-29 21:32:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:07 [ecarstrade.be] INFO: Found listing with ID: 6846634stock
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846634stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:07 [ecarstrade.be] INFO: Scrape type for 6846634stock: 2
2026-03-29 21:32:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-29 21:32:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with scrape type 2
2026-03-29 21:32:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with scrape type 2
2026-03-29 21:32:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5, identifier: 6908964stock
2026-03-29 21:32:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-29 21:32:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-29 21:32:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock to the API
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:32:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6908964>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6908964',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Roomster',
'odometer': 219186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Roomster 1.2 TSI Pano Klima PDC ...',
'transmission': 'manual',
'trim': 'SKODA 1.2 TSI Pano Klima PDC ...',
'vin': None,
'year': 2010}
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908964stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:07 [ecarstrade.be] INFO: Saving data for 6908964stock: {'created_time': 1774449098.353523, 'last_price_update_time': 1774819927.905622}
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908964stock') HTTP/1.1" 204 0
2026-03-29 21:32:08 [ecarstrade.be] INFO: Extracting details for car 6937847stock
2026-03-29 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6852962stock
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852962stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Scrape type for 6852962stock: 2
2026-03-29 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6853153stock
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853153stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Scrape type for 6853153stock: 2
2026-03-29 21:32:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-29 21:32:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with scrape type 2
2026-03-29 21:32:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with scrape type 2
2026-03-29 21:32:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0da5ad4-dc5a-5d54-9098-b1836569d2a0, identifier: 6937847stock
2026-03-29 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6861986stock
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861986stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Scrape type for 6861986stock: 2
2026-03-29 21:32:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-29 21:32:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-29 21:32:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock to the API
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6937847>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c0da5ad4-dc5a-5d54-9098-b1836569d2a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6937847',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 250 Shooting Brake',
'odometer': 172948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 250e SB Plug-In Hybrid Aut. LED-Xenon Widescreen '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 250e SB Plug-In Hybrid Aut. LED-Xenon Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937847stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Saving data for 6937847stock: {'created_time': 1773300790.652039, 'last_price_update_time': 1774819928.467694}
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6937847stock') HTTP/1.1" 204 0
2026-03-29 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6862936stock
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862936stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Scrape type for 6862936stock: 0
2026-03-29 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6869116stock
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869116stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Scrape type for 6869116stock: 0
2026-03-29 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6870434stock
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870434stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Scrape type for 6870434stock: 0
2026-03-29 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6879653stock
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879653stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Scrape type for 6879653stock: 2
2026-03-29 21:32:08 [ecarstrade.be] INFO: Found listing with ID: 6881269stock
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276881269stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:08 [ecarstrade.be] INFO: Scrape type for 6881269stock: 0
2026-03-29 21:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941363> (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-29 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-29 21:32:09 [ecarstrade.be] INFO: Extracting details for car 6941363stock
2026-03-29 21:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-29 21:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a64efde8-fd30-520e-9411-fd9a935bc12e with scrape type 2
2026-03-29 21:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a64efde8-fd30-520e-9411-fd9a935bc12e with scrape type 2
2026-03-29 21:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a64efde8-fd30-520e-9411-fd9a935bc12e, identifier: 6941363stock
2026-03-29 21:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-29 21:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-29 21:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock to the API
2026-03-29 21:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:32:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941363>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a64efde8-fd30-520e-9411-fd9a935bc12e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941363',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 54199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-06',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Xceed 1.6 GDi Plug-In Hybrid Active Aut. LED-Xenon Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Xceed 1.6 GDi Plug-In Hybrid Active Aut. LED-Xenon Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941363stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:09 [ecarstrade.be] INFO: Saving data for 6941363stock: {'created_time': 1773300766.147692, 'last_price_update_time': 1774819929.593606}
2026-03-29 21:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941363stock') HTTP/1.1" 204 0
2026-03-29 21:32:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941452> (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-29 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-29 21:32:09 [ecarstrade.be] INFO: Extracting details for car 6941452stock
2026-03-29 21:32:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-29 21:32:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21909275-8311-538c-b847-03e7c7997953 with scrape type 2
2026-03-29 21:32:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21909275-8311-538c-b847-03e7c7997953 with scrape type 2
2026-03-29 21:32:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21909275-8311-538c-b847-03e7c7997953, identifier: 6941452stock
2026-03-29 21:32:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-29 21:32:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-29 21:32:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock to the API
2026-03-29 21:32:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941452>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '21909275-8311-538c-b847-03e7c7997953',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941452',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Captur',
'odometer': 98561,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.3i Mild-Hybrid R.S.-Line Aut. LED Virtual Navi-Pro '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i Mild-Hybrid R.S.-Line Aut. LED Virtual Navi-Pro 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941452stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:10 [ecarstrade.be] INFO: Saving data for 6941452stock: {'created_time': 1773300772.167097, 'last_price_update_time': 1774819930.138297}
2026-03-29 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941452stock') HTTP/1.1" 204 0
2026-03-29 21:32:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941759> (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-29 21:32:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:13 [ecarstrade.be] INFO: Extracting details for car 6941759stock
2026-03-29 21:32:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-29 21:32:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ff8797f-b9e0-557f-9706-654b07378018 with scrape type 2
2026-03-29 21:32:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ff8797f-b9e0-557f-9706-654b07378018 with scrape type 2
2026-03-29 21:32:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ff8797f-b9e0-557f-9706-654b07378018, identifier: 6941759stock
2026-03-29 21:32:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-29 21:32:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-29 21:32:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock to the API
2026-03-29 21:32:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941759>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1ff8797f-b9e0-557f-9706-654b07378018',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941759',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q5',
'odometer': 159677,
'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': 'Audi Q5 2.0 TDI 150HP LED-Matrix Navi Leather KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': '2.0 TDI 150HP LED-Matrix Navi Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941759stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:13 [ecarstrade.be] INFO: Saving data for 6941759stock: {'created_time': 1773672102.401403, 'last_price_update_time': 1774819933.925819}
2026-03-29 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941759stock') HTTP/1.1" 204 0
2026-03-29 21:32:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941847> (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-29 21:32:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941593> (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-29 21:32:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:14 [ecarstrade.be] INFO: Extracting details for car 6941847stock
2026-03-29 21:32:14 [ecarstrade.be] INFO: Extracting details for car 6941593stock
2026-03-29 21:32:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-29 21:32:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with scrape type 2
2026-03-29 21:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with scrape type 2
2026-03-29 21:32:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8, identifier: 6941847stock
2026-03-29 21:32:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-29 21:32:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with scrape type 2
2026-03-29 21:32:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with scrape type 2
2026-03-29 21:32:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe, identifier: 6941593stock
2026-03-29 21:32:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-29 21:32:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-29 21:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock to the API
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941847>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '20ccacc2-3175-5153-80d0-fc2a9b7bdbf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941847',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 202733,
'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': 'Audi A5 SB 2.0 35 TDI Aut. LED-Matrix Navi Leather KeylessGo Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 35 TDI Aut. LED-Matrix Navi Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941847stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:14 [ecarstrade.be] INFO: Saving data for 6941847stock: {'created_time': 1773180967.289799, 'last_price_update_time': 1774819934.566391}
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941847stock') HTTP/1.1" 204 0
2026-03-29 21:32:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-29 21:32:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-29 21:32:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock to the API
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941593>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '96df7be4-f2c3-5a99-b853-7f17ea2e0cfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941593',
'listing': 'auction',
'location': 'France - "2ndMove Marseille"',
'make': 'Renault',
'model': 'Captur',
'odometer': 93358,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.3i Mild-Hybrid R.S.-Line Aut. LED Virtual Navi-Pro '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i Mild-Hybrid R.S.-Line Aut. LED Virtual Navi-Pro 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941593stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:14 [ecarstrade.be] INFO: Saving data for 6941593stock: {'created_time': 1773300767.520507, 'last_price_update_time': 1774819934.911131}
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941593stock') HTTP/1.1" 204 0
2026-03-29 21:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948713> (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-29 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-29 21:32:15 [ecarstrade.be] INFO: Extracting details for car 6948713stock
2026-03-29 21:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-29 21:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39d10dfb-1619-5981-9560-9e496e24fb7e with scrape type 2
2026-03-29 21:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39d10dfb-1619-5981-9560-9e496e24fb7e with scrape type 2
2026-03-29 21:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39d10dfb-1619-5981-9560-9e496e24fb7e, identifier: 6948713stock
2026-03-29 21:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-29 21:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-29 21:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock to the API
2026-03-29 21:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6948713>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '39d10dfb-1619-5981-9560-9e496e24fb7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6948713',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 152963,
'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': 'Mercedes C 200d AMG LED Navi-Pro Sport-Leather KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': 'd AMG LED Navi-Pro Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948713stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:15 [ecarstrade.be] INFO: Saving data for 6948713stock: {'created_time': 1773758269.331539, 'last_price_update_time': 1774819935.526914}
2026-03-29 21:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948713stock') HTTP/1.1" 204 0
2026-03-29 21:32:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950867> (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-29 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-29 21:32:15 [ecarstrade.be] INFO: Extracting details for car 6950867stock
2026-03-29 21:32:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-29 21:32:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5043b9b-0770-566d-a021-f481d8b3af23 with scrape type 2
2026-03-29 21:32:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5043b9b-0770-566d-a021-f481d8b3af23 with scrape type 2
2026-03-29 21:32:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5043b9b-0770-566d-a021-f481d8b3af23, identifier: 6950867stock
2026-03-29 21:32:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-29 21:32:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-29 21:32:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock to the API
2026-03-29 21:32:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:32:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950867>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c5043b9b-0770-566d-a021-f481d8b3af23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950867',
'listing': 'auction',
'location': 'Belgium',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 104323,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 GDi Premium Navi Leather KeylessGo Camera Klima '
'PDC ...',
'transmission': 'manual',
'trim': '1.6 GDi Premium Navi Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-29 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276950867stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:16 [ecarstrade.be] INFO: Saving data for 6950867stock: {'created_time': 1773758266.535509, 'last_price_update_time': 1774819936.144625}
2026-03-29 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950867stock') HTTP/1.1" 204 0
2026-03-29 21:32:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6779771> (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-29 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-29 21:32:17 [ecarstrade.be] INFO: Extracting details for car 6779771stock
2026-03-29 21:32:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-29 21:32:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with scrape type 2
2026-03-29 21:32:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with scrape type 2
2026-03-29 21:32:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd, identifier: 6779771stock
2026-03-29 21:32:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-29 21:32:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-29 21:32:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock to the API
2026-03-29 21:32:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6779771>
{'auction_title': '',
'c_o_2_emission_value': 55,
'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': '9a6672a0-edf8-59fa-8ec7-807a7ebb19dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6779771',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 208688,
'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': 'Volvo XC60 2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano LED '
'Virtual Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano LED Virtual Navi '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276779771stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:17 [ecarstrade.be] INFO: Saving data for 6779771stock: {'created_time': 1772611421.791771, 'last_price_update_time': 1774819937.448667}
2026-03-29 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6779771stock') HTTP/1.1" 204 0
2026-03-29 21:32:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963854> (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-29 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-29 21:32:19 [ecarstrade.be] INFO: Extracting details for car 6963854stock
2026-03-29 21:32:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ee09c38-ecad-5763-a3df-c14b24722979 with identifier: 6963854stock
2026-03-29 21:32:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ee09c38-ecad-5763-a3df-c14b24722979 with scrape type 2
2026-03-29 21:32:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ee09c38-ecad-5763-a3df-c14b24722979 with scrape type 2
2026-03-29 21:32:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ee09c38-ecad-5763-a3df-c14b24722979, identifier: 6963854stock
2026-03-29 21:32:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ee09c38-ecad-5763-a3df-c14b24722979 with identifier: 6963854stock
2026-03-29 21:32:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ee09c38-ecad-5763-a3df-c14b24722979 with identifier: 6963854stock
2026-03-29 21:32:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ee09c38-ecad-5763-a3df-c14b24722979 with identifier: 6963854stock to the API
2026-03-29 21:32:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6963854>
{'auction_title': '',
'c_o_2_emission_value': 323,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '7ee09c38-ecad-5763-a3df-c14b24722979',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6963854',
'listing': 'auction',
'location': 'France - "2ndMove Toulouse"',
'make': 'Renault',
'model': 'Master',
'odometer': 134366,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-26',
'seats_number': 3,
'seller_name': None,
'title': 'Renault Master 2.3 dCi L2H2 Display Klima PDC ...',
'transmission': 'manual',
'trim': '2.3 dCi L2H2 Display Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276963854stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:20 [ecarstrade.be] INFO: Saving data for 6963854stock: {'created_time': 1773956123.16094, 'last_price_update_time': 1774819940.089151}
2026-03-29 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963854stock') HTTP/1.1" 204 0
2026-03-29 21:32:21 [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-29 21:32:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6882775stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276882775stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6882775stock: 2
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6885897stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276885897stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6885897stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6889981stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276889981stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6889981stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6891000stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276891000stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6891000stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6897221stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276897221stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6897221stock: 2
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6899562stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276899562stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6899562stock: 2
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6908828stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276908828stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6908828stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6909332stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276909332stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6909332stock: 2
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6909883stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276909883stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6909883stock: 2
2026-03-29 21:32:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6956822> (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-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6914084stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276914084stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6914084stock: 2
2026-03-29 21:32:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6915515stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276915515stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6915515stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6917287stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276917287stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6917287stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6917331stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276917331stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6917331stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6919263stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276919263stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6919263stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6923974stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276923974stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6923974stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6932497stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276932497stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6932497stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6933348stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276933348stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6933348stock: 0
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6933349stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276933349stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6933349stock: 2
2026-03-29 21:32:21 [ecarstrade.be] INFO: Extracting details for car 6956822stock
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6933378stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276933378stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6933378stock: 2
2026-03-29 21:32:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-29 21:32:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with scrape type 2
2026-03-29 21:32:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with scrape type 2
2026-03-29 21:32:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa, identifier: 6956822stock
2026-03-29 21:32:21 [ecarstrade.be] INFO: Found listing with ID: 6933507stock
2026-03-29 21:32:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276933507stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:21 [ecarstrade.be] INFO: Scrape type for 6933507stock: 2
2026-03-29 21:32:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-29 21:32:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-29 21:32:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock to the API
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6956822>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8dfa0d05-ab53-556e-bfad-abaa23c5f7aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6956822',
'listing': 'auction',
'location': 'Belgium - "Belcar Zuid, Bist 12, 2630, Aartselaar"',
'make': 'Audi',
'model': 'A4',
'odometer': 142733,
'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': 'Audi A4 Avant 2.0 30 TDi Aut. LED-Matrix Navi Sport-Seats KeylessGo '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi Aut. LED-Matrix Navi Sport-Seats KeylessGo Klima '
'PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956822stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:22 [ecarstrade.be] INFO: Saving data for 6956822stock: {'created_time': 1773758290.356673, 'last_price_update_time': 1774819942.198068}
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6956822stock') HTTP/1.1" 204 0
2026-03-29 21:32:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6798434> (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-29 21:32:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961504> (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-29 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-29 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-29 21:32:22 [ecarstrade.be] INFO: Extracting details for car 6798434stock
2026-03-29 21:32:22 [ecarstrade.be] INFO: Extracting details for car 6961504stock
2026-03-29 21:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-29 21:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5d4993a-94b9-5b5d-b077-93c6697f1f74 with scrape type 2
2026-03-29 21:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5d4993a-94b9-5b5d-b077-93c6697f1f74 with scrape type 2
2026-03-29 21:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5d4993a-94b9-5b5d-b077-93c6697f1f74, identifier: 6798434stock
2026-03-29 21:32:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-29 21:32:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3be25195-5cff-58e0-96f3-6121fd6875b3 with scrape type 2
2026-03-29 21:32:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3be25195-5cff-58e0-96f3-6121fd6875b3 with scrape type 2
2026-03-29 21:32:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3be25195-5cff-58e0-96f3-6121fd6875b3, identifier: 6961504stock
2026-03-29 21:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-29 21:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-29 21:32:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock to the API
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6798434>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5d4993a-94b9-5b5d-b077-93c6697f1f74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6798434',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 196333,
'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': 'Volvo XC40 1.5 T4 Plug-In Hybrid Inscription Aut. LED-Xenon Virtual '
'Harman/Kardon ACC Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 T4 Plug-In Hybrid Inscription Aut. LED-Xenon Virtual '
'Harman/Kardon ACC Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798434stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:22 [ecarstrade.be] INFO: Saving data for 6798434stock: {'created_time': 1772611486.700301, 'last_price_update_time': 1774819942.938789}
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6798434stock') HTTP/1.1" 204 0
2026-03-29 21:32:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-29 21:32:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-29 21:32:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock to the API
2026-03-29 21:32:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961504>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3be25195-5cff-58e0-96f3-6121fd6875b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961504',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 132655,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-22',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 180d LED-Xenon Leather Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon Leather Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276961504stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:23 [ecarstrade.be] INFO: Saving data for 6961504stock: {'created_time': 1773758272.153197, 'last_price_update_time': 1774819943.273019}
2026-03-29 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961504stock') HTTP/1.1" 204 0
2026-03-29 21:32:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6879653> (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-29 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-29 21:32:26 [ecarstrade.be] INFO: Extracting details for car 6879653stock
2026-03-29 21:32:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-29 21:32:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f243ed02-dd9a-5c5c-81ea-5420e94a3252 with scrape type 2
2026-03-29 21:32:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f243ed02-dd9a-5c5c-81ea-5420e94a3252 with scrape type 2
2026-03-29 21:32:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f243ed02-dd9a-5c5c-81ea-5420e94a3252, identifier: 6879653stock
2026-03-29 21:32:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-29 21:32:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-29 21:32:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock to the API
2026-03-29 21:32:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6879653>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'f243ed02-dd9a-5c5c-81ea-5420e94a3252',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6879653',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 89851,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-08',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen C4 Grand SpaceTourer 1.2 PureTech Shine 7PL Aut. Pano '
'Virtual Navi 1/2 Leather Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Citroen C4 Grand SpaceTourer 1.2 PureTech Shine 7PL Aut. Pano '
'Virtual Navi 1/2 Leather Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276879653stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:26 [ecarstrade.be] INFO: Saving data for 6879653stock: {'created_time': 1772611465.385019, 'last_price_update_time': 1774819946.659343}
2026-03-29 21:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6879653stock') HTTP/1.1" 204 0
2026-03-29 21:32:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6861986> (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-29 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-29 21:32:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6853153> (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-29 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-29 21:32:28 [ecarstrade.be] INFO: Extracting details for car 6861986stock
2026-03-29 21:32:28 [ecarstrade.be] INFO: Extracting details for car 6853153stock
2026-03-29 21:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with identifier: 6861986stock
2026-03-29 21:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with scrape type 2
2026-03-29 21:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with scrape type 2
2026-03-29 21:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2647a78f-7da6-5fc4-8aa7-347446c7ba22, identifier: 6861986stock
2026-03-29 21:32:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe5c7501-98ea-5f50-b005-92133e0ce978 with identifier: 6853153stock
2026-03-29 21:32:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe5c7501-98ea-5f50-b005-92133e0ce978 with scrape type 2
2026-03-29 21:32:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe5c7501-98ea-5f50-b005-92133e0ce978 with scrape type 2
2026-03-29 21:32:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe5c7501-98ea-5f50-b005-92133e0ce978, identifier: 6853153stock
2026-03-29 21:32:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with identifier: 6861986stock
2026-03-29 21:32:28 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 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-29 21:32:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with identifier: 6861986stock
2026-03-29 21:32:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2647a78f-7da6-5fc4-8aa7-347446c7ba22 with identifier: 6861986stock to the API
2026-03-29 21:32:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6861986>
{'auction_title': '',
'c_o_2_emission_value': 34,
'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': '2647a78f-7da6-5fc4-8aa7-347446c7ba22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6861986',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 66592,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-24',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 300de Plug-In Hybrid AMG Night Aut. Pano LED-Multibeam '
'Widescreen Distronic Ambient Navi Sport-Leather KeylessGo Camera '
'360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'de Plug-In Hybrid AMG Night Aut. Pano LED-Multibeam Widescreen '
'Distronic Ambient Navi Sport-Leather KeylessGo Camera 360 Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-29 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276861986stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:29 [ecarstrade.be] INFO: Saving data for 6861986stock: {'created_time': 1772611741.832576, 'last_price_update_time': 1774819949.157269}
2026-03-29 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6861986stock') HTTP/1.1" 204 0
2026-03-29 21:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe5c7501-98ea-5f50-b005-92133e0ce978 with identifier: 6853153stock
2026-03-29 21:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe5c7501-98ea-5f50-b005-92133e0ce978 with identifier: 6853153stock
2026-03-29 21:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe5c7501-98ea-5f50-b005-92133e0ce978 with identifier: 6853153stock to the API
2026-03-29 21:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6853153>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fe5c7501-98ea-5f50-b005-92133e0ce978',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6853153',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Megane',
'odometer': 129666,
'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': 'Renault Megane 1.5 DCI Intens Pano Virtual LED Navi 1/2 Leather '
'KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 DCI Intens Pano Virtual LED Navi 1/2 Leather KeylessGo Klima PDC '
'...',
'vin': None,
'year': 2021}
2026-03-29 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276853153stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:29 [ecarstrade.be] INFO: Saving data for 6853153stock: {'created_time': 1772611570.740319, 'last_price_update_time': 1774819949.46238}
2026-03-29 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6853153stock') HTTP/1.1" 204 0
2026-03-29 21:32:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6846596> (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-29 21:32:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6846634> (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-29 21:32:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:29 [ecarstrade.be] INFO: Extracting details for car 6846596stock
2026-03-29 21:32:29 [ecarstrade.be] INFO: Extracting details for car 6846634stock
2026-03-29 21:32:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-29 21:32:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e753f242-1c1d-5d14-b028-b2e2f5ba4383 with scrape type 2
2026-03-29 21:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e753f242-1c1d-5d14-b028-b2e2f5ba4383 with scrape type 2
2026-03-29 21:32:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e753f242-1c1d-5d14-b028-b2e2f5ba4383, identifier: 6846596stock
2026-03-29 21:32:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9be90d6-8232-58b6-bf86-0a41a71a526d with identifier: 6846634stock
2026-03-29 21:32:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9be90d6-8232-58b6-bf86-0a41a71a526d with scrape type 2
2026-03-29 21:32:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9be90d6-8232-58b6-bf86-0a41a71a526d with scrape type 2
2026-03-29 21:32:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9be90d6-8232-58b6-bf86-0a41a71a526d, identifier: 6846634stock
2026-03-29 21:32:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-29 21:32:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-29 21:32:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock to the API
2026-03-29 21:32:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6846596>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e753f242-1c1d-5d14-b028-b2e2f5ba4383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6846596',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 89780,
'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': 'Nissan X-Trail 1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC '
'Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC Navi-Pro '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276846596stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:30 [ecarstrade.be] INFO: Saving data for 6846596stock: {'created_time': 1772611501.391609, 'last_price_update_time': 1774819950.558581}
2026-03-29 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6846596stock') HTTP/1.1" 204 0
2026-03-29 21:32:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9be90d6-8232-58b6-bf86-0a41a71a526d with identifier: 6846634stock
2026-03-29 21:32:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9be90d6-8232-58b6-bf86-0a41a71a526d with identifier: 6846634stock
2026-03-29 21:32:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9be90d6-8232-58b6-bf86-0a41a71a526d with identifier: 6846634stock to the API
2026-03-29 21:32:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6846634>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a9be90d6-8232-58b6-bf86-0a41a71a526d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6846634',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 81728,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'seats_number': 7,
'seller_name': None,
'title': 'Nissan X-Trail 1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC '
'Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC Navi-Pro '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276846634stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:30 [ecarstrade.be] INFO: Saving data for 6846634stock: {'created_time': 1772611502.244608, 'last_price_update_time': 1774819950.963159}
2026-03-29 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6846634stock') HTTP/1.1" 204 0
2026-03-29 21:32:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6852962> (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-29 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-29 21:32:31 [ecarstrade.be] INFO: Extracting details for car 6852962stock
2026-03-29 21:32:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-29 21:32:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8d44368-3d3e-5d48-a59c-5ed84e333b4e with scrape type 2
2026-03-29 21:32:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8d44368-3d3e-5d48-a59c-5ed84e333b4e with scrape type 2
2026-03-29 21:32:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8d44368-3d3e-5d48-a59c-5ed84e333b4e, identifier: 6852962stock
2026-03-29 21:32:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-29 21:32:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-29 21:32:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock to the API
2026-03-29 21:32:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6852962>
{'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': 'e8d44368-3d3e-5d48-a59c-5ed84e333b4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6852962',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 204347,
'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': 'Audi A5 SB 2.0 35 TDi Aut. LED Navi-Pro Leather KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 35 TDi Aut. LED Navi-Pro Leather KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-29 21:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:31 [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-29 21:32:31 [ecarstrade.be] INFO: Saving data for 6852962stock: {'created_time': 1772611564.75733, 'last_price_update_time': 1774819951.809395}
2026-03-29 21:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6852962stock') HTTP/1.1" 204 0
2026-03-29 21:32:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962716> (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-29 21:32:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:32 [ecarstrade.be] INFO: Extracting details for car 6962716stock
2026-03-29 21:32:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-29 21:32:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with scrape type 2
2026-03-29 21:32:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with scrape type 2
2026-03-29 21:32:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0, identifier: 6962716stock
2026-03-29 21:32:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-29 21:32:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock
2026-03-29 21:32:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbc86a08-1f73-5ce3-ac79-e3fc76521ef0 with identifier: 6962716stock to the API
2026-03-29 21:32:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:33 [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-29 21:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276962716stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:33 [ecarstrade.be] INFO: Saving data for 6962716stock: {'created_time': 1774276727.417616, 'last_price_update_time': 1774819953.37569}
2026-03-29 21:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962716stock') HTTP/1.1" 204 0
2026-03-29 21:32:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6882775> (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-29 21:32:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:35 [ecarstrade.be] INFO: Extracting details for car 6882775stock
2026-03-29 21:32:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-29 21:32:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with scrape type 2
2026-03-29 21:32:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with scrape type 2
2026-03-29 21:32:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93, identifier: 6882775stock
2026-03-29 21:32:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-29 21:32:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-29 21:32:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock to the API
2026-03-29 21:32:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6882775>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '5f7a191c-0ebb-5ca4-a36f-464f4eb82e93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6882775',
'listing': 'auction',
'location': 'France - "GEFCO NANTEUIL"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 86377,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-04',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Qashqai 1.3i Mild-Hybrid N-Connecta Aut. Pano LED Virtual '
'ACC Navi KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i Mild-Hybrid N-Connecta Aut. Pano LED Virtual ACC Navi KeylessGo '
'Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276882775stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:36 [ecarstrade.be] INFO: Saving data for 6882775stock: {'created_time': 1773851752.10631, 'last_price_update_time': 1774819956.108558}
2026-03-29 21:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6882775stock') HTTP/1.1" 204 0
2026-03-29 21:32:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6897221> (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-29 21:32:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:32:37 [ecarstrade.be] INFO: Extracting details for car 6897221stock
2026-03-29 21:32:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-29 21:32:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634ffe82-c3a9-5531-9a1c-c07b3bec439f with scrape type 2
2026-03-29 21:32:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 634ffe82-c3a9-5531-9a1c-c07b3bec439f with scrape type 2
2026-03-29 21:32:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 634ffe82-c3a9-5531-9a1c-c07b3bec439f, identifier: 6897221stock
2026-03-29 21:32:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-29 21:32:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-29 21:32:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock to the API
2026-03-29 21:32:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6897221>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.7L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '634ffe82-c3a9-5531-9a1c-c07b3bec439f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6897221',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Sportage',
'odometer': 152822,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Sportage 1.7 CRDi Evogue Pano Klima PDC ...',
'transmission': 'manual',
'trim': '1.7 CRDi Evogue Pano Klima PDC ...',
'vin': None,
'year': 2011}
2026-03-29 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276897221stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:38 [ecarstrade.be] INFO: Saving data for 6897221stock: {'created_time': 1773672060.358055, 'last_price_update_time': 1774819958.162227}
2026-03-29 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6897221stock') HTTP/1.1" 204 0
2026-03-29 21:32:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6899562> (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-29 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-29 21:32:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909883> (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-29 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-29 21:32:38 [ecarstrade.be] INFO: Extracting details for car 6899562stock
2026-03-29 21:32:38 [ecarstrade.be] INFO: Extracting details for car 6909883stock
2026-03-29 21:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37343393-f883-5234-a88d-094d0af1e087 with identifier: 6899562stock
2026-03-29 21:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37343393-f883-5234-a88d-094d0af1e087 with scrape type 2
2026-03-29 21:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37343393-f883-5234-a88d-094d0af1e087 with scrape type 2
2026-03-29 21:32:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37343393-f883-5234-a88d-094d0af1e087, identifier: 6899562stock
2026-03-29 21:32:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c36e7b68-3f17-5741-a944-ba7a2926996e with identifier: 6909883stock
2026-03-29 21:32:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c36e7b68-3f17-5741-a944-ba7a2926996e with scrape type 2
2026-03-29 21:32:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c36e7b68-3f17-5741-a944-ba7a2926996e with scrape type 2
2026-03-29 21:32:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c36e7b68-3f17-5741-a944-ba7a2926996e, identifier: 6909883stock
2026-03-29 21:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37343393-f883-5234-a88d-094d0af1e087 with identifier: 6899562stock
2026-03-29 21:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37343393-f883-5234-a88d-094d0af1e087 with identifier: 6899562stock
2026-03-29 21:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37343393-f883-5234-a88d-094d0af1e087 with identifier: 6899562stock to the API
2026-03-29 21:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6899562>
{'auction_title': '',
'c_o_2_emission_value': 20,
'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': '37343393-f883-5234-a88d-094d0af1e087',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6899562',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 155227,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes GLE 350de Plug-In Hybrid AMG Night 4Matic Aut. Pano '
'LED-Multibeam Widescreen Burmester Ambient Navi Sport-Leather '
'KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'de Plug-In Hybrid AMG Night 4Matic Aut. Pano LED-Multibeam '
'Widescreen Burmester Ambient Navi Sport-Leather KeylessGo Camera 360 '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276899562stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:38 [ecarstrade.be] INFO: Saving data for 6899562stock: {'created_time': 1774103585.690653, 'last_price_update_time': 1774819958.799771}
2026-03-29 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6899562stock') HTTP/1.1" 204 0
2026-03-29 21:32:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c36e7b68-3f17-5741-a944-ba7a2926996e with identifier: 6909883stock
2026-03-29 21:32:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c36e7b68-3f17-5741-a944-ba7a2926996e with identifier: 6909883stock
2026-03-29 21:32:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c36e7b68-3f17-5741-a944-ba7a2926996e with identifier: 6909883stock to the API
2026-03-29 21:32:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6909883>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c36e7b68-3f17-5741-a944-ba7a2926996e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6909883',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 177398,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-08',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180 AMG LED-Xenon Navi 1/2 Sport-Leather-Alcantara Klima '
'PDC ...',
'transmission': 'manual',
'trim': 'AMG LED-Xenon Navi 1/2 Sport-Leather-Alcantara Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-29 21:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:39 [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-29 21:32:39 [ecarstrade.be] INFO: Saving data for 6909883stock: {'created_time': 1773672107.57762, 'last_price_update_time': 1774819959.127136}
2026-03-29 21:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909883stock') HTTP/1.1" 204 0
2026-03-29 21:32:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941565> (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-29 21:32:39 [ecarstrade.be] INFO: Extracting details for car 6941565stock
2026-03-29 21:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-29 21:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with scrape type 2
2026-03-29 21:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with scrape type 2
2026-03-29 21:32:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e, identifier: 6941565stock
2026-03-29 21:32:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-29 21:32:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-29 21:32:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock to the API
2026-03-29 21:32:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941565>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0f6eb3c5-7710-56bc-9e3e-5031075ea35e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941565',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk LANGERLO 002-007-003"',
'make': 'Audi',
'model': 'A3',
'odometer': 135317,
'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': 'Audi A3 SB 2.0 30 TDi LED Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'SB 2.0 30 TDi LED Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:39 [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-29 21:32:39 [ecarstrade.be] INFO: Saving data for 6941565stock: {'created_time': 1773351788.28592, 'last_price_update_time': 1774819959.844809}
2026-03-29 21:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941565stock') HTTP/1.1" 204 0
2026-03-29 21:32:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933507> (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-29 21:32:39 [ecarstrade.be] INFO: Extracting details for car 6933507stock
2026-03-29 21:32:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-29 21:32:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with scrape type 2
2026-03-29 21:32:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with scrape type 2
2026-03-29 21:32:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 600f90f0-af5d-58e0-bd1f-4b9f76e91003, identifier: 6933507stock
2026-03-29 21:32:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-29 21:32:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-29 21:32:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock to the API
2026-03-29 21:32:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933507>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '600f90f0-af5d-58e0-bd1f-4b9f76e91003',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933507',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 250 Shooting Brake',
'odometer': 191800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-22',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 250e SB Plug-In Hybrid AMG Night Aut. LED-Xenon '
'Widescreen Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 250e SB Plug-In Hybrid AMG Night Aut. LED-Xenon Widescreen '
'Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2022}
2026-03-29 21:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276933507stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:40 [ecarstrade.be] INFO: Saving data for 6933507stock: {'created_time': 1773672083.62202, 'last_price_update_time': 1774819960.361561}
2026-03-29 21:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933507stock') HTTP/1.1" 204 0
2026-03-29 21:32:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933378> (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-29 21:32:42 [ecarstrade.be] INFO: Extracting details for car 6933378stock
2026-03-29 21:32:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-29 21:32:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with scrape type 2
2026-03-29 21:32:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with scrape type 2
2026-03-29 21:32:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26, identifier: 6933378stock
2026-03-29 21:32:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-29 21:32:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-29 21:32:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock to the API
2026-03-29 21:32:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933378>
{'auction_title': '',
'c_o_2_emission_value': 357,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '531d3fda-88af-5f1d-b0d7-6ca6dde12f26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933378',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'GL 400',
'odometer': 231811,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 7,
'seller_name': None,
'title': 'Mercedes GL 400 4Matic 7PL Aut. Pano LED-Xenon Navi Leather Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '4Matic 7PL Aut. Pano LED-Xenon Navi Leather Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-29 21:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276933378stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:43 [ecarstrade.be] INFO: Saving data for 6933378stock: {'created_time': 1773452070.945314, 'last_price_update_time': 1774819963.311398}
2026-03-29 21:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933378stock') HTTP/1.1" 204 0
2026-03-29 21:32:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909332> (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-29 21:32:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933349> (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-29 21:32:45 [ecarstrade.be] INFO: Extracting details for car 6909332stock
2026-03-29 21:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-29 21:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4567700-04d2-55a4-996b-e08601de4720 with scrape type 2
2026-03-29 21:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4567700-04d2-55a4-996b-e08601de4720 with scrape type 2
2026-03-29 21:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4567700-04d2-55a4-996b-e08601de4720, identifier: 6909332stock
2026-03-29 21:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-29 21:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-29 21:32:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock to the API
2026-03-29 21:32:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:32:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6909332>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f4567700-04d2-55a4-996b-e08601de4720',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6909332',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 128837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-14',
'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': 2022}
2026-03-29 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276909332stock%27 HTTP/1.1" 200 None
2026-03-29 21:32:45 [ecarstrade.be] INFO: Saving data for 6909332stock: {'created_time': 1772752605.511336, 'last_price_update_time': 1774819965.634306}
2026-03-29 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909332stock') HTTP/1.1" 204 0
2026-03-29 21:32:45 [ecarstrade.be] INFO: Extracting details for car 6933349stock
2026-03-29 21:32:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6914084> (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-29 21:32:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-29 21:32:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with scrape type 2
2026-03-29 21:32:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with scrape type 2
2026-03-29 21:32:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d, identifier: 6933349stock
2026-03-29 21:32:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-29 21:32:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-29 21:32:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock to the API
2026-03-29 21:32:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933349>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '417eaeb4-c27a-5b2a-afcd-8f0728d4483d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933349',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 109346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes B 250e Plug-In Hybrid Aut. LED-Multibeam Widescreen '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Multibeam Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:46 [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-29 21:32:46 [ecarstrade.be] INFO: Saving data for 6933349stock: {'created_time': 1773351773.950734, 'last_price_update_time': 1774819966.404474}
2026-03-29 21:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933349stock') HTTP/1.1" 204 0
2026-03-29 21:32:46 [ecarstrade.be] INFO: Extracting details for car 6914084stock
2026-03-29 21:32:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ccf8708-314c-568e-a193-1a64daadab04 with identifier: 6914084stock
2026-03-29 21:32:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ccf8708-314c-568e-a193-1a64daadab04 with scrape type 2
2026-03-29 21:32:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ccf8708-314c-568e-a193-1a64daadab04 with scrape type 2
2026-03-29 21:32:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ccf8708-314c-568e-a193-1a64daadab04, identifier: 6914084stock
2026-03-29 21:32:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ccf8708-314c-568e-a193-1a64daadab04 with identifier: 6914084stock
2026-03-29 21:32:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ccf8708-314c-568e-a193-1a64daadab04 with identifier: 6914084stock
2026-03-29 21:32:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ccf8708-314c-568e-a193-1a64daadab04 with identifier: 6914084stock to the API
2026-03-29 21:32:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:32: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-29 21:32:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6914084>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1ccf8708-314c-568e-a193-1a64daadab04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6914084',
'listing': 'auction',
'location': 'Belgium',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 186298,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-08',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota RAV4 2.5 Hybrid Aut. LED ACC Navi KeylessGo Camera Klima PDC '
'...',
'transmission': 'automatic',
'trim': 'RAV4 2.5 Hybrid Aut. LED ACC Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:46 [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-29 21:32:46 [ecarstrade.be] INFO: Saving data for 6914084stock: {'created_time': 1772673671.712054, 'last_price_update_time': 1774819966.990019}
2026-03-29 21:32:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:32:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6914084stock') HTTP/1.1" 204 0
2026-03-29 21:33:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6821711> (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-29 21:33:01 [ecarstrade.be] INFO: Extracting details for car 6821711stock
2026-03-29 21:33:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with identifier: 6821711stock
2026-03-29 21:33:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with scrape type 2
2026-03-29 21:33:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with scrape type 2
2026-03-29 21:33:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c0950ec-753c-522a-a8f0-d7af9f9adad4, identifier: 6821711stock
2026-03-29 21:33:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with identifier: 6821711stock
2026-03-29 21:33:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with identifier: 6821711stock
2026-03-29 21:33:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c0950ec-753c-522a-a8f0-d7af9f9adad4 with identifier: 6821711stock to the API
2026-03-29 21:33:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6821711>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Hybrid (diesel / electric)',
'id': '1c0950ec-753c-522a-a8f0-d7af9f9adad4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6821711',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 169306,
'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 GLC 300de Coupe Plug-In Hybrid AMG 4Matic Aut. LED-Xenon '
'Widescreen Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'de Coupe Plug-In Hybrid AMG 4Matic Aut. LED-Xenon Widescreen Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821711stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:02 [ecarstrade.be] INFO: Saving data for 6821711stock: {'created_time': 1774103613.975231, 'last_price_update_time': 1774819982.209675}
2026-03-29 21:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6821711stock') HTTP/1.1" 204 0
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6432284stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6432284stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6564465stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276564465stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6564465stock: 2
2026-03-29 21:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6566840stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6566840stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6583408stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6583408stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6653096stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6653096stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6673529stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673529stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6673529stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6678770stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6678770stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6701770stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6701770stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6701935stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6701935stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6715853stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715853stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6715853stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6765575stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6765575stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6779573stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6779573stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6978801stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6978801stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6978777stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6978777stock: 2
2026-03-29 21:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6964693stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6964693stock: 2
2026-03-29 21:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6666216stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6666216stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6715447stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6715447stock: 0
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6721362stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6721362stock: 2
2026-03-29 21:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6758802stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6758802stock: 2
2026-03-29 21:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:03 [ecarstrade.be] INFO: Found listing with ID: 6758819stock
2026-03-29 21:33:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:03 [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-29 21:33:03 [ecarstrade.be] INFO: Scrape type for 6758819stock: 2
2026-03-29 21:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:06 [scrapy.extensions.logstats] INFO: Crawled 75 pages (at 33 pages/min), scraped 67 items (at 32 items/min)
2026-03-29 21:33:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 279MiB
2026-03-29 21:33:09 [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-29 21:33:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:33:09 [ecarstrade.be] INFO: Found listing with ID: 6758822stock
2026-03-29 21:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276758822stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:09 [ecarstrade.be] INFO: Scrape type for 6758822stock: 2
2026-03-29 21:33:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:09 [ecarstrade.be] INFO: Found listing with ID: 6768590stock
2026-03-29 21:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276768590stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:09 [ecarstrade.be] INFO: Scrape type for 6768590stock: 2
2026-03-29 21:33:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:09 [ecarstrade.be] INFO: Found listing with ID: 6784787stock
2026-03-29 21:33:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6784787stock: 2
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6792013stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6792013stock: 2
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6809699stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6809699stock: 0
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6812476stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6812476stock: 2
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6820657stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6820657stock: 2
2026-03-29 21:33:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6964693> (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-29 21:33:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6834681stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6834681stock: 2
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6836054stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6836054stock: 2
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6843336stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6843336stock: 2
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6851391stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6851391stock: 2
2026-03-29 21:33:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6758802> (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-29 21:33:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6855220stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6855220stock: 2
2026-03-29 21:33:10 [ecarstrade.be] INFO: Extracting details for car 6964693stock
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6855255stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6855255stock: 2
2026-03-29 21:33:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-29 21:33:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 397ac41c-0469-5794-98b8-0baa10f266e9 with scrape type 2
2026-03-29 21:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 397ac41c-0469-5794-98b8-0baa10f266e9 with scrape type 2
2026-03-29 21:33:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 397ac41c-0469-5794-98b8-0baa10f266e9, identifier: 6964693stock
2026-03-29 21:33:10 [ecarstrade.be] INFO: Found listing with ID: 6857670stock
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:10 [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-29 21:33:10 [ecarstrade.be] INFO: Scrape type for 6857670stock: 2
2026-03-29 21:33:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-29 21:33:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-29 21:33:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock to the API
2026-03-29 21:33:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6964693>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '397ac41c-0469-5794-98b8-0baa10f266e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6964693',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk 1"',
'make': 'Audi',
'model': 'A1',
'odometer': 99795,
'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 A1 1.0 25 TFSI Advanced Virtual Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 25 TFSI Advanced Virtual Navi Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:11 [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-29 21:33:11 [ecarstrade.be] INFO: Saving data for 6964693stock: {'created_time': 1774042249.766098, 'last_price_update_time': 1774819991.256459}
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6964693stock') HTTP/1.1" 204 0
2026-03-29 21:33:11 [ecarstrade.be] INFO: Extracting details for car 6758802stock
2026-03-29 21:33:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978777> (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-29 21:33:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6564465> (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-29 21:33:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6758819> (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-29 21:33:11 [ecarstrade.be] INFO: Found listing with ID: 6863023stock
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:11 [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-29 21:33:11 [ecarstrade.be] INFO: Scrape type for 6863023stock: 2
2026-03-29 21:33:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6721362> (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-29 21:33:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-29 21:33:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59fda5f8-4987-5af2-b1bb-f5d999650a49 with scrape type 2
2026-03-29 21:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59fda5f8-4987-5af2-b1bb-f5d999650a49 with scrape type 2
2026-03-29 21:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59fda5f8-4987-5af2-b1bb-f5d999650a49, identifier: 6758802stock
2026-03-29 21:33:11 [ecarstrade.be] INFO: Extracting details for car 6978777stock
2026-03-29 21:33:11 [ecarstrade.be] INFO: Extracting details for car 6564465stock
2026-03-29 21:33:11 [ecarstrade.be] INFO: Extracting details for car 6758819stock
2026-03-29 21:33:11 [ecarstrade.be] INFO: Found listing with ID: 6866954stock
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:11 [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-29 21:33:11 [ecarstrade.be] INFO: Scrape type for 6866954stock: 2
2026-03-29 21:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-29 21:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-29 21:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock to the API
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6758802>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '59fda5f8-4987-5af2-b1bb-f5d999650a49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6758802',
'listing': 'auction',
'location': 'France',
'make': 'Lynk&Co',
'model': '01',
'odometer': 25925,
'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': 5,
'seller_name': None,
'title': 'Lynk&Co 01 1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity '
'ACC Navi Sport-Seats KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity ACC Navi '
'Sport-Seats KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:11 [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-29 21:33:11 [ecarstrade.be] INFO: Saving data for 6758802stock: {'created_time': 1772694814.555204, 'last_price_update_time': 1774819991.936989}
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6758802stock') HTTP/1.1" 204 0
2026-03-29 21:33:11 [ecarstrade.be] INFO: Extracting details for car 6721362stock
2026-03-29 21:33:11 [ecarstrade.be] INFO: Found listing with ID: 6867688stock
2026-03-29 21:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:11 [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-29 21:33:11 [ecarstrade.be] INFO: Scrape type for 6867688stock: 2
2026-03-29 21:33:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-29 21:33: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-29 21:33:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d4c3564-1dd5-54e9-99f7-03775207d190 with scrape type 2
2026-03-29 21:33:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d4c3564-1dd5-54e9-99f7-03775207d190, identifier: 6978777stock
2026-03-29 21:33:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-29 21:33:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d227f9-d051-584a-ae50-05c97bf7f80d with scrape type 2
2026-03-29 21:33:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d227f9-d051-584a-ae50-05c97bf7f80d with scrape type 2
2026-03-29 21:33:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48d227f9-d051-584a-ae50-05c97bf7f80d, identifier: 6564465stock
2026-03-29 21:33:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36320df7-5f58-5513-bab2-303fbbc916dd with identifier: 6758819stock
2026-03-29 21:33:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36320df7-5f58-5513-bab2-303fbbc916dd with scrape type 2
2026-03-29 21:33:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36320df7-5f58-5513-bab2-303fbbc916dd with scrape type 2
2026-03-29 21:33:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36320df7-5f58-5513-bab2-303fbbc916dd, identifier: 6758819stock
2026-03-29 21:33:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-29 21:33:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock
2026-03-29 21:33:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d4c3564-1dd5-54e9-99f7-03775207d190 with identifier: 6978777stock to the API
2026-03-29 21:33:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:12 [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-29 21:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:12 [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-29 21:33:12 [ecarstrade.be] INFO: Saving data for 6978777stock: {'created_time': 1774276492.266795, 'last_price_update_time': 1774819992.616539}
2026-03-29 21:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978777stock') HTTP/1.1" 204 0
2026-03-29 21:33:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-29 21:33:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-29 21:33:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock to the API
2026-03-29 21:33:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6564465>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '48d227f9-d051-584a-ae50-05c97bf7f80d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6564465',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 144017,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën Berlingo 1.2 PureTech 5PL 2 Slide Doors Display Camera '
'Klima PDC ...',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 5PL 2 Slide Doors Display Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276564465stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:13 [ecarstrade.be] INFO: Saving data for 6564465stock: {'created_time': 1772611612.617774, 'last_price_update_time': 1774819993.056642}
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6564465stock') HTTP/1.1" 204 0
2026-03-29 21:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36320df7-5f58-5513-bab2-303fbbc916dd with identifier: 6758819stock
2026-03-29 21:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36320df7-5f58-5513-bab2-303fbbc916dd with identifier: 6758819stock
2026-03-29 21:33:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36320df7-5f58-5513-bab2-303fbbc916dd with identifier: 6758819stock to the API
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6758819>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '36320df7-5f58-5513-bab2-303fbbc916dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6758819',
'listing': 'auction',
'location': 'France - "Le Meux"',
'make': 'Lynk&Co',
'model': '01',
'odometer': 23771,
'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': 5,
'seller_name': None,
'title': 'Lynk&Co 01 1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity '
'ACC Navi Sport-Seats KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity ACC Navi '
'Sport-Seats KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [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-29 21:33:13 [ecarstrade.be] INFO: Saving data for 6758819stock: {'created_time': 1772611364.221058, 'last_price_update_time': 1774819993.363628}
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6758819stock') HTTP/1.1" 204 0
2026-03-29 21:33:13 [ecarstrade.be] INFO: Found listing with ID: 6867987stock
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [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-29 21:33:13 [ecarstrade.be] INFO: Scrape type for 6867987stock: 2
2026-03-29 21:33:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-29 21:33:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with scrape type 2
2026-03-29 21:33:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with scrape type 2
2026-03-29 21:33:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4, identifier: 6721362stock
2026-03-29 21:33:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-29 21:33:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-29 21:33:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock to the API
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6721362>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2e8932ea-6f25-5b58-9d94-1c3da90c4fb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6721362',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'BMW',
'model': 'X1',
'odometer': 73694,
'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 X1 2.0 sDrive18d Aut. LED-Xenon LC-Pro Navi KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 sDrive18d Aut. LED-Xenon LC-Pro Navi KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2023}
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [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-29 21:33:13 [ecarstrade.be] INFO: Saving data for 6721362stock: {'created_time': 1772611372.706699, 'last_price_update_time': 1774819993.776401}
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6721362stock') HTTP/1.1" 204 0
2026-03-29 21:33:13 [ecarstrade.be] INFO: Found listing with ID: 6890954stock
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [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-29 21:33:13 [ecarstrade.be] INFO: Scrape type for 6890954stock: 2
2026-03-29 21:33:13 [ecarstrade.be] INFO: Found listing with ID: 6891458stock
2026-03-29 21:33:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:13 [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-29 21:33:13 [ecarstrade.be] INFO: Scrape type for 6891458stock: 2
2026-03-29 21:33:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6758822> (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-29 21:33:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:17 [ecarstrade.be] INFO: Extracting details for car 6758822stock
2026-03-29 21:33:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22930a3f-540d-5892-9828-fb95c9a6f89b with identifier: 6758822stock
2026-03-29 21:33:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22930a3f-540d-5892-9828-fb95c9a6f89b with scrape type 2
2026-03-29 21:33:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22930a3f-540d-5892-9828-fb95c9a6f89b with scrape type 2
2026-03-29 21:33:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22930a3f-540d-5892-9828-fb95c9a6f89b, identifier: 6758822stock
2026-03-29 21:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22930a3f-540d-5892-9828-fb95c9a6f89b with identifier: 6758822stock
2026-03-29 21:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22930a3f-540d-5892-9828-fb95c9a6f89b with identifier: 6758822stock
2026-03-29 21:33:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22930a3f-540d-5892-9828-fb95c9a6f89b with identifier: 6758822stock to the API
2026-03-29 21:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6758822>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '22930a3f-540d-5892-9828-fb95c9a6f89b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6758822',
'listing': 'auction',
'location': 'France - "Le Meux"',
'make': 'Lynk&Co',
'model': '01',
'odometer': 36344,
'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': 'Lynk&Co 01 1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity '
'ACC Navi KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity ACC Navi '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:17 [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-29 21:33:17 [ecarstrade.be] INFO: Saving data for 6758822stock: {'created_time': 1772611186.382937, 'last_price_update_time': 1774819997.706613}
2026-03-29 21:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6758822stock') HTTP/1.1" 204 0
2026-03-29 21:33:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6768590> (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-29 21:33:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:17 [ecarstrade.be] INFO: Extracting details for car 6768590stock
2026-03-29 21:33:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-29 21:33:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d89d822-89b0-5e0d-a09f-7e50646f00df with scrape type 2
2026-03-29 21:33:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d89d822-89b0-5e0d-a09f-7e50646f00df with scrape type 2
2026-03-29 21:33:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d89d822-89b0-5e0d-a09f-7e50646f00df, identifier: 6768590stock
2026-03-29 21:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-29 21:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-29 21:33:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock to the API
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6768590>
{'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': '1d89d822-89b0-5e0d-a09f-7e50646f00df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6768590',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '530',
'odometer': 143830,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 530e Touring Plug-In Hybrid M-Sport Aut. Pano LC-Pro Ambient '
'Navi-Pro ACC Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Touring Plug-In Hybrid M-Sport Aut. Pano LC-Pro Ambient Navi-Pro '
'ACC Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Saving data for 6768590stock: {'created_time': 1772611213.372831, 'last_price_update_time': 1774819998.237379}
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6768590stock') HTTP/1.1" 204 0
2026-03-29 21:33:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784787> (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-29 21:33:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:18 [ecarstrade.be] INFO: Extracting details for car 6784787stock
2026-03-29 21:33:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-29 21:33:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with scrape type 2
2026-03-29 21:33:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with scrape type 2
2026-03-29 21:33:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250, identifier: 6784787stock
2026-03-29 21:33:18 [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-29 21:33:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-29 21:33:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-29 21:33:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock to the API
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784787>
{'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': None,
'fuel_type': 'Petrol',
'id': '7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784787',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 52486,
'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-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Saving data for 6784787stock: {'created_time': 1772611681.453874, 'last_price_update_time': 1774819998.787755}
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784787stock') HTTP/1.1" 204 0
2026-03-29 21:33:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6906274stock
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Scrape type for 6906274stock: 0
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6906336stock
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Scrape type for 6906336stock: 2
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6915092stock
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Scrape type for 6915092stock: 0
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6915132stock
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Scrape type for 6915132stock: 2
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6915444stock
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Scrape type for 6915444stock: 2
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6922030stock
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Scrape type for 6922030stock: 2
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6925462stock
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Scrape type for 6925462stock: 2
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6928167stock
2026-03-29 21:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:18 [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-29 21:33:18 [ecarstrade.be] INFO: Scrape type for 6928167stock: 2
2026-03-29 21:33:18 [ecarstrade.be] INFO: Found listing with ID: 6933400stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6933400stock: 2
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6934382stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6934382stock: 2
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6938490stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6938490stock: 0
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6938545stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6938545stock: 0
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6939768stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6939768stock: 2
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6942877stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6942877stock: 2
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6945655stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945655stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6945655stock: 0
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6948741stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6948741stock: 0
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6957412stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6957412stock: 0
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 3742479stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 3742479stock: 2
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6442479stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276442479stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6442479stock: 2
2026-03-29 21:33:19 [ecarstrade.be] INFO: Found listing with ID: 6472747stock
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Scrape type for 6472747stock: 2
2026-03-29 21:33:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6834681> (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-29 21:33:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:19 [ecarstrade.be] INFO: Extracting details for car 6834681stock
2026-03-29 21:33:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with identifier: 6834681stock
2026-03-29 21:33:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with scrape type 2
2026-03-29 21:33:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with scrape type 2
2026-03-29 21:33:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3658539f-5a1d-5c02-a3d3-9d9d5c411041, identifier: 6834681stock
2026-03-29 21:33:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with identifier: 6834681stock
2026-03-29 21:33:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with identifier: 6834681stock
2026-03-29 21:33:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3658539f-5a1d-5c02-a3d3-9d9d5c411041 with identifier: 6834681stock to the API
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6834681>
{'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': '3658539f-5a1d-5c02-a3d3-9d9d5c411041',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6834681',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 47255,
'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 116d LED-Xenon LC-Pro Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon LC-Pro Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [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-29 21:33:19 [ecarstrade.be] INFO: Saving data for 6834681stock: {'created_time': 1772611229.471188, 'last_price_update_time': 1774819999.827255}
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6834681stock') HTTP/1.1" 204 0
2026-03-29 21:33:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6820657> (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-29 21:33:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812476> (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-29 21:33:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:20 [ecarstrade.be] INFO: Extracting details for car 6820657stock
2026-03-29 21:33:20 [ecarstrade.be] INFO: Extracting details for car 6812476stock
2026-03-29 21:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with identifier: 6820657stock
2026-03-29 21:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with scrape type 2
2026-03-29 21:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with scrape type 2
2026-03-29 21:33:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69, identifier: 6820657stock
2026-03-29 21:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1751aafe-9e2b-5fdb-8844-6d701d751b16 with identifier: 6812476stock
2026-03-29 21:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1751aafe-9e2b-5fdb-8844-6d701d751b16 with scrape type 2
2026-03-29 21:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1751aafe-9e2b-5fdb-8844-6d701d751b16 with scrape type 2
2026-03-29 21:33:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1751aafe-9e2b-5fdb-8844-6d701d751b16, identifier: 6812476stock
2026-03-29 21:33:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with identifier: 6820657stock
2026-03-29 21:33:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with identifier: 6820657stock
2026-03-29 21:33:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69 with identifier: 6820657stock to the API
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6820657>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dd07a77c-a7b2-5ba4-bb8e-45736fcd0d69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6820657',
'listing': 'auction',
'location': 'France - "Fleury Mérogis"',
'make': 'BMW',
'model': 'X1',
'odometer': 42339,
'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': 'BMW X1 1.5i xDrive25e Plug-In Hybrid Design Aut. LED-Xenon Navi-Pro '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i xDrive25e Plug-In Hybrid Design Aut. LED-Xenon Navi-Pro '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820657stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:20 [ecarstrade.be] INFO: Saving data for 6820657stock: {'created_time': 1772611261.105932, 'last_price_update_time': 1774820000.559462}
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6820657stock') HTTP/1.1" 204 0
2026-03-29 21:33:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1751aafe-9e2b-5fdb-8844-6d701d751b16 with identifier: 6812476stock
2026-03-29 21:33:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1751aafe-9e2b-5fdb-8844-6d701d751b16 with identifier: 6812476stock
2026-03-29 21:33:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1751aafe-9e2b-5fdb-8844-6d701d751b16 with identifier: 6812476stock to the API
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812476>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1751aafe-9e2b-5fdb-8844-6d701d751b16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812476',
'listing': 'auction',
'location': 'Belgium',
'make': 'MAN',
'model': 'Mini One D Clubman',
'odometer': 116171,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-04',
'seats_number': 5,
'seller_name': None,
'title': 'Mini One D Clubman 1.5d Aut. Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5d Aut. Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812476stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:20 [ecarstrade.be] INFO: Saving data for 6812476stock: {'created_time': 1772611350.106971, 'last_price_update_time': 1774820000.8511}
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812476stock') HTTP/1.1" 204 0
2026-03-29 21:33:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792013> (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-29 21:33:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:20 [ecarstrade.be] INFO: Extracting details for car 6792013stock
2026-03-29 21:33:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-29 21:33:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with scrape type 2
2026-03-29 21:33:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with scrape type 2
2026-03-29 21:33:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0, identifier: 6792013stock
2026-03-29 21:33:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-29 21:33:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-29 21:33:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock to the API
2026-03-29 21:33:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6792013>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '676ed7ba-b7fa-5384-9f56-0bc6682bceb0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6792013',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Focus',
'odometer': 104946,
'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': 'Ford Focus Wagon Facelift 1.5 EcoBlue ST-Line Aut. Pano LED '
'Navi-Pro Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Wagon Facelift 1.5 EcoBlue ST-Line Aut. Pano LED Navi-Pro '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792013stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:21 [ecarstrade.be] INFO: Saving data for 6792013stock: {'created_time': 1772611189.685361, 'last_price_update_time': 1774820001.442242}
2026-03-29 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792013stock') HTTP/1.1" 204 0
2026-03-29 21:33:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6836054> (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-29 21:33:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6851391> (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-29 21:33:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:24 [ecarstrade.be] INFO: Extracting details for car 6836054stock
2026-03-29 21:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d01dfa21-3b6c-5fb7-b828-36dc1530d196 with identifier: 6836054stock
2026-03-29 21:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d01dfa21-3b6c-5fb7-b828-36dc1530d196 with scrape type 2
2026-03-29 21:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d01dfa21-3b6c-5fb7-b828-36dc1530d196 with scrape type 2
2026-03-29 21:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d01dfa21-3b6c-5fb7-b828-36dc1530d196, identifier: 6836054stock
2026-03-29 21:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d01dfa21-3b6c-5fb7-b828-36dc1530d196 with identifier: 6836054stock
2026-03-29 21:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d01dfa21-3b6c-5fb7-b828-36dc1530d196 with identifier: 6836054stock
2026-03-29 21:33:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d01dfa21-3b6c-5fb7-b828-36dc1530d196 with identifier: 6836054stock to the API
2026-03-29 21:33:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6836054>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd01dfa21-3b6c-5fb7-b828-36dc1530d196',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6836054',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 141520,
'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 X1 1.5 xDrive25e Plug-In Hybrid X-line Aut. LED-Xenon Navi-Pro '
'Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 xDrive25e Plug-In Hybrid X-line Aut. LED-Xenon Navi-Pro Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276836054stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:24 [ecarstrade.be] INFO: Saving data for 6836054stock: {'created_time': 1772611230.038359, 'last_price_update_time': 1774820004.705318}
2026-03-29 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6836054stock') HTTP/1.1" 204 0
2026-03-29 21:33:24 [ecarstrade.be] INFO: Extracting details for car 6851391stock
2026-03-29 21:33:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843336> (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-29 21:33:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a596993-143a-50a9-8703-afd63f2e9732 with identifier: 6851391stock
2026-03-29 21:33:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a596993-143a-50a9-8703-afd63f2e9732 with scrape type 2
2026-03-29 21:33:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a596993-143a-50a9-8703-afd63f2e9732 with scrape type 2
2026-03-29 21:33:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a596993-143a-50a9-8703-afd63f2e9732, identifier: 6851391stock
2026-03-29 21:33:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a596993-143a-50a9-8703-afd63f2e9732 with identifier: 6851391stock
2026-03-29 21:33:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a596993-143a-50a9-8703-afd63f2e9732 with identifier: 6851391stock
2026-03-29 21:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a596993-143a-50a9-8703-afd63f2e9732 with identifier: 6851391stock to the API
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6851391>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0a596993-143a-50a9-8703-afd63f2e9732',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6851391',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'MAN',
'model': 'Mini Cooper D Countryman',
'odometer': 29844,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-24',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Coooper D Countryman 2.0d LED-Xenon Navi KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': 'Mini Coooper D Countryman 2.0d LED-Xenon Navi KeylessGo Klima PDC '
'...',
'vin': None,
'year': 2022}
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851391stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:25 [ecarstrade.be] INFO: Saving data for 6851391stock: {'created_time': 1772611326.135403, 'last_price_update_time': 1774820005.239115}
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6851391stock') HTTP/1.1" 204 0
2026-03-29 21:33:25 [ecarstrade.be] INFO: Extracting details for car 6843336stock
2026-03-29 21:33:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0911230-497c-5244-bce1-36e347378d27 with identifier: 6843336stock
2026-03-29 21:33:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0911230-497c-5244-bce1-36e347378d27 with scrape type 2
2026-03-29 21:33:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0911230-497c-5244-bce1-36e347378d27 with scrape type 2
2026-03-29 21:33:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0911230-497c-5244-bce1-36e347378d27, identifier: 6843336stock
2026-03-29 21:33:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0911230-497c-5244-bce1-36e347378d27 with identifier: 6843336stock
2026-03-29 21:33:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0911230-497c-5244-bce1-36e347378d27 with identifier: 6843336stock
2026-03-29 21:33:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0911230-497c-5244-bce1-36e347378d27 with identifier: 6843336stock to the API
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843336>
{'auction_title': '',
'c_o_2_emission_value': 14,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e0911230-497c-5244-bce1-36e347378d27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843336',
'listing': 'auction',
'location': 'France - "Fleury Mérogis"',
'make': 'AC',
'model': 'BMW 225 Active Tourer',
'odometer': 90039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 225xe Active Tourer Plug-In Hybrid M-Sport xDrive Aut. Pano '
'LED-Xenon LC-Pro Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'BMW 225xe Active Tourer Plug-In Hybrid M-Sport xDrive Aut. Pano '
'LED-Xenon LC-Pro Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843336stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:25 [ecarstrade.be] INFO: Saving data for 6843336stock: {'created_time': 1772611320.322488, 'last_price_update_time': 1774820005.669356}
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843336stock') HTTP/1.1" 204 0
2026-03-29 21:33:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855220> (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-29 21:33:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:26 [ecarstrade.be] INFO: Extracting details for car 6855220stock
2026-03-29 21:33:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffc26e8e-cd93-53e1-96cb-677124cd99d8 with identifier: 6855220stock
2026-03-29 21:33:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffc26e8e-cd93-53e1-96cb-677124cd99d8 with scrape type 2
2026-03-29 21:33:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffc26e8e-cd93-53e1-96cb-677124cd99d8 with scrape type 2
2026-03-29 21:33:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ffc26e8e-cd93-53e1-96cb-677124cd99d8, identifier: 6855220stock
2026-03-29 21:33:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ffc26e8e-cd93-53e1-96cb-677124cd99d8 with identifier: 6855220stock
2026-03-29 21:33:26 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:33:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ffc26e8e-cd93-53e1-96cb-677124cd99d8 with identifier: 6855220stock
2026-03-29 21:33:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ffc26e8e-cd93-53e1-96cb-677124cd99d8 with identifier: 6855220stock to the API
2026-03-29 21:33:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855220>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ffc26e8e-cd93-53e1-96cb-677124cd99d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855220',
'listing': 'auction',
'location': 'Belgium',
'make': 'MAN',
'model': 'Mini One D Countryman',
'odometer': 152689,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-07',
'seats_number': 5,
'seller_name': None,
'title': 'Mini One D Countryman Facelift 1.5d Pano LED-Xenon Virtual Navi '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'Facelift 1.5d Pano LED-Xenon Virtual Navi Sport-Leather KeylessGo '
'Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:26 [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-29 21:33:26 [ecarstrade.be] INFO: Saving data for 6855220stock: {'created_time': 1772611739.586871, 'last_price_update_time': 1774820006.501516}
2026-03-29 21:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855220stock') HTTP/1.1" 204 0
2026-03-29 21:33:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6857670> (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-29 21:33:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:26 [ecarstrade.be] INFO: Extracting details for car 6857670stock
2026-03-29 21:33:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce54b138-32a4-544b-801d-9bfc7cd4d964 with identifier: 6857670stock
2026-03-29 21:33:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce54b138-32a4-544b-801d-9bfc7cd4d964 with scrape type 2
2026-03-29 21:33:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce54b138-32a4-544b-801d-9bfc7cd4d964 with scrape type 2
2026-03-29 21:33:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce54b138-32a4-544b-801d-9bfc7cd4d964, identifier: 6857670stock
2026-03-29 21:33:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce54b138-32a4-544b-801d-9bfc7cd4d964 with identifier: 6857670stock
2026-03-29 21:33:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce54b138-32a4-544b-801d-9bfc7cd4d964 with identifier: 6857670stock
2026-03-29 21:33:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce54b138-32a4-544b-801d-9bfc7cd4d964 with identifier: 6857670stock to the API
2026-03-29 21:33:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6857670>
{'auction_title': '',
'c_o_2_emission_value': 27,
'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': 'ce54b138-32a4-544b-801d-9bfc7cd4d964',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6857670',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X5',
'odometer': 96103,
'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': 'BMW X5 xDrive45e Plug-In Hybrid Aut. LED-Xenon LC-Pro ACC Ambient '
'Air-Suspension Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'xDrive45e Plug-In Hybrid Aut. LED-Xenon LC-Pro ACC Ambient '
'Air-Suspension Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:27 [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-29 21:33:27 [ecarstrade.be] INFO: Saving data for 6857670stock: {'created_time': 1772611245.80117, 'last_price_update_time': 1774820007.074596}
2026-03-29 21:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6857670stock') HTTP/1.1" 204 0
2026-03-29 21:33:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855255> (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-29 21:33:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6863023> (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-29 21:33:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:27 [ecarstrade.be] INFO: Extracting details for car 6855255stock
2026-03-29 21:33:27 [ecarstrade.be] INFO: Extracting details for car 6863023stock
2026-03-29 21:33:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 687caed9-23c6-5e85-a56c-c05cf2343c36 with identifier: 6855255stock
2026-03-29 21:33:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 687caed9-23c6-5e85-a56c-c05cf2343c36 with scrape type 2
2026-03-29 21:33:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 687caed9-23c6-5e85-a56c-c05cf2343c36 with scrape type 2
2026-03-29 21:33:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 687caed9-23c6-5e85-a56c-c05cf2343c36, identifier: 6855255stock
2026-03-29 21:33:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f3eea31-4d63-5538-ad8d-f3ef9045328c with identifier: 6863023stock
2026-03-29 21:33:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f3eea31-4d63-5538-ad8d-f3ef9045328c with scrape type 2
2026-03-29 21:33:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f3eea31-4d63-5538-ad8d-f3ef9045328c with scrape type 2
2026-03-29 21:33:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f3eea31-4d63-5538-ad8d-f3ef9045328c, identifier: 6863023stock
2026-03-29 21:33:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 687caed9-23c6-5e85-a56c-c05cf2343c36 with identifier: 6855255stock
2026-03-29 21:33:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 687caed9-23c6-5e85-a56c-c05cf2343c36 with identifier: 6855255stock
2026-03-29 21:33:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 687caed9-23c6-5e85-a56c-c05cf2343c36 with identifier: 6855255stock to the API
2026-03-29 21:33:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855255>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '687caed9-23c6-5e85-a56c-c05cf2343c36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855255',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '5008',
'odometer': 166714,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-09',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDI Allure I-Cockpit Navi 1/2 Leather Camera '
'Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDI Allure I-Cockpit Navi 1/2 Leather Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:27 [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-29 21:33:27 [ecarstrade.be] INFO: Saving data for 6855255stock: {'created_time': 1772611738.473705, 'last_price_update_time': 1774820007.732294}
2026-03-29 21:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855255stock') HTTP/1.1" 204 0
2026-03-29 21:33:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f3eea31-4d63-5538-ad8d-f3ef9045328c with identifier: 6863023stock
2026-03-29 21:33:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f3eea31-4d63-5538-ad8d-f3ef9045328c with identifier: 6863023stock
2026-03-29 21:33:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f3eea31-4d63-5538-ad8d-f3ef9045328c with identifier: 6863023stock to the API
2026-03-29 21:33:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6863023>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '7f3eea31-4d63-5538-ad8d-f3ef9045328c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6863023',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 157117,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-12',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Scala 1.6 TDI Ambition Aut. LED Virtual Navi Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 TDI Ambition Aut. LED Virtual Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276863023stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:28 [ecarstrade.be] INFO: Saving data for 6863023stock: {'created_time': 1772611744.024978, 'last_price_update_time': 1774820008.060277}
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6863023stock') HTTP/1.1" 204 0
2026-03-29 21:33:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6866954> (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-29 21:33:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:28 [ecarstrade.be] INFO: Extracting details for car 6866954stock
2026-03-29 21:33:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with identifier: 6866954stock
2026-03-29 21:33:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with scrape type 2
2026-03-29 21:33:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with scrape type 2
2026-03-29 21:33:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318, identifier: 6866954stock
2026-03-29 21:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with identifier: 6866954stock
2026-03-29 21:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with identifier: 6866954stock
2026-03-29 21:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318 with identifier: 6866954stock to the API
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6866954>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a8f0f4fe-5680-5ac8-9f43-4cba7f6f7318',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6866954',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '308',
'odometer': 138885,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.5 BlueHDi GT-Line Aut. Pano LED-Xenon I-Cockpit Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDi GT-Line Aut. Pano LED-Xenon I-Cockpit Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866954stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:28 [ecarstrade.be] INFO: Saving data for 6866954stock: {'created_time': 1772611718.960443, 'last_price_update_time': 1774820008.859209}
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6866954stock') HTTP/1.1" 204 0
2026-03-29 21:33:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890954> (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-29 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-29 21:33:31 [ecarstrade.be] INFO: Extracting details for car 6890954stock
2026-03-29 21:33:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-29 21:33:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with scrape type 2
2026-03-29 21:33:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with scrape type 2
2026-03-29 21:33:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad, identifier: 6890954stock
2026-03-29 21:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-29 21:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-29 21:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock to the API
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890954>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '82ea0ad7-c02e-5ba0-8e05-3057b30af9ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890954',
'listing': 'auction',
'location': 'France - "Fleury Mérogis"',
'make': 'Peugeot',
'model': '3008',
'odometer': 117539,
'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': 'Peugeot 3008 1.2 PureTech I-Cockpit Navi KeylessGo Camera Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.2 PureTech I-Cockpit Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276890954stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:32 [ecarstrade.be] INFO: Saving data for 6890954stock: {'created_time': 1772612310.042462, 'last_price_update_time': 1774820012.354233}
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890954stock') HTTP/1.1" 204 0
2026-03-29 21:33:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6867688> (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-29 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-29 21:33:32 [ecarstrade.be] INFO: Extracting details for car 6867688stock
2026-03-29 21:33:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9aa063c-bfb6-5879-b3da-1aece871a581 with identifier: 6867688stock
2026-03-29 21:33:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9aa063c-bfb6-5879-b3da-1aece871a581 with scrape type 2
2026-03-29 21:33:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9aa063c-bfb6-5879-b3da-1aece871a581 with scrape type 2
2026-03-29 21:33:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9aa063c-bfb6-5879-b3da-1aece871a581, identifier: 6867688stock
2026-03-29 21:33:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9aa063c-bfb6-5879-b3da-1aece871a581 with identifier: 6867688stock
2026-03-29 21:33:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9aa063c-bfb6-5879-b3da-1aece871a581 with identifier: 6867688stock
2026-03-29 21:33:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9aa063c-bfb6-5879-b3da-1aece871a581 with identifier: 6867688stock to the API
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6867688>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e9aa063c-bfb6-5879-b3da-1aece871a581',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6867688',
'listing': 'auction',
'location': 'France - "Fleury Mérogis"',
'make': 'AC',
'model': 'DS Automobiles DS3 Crossback',
'odometer': 20897,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'DS 3 Crossback 1.2 PureTech Chic Aut. Virtual Navi KeylessGo Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'DS 3 Crossback 1.2 PureTech Chic Aut. Virtual Navi KeylessGo Klima '
'PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276867688stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:32 [ecarstrade.be] INFO: Saving data for 6867688stock: {'created_time': 1772611235.733343, 'last_price_update_time': 1774820012.919359}
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867688stock') HTTP/1.1" 204 0
2026-03-29 21:33:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6867987> (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-29 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-29 21:33:33 [ecarstrade.be] INFO: Extracting details for car 6867987stock
2026-03-29 21:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with identifier: 6867987stock
2026-03-29 21:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with scrape type 2
2026-03-29 21:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with scrape type 2
2026-03-29 21:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7094f15a-63b4-55c1-baf1-c9c6414a9d59, identifier: 6867987stock
2026-03-29 21:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with identifier: 6867987stock
2026-03-29 21:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with identifier: 6867987stock
2026-03-29 21:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7094f15a-63b4-55c1-baf1-c9c6414a9d59 with identifier: 6867987stock to the API
2026-03-29 21:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:33:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6867987>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7094f15a-63b4-55c1-baf1-c9c6414a9d59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6867987',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 99995,
'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': 'BMW X1 1.5 xDrive25e Plug-In Hybrid Aut. LED-Xenon Head-Up Navi-Pro '
'Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 xDrive25e Plug-In Hybrid Aut. LED-Xenon Head-Up Navi-Pro Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276867987stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:33 [ecarstrade.be] INFO: Saving data for 6867987stock: {'created_time': 1772611719.49931, 'last_price_update_time': 1774820013.499397}
2026-03-29 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867987stock') HTTP/1.1" 204 0
2026-03-29 21:33:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6472747> (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-29 21:33:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:33 [ecarstrade.be] INFO: Extracting details for car 6472747stock
2026-03-29 21:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-29 21:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27199dfa-015f-5162-961e-cdc9abbc01ed with scrape type 2
2026-03-29 21:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27199dfa-015f-5162-961e-cdc9abbc01ed with scrape type 2
2026-03-29 21:33:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27199dfa-015f-5162-961e-cdc9abbc01ed, identifier: 6472747stock
2026-03-29 21:33:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-29 21:33:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-29 21:33:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock to the API
2026-03-29 21:33:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6472747>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '27199dfa-015f-5162-961e-cdc9abbc01ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6472747',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '530',
'odometer': 130399,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 530e Plug-In Hybrid M-Sport Aut. LED-Xenon ACC Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Aut. LED-Xenon ACC Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:34 [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-29 21:33:34 [ecarstrade.be] INFO: Saving data for 6472747stock: {'created_time': 1772611275.2971, 'last_price_update_time': 1774820014.037701}
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6472747stock') HTTP/1.1" 204 0
2026-03-29 21:33:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6442479> (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-29 21:33:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:34 [ecarstrade.be] INFO: Extracting details for car 6442479stock
2026-03-29 21:33:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85daf464-0714-5646-a746-e9ff81b462ee with identifier: 6442479stock
2026-03-29 21:33:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85daf464-0714-5646-a746-e9ff81b462ee with scrape type 2
2026-03-29 21:33:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85daf464-0714-5646-a746-e9ff81b462ee with scrape type 2
2026-03-29 21:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85daf464-0714-5646-a746-e9ff81b462ee, identifier: 6442479stock
2026-03-29 21:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85daf464-0714-5646-a746-e9ff81b462ee with identifier: 6442479stock
2026-03-29 21:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85daf464-0714-5646-a746-e9ff81b462ee with identifier: 6442479stock
2026-03-29 21:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85daf464-0714-5646-a746-e9ff81b462ee with identifier: 6442479stock to the API
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6442479>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '85daf464-0714-5646-a746-e9ff81b462ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6442479',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '216',
'odometer': 19660,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 216d Gran Coupe Aut. LED-Xenon Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Gran Coupe Aut. LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276442479stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:34 [ecarstrade.be] INFO: Saving data for 6442479stock: {'created_time': 1772611299.134687, 'last_price_update_time': 1774820014.568583}
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6442479stock') HTTP/1.1" 204 0
2026-03-29 21:33:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/3742479> (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-29 21:33:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6942877> (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-29 21:33:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:34 [ecarstrade.be] INFO: Extracting details for car 3742479stock
2026-03-29 21:33:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-29 21:33:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6107d359-1855-53a7-bd90-35d7e1e5cf97 with scrape type 2
2026-03-29 21:33:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6107d359-1855-53a7-bd90-35d7e1e5cf97 with scrape type 2
2026-03-29 21:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6107d359-1855-53a7-bd90-35d7e1e5cf97, identifier: 3742479stock
2026-03-29 21:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-29 21:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-29 21:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock to the API
2026-03-29 21:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/3742479>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6107d359-1855-53a7-bd90-35d7e1e5cf97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/3742479',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '320',
'odometer': 149940,
'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': 'BMW 320 d LED-Xenon Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273742479stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:35 [ecarstrade.be] INFO: Saving data for 3742479stock: {'created_time': 1772694656.425791, 'last_price_update_time': 1774820015.120685}
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='3742479stock') HTTP/1.1" 204 0
2026-03-29 21:33:35 [ecarstrade.be] INFO: Extracting details for car 6942877stock
2026-03-29 21:33:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08b957c2-7314-58b6-b3b8-ba7327a735ba with identifier: 6942877stock
2026-03-29 21:33:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08b957c2-7314-58b6-b3b8-ba7327a735ba with scrape type 2
2026-03-29 21:33:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08b957c2-7314-58b6-b3b8-ba7327a735ba with scrape type 2
2026-03-29 21:33:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08b957c2-7314-58b6-b3b8-ba7327a735ba, identifier: 6942877stock
2026-03-29 21:33:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08b957c2-7314-58b6-b3b8-ba7327a735ba with identifier: 6942877stock
2026-03-29 21:33:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08b957c2-7314-58b6-b3b8-ba7327a735ba with identifier: 6942877stock
2026-03-29 21:33:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08b957c2-7314-58b6-b3b8-ba7327a735ba with identifier: 6942877stock to the API
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6942877>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '08b957c2-7314-58b6-b3b8-ba7327a735ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6942877',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'Q3',
'odometer': 201125,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 2.0 TDI Quattro 177Hp S-Line Aut. Pano LED-Xenon Bose Navi '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI Quattro 177Hp S-Line Aut. Pano LED-Xenon Bose Navi '
'Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2013}
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942877stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:35 [ecarstrade.be] INFO: Saving data for 6942877stock: {'created_time': 1773180968.455552, 'last_price_update_time': 1774820015.533815}
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6942877stock') HTTP/1.1" 204 0
2026-03-29 21:33:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939768> (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-29 21:33:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:38 [ecarstrade.be] INFO: Extracting details for car 6939768stock
2026-03-29 21:33:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f22a044-1ead-5d11-afd3-d8e060a535c2 with identifier: 6939768stock
2026-03-29 21:33:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f22a044-1ead-5d11-afd3-d8e060a535c2 with scrape type 2
2026-03-29 21:33:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f22a044-1ead-5d11-afd3-d8e060a535c2 with scrape type 2
2026-03-29 21:33:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f22a044-1ead-5d11-afd3-d8e060a535c2, identifier: 6939768stock
2026-03-29 21:33:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f22a044-1ead-5d11-afd3-d8e060a535c2 with identifier: 6939768stock
2026-03-29 21:33:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f22a044-1ead-5d11-afd3-d8e060a535c2 with identifier: 6939768stock
2026-03-29 21:33:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f22a044-1ead-5d11-afd3-d8e060a535c2 with identifier: 6939768stock to the API
2026-03-29 21:33:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:33:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939768>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3f22a044-1ead-5d11-afd3-d8e060a535c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939768',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Opel',
'model': 'Astra',
'odometer': 143085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-09',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra 1.0T Edition Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.0T Edition Navi Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:38 [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-29 21:33:38 [ecarstrade.be] INFO: Saving data for 6939768stock: {'created_time': 1773672108.884441, 'last_price_update_time': 1774820018.703353}
2026-03-29 21:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939768stock') HTTP/1.1" 204 0
2026-03-29 21:33:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934382> (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-29 21:33:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6891458> (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-29 21:33:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:38 [ecarstrade.be] INFO: Extracting details for car 6934382stock
2026-03-29 21:33:38 [ecarstrade.be] INFO: Extracting details for car 6891458stock
2026-03-29 21:33:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with identifier: 6934382stock
2026-03-29 21:33:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with scrape type 2
2026-03-29 21:33:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with scrape type 2
2026-03-29 21:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d, identifier: 6934382stock
2026-03-29 21:33:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-29 21:33:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with scrape type 2
2026-03-29 21:33:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with scrape type 2
2026-03-29 21:33:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0, identifier: 6891458stock
2026-03-29 21:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with identifier: 6934382stock
2026-03-29 21:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with identifier: 6934382stock
2026-03-29 21:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d with identifier: 6934382stock to the API
2026-03-29 21:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934382>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0b62a5e3-4e27-58ba-8b6f-b324b7ffc51d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934382',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'AC',
'model': 'BMW 216 Active Tourer',
'odometer': 72580,
'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 216d Active Tourer Aut. LED-Xenon Navi KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'BMW 216d Active Tourer Aut. LED-Xenon Navi KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276934382stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:39 [ecarstrade.be] INFO: Saving data for 6934382stock: {'created_time': 1773180961.718408, 'last_price_update_time': 1774820019.484748}
2026-03-29 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934382stock') HTTP/1.1" 204 0
2026-03-29 21:33:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-29 21:33:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-29 21:33:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock to the API
2026-03-29 21:33:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:33:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6891458>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '04e404e9-5bdb-5048-a0a2-3ba7fad01df0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6891458',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy Maxi',
'odometer': 107230,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-23',
'seats_number': 7,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi 2.0 TDI 2 Slide Doors 7PL Pano ACC Navi '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 TDI 2 Slide Doors 7PL Pano ACC Navi Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276891458stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:39 [ecarstrade.be] INFO: Saving data for 6891458stock: {'created_time': 1772611775.456479, 'last_price_update_time': 1774820019.800142}
2026-03-29 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6891458stock') HTTP/1.1" 204 0
2026-03-29 21:33:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933400> (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-29 21:33:39 [ecarstrade.be] INFO: Extracting details for car 6933400stock
2026-03-29 21:33:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-29 21:33:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33a776c3-746d-5e76-b649-f567341427fa with scrape type 2
2026-03-29 21:33:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33a776c3-746d-5e76-b649-f567341427fa with scrape type 2
2026-03-29 21:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33a776c3-746d-5e76-b649-f567341427fa, identifier: 6933400stock
2026-03-29 21:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-29 21:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock
2026-03-29 21:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33a776c3-746d-5e76-b649-f567341427fa with identifier: 6933400stock to the API
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933400>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '33a776c3-746d-5e76-b649-f567341427fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933400',
'listing': 'auction',
'location': 'Belgium',
'make': 'Alfa Romeo',
'model': 'Tonale',
'odometer': 157745,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-04',
'seats_number': 5,
'seller_name': None,
'title': 'Alfa Romeo Tonale 1.5i Mild-Hybrid Sprint Aut. LED Virtual ACC Navi '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid Sprint Aut. LED Virtual ACC Navi Sport-Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933400stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:40 [ecarstrade.be] INFO: Saving data for 6933400stock: {'created_time': 1773452080.948532, 'last_price_update_time': 1774820020.352647}
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933400stock') HTTP/1.1" 204 0
2026-03-29 21:33:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6928167> (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-29 21:33:40 [ecarstrade.be] INFO: Extracting details for car 6928167stock
2026-03-29 21:33:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with identifier: 6928167stock
2026-03-29 21:33:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with scrape type 2
2026-03-29 21:33:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with scrape type 2
2026-03-29 21:33:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7, identifier: 6928167stock
2026-03-29 21:33:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with identifier: 6928167stock
2026-03-29 21:33:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with identifier: 6928167stock
2026-03-29 21:33:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7 with identifier: 6928167stock to the API
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6928167>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '33f0bc41-7db3-5e6f-8de5-2dfc029ab9e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6928167',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'DS Automobiles DS3 Crossback',
'odometer': 55397,
'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': 'DS 3 Crossback 1.2 PureTech Bastille Aut. Virtual Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'DS 3 Crossback 1.2 PureTech Bastille Aut. Virtual Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928167stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:40 [ecarstrade.be] INFO: Saving data for 6928167stock: {'created_time': 1773180965.978887, 'last_price_update_time': 1774820020.923226}
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6928167stock') HTTP/1.1" 204 0
2026-03-29 21:33:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925462> (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-29 21:33:41 [ecarstrade.be] INFO: Extracting details for car 6925462stock
2026-03-29 21:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b67e97e1-1d14-5f82-b860-40b9de537194 with identifier: 6925462stock
2026-03-29 21:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b67e97e1-1d14-5f82-b860-40b9de537194 with scrape type 2
2026-03-29 21:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b67e97e1-1d14-5f82-b860-40b9de537194 with scrape type 2
2026-03-29 21:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b67e97e1-1d14-5f82-b860-40b9de537194, identifier: 6925462stock
2026-03-29 21:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b67e97e1-1d14-5f82-b860-40b9de537194 with identifier: 6925462stock
2026-03-29 21:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b67e97e1-1d14-5f82-b860-40b9de537194 with identifier: 6925462stock
2026-03-29 21:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b67e97e1-1d14-5f82-b860-40b9de537194 with identifier: 6925462stock to the API
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6925462>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b67e97e1-1d14-5f82-b860-40b9de537194',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6925462',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 157769,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d LED-Xenon LC-Pro Navi 1/2 Sport-Leather KeylessGo Camera '
'Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon LC-Pro Navi 1/2 Sport-Leather KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2021}
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925462stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:41 [ecarstrade.be] INFO: Saving data for 6925462stock: {'created_time': 1773180970.53477, 'last_price_update_time': 1774820021.430979}
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925462stock') HTTP/1.1" 204 0
2026-03-29 21:33:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922030> (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-29 21:33:41 [ecarstrade.be] INFO: Extracting details for car 6922030stock
2026-03-29 21:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with identifier: 6922030stock
2026-03-29 21:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with scrape type 2
2026-03-29 21:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with scrape type 2
2026-03-29 21:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22, identifier: 6922030stock
2026-03-29 21:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with identifier: 6922030stock
2026-03-29 21:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with identifier: 6922030stock
2026-03-29 21:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e9b5d21-4778-5efb-a2f7-dd3c47958d22 with identifier: 6922030stock to the API
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922030>
{'auction_title': '',
'c_o_2_emission_value': 266,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6e9b5d21-4778-5efb-a2f7-dd3c47958d22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922030',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Amarok',
'odometer': 37137,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-17',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Amarok Double Cabine 3.0TDI V6 240hp 4Motion Aut. '
'LED-Xenon Virtual ACC Navi-Pro 1/2 Sport-Leather-Alacantara '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Double Cabine 3.0TDI V6 240hp 4Motion Aut. LED-Xenon Virtual ACC '
'Navi-Pro 1/2 Sport-Leather-Alacantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922030stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:41 [ecarstrade.be] INFO: Saving data for 6922030stock: {'created_time': 1772839905.070996, 'last_price_update_time': 1774820021.961294}
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922030stock') HTTP/1.1" 204 0
2026-03-29 21:33:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915444> (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-29 21:33:42 [ecarstrade.be] INFO: Extracting details for car 6915444stock
2026-03-29 21:33:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-29 21:33:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 687be400-d2f9-5019-baf6-ae6f392b5749 with scrape type 2
2026-03-29 21:33:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 687be400-d2f9-5019-baf6-ae6f392b5749 with scrape type 2
2026-03-29 21:33:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 687be400-d2f9-5019-baf6-ae6f392b5749, identifier: 6915444stock
2026-03-29 21:33:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-29 21:33:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock
2026-03-29 21:33:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 687be400-d2f9-5019-baf6-ae6f392b5749 with identifier: 6915444stock to the API
2026-03-29 21:33:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915444>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '687be400-d2f9-5019-baf6-ae6f392b5749',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915444',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 68153,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-07',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech I-Cockpit Navi KeylessGo Camera Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.2 PureTech I-Cockpit Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-29 21:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:42 [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-29 21:33:42 [ecarstrade.be] INFO: Saving data for 6915444stock: {'created_time': 1772839902.481817, 'last_price_update_time': 1774820022.48661}
2026-03-29 21:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915444stock') HTTP/1.1" 204 0
2026-03-29 21:33:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6915132> (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-29 21:33:44 [ecarstrade.be] INFO: Extracting details for car 6915132stock
2026-03-29 21:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-29 21:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73a8ef65-38f2-5330-ac37-26d61172d718 with scrape type 2
2026-03-29 21:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73a8ef65-38f2-5330-ac37-26d61172d718 with scrape type 2
2026-03-29 21:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73a8ef65-38f2-5330-ac37-26d61172d718, identifier: 6915132stock
2026-03-29 21:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-29 21:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock
2026-03-29 21:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73a8ef65-38f2-5330-ac37-26d61172d718 with identifier: 6915132stock to the API
2026-03-29 21:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6915132>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '73a8ef65-38f2-5330-ac37-26d61172d718',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6915132',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Peugeot',
'model': '3008',
'odometer': 110482,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech I-Cockpit Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech I-Cockpit Navi Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:45 [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-29 21:33:45 [ecarstrade.be] INFO: Saving data for 6915132stock: {'created_time': 1773093450.257272, 'last_price_update_time': 1774820025.277686}
2026-03-29 21:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6915132stock') HTTP/1.1" 204 0
2026-03-29 21:33:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906336> (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-29 21:33:46 [ecarstrade.be] INFO: Extracting details for car 6906336stock
2026-03-29 21:33:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with identifier: 6906336stock
2026-03-29 21:33:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with scrape type 2
2026-03-29 21:33:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with scrape type 2
2026-03-29 21:33:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc, identifier: 6906336stock
2026-03-29 21:33:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with identifier: 6906336stock
2026-03-29 21:33:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with identifier: 6906336stock
2026-03-29 21:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c9297fe-8c4e-5fc9-a5c3-72c3520028cc with identifier: 6906336stock to the API
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6906336>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5c9297fe-8c4e-5fc9-a5c3-72c3520028cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6906336',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '508',
'odometer': 210323,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-22',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 BlueHDi Pano I-Cockpit Navi KeylessGo Camera '
'Klima PDC ...',
'transmission': 'manual',
'trim': 'SW 1.5 BlueHDi Pano I-Cockpit Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Saving data for 6906336stock: {'created_time': 1772673735.331763, 'last_price_update_time': 1774820026.556231}
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906336stock') HTTP/1.1" 204 0
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6589495stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6589495stock: 2
2026-03-29 21:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6596836stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6596836stock: 2
2026-03-29 21:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6617796stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6617796stock: 2
2026-03-29 21:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6631679stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6631679stock: 2
2026-03-29 21:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6631720stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6631720stock: 2
2026-03-29 21:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6663716stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6663716stock: 2
2026-03-29 21:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6708827stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6708827stock: 2
2026-03-29 21:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6979559stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979559stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6979559stock: 2
2026-03-29 21:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6979561stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979561stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6979561stock: 2
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6979567stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979567stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6979567stock: 2
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6979569stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979569stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6979569stock: 2
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6979571stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979571stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6979571stock: 2
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6879839stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:46 [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-29 21:33:46 [ecarstrade.be] INFO: Scrape type for 6879839stock: 2
2026-03-29 21:33:46 [ecarstrade.be] INFO: Found listing with ID: 6883830stock
2026-03-29 21:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883830stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:47 [ecarstrade.be] INFO: Scrape type for 6883830stock: 2
2026-03-29 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6885853stock
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885853stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:47 [ecarstrade.be] INFO: Scrape type for 6885853stock: 2
2026-03-29 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6885954stock
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885954stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:47 [ecarstrade.be] INFO: Scrape type for 6885954stock: 2
2026-03-29 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6885975stock
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276885975stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:47 [ecarstrade.be] INFO: Scrape type for 6885975stock: 2
2026-03-29 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6890910stock
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890910stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:47 [ecarstrade.be] INFO: Scrape type for 6890910stock: 2
2026-03-29 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6890939stock
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890939stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:47 [ecarstrade.be] INFO: Scrape type for 6890939stock: 2
2026-03-29 21:33:47 [ecarstrade.be] INFO: Found listing with ID: 6893001stock
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276893001stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:47 [ecarstrade.be] INFO: Scrape type for 6893001stock: 2
2026-03-29 21:33:52 [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-29 21:33:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6899424stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6899424stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6901506stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6901506stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6901822stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6901822stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6904901stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6904901stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6905414stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6905414stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6905965stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276905965stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6905965stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6906386stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6906386stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6908834stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6908834stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6909294stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6909294stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6909316stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6909316stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6910043stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6910043stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6910519stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6910519stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6914005stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6914005stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6914030stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6914030stock: 2
2026-03-29 21:33:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6631720> (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-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6916395stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6916395stock: 2
2026-03-29 21:33:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6919073stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919073stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6919073stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6919152stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6919152stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6919213stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6919213stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6925476stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6925476stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Found listing with ID: 6925486stock
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:52 [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-29 21:33:52 [ecarstrade.be] INFO: Scrape type for 6925486stock: 2
2026-03-29 21:33:52 [ecarstrade.be] INFO: Extracting details for car 6631720stock
2026-03-29 21:33:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 358337f6-9a52-5230-9b3c-d10d9159954a with identifier: 6631720stock
2026-03-29 21:33:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 358337f6-9a52-5230-9b3c-d10d9159954a with scrape type 2
2026-03-29 21:33:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 358337f6-9a52-5230-9b3c-d10d9159954a with scrape type 2
2026-03-29 21:33:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 358337f6-9a52-5230-9b3c-d10d9159954a, identifier: 6631720stock
2026-03-29 21:33:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 358337f6-9a52-5230-9b3c-d10d9159954a with identifier: 6631720stock
2026-03-29 21:33:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 358337f6-9a52-5230-9b3c-d10d9159954a with identifier: 6631720stock
2026-03-29 21:33:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 358337f6-9a52-5230-9b3c-d10d9159954a with identifier: 6631720stock to the API
2026-03-29 21:33:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6631720>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '358337f6-9a52-5230-9b3c-d10d9159954a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6631720',
'listing': 'auction',
'location': 'Belgium',
'make': 'Jaguar',
'model': 'XF',
'odometer': 80268,
'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': 5,
'seller_name': None,
'title': 'Jaguar XF Sport Brake 2.0 D E-Performance Aut. Xenon Navi-Pro '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Sport Brake 2.0 D E-Performance Aut. Xenon Navi-Pro KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:53 [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-29 21:33:53 [ecarstrade.be] INFO: Saving data for 6631720stock: {'created_time': 1772611282.905248, 'last_price_update_time': 1774820033.107659}
2026-03-29 21:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6631720stock') HTTP/1.1" 204 0
2026-03-29 21:33:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6708827> (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-29 21:33:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6663716> (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-29 21:33:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6631679> (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-29 21:33:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6617796> (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-29 21:33:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:53 [ecarstrade.be] INFO: Extracting details for car 6708827stock
2026-03-29 21:33:53 [ecarstrade.be] INFO: Extracting details for car 6663716stock
2026-03-29 21:33:53 [ecarstrade.be] INFO: Extracting details for car 6631679stock
2026-03-29 21:33:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with identifier: 6708827stock
2026-03-29 21:33:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with scrape type 2
2026-03-29 21:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with scrape type 2
2026-03-29 21:33:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57, identifier: 6708827stock
2026-03-29 21:33:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92d80a9a-496c-50b6-9bf1-dac2f79b151c with identifier: 6663716stock
2026-03-29 21:33:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92d80a9a-496c-50b6-9bf1-dac2f79b151c with scrape type 2
2026-03-29 21:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92d80a9a-496c-50b6-9bf1-dac2f79b151c with scrape type 2
2026-03-29 21:33:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92d80a9a-496c-50b6-9bf1-dac2f79b151c, identifier: 6663716stock
2026-03-29 21:33:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with identifier: 6631679stock
2026-03-29 21:33:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with scrape type 2
2026-03-29 21:33:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with scrape type 2
2026-03-29 21:33:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a45f5cbc-8098-58c0-a252-79ba6bd4bb83, identifier: 6631679stock
2026-03-29 21:33:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with identifier: 6708827stock
2026-03-29 21:33:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with identifier: 6708827stock
2026-03-29 21:33:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b4310c8-ffdb-581a-9510-17ae4b0c4a57 with identifier: 6708827stock to the API
2026-03-29 21:33:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6708827>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '7b4310c8-ffdb-581a-9510-17ae4b0c4a57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6708827',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 226241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-09-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d Aut. Navi Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Aut. Navi Klima PDC ...',
'vin': None,
'year': 2013}
2026-03-29 21:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:53 [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-29 21:33:53 [ecarstrade.be] INFO: Saving data for 6708827stock: {'created_time': 1773180842.314971, 'last_price_update_time': 1774820033.929097}
2026-03-29 21:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6708827stock') HTTP/1.1" 204 0
2026-03-29 21:33:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92d80a9a-496c-50b6-9bf1-dac2f79b151c with identifier: 6663716stock
2026-03-29 21:33:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92d80a9a-496c-50b6-9bf1-dac2f79b151c with identifier: 6663716stock
2026-03-29 21:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92d80a9a-496c-50b6-9bf1-dac2f79b151c with identifier: 6663716stock to the API
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6663716>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '92d80a9a-496c-50b6-9bf1-dac2f79b151c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6663716',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Jaguar F-Pace',
'odometer': 143903,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'Jaguar F-Pace 2.0 20d Pure AWD Aut. Pano LED-Xenon Virtual Meridian '
'ACC Navi-Pro Comfort-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 20d Pure AWD Aut. Pano LED-Xenon Virtual Meridian C Navi-Pro '
'Comfort-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663716stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:54 [ecarstrade.be] INFO: Saving data for 6663716stock: {'created_time': 1772611319.120547, 'last_price_update_time': 1774820034.242853}
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6663716stock') HTTP/1.1" 204 0
2026-03-29 21:33:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with identifier: 6631679stock
2026-03-29 21:33:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with identifier: 6631679stock
2026-03-29 21:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a45f5cbc-8098-58c0-a252-79ba6bd4bb83 with identifier: 6631679stock to the API
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6631679>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a45f5cbc-8098-58c0-a252-79ba6bd4bb83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6631679',
'listing': 'auction',
'location': 'Belgium',
'make': 'Jaguar',
'model': 'XF',
'odometer': 128451,
'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': 5,
'seller_name': None,
'title': 'Jaguar XF Sport Brake 2.0 D E-Performance Aut. Xenon Navi-Pro '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Sport Brake 2.0 D E-Performance Aut. Xenon Navi-Pro KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631679stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:54 [ecarstrade.be] INFO: Saving data for 6631679stock: {'created_time': 1772611317.887495, 'last_price_update_time': 1774820034.545852}
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6631679stock') HTTP/1.1" 204 0
2026-03-29 21:33:54 [ecarstrade.be] INFO: Extracting details for car 6617796stock
2026-03-29 21:33:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6596836> (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-29 21:33:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-29 21:33:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79a7c7ce-6658-5865-924e-8ad803ab093d with scrape type 2
2026-03-29 21:33:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79a7c7ce-6658-5865-924e-8ad803ab093d with scrape type 2
2026-03-29 21:33:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79a7c7ce-6658-5865-924e-8ad803ab093d, identifier: 6617796stock
2026-03-29 21:33:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-29 21:33:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:33:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-29 21:33:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock to the API
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6617796>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '79a7c7ce-6658-5865-924e-8ad803ab093d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6617796',
'listing': 'auction',
'location': 'France - "TRANSCAUSSE AUTOS PARC LOGISTICS, 13340 ROGNAC (Fr"',
'make': 'VinFast',
'model': 'VF8',
'odometer': 54,
'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': 'Vinfast VF8 87.7 kWh Plus Aut. Pano LED-Xenon Head-Up Virtual ACC '
'Navi Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'Vinfast 87.7 kWh Plus Aut. Pano LED-Xenon Head-Up Virtual ACC Navi '
'Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617796stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:54 [ecarstrade.be] INFO: Saving data for 6617796stock: {'created_time': 1772613035.686623, 'last_price_update_time': 1774820034.972171}
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6617796stock') HTTP/1.1" 204 0
2026-03-29 21:33:54 [ecarstrade.be] INFO: Extracting details for car 6596836stock
2026-03-29 21:33:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6589495> (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-29 21:33:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-29 21:33:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with scrape type 2
2026-03-29 21:33:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with scrape type 2
2026-03-29 21:33:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56dc9a31-fbca-594e-90f6-50a29c3f75c5, identifier: 6596836stock
2026-03-29 21:33:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-29 21:33:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-29 21:33:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock to the API
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6596836>
{'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': '56dc9a31-fbca-594e-90f6-50a29c3f75c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6596836',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '740',
'odometer': 212591,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 740e Plug-In Hybrid M-Sport Aut. LED Head-Up Harman/Kardon '
'Ambient ACC Navi Sport-Leather Camera 360 KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Aut. LED Head-Up Harman/Kardon Ambient ACC '
'Navi Sport-Leather Camera 360 KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276596836stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:55 [ecarstrade.be] INFO: Saving data for 6596836stock: {'created_time': 1772611278.706734, 'last_price_update_time': 1774820035.373591}
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6596836stock') HTTP/1.1" 204 0
2026-03-29 21:33:55 [ecarstrade.be] INFO: Extracting details for car 6589495stock
2026-03-29 21:33:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with identifier: 6589495stock
2026-03-29 21:33:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with scrape type 2
2026-03-29 21:33:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with scrape type 2
2026-03-29 21:33:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9, identifier: 6589495stock
2026-03-29 21:33:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with identifier: 6589495stock
2026-03-29 21:33:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with identifier: 6589495stock
2026-03-29 21:33:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9fd60d7c-cc48-5466-8d8e-a3e437af29f9 with identifier: 6589495stock to the API
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6589495>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '2.4L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9fd60d7c-cc48-5466-8d8e-a3e437af29f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6589495',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'S80',
'odometer': 278836,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-09-30',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo S80 2.4d 163Hp Summum Comfort-Leather Klima PDC ...',
'transmission': 'manual',
'trim': '2.4d 163Hp Summum Comfort-Leather Klima PDC ...',
'vin': None,
'year': 2009}
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589495stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:55 [ecarstrade.be] INFO: Saving data for 6589495stock: {'created_time': 1772613140.377389, 'last_price_update_time': 1774820035.766296}
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6589495stock') HTTP/1.1" 204 0
2026-03-29 21:33:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979559> (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-29 21:33:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:58 [ecarstrade.be] INFO: Extracting details for car 6979559stock
2026-03-29 21:33:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with identifier: 6979559stock
2026-03-29 21:33:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with scrape type 2
2026-03-29 21:33:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with scrape type 2
2026-03-29 21:33:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95, identifier: 6979559stock
2026-03-29 21:33:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with identifier: 6979559stock
2026-03-29 21:33:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with identifier: 6979559stock
2026-03-29 21:33:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c51cddd-c0a0-5c04-adb8-71e6b9c68d95 with identifier: 6979559stock to the API
2026-03-29 21:33:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6979559>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '8c51cddd-c0a0-5c04-adb8-71e6b9c68d95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6979559',
'listing': 'auction',
'location': 'France - "TEA BOUCHAIN"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 29403,
'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': 'Opel Corsa 1.2T 100Hp LED Virtual Display Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2T 100Hp LED Virtual Display Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979559stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:58 [ecarstrade.be] INFO: Saving data for 6979559stock: {'created_time': 1774535793.380827, 'last_price_update_time': 1774820038.582717}
2026-03-29 21:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979559stock') HTTP/1.1" 204 0
2026-03-29 21:33:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979561> (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-29 21:33:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:33:59 [ecarstrade.be] INFO: Extracting details for car 6979561stock
2026-03-29 21:33:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 373107c3-9c37-540b-b816-a3148b30ae62 with identifier: 6979561stock
2026-03-29 21:33:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 373107c3-9c37-540b-b816-a3148b30ae62 with scrape type 2
2026-03-29 21:33:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 373107c3-9c37-540b-b816-a3148b30ae62 with scrape type 2
2026-03-29 21:33:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 373107c3-9c37-540b-b816-a3148b30ae62, identifier: 6979561stock
2026-03-29 21:33:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 373107c3-9c37-540b-b816-a3148b30ae62 with identifier: 6979561stock
2026-03-29 21:33:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 373107c3-9c37-540b-b816-a3148b30ae62 with identifier: 6979561stock
2026-03-29 21:33:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 373107c3-9c37-540b-b816-a3148b30ae62 with identifier: 6979561stock to the API
2026-03-29 21:33:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:33: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-29 21:33:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6979561>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '373107c3-9c37-540b-b816-a3148b30ae62',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6979561',
'listing': 'auction',
'location': 'France - "TEA Marseille ESTAQUE"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 59525,
'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': 'Opel Corsa 1.2T Edition LED Display Klima PDC ...',
'transmission': 'manual',
'trim': '1.2T Edition LED Display Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979561stock%27 HTTP/1.1" 200 None
2026-03-29 21:33:59 [ecarstrade.be] INFO: Saving data for 6979561stock: {'created_time': 1774535745.277238, 'last_price_update_time': 1774820039.453666}
2026-03-29 21:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:33:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979561stock') HTTP/1.1" 204 0
2026-03-29 21:34:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979567> (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-29 21:34:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:00 [ecarstrade.be] INFO: Extracting details for car 6979567stock
2026-03-29 21:34:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979569> (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-29 21:34:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with identifier: 6979567stock
2026-03-29 21:34:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with scrape type 2
2026-03-29 21:34:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with scrape type 2
2026-03-29 21:34:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 639b220a-9c8e-5107-9abc-f8ed1e6fec13, identifier: 6979567stock
2026-03-29 21:34:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with identifier: 6979567stock
2026-03-29 21:34:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with identifier: 6979567stock
2026-03-29 21:34:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 639b220a-9c8e-5107-9abc-f8ed1e6fec13 with identifier: 6979567stock to the API
2026-03-29 21:34:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6979567>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '639b220a-9c8e-5107-9abc-f8ed1e6fec13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6979567',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Peugeot',
'model': '208',
'odometer': 56182,
'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': 'Peugeot 208 1.2 PureTech 100Hp Allure LED 1/2 Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech 100Hp Allure LED 1/2 Leather Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979567stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:01 [ecarstrade.be] INFO: Saving data for 6979567stock: {'created_time': 1774535745.997374, 'last_price_update_time': 1774820041.091658}
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979567stock') HTTP/1.1" 204 0
2026-03-29 21:34:01 [ecarstrade.be] INFO: Extracting details for car 6979569stock
2026-03-29 21:34:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6879839> (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-29 21:34:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with identifier: 6979569stock
2026-03-29 21:34:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with scrape type 2
2026-03-29 21:34:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with scrape type 2
2026-03-29 21:34:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c, identifier: 6979569stock
2026-03-29 21:34:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with identifier: 6979569stock
2026-03-29 21:34:01 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:34:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with identifier: 6979569stock
2026-03-29 21:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c with identifier: 6979569stock to the API
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6979569>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'bc048d2b-4bd9-5ea2-ac26-63a0d6d2e29c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6979569',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Peugeot',
'model': '208',
'odometer': 58947,
'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': 5,
'seller_name': None,
'title': 'Peugeot 208 1.2 PureTech 100Hp GT-Line LED-Xenon I-Cockpit Navi 1/2 '
'Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech 100Hp GT-Line LED-Xenon I-Cockpit Navi 1/2 '
'Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979569stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:01 [ecarstrade.be] INFO: Saving data for 6979569stock: {'created_time': 1774535746.868099, 'last_price_update_time': 1774820041.509497}
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979569stock') HTTP/1.1" 204 0
2026-03-29 21:34:01 [ecarstrade.be] INFO: Extracting details for car 6879839stock
2026-03-29 21:34:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7737a733-e903-5c5e-8459-eb34d8ac461e with identifier: 6879839stock
2026-03-29 21:34:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7737a733-e903-5c5e-8459-eb34d8ac461e with scrape type 2
2026-03-29 21:34:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7737a733-e903-5c5e-8459-eb34d8ac461e with scrape type 2
2026-03-29 21:34:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7737a733-e903-5c5e-8459-eb34d8ac461e, identifier: 6879839stock
2026-03-29 21:34:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7737a733-e903-5c5e-8459-eb34d8ac461e with identifier: 6879839stock
2026-03-29 21:34:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7737a733-e903-5c5e-8459-eb34d8ac461e with identifier: 6879839stock
2026-03-29 21:34:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7737a733-e903-5c5e-8459-eb34d8ac461e with identifier: 6879839stock to the API
2026-03-29 21:34:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:34:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6879839>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7737a733-e903-5c5e-8459-eb34d8ac461e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6879839',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'BMW 225 Active Tourer',
'odometer': 149992,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 225xe Active Tourer Plug-In Hybrid Aut. LED-Xenon Navi-Pro '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'BMW 225xe Active Tourer Plug-In Hybrid Aut. LED-Xenon Navi-Pro '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879839stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:02 [ecarstrade.be] INFO: Saving data for 6879839stock: {'created_time': 1772611823.408062, 'last_price_update_time': 1774820042.688438}
2026-03-29 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6879839stock') HTTP/1.1" 204 0
2026-03-29 21:34:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979571> (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-29 21:34:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6883830> (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-29 21:34:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6885853> (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-29 21:34:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:02 [ecarstrade.be] INFO: Extracting details for car 6979571stock
2026-03-29 21:34:02 [ecarstrade.be] INFO: Extracting details for car 6883830stock
2026-03-29 21:34:02 [ecarstrade.be] INFO: Extracting details for car 6885853stock
2026-03-29 21:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6f74330-ac8a-5625-af99-2d02dd0e06f0 with identifier: 6979571stock
2026-03-29 21:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6f74330-ac8a-5625-af99-2d02dd0e06f0 with scrape type 2
2026-03-29 21:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6f74330-ac8a-5625-af99-2d02dd0e06f0 with scrape type 2
2026-03-29 21:34:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6f74330-ac8a-5625-af99-2d02dd0e06f0, identifier: 6979571stock
2026-03-29 21:34:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7740ee7f-5bda-557e-86f0-9244e98074d0 with identifier: 6883830stock
2026-03-29 21:34:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7740ee7f-5bda-557e-86f0-9244e98074d0 with scrape type 2
2026-03-29 21:34:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7740ee7f-5bda-557e-86f0-9244e98074d0 with scrape type 2
2026-03-29 21:34:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7740ee7f-5bda-557e-86f0-9244e98074d0, identifier: 6883830stock
2026-03-29 21:34:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17200982-a5c1-526a-9db8-4e1dd34e75e9 with identifier: 6885853stock
2026-03-29 21:34:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17200982-a5c1-526a-9db8-4e1dd34e75e9 with scrape type 2
2026-03-29 21:34:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17200982-a5c1-526a-9db8-4e1dd34e75e9 with scrape type 2
2026-03-29 21:34:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17200982-a5c1-526a-9db8-4e1dd34e75e9, identifier: 6885853stock
2026-03-29 21:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6f74330-ac8a-5625-af99-2d02dd0e06f0 with identifier: 6979571stock
2026-03-29 21:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6f74330-ac8a-5625-af99-2d02dd0e06f0 with identifier: 6979571stock
2026-03-29 21:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6f74330-ac8a-5625-af99-2d02dd0e06f0 with identifier: 6979571stock to the API
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6979571>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c6f74330-ac8a-5625-af99-2d02dd0e06f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6979571',
'listing': 'auction',
'location': 'France - "TT CAR TRANSIT CDG"',
'make': 'Peugeot',
'model': '308',
'odometer': 71724,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech Allure LED I-Cockpit Navi 1/2 leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech Allure LED I-Cockpit Navi 1/2 leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979571stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:03 [ecarstrade.be] INFO: Saving data for 6979571stock: {'created_time': 1774535776.132118, 'last_price_update_time': 1774820043.420787}
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979571stock') HTTP/1.1" 204 0
2026-03-29 21:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7740ee7f-5bda-557e-86f0-9244e98074d0 with identifier: 6883830stock
2026-03-29 21:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7740ee7f-5bda-557e-86f0-9244e98074d0 with identifier: 6883830stock
2026-03-29 21:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7740ee7f-5bda-557e-86f0-9244e98074d0 with identifier: 6883830stock to the API
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6883830>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7740ee7f-5bda-557e-86f0-9244e98074d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6883830',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': '420 Gran Coupé',
'odometer': 108364,
'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': 5,
'seller_name': None,
'title': 'BMW 420i Gran Coupe M-Sport Aut. Pano LED-Xenon LC-Pro ACC Navi '
'Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '420i Gran Coupe M-Sport Aut. Pano LED-Xenon LC-Pro ACC Navi '
'Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:03 [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-29 21:34:03 [ecarstrade.be] INFO: Saving data for 6883830stock: {'created_time': 1772611140.654268, 'last_price_update_time': 1774820043.748667}
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6883830stock') HTTP/1.1" 204 0
2026-03-29 21:34:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17200982-a5c1-526a-9db8-4e1dd34e75e9 with identifier: 6885853stock
2026-03-29 21:34:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17200982-a5c1-526a-9db8-4e1dd34e75e9 with identifier: 6885853stock
2026-03-29 21:34:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17200982-a5c1-526a-9db8-4e1dd34e75e9 with identifier: 6885853stock to the API
2026-03-29 21:34:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6885853>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '17200982-a5c1-526a-9db8-4e1dd34e75e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6885853',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': '216 Gran Tourer',
'odometer': 125474,
'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': 7,
'seller_name': None,
'title': 'BMW 216 Gran Tourer 7PL LED-Xenon Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': '7PL LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:04 [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-29 21:34:04 [ecarstrade.be] INFO: Saving data for 6885853stock: {'created_time': 1772611768.813732, 'last_price_update_time': 1774820044.076118}
2026-03-29 21:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6885853stock') HTTP/1.1" 204 0
2026-03-29 21:34:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6893001> (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-29 21:34:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:05 [ecarstrade.be] INFO: Extracting details for car 6893001stock
2026-03-29 21:34:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with identifier: 6893001stock
2026-03-29 21:34:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with scrape type 2
2026-03-29 21:34:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with scrape type 2
2026-03-29 21:34:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582, identifier: 6893001stock
2026-03-29 21:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with identifier: 6893001stock
2026-03-29 21:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with identifier: 6893001stock
2026-03-29 21:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 742ad892-7fe1-5bf5-a4f1-a9a5182b8582 with identifier: 6893001stock to the API
2026-03-29 21:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6893001>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '742ad892-7fe1-5bf5-a4f1-a9a5182b8582',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6893001',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 90171,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 1.0 TSI Display Klima ...',
'transmission': 'manual',
'trim': '1.0 TSI Display Klima ...',
'vin': None,
'year': 2019}
2026-03-29 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276893001stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:06 [ecarstrade.be] INFO: Saving data for 6893001stock: {'created_time': 1772673676.619826, 'last_price_update_time': 1774820046.08111}
2026-03-29 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6893001stock') HTTP/1.1" 204 0
2026-03-29 21:34:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6914030> (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-29 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-29 21:34:06 [ecarstrade.be] INFO: Extracting details for car 6914030stock
2026-03-29 21:34:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f799ac0-90c8-5702-b90e-1f602e300a46 with identifier: 6914030stock
2026-03-29 21:34:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f799ac0-90c8-5702-b90e-1f602e300a46 with scrape type 2
2026-03-29 21:34:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f799ac0-90c8-5702-b90e-1f602e300a46 with scrape type 2
2026-03-29 21:34:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f799ac0-90c8-5702-b90e-1f602e300a46, identifier: 6914030stock
2026-03-29 21:34:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f799ac0-90c8-5702-b90e-1f602e300a46 with identifier: 6914030stock
2026-03-29 21:34:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f799ac0-90c8-5702-b90e-1f602e300a46 with identifier: 6914030stock
2026-03-29 21:34:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f799ac0-90c8-5702-b90e-1f602e300a46 with identifier: 6914030stock to the API
2026-03-29 21:34:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6914030>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 1,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '9f799ac0-90c8-5702-b90e-1f602e300a46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6914030',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Jaguar I-Pace',
'odometer': 115576,
'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': 'Jaguar I-Pace EV400 S AWD Aut. LED Virtual Meridian Navi KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'EV400 S AWD Aut. LED Virtual Meridian Navi KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276914030stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:06 [ecarstrade.be] INFO: Saving data for 6914030stock: {'created_time': 1772752264.718651, 'last_price_update_time': 1774820046.586276}
2026-03-29 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6914030stock') HTTP/1.1" 204 0
2026-03-29 21:34:06 [scrapy.extensions.logstats] INFO: Crawled 134 pages (at 59 pages/min), scraped 122 items (at 55 items/min)
2026-03-29 21:34:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-29 21:34:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925486> (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-29 21:34:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6925476> (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-29 21:34:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:07 [ecarstrade.be] INFO: Extracting details for car 6925486stock
2026-03-29 21:34:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with identifier: 6925486stock
2026-03-29 21:34:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with scrape type 2
2026-03-29 21:34:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with scrape type 2
2026-03-29 21:34:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892, identifier: 6925486stock
2026-03-29 21:34:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with identifier: 6925486stock
2026-03-29 21:34:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with identifier: 6925486stock
2026-03-29 21:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2b1b7f9-4ca2-50a0-9d41-aa38b891d892 with identifier: 6925486stock to the API
2026-03-29 21:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6925486>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd2b1b7f9-4ca2-50a0-9d41-aa38b891d892',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6925486',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Focus',
'odometer': 118559,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-05',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Focus 1.0 EcoBoost Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 EcoBoost Navi Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:09 [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-29 21:34:09 [ecarstrade.be] INFO: Saving data for 6925486stock: {'created_time': 1773180989.872849, 'last_price_update_time': 1774820049.273006}
2026-03-29 21:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925486stock') HTTP/1.1" 204 0
2026-03-29 21:34:09 [ecarstrade.be] INFO: Extracting details for car 6925476stock
2026-03-29 21:34:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919213> (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-29 21:34:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88e03fe9-971f-5071-bcc6-af727575a243 with identifier: 6925476stock
2026-03-29 21:34:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88e03fe9-971f-5071-bcc6-af727575a243 with scrape type 2
2026-03-29 21:34:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88e03fe9-971f-5071-bcc6-af727575a243 with scrape type 2
2026-03-29 21:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88e03fe9-971f-5071-bcc6-af727575a243, identifier: 6925476stock
2026-03-29 21:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88e03fe9-971f-5071-bcc6-af727575a243 with identifier: 6925476stock
2026-03-29 21:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88e03fe9-971f-5071-bcc6-af727575a243 with identifier: 6925476stock
2026-03-29 21:34:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88e03fe9-971f-5071-bcc6-af727575a243 with identifier: 6925476stock to the API
2026-03-29 21:34:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6925476>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '88e03fe9-971f-5071-bcc6-af727575a243',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6925476',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 98152,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-07',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d Pano Navi-Pro Leather KeylessGo Camera Klima PDC '
'...',
'transmission': 'manual',
'trim': 'sDrive16d Pano Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:09 [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-29 21:34:09 [ecarstrade.be] INFO: Saving data for 6925476stock: {'created_time': 1773180968.972047, 'last_price_update_time': 1774820049.694751}
2026-03-29 21:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6925476stock') HTTP/1.1" 204 0
2026-03-29 21:34:09 [ecarstrade.be] INFO: Extracting details for car 6919213stock
2026-03-29 21:34:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with identifier: 6919213stock
2026-03-29 21:34:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with scrape type 2
2026-03-29 21:34:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with scrape type 2
2026-03-29 21:34:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a, identifier: 6919213stock
2026-03-29 21:34:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with identifier: 6919213stock
2026-03-29 21:34:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with identifier: 6919213stock
2026-03-29 21:34:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e75ae67-a2fc-5952-b8ed-9fb121d9919a with identifier: 6919213stock to the API
2026-03-29 21:34:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6919213>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4e75ae67-a2fc-5952-b8ed-9fb121d9919a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6919213',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 110782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-05',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Mondeo 2.0 Hybrid Titanium Aut. Navi Leather KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 Hybrid Titanium Aut. Navi Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919213stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:10 [ecarstrade.be] INFO: Saving data for 6919213stock: {'created_time': 1772839944.589642, 'last_price_update_time': 1774820050.092001}
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919213stock') HTTP/1.1" 204 0
2026-03-29 21:34:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6916395> (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-29 21:34:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:10 [ecarstrade.be] INFO: Extracting details for car 6916395stock
2026-03-29 21:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with identifier: 6916395stock
2026-03-29 21:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with scrape type 2
2026-03-29 21:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with scrape type 2
2026-03-29 21:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46ab03b9-1d0c-56d2-abce-549ddefb09e2, identifier: 6916395stock
2026-03-29 21:34:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with identifier: 6916395stock
2026-03-29 21:34:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with identifier: 6916395stock
2026-03-29 21:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46ab03b9-1d0c-56d2-abce-549ddefb09e2 with identifier: 6916395stock to the API
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6916395>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '46ab03b9-1d0c-56d2-abce-549ddefb09e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6916395',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 196812,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-29',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d Navi-Pro KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d Navi-Pro KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916395stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:10 [ecarstrade.be] INFO: Saving data for 6916395stock: {'created_time': 1772673672.174359, 'last_price_update_time': 1774820050.595186}
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6916395stock') HTTP/1.1" 204 0
2026-03-29 21:34:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919152> (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-29 21:34:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:10 [ecarstrade.be] INFO: Extracting details for car 6919152stock
2026-03-29 21:34:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 293a5c67-eb36-5035-a87f-d8b768a7d12e with identifier: 6919152stock
2026-03-29 21:34:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 293a5c67-eb36-5035-a87f-d8b768a7d12e with scrape type 2
2026-03-29 21:34:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 293a5c67-eb36-5035-a87f-d8b768a7d12e with scrape type 2
2026-03-29 21:34:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 293a5c67-eb36-5035-a87f-d8b768a7d12e, identifier: 6919152stock
2026-03-29 21:34:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 293a5c67-eb36-5035-a87f-d8b768a7d12e with identifier: 6919152stock
2026-03-29 21:34:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 293a5c67-eb36-5035-a87f-d8b768a7d12e with identifier: 6919152stock
2026-03-29 21:34:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 293a5c67-eb36-5035-a87f-d8b768a7d12e with identifier: 6919152stock to the API
2026-03-29 21:34:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6919152>
{'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': '293a5c67-eb36-5035-a87f-d8b768a7d12e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6919152',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 118081,
'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': 'BMW X2 sDrive16d Aut. LED-Xenon Navi-Pro Leather KeylessGo Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'sDrive16d Aut. LED-Xenon Navi-Pro Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:11 [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-29 21:34:11 [ecarstrade.be] INFO: Saving data for 6919152stock: {'created_time': 1772839904.316197, 'last_price_update_time': 1774820051.375337}
2026-03-29 21:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919152stock') HTTP/1.1" 204 0
2026-03-29 21:34:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919073> (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-29 21:34:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:11 [ecarstrade.be] INFO: Extracting details for car 6919073stock
2026-03-29 21:34:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42694263-9557-5d5b-b52d-3f2c3a4f1906 with identifier: 6919073stock
2026-03-29 21:34:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42694263-9557-5d5b-b52d-3f2c3a4f1906 with scrape type 2
2026-03-29 21:34:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42694263-9557-5d5b-b52d-3f2c3a4f1906 with scrape type 2
2026-03-29 21:34:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42694263-9557-5d5b-b52d-3f2c3a4f1906, identifier: 6919073stock
2026-03-29 21:34:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42694263-9557-5d5b-b52d-3f2c3a4f1906 with identifier: 6919073stock
2026-03-29 21:34:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42694263-9557-5d5b-b52d-3f2c3a4f1906 with identifier: 6919073stock
2026-03-29 21:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42694263-9557-5d5b-b52d-3f2c3a4f1906 with identifier: 6919073stock to the API
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6919073>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '42694263-9557-5d5b-b52d-3f2c3a4f1906',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6919073',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 118301,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919073stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:12 [ecarstrade.be] INFO: Saving data for 6919073stock: {'created_time': 1772839903.443349, 'last_price_update_time': 1774820052.26097}
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919073stock') HTTP/1.1" 204 0
2026-03-29 21:34:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6914005> (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-29 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-29 21:34:12 [ecarstrade.be] INFO: Extracting details for car 6914005stock
2026-03-29 21:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with identifier: 6914005stock
2026-03-29 21:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with scrape type 2
2026-03-29 21:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with scrape type 2
2026-03-29 21:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd, identifier: 6914005stock
2026-03-29 21:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with identifier: 6914005stock
2026-03-29 21:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with identifier: 6914005stock
2026-03-29 21:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f3edaae-e97d-5fe6-8084-ff16bbbf9efd with identifier: 6914005stock to the API
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6914005>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6f3edaae-e97d-5fe6-8084-ff16bbbf9efd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6914005',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '330',
'odometer': 101377,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 330e Plug-In Hybrid M-Sport Aut. LED-Laser LC-Pro Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Aut. LED-Laser LC-Pro Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:12 [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-29 21:34:12 [ecarstrade.be] INFO: Saving data for 6914005stock: {'created_time': 1772673671.369676, 'last_price_update_time': 1774820052.769534}
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6914005stock') HTTP/1.1" 204 0
2026-03-29 21:34:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6910519> (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-29 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-29 21:34:12 [ecarstrade.be] INFO: Extracting details for car 6910519stock
2026-03-29 21:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with identifier: 6910519stock
2026-03-29 21:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with scrape type 2
2026-03-29 21:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with scrape type 2
2026-03-29 21:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066, identifier: 6910519stock
2026-03-29 21:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with identifier: 6910519stock
2026-03-29 21:34:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with identifier: 6910519stock
2026-03-29 21:34:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61baa30e-8ca9-5caf-aa7f-cc490ffbc066 with identifier: 6910519stock to the API
2026-03-29 21:34:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:34:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6910519>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '61baa30e-8ca9-5caf-aa7f-cc490ffbc066',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6910519',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Mokka',
'odometer': 76936,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Mokka 1.6 CDTI Cosmo Navi Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.6 CDTI Cosmo Navi Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-29 21:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:13 [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-29 21:34:13 [ecarstrade.be] INFO: Saving data for 6910519stock: {'created_time': 1772673669.768583, 'last_price_update_time': 1774820053.28451}
2026-03-29 21:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6910519stock') HTTP/1.1" 204 0
2026-03-29 21:34:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6910043> (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-29 21:34:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:15 [ecarstrade.be] INFO: Extracting details for car 6910043stock
2026-03-29 21:34:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2578c753-3b49-5e99-9780-f66fb3c43143 with identifier: 6910043stock
2026-03-29 21:34:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2578c753-3b49-5e99-9780-f66fb3c43143 with scrape type 2
2026-03-29 21:34:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2578c753-3b49-5e99-9780-f66fb3c43143 with scrape type 2
2026-03-29 21:34:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2578c753-3b49-5e99-9780-f66fb3c43143, identifier: 6910043stock
2026-03-29 21:34:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2578c753-3b49-5e99-9780-f66fb3c43143 with identifier: 6910043stock
2026-03-29 21:34:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2578c753-3b49-5e99-9780-f66fb3c43143 with identifier: 6910043stock
2026-03-29 21:34:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2578c753-3b49-5e99-9780-f66fb3c43143 with identifier: 6910043stock to the API
2026-03-29 21:34:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:34:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6910043>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2578c753-3b49-5e99-9780-f66fb3c43143',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6910043',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 118268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-30',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Compass 1.3i T4 Plug-In Hybrid Trailhawk eAWD Aut. LED Virtual '
'Navi 1/2 Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i T4 Plug-In Hybrid Trailhawk eAWD Aut. LED Virtual Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276910043stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:15 [ecarstrade.be] INFO: Saving data for 6910043stock: {'created_time': 1772673726.951354, 'last_price_update_time': 1774820055.753633}
2026-03-29 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6910043stock') HTTP/1.1" 204 0
2026-03-29 21:34:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909316> (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-29 21:34:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:16 [ecarstrade.be] INFO: Extracting details for car 6909316stock
2026-03-29 21:34:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 640f42d8-ab8e-5493-92ed-c5168e6639b4 with identifier: 6909316stock
2026-03-29 21:34:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 640f42d8-ab8e-5493-92ed-c5168e6639b4 with scrape type 2
2026-03-29 21:34:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 640f42d8-ab8e-5493-92ed-c5168e6639b4 with scrape type 2
2026-03-29 21:34:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 640f42d8-ab8e-5493-92ed-c5168e6639b4, identifier: 6909316stock
2026-03-29 21:34:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 640f42d8-ab8e-5493-92ed-c5168e6639b4 with identifier: 6909316stock
2026-03-29 21:34:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 640f42d8-ab8e-5493-92ed-c5168e6639b4 with identifier: 6909316stock
2026-03-29 21:34:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 640f42d8-ab8e-5493-92ed-c5168e6639b4 with identifier: 6909316stock to the API
2026-03-29 21:34:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:34:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6909316>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '640f42d8-ab8e-5493-92ed-c5168e6639b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6909316',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 106589,
'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': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276909316stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:16 [ecarstrade.be] INFO: Saving data for 6909316stock: {'created_time': 1772752432.2088, 'last_price_update_time': 1774820056.477035}
2026-03-29 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909316stock') HTTP/1.1" 204 0
2026-03-29 21:34:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6908834> (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-29 21:34:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:16 [ecarstrade.be] INFO: Extracting details for car 6908834stock
2026-03-29 21:34:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f1ae3d3-9413-5207-866b-976267296f61 with identifier: 6908834stock
2026-03-29 21:34:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f1ae3d3-9413-5207-866b-976267296f61 with scrape type 2
2026-03-29 21:34:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f1ae3d3-9413-5207-866b-976267296f61 with scrape type 2
2026-03-29 21:34:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f1ae3d3-9413-5207-866b-976267296f61, identifier: 6908834stock
2026-03-29 21:34:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f1ae3d3-9413-5207-866b-976267296f61 with identifier: 6908834stock
2026-03-29 21:34:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f1ae3d3-9413-5207-866b-976267296f61 with identifier: 6908834stock
2026-03-29 21:34:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f1ae3d3-9413-5207-866b-976267296f61 with identifier: 6908834stock to the API
2026-03-29 21:34:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:34:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6908834>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9f1ae3d3-9413-5207-866b-976267296f61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6908834',
'listing': 'auction',
'location': 'France - "2ndMove Marseille"',
'make': 'Peugeot',
'model': '2008',
'odometer': 77490,
'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': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech Allure Aut. LED 1/2 Leather Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': '1.2 PureTech Allure Aut. LED 1/2 Leather Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276908834stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:17 [ecarstrade.be] INFO: Saving data for 6908834stock: {'created_time': 1772673736.093398, 'last_price_update_time': 1774820057.093175}
2026-03-29 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908834stock') HTTP/1.1" 204 0
2026-03-29 21:34:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909294> (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-29 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-29 21:34:17 [ecarstrade.be] INFO: Extracting details for car 6909294stock
2026-03-29 21:34:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with identifier: 6909294stock
2026-03-29 21:34:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with scrape type 2
2026-03-29 21:34:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with scrape type 2
2026-03-29 21:34:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57, identifier: 6909294stock
2026-03-29 21:34:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with identifier: 6909294stock
2026-03-29 21:34:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with identifier: 6909294stock
2026-03-29 21:34:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2248e760-cbb1-5f39-a15a-8e9a84f7cc57 with identifier: 6909294stock to the API
2026-03-29 21:34:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6909294>
{'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': None,
'fuel_type': 'Diesel',
'id': '2248e760-cbb1-5f39-a15a-8e9a84f7cc57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6909294',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '216 Gran Tourer',
'odometer': 54425,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-30',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 216d Gran Tourer LED-Xenon Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': '216d Gran Tourer LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276909294stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:17 [ecarstrade.be] INFO: Saving data for 6909294stock: {'created_time': 1772752573.421098, 'last_price_update_time': 1774820057.741766}
2026-03-29 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909294stock') HTTP/1.1" 204 0
2026-03-29 21:34:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906386> (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-29 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-29 21:34:17 [ecarstrade.be] INFO: Extracting details for car 6906386stock
2026-03-29 21:34:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d27ee6f-c4fa-598a-9ded-aace838598e8 with identifier: 6906386stock
2026-03-29 21:34:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d27ee6f-c4fa-598a-9ded-aace838598e8 with scrape type 2
2026-03-29 21:34:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d27ee6f-c4fa-598a-9ded-aace838598e8 with scrape type 2
2026-03-29 21:34:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d27ee6f-c4fa-598a-9ded-aace838598e8, identifier: 6906386stock
2026-03-29 21:34:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d27ee6f-c4fa-598a-9ded-aace838598e8 with identifier: 6906386stock
2026-03-29 21:34:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d27ee6f-c4fa-598a-9ded-aace838598e8 with identifier: 6906386stock
2026-03-29 21:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d27ee6f-c4fa-598a-9ded-aace838598e8 with identifier: 6906386stock to the API
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6906386>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '6d27ee6f-c4fa-598a-9ded-aace838598e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6906386',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 130843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Touran 1.5 TSI 150Hp Aut. ACC Navi Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 TSI 150Hp Aut. ACC Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:18 [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-29 21:34:18 [ecarstrade.be] INFO: Saving data for 6906386stock: {'created_time': 1773300701.326888, 'last_price_update_time': 1774820058.268427}
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906386stock') HTTP/1.1" 204 0
2026-03-29 21:34:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6905965> (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-29 21:34:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:18 [ecarstrade.be] INFO: Extracting details for car 6905965stock
2026-03-29 21:34:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94c10f92-b54d-58a9-954b-35b0676d4364 with identifier: 6905965stock
2026-03-29 21:34:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c10f92-b54d-58a9-954b-35b0676d4364 with scrape type 2
2026-03-29 21:34:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94c10f92-b54d-58a9-954b-35b0676d4364 with scrape type 2
2026-03-29 21:34:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94c10f92-b54d-58a9-954b-35b0676d4364, identifier: 6905965stock
2026-03-29 21:34:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94c10f92-b54d-58a9-954b-35b0676d4364 with identifier: 6905965stock
2026-03-29 21:34:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94c10f92-b54d-58a9-954b-35b0676d4364 with identifier: 6905965stock
2026-03-29 21:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94c10f92-b54d-58a9-954b-35b0676d4364 with identifier: 6905965stock to the API
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6905965>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '94c10f92-b54d-58a9-954b-35b0676d4364',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6905965',
'listing': 'auction',
'location': 'France - "WALON BOUCHAIN"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 111657,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-12',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 1.5 eTSI Mild-Hybrid R-Line Aut. LED-Matrix Virtual '
'ACC Navi 1/2 Sport-Leather-Alcantara KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 eTSI Mild-Hybrid R-Line Aut. LED-Matrix Virtual ACC Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276905965stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:18 [ecarstrade.be] INFO: Saving data for 6905965stock: {'created_time': 1772673641.0012, 'last_price_update_time': 1774820058.813053}
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6905965stock') HTTP/1.1" 204 0
2026-03-29 21:34:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6905414> (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-29 21:34:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:18 [ecarstrade.be] INFO: Extracting details for car 6905414stock
2026-03-29 21:34:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 695107c9-62fd-5343-a1e7-d64d627d19a9 with identifier: 6905414stock
2026-03-29 21:34:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 695107c9-62fd-5343-a1e7-d64d627d19a9 with scrape type 2
2026-03-29 21:34:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 695107c9-62fd-5343-a1e7-d64d627d19a9 with scrape type 2
2026-03-29 21:34:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 695107c9-62fd-5343-a1e7-d64d627d19a9, identifier: 6905414stock
2026-03-29 21:34:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 695107c9-62fd-5343-a1e7-d64d627d19a9 with identifier: 6905414stock
2026-03-29 21:34:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 695107c9-62fd-5343-a1e7-d64d627d19a9 with identifier: 6905414stock
2026-03-29 21:34:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 695107c9-62fd-5343-a1e7-d64d627d19a9 with identifier: 6905414stock to the API
2026-03-29 21:34:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6905414>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '695107c9-62fd-5343-a1e7-d64d627d19a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6905414',
'listing': 'auction',
'location': 'France - "CAT AVRIGNY"',
'make': 'BMW',
'model': '118',
'odometer': 48888,
'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 118i Aut. LED-Xenon LC-Pro HI-FI Navi KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'i Aut. LED-Xenon LC-Pro HI-FI Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:19 [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-29 21:34:19 [ecarstrade.be] INFO: Saving data for 6905414stock: {'created_time': 1772673693.456269, 'last_price_update_time': 1774820059.339899}
2026-03-29 21:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6905414stock') HTTP/1.1" 204 0
2026-03-29 21:34:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6901822> (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-29 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-29 21:34:21 [ecarstrade.be] INFO: Extracting details for car 6901822stock
2026-03-29 21:34:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25421f18-cb92-5f38-a71b-07dadafd6115 with identifier: 6901822stock
2026-03-29 21:34:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25421f18-cb92-5f38-a71b-07dadafd6115 with scrape type 2
2026-03-29 21:34:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25421f18-cb92-5f38-a71b-07dadafd6115 with scrape type 2
2026-03-29 21:34:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25421f18-cb92-5f38-a71b-07dadafd6115, identifier: 6901822stock
2026-03-29 21:34:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25421f18-cb92-5f38-a71b-07dadafd6115 with identifier: 6901822stock
2026-03-29 21:34:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25421f18-cb92-5f38-a71b-07dadafd6115 with identifier: 6901822stock
2026-03-29 21:34:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25421f18-cb92-5f38-a71b-07dadafd6115 with identifier: 6901822stock to the API
2026-03-29 21:34:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6901822>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '25421f18-cb92-5f38-a71b-07dadafd6115',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6901822',
'listing': 'auction',
'location': 'France - "TEA NANTES"',
'make': 'Peugeot',
'model': '5008',
'odometer': 146878,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDI Aut. 7PL LED I-Cockpit Navi KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDI Aut. 7PL LED I-Cockpit Navi KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2022}
2026-03-29 21:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276901822stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:22 [ecarstrade.be] INFO: Saving data for 6901822stock: {'created_time': 1772839832.765629, 'last_price_update_time': 1774820062.088022}
2026-03-29 21:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6901822stock') HTTP/1.1" 204 0
2026-03-29 21:34:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890939> (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-29 21:34:24 [ecarstrade.be] INFO: Extracting details for car 6890939stock
2026-03-29 21:34:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ad83017-8ff0-5aa0-b66e-cde512aa158f with identifier: 6890939stock
2026-03-29 21:34:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ad83017-8ff0-5aa0-b66e-cde512aa158f with scrape type 2
2026-03-29 21:34:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ad83017-8ff0-5aa0-b66e-cde512aa158f with scrape type 2
2026-03-29 21:34:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ad83017-8ff0-5aa0-b66e-cde512aa158f, identifier: 6890939stock
2026-03-29 21:34:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ad83017-8ff0-5aa0-b66e-cde512aa158f with identifier: 6890939stock
2026-03-29 21:34:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ad83017-8ff0-5aa0-b66e-cde512aa158f with identifier: 6890939stock
2026-03-29 21:34:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ad83017-8ff0-5aa0-b66e-cde512aa158f with identifier: 6890939stock to the API
2026-03-29 21:34:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:34:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890939>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2ad83017-8ff0-5aa0-b66e-cde512aa158f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890939',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 83972,
'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 sDrive16d LED-Xenon Head-Up Navi-Pro Sport-Leather KeylessGo '
'Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Head-Up Navi-Pro Sport-Leather KeylessGo Klima '
'PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276890939stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:24 [ecarstrade.be] INFO: Saving data for 6890939stock: {'created_time': 1772611797.510657, 'last_price_update_time': 1774820064.924937}
2026-03-29 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890939stock') HTTP/1.1" 204 0
2026-03-29 21:34:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890910> (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-29 21:34:25 [ecarstrade.be] INFO: Extracting details for car 6890910stock
2026-03-29 21:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 173cca26-8c81-579c-ad8f-7fa982260c83 with identifier: 6890910stock
2026-03-29 21:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173cca26-8c81-579c-ad8f-7fa982260c83 with scrape type 2
2026-03-29 21:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 173cca26-8c81-579c-ad8f-7fa982260c83 with scrape type 2
2026-03-29 21:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 173cca26-8c81-579c-ad8f-7fa982260c83, identifier: 6890910stock
2026-03-29 21:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 173cca26-8c81-579c-ad8f-7fa982260c83 with identifier: 6890910stock
2026-03-29 21:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 173cca26-8c81-579c-ad8f-7fa982260c83 with identifier: 6890910stock
2026-03-29 21:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 173cca26-8c81-579c-ad8f-7fa982260c83 with identifier: 6890910stock to the API
2026-03-29 21:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890910>
{'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': '173cca26-8c81-579c-ad8f-7fa982260c83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890910',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 97918,
'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 LED-Xenon Navi-Pro Leather KeylessGo Camera Klima '
'PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276890910stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:25 [ecarstrade.be] INFO: Saving data for 6890910stock: {'created_time': 1772611793.650512, 'last_price_update_time': 1774820065.441164}
2026-03-29 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890910stock') HTTP/1.1" 204 0
2026-03-29 21:34:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6899424> (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-29 21:34:25 [ecarstrade.be] INFO: Extracting details for car 6899424stock
2026-03-29 21:34:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4c900a1-3ac8-534c-a05f-d720058639cc with identifier: 6899424stock
2026-03-29 21:34:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4c900a1-3ac8-534c-a05f-d720058639cc with scrape type 2
2026-03-29 21:34:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4c900a1-3ac8-534c-a05f-d720058639cc with scrape type 2
2026-03-29 21:34:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4c900a1-3ac8-534c-a05f-d720058639cc, identifier: 6899424stock
2026-03-29 21:34:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4c900a1-3ac8-534c-a05f-d720058639cc with identifier: 6899424stock
2026-03-29 21:34:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4c900a1-3ac8-534c-a05f-d720058639cc with identifier: 6899424stock
2026-03-29 21:34:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4c900a1-3ac8-534c-a05f-d720058639cc with identifier: 6899424stock to the API
2026-03-29 21:34:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:34:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6899424>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f4c900a1-3ac8-534c-a05f-d720058639cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6899424',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 180265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276899424stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:25 [ecarstrade.be] INFO: Saving data for 6899424stock: {'created_time': 1772673672.576693, 'last_price_update_time': 1774820065.970303}
2026-03-29 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6899424stock') HTTP/1.1" 204 0
2026-03-29 21:34:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6885975> (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-29 21:34:26 [ecarstrade.be] INFO: Extracting details for car 6885975stock
2026-03-29 21:34:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7de1c5d6-15b7-5f71-9756-b708886ccce7 with identifier: 6885975stock
2026-03-29 21:34:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7de1c5d6-15b7-5f71-9756-b708886ccce7 with scrape type 2
2026-03-29 21:34:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7de1c5d6-15b7-5f71-9756-b708886ccce7 with scrape type 2
2026-03-29 21:34:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7de1c5d6-15b7-5f71-9756-b708886ccce7, identifier: 6885975stock
2026-03-29 21:34:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7de1c5d6-15b7-5f71-9756-b708886ccce7 with identifier: 6885975stock
2026-03-29 21:34:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7de1c5d6-15b7-5f71-9756-b708886ccce7 with identifier: 6885975stock
2026-03-29 21:34:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7de1c5d6-15b7-5f71-9756-b708886ccce7 with identifier: 6885975stock to the API
2026-03-29 21:34:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:34:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6885975>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7de1c5d6-15b7-5f71-9756-b708886ccce7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6885975',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 149706,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-12',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 1.0 eTSI Mild-Hybrid Life Aut. Pano LED-Matrix '
'Virtual ACC Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.0 eTSI Mild-Hybrid Life Aut. Pano LED-Matrix Virtual ACC Navi '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276885975stock%27 HTTP/1.1" 200 None
2026-03-29 21:34:26 [ecarstrade.be] INFO: Saving data for 6885975stock: {'created_time': 1772611765.466486, 'last_price_update_time': 1774820066.505833}
2026-03-29 21:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6885975stock') HTTP/1.1" 204 0
2026-03-29 21:34:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6885954> (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-29 21:34:28 [ecarstrade.be] INFO: Extracting details for car 6885954stock
2026-03-29 21:34:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08cba05c-671b-5e9f-a9fc-7420ea076758 with identifier: 6885954stock
2026-03-29 21:34:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08cba05c-671b-5e9f-a9fc-7420ea076758 with scrape type 2
2026-03-29 21:34:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08cba05c-671b-5e9f-a9fc-7420ea076758 with scrape type 2
2026-03-29 21:34:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08cba05c-671b-5e9f-a9fc-7420ea076758, identifier: 6885954stock
2026-03-29 21:34:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08cba05c-671b-5e9f-a9fc-7420ea076758 with identifier: 6885954stock
2026-03-29 21:34:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08cba05c-671b-5e9f-a9fc-7420ea076758 with identifier: 6885954stock
2026-03-29 21:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08cba05c-671b-5e9f-a9fc-7420ea076758 with identifier: 6885954stock to the API
2026-03-29 21:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6885954>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '08cba05c-671b-5e9f-a9fc-7420ea076758',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6885954',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '5008',
'odometer': 71164,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-03',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech Allure Pano I-Cockpit Ambient Focal Navi '
'1/2 Leather KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Allure Pano I-Cockpit Ambient Focal Navi 1/2 Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34: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-29 21:34:28 [ecarstrade.be] INFO: Saving data for 6885954stock: {'created_time': 1772611772.572998, 'last_price_update_time': 1774820068.9086}
2026-03-29 21:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6885954stock') HTTP/1.1" 204 0
2026-03-29 21:34:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904901> (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-29 21:34:50 [ecarstrade.be] INFO: Extracting details for car 6904901stock
2026-03-29 21:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with identifier: 6904901stock
2026-03-29 21:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with scrape type 2
2026-03-29 21:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with scrape type 2
2026-03-29 21:34:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77, identifier: 6904901stock
2026-03-29 21:34:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with identifier: 6904901stock
2026-03-29 21:34:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with identifier: 6904901stock
2026-03-29 21:34:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77 with identifier: 6904901stock to the API
2026-03-29 21:34:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904901>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1a3f2064-5b3d-5fcb-9ddf-eb3a9befcd77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904901',
'listing': 'auction',
'location': 'Belgium',
'make': 'Lynk&Co',
'model': '01',
'odometer': 16419,
'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': 'Lynk&Co 01 1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity '
'ACC Navi KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity ACC Navi '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:50 [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-29 21:34:50 [ecarstrade.be] INFO: Saving data for 6904901stock: {'created_time': 1772673639.488887, 'last_price_update_time': 1774820090.429366}
2026-03-29 21:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904901stock') HTTP/1.1" 204 0
2026-03-29 21:34:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6901506> (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-29 21:34:50 [ecarstrade.be] INFO: Extracting details for car 6901506stock
2026-03-29 21:34:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6613ed12-a1c2-549c-90e8-78135169470b with identifier: 6901506stock
2026-03-29 21:34:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6613ed12-a1c2-549c-90e8-78135169470b with scrape type 2
2026-03-29 21:34:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6613ed12-a1c2-549c-90e8-78135169470b with scrape type 2
2026-03-29 21:34:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6613ed12-a1c2-549c-90e8-78135169470b, identifier: 6901506stock
2026-03-29 21:34:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6613ed12-a1c2-549c-90e8-78135169470b with identifier: 6901506stock
2026-03-29 21:34:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6613ed12-a1c2-549c-90e8-78135169470b with identifier: 6901506stock
2026-03-29 21:34:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6613ed12-a1c2-549c-90e8-78135169470b with identifier: 6901506stock to the API
2026-03-29 21:34:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:34: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-29 21:34:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6901506>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '6613ed12-a1c2-549c-90e8-78135169470b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6901506',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 22566,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-02',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Sandero Journey 1.0 TCe 90Hp LED Display Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'Journey 1.0 TCe 90Hp LED Display Camera Klima PDC ...',
'vin': None,
'year': 2025}
2026-03-29 21:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:51 [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-29 21:34:51 [ecarstrade.be] INFO: Saving data for 6901506stock: {'created_time': 1772673772.89272, 'last_price_update_time': 1774820091.030164}
2026-03-29 21:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6901506stock') HTTP/1.1" 204 0
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6927538stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6927538stock: 2
2026-03-29 21:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6927545stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6927545stock: 2
2026-03-29 21:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6937858stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6937858stock: 2
2026-03-29 21:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6939583stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6939583stock: 2
2026-03-29 21:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6941303stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6941303stock: 2
2026-03-29 21:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6942623stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6942623stock: 2
2026-03-29 21:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6679102stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6679102stock: 2
2026-03-29 21:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6688226stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6688226stock: 2
2026-03-29 21:34:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6694083stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6694083stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6696769stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6696769stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6701130stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6701130stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6702277stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6702277stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6728384stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6728384stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6728664stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6728664stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6746262stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6746262stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6764578stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6764578stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6772786stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6772786stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6773433stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6773433stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6776417stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6776417stock: 2
2026-03-29 21:34:55 [ecarstrade.be] INFO: Found listing with ID: 6779599stock
2026-03-29 21:34:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:34:55 [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-29 21:34:55 [ecarstrade.be] INFO: Scrape type for 6779599stock: 2
2026-03-29 21:35:01 [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-29 21:35:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6942623> (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-29 21:35:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:35:01 [ecarstrade.be] INFO: Found listing with ID: 6787688stock
2026-03-29 21:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:01 [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-29 21:35:01 [ecarstrade.be] INFO: Scrape type for 6787688stock: 2
2026-03-29 21:35:01 [ecarstrade.be] INFO: Found listing with ID: 6788600stock
2026-03-29 21:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:01 [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-29 21:35:01 [ecarstrade.be] INFO: Scrape type for 6788600stock: 2
2026-03-29 21:35:01 [ecarstrade.be] INFO: Found listing with ID: 6791039stock
2026-03-29 21:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:01 [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-29 21:35:01 [ecarstrade.be] INFO: Scrape type for 6791039stock: 2
2026-03-29 21:35:01 [ecarstrade.be] INFO: Extracting details for car 6942623stock
2026-03-29 21:35:01 [ecarstrade.be] INFO: Found listing with ID: 6792164stock
2026-03-29 21:35:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:01 [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-29 21:35:01 [ecarstrade.be] INFO: Scrape type for 6792164stock: 2
2026-03-29 21:35:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6679102> (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-29 21:35:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with identifier: 6942623stock
2026-03-29 21:35:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with scrape type 2
2026-03-29 21:35:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with scrape type 2
2026-03-29 21:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359, identifier: 6942623stock
2026-03-29 21:35:02 [ecarstrade.be] INFO: Found listing with ID: 6792189stock
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:02 [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-29 21:35:02 [ecarstrade.be] INFO: Scrape type for 6792189stock: 2
2026-03-29 21:35:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with identifier: 6942623stock
2026-03-29 21:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with identifier: 6942623stock
2026-03-29 21:35:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfd1ebbe-2b5d-572b-a1dd-01af10ca9359 with identifier: 6942623stock to the API
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6942623>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'bfd1ebbe-2b5d-572b-a1dd-01af10ca9359',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6942623',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '2008',
'odometer': 60050,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech Allure LED I-Cockpit Navi 1/2 Leather '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Allure LED I-Cockpit Navi 1/2 Leather Camera Klima PDC '
'...',
'vin': None,
'year': 2024}
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:02 [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-29 21:35:02 [ecarstrade.be] INFO: Saving data for 6942623stock: {'created_time': 1773300768.09809, 'last_price_update_time': 1774820102.335805}
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6942623stock') HTTP/1.1" 204 0
2026-03-29 21:35:02 [ecarstrade.be] INFO: Extracting details for car 6679102stock
2026-03-29 21:35:02 [ecarstrade.be] INFO: Found listing with ID: 6792686stock
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:02 [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-29 21:35:02 [ecarstrade.be] INFO: Scrape type for 6792686stock: 2
2026-03-29 21:35:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6937858> (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-29 21:35:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b28668aa-faee-5ea3-a409-c1a418eee664 with identifier: 6679102stock
2026-03-29 21:35:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b28668aa-faee-5ea3-a409-c1a418eee664 with scrape type 2
2026-03-29 21:35:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b28668aa-faee-5ea3-a409-c1a418eee664 with scrape type 2
2026-03-29 21:35:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b28668aa-faee-5ea3-a409-c1a418eee664, identifier: 6679102stock
2026-03-29 21:35:02 [ecarstrade.be] INFO: Found listing with ID: 6797653stock
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:02 [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-29 21:35:02 [ecarstrade.be] INFO: Scrape type for 6797653stock: 2
2026-03-29 21:35:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b28668aa-faee-5ea3-a409-c1a418eee664 with identifier: 6679102stock
2026-03-29 21:35:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b28668aa-faee-5ea3-a409-c1a418eee664 with identifier: 6679102stock
2026-03-29 21:35:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b28668aa-faee-5ea3-a409-c1a418eee664 with identifier: 6679102stock to the API
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6679102>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b28668aa-faee-5ea3-a409-c1a418eee664',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6679102',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 65539,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Discovery Sport 2.0 D150 Aut. LED Navi-Pro Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D150 Aut. LED Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:02 [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-29 21:35:02 [ecarstrade.be] INFO: Saving data for 6679102stock: {'created_time': 1772611310.301926, 'last_price_update_time': 1774820102.935577}
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6679102stock') HTTP/1.1" 204 0
2026-03-29 21:35:02 [ecarstrade.be] INFO: Extracting details for car 6937858stock
2026-03-29 21:35:02 [ecarstrade.be] INFO: Found listing with ID: 6802754stock
2026-03-29 21:35:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:02 [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-29 21:35:02 [ecarstrade.be] INFO: Scrape type for 6802754stock: 2
2026-03-29 21:35:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941303> (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-29 21:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6927545> (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-29 21:35:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6939583> (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-29 21:35:03 [ecarstrade.be] INFO: Found listing with ID: 6804641stock
2026-03-29 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276804641stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:03 [ecarstrade.be] INFO: Scrape type for 6804641stock: 2
2026-03-29 21:35:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1659c378-2e00-5678-ad58-6ecdf9ddd59d with identifier: 6937858stock
2026-03-29 21:35:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1659c378-2e00-5678-ad58-6ecdf9ddd59d with scrape type 2
2026-03-29 21:35:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1659c378-2e00-5678-ad58-6ecdf9ddd59d with scrape type 2
2026-03-29 21:35:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1659c378-2e00-5678-ad58-6ecdf9ddd59d, identifier: 6937858stock
2026-03-29 21:35:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1659c378-2e00-5678-ad58-6ecdf9ddd59d with identifier: 6937858stock
2026-03-29 21:35:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1659c378-2e00-5678-ad58-6ecdf9ddd59d with identifier: 6937858stock
2026-03-29 21:35:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1659c378-2e00-5678-ad58-6ecdf9ddd59d with identifier: 6937858stock to the API
2026-03-29 21:35:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6937858>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1659c378-2e00-5678-ad58-6ecdf9ddd59d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6937858',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Combo',
'odometer': 158243,
'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': 2,
'seller_name': None,
'title': 'Opel Combo 1.5 Turbo D Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 Turbo D Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:04 [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-29 21:35:04 [ecarstrade.be] INFO: Saving data for 6937858stock: {'created_time': 1773300778.058328, 'last_price_update_time': 1774820104.159499}
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6937858stock') HTTP/1.1" 204 0
2026-03-29 21:35:04 [ecarstrade.be] INFO: Extracting details for car 6941303stock
2026-03-29 21:35:04 [ecarstrade.be] INFO: Extracting details for car 6927545stock
2026-03-29 21:35:04 [ecarstrade.be] INFO: Extracting details for car 6939583stock
2026-03-29 21:35:04 [ecarstrade.be] INFO: Found listing with ID: 6808563stock
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:04 [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-29 21:35:04 [ecarstrade.be] INFO: Scrape type for 6808563stock: 2
2026-03-29 21:35:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6927538> (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-29 21:35:04 [ecarstrade.be] INFO: Found listing with ID: 6809691stock
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809691stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:04 [ecarstrade.be] INFO: Scrape type for 6809691stock: 2
2026-03-29 21:35:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2c2357a-d6c1-5b08-a37b-993965b889b8 with identifier: 6941303stock
2026-03-29 21:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2c2357a-d6c1-5b08-a37b-993965b889b8 with scrape type 2
2026-03-29 21:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2c2357a-d6c1-5b08-a37b-993965b889b8 with scrape type 2
2026-03-29 21:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2c2357a-d6c1-5b08-a37b-993965b889b8, identifier: 6941303stock
2026-03-29 21:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 505bf258-c98c-5356-9a6f-56622a905626 with identifier: 6927545stock
2026-03-29 21:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 505bf258-c98c-5356-9a6f-56622a905626 with scrape type 2
2026-03-29 21:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 505bf258-c98c-5356-9a6f-56622a905626 with scrape type 2
2026-03-29 21:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 505bf258-c98c-5356-9a6f-56622a905626, identifier: 6927545stock
2026-03-29 21:35:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f1ba315-86e8-58ce-b394-29db3c78f83c with identifier: 6939583stock
2026-03-29 21:35:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f1ba315-86e8-58ce-b394-29db3c78f83c with scrape type 2
2026-03-29 21:35:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f1ba315-86e8-58ce-b394-29db3c78f83c with scrape type 2
2026-03-29 21:35:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f1ba315-86e8-58ce-b394-29db3c78f83c, identifier: 6939583stock
2026-03-29 21:35:04 [ecarstrade.be] INFO: Extracting details for car 6927538stock
2026-03-29 21:35:04 [ecarstrade.be] INFO: Found listing with ID: 6812574stock
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:04 [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-29 21:35:04 [ecarstrade.be] INFO: Scrape type for 6812574stock: 2
2026-03-29 21:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2c2357a-d6c1-5b08-a37b-993965b889b8 with identifier: 6941303stock
2026-03-29 21:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2c2357a-d6c1-5b08-a37b-993965b889b8 with identifier: 6941303stock
2026-03-29 21:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2c2357a-d6c1-5b08-a37b-993965b889b8 with identifier: 6941303stock to the API
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941303>
{'auction_title': '',
'c_o_2_emission_value': 16,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b2c2357a-d6c1-5b08-a37b-993965b889b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941303',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': 'X1',
'odometer': 95833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-03',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5i xDrive25e Plug-In Hybrid M-Sport Aut. LED-Xenon Head-Up '
'LC-Pro Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera 360 Klima '
'PDC ...',
'transmission': 'automatic',
'trim': '1.5i xDrive25e Plug-In Hybrid M-Sport Aut. LED-Xenon Head-Up LC-Pro '
'Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:04 [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-29 21:35:04 [ecarstrade.be] INFO: Saving data for 6941303stock: {'created_time': 1773300766.815094, 'last_price_update_time': 1774820104.853197}
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941303stock') HTTP/1.1" 204 0
2026-03-29 21:35:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 505bf258-c98c-5356-9a6f-56622a905626 with identifier: 6927545stock
2026-03-29 21:35:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 505bf258-c98c-5356-9a6f-56622a905626 with identifier: 6927545stock
2026-03-29 21:35:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 505bf258-c98c-5356-9a6f-56622a905626 with identifier: 6927545stock to the API
2026-03-29 21:35:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6927545>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '505bf258-c98c-5356-9a6f-56622a905626',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6927545',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 123425,
'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 Plug-In Hybrid Aut. LED-Xenon Navi-Pro '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 xDrive25e Plug-In Hybrid Aut. LED-Xenon Navi-Pro KeylessGo Klima '
'PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [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-29 21:35:05 [ecarstrade.be] INFO: Saving data for 6927545stock: {'created_time': 1773180980.833461, 'last_price_update_time': 1774820105.169218}
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6927545stock') HTTP/1.1" 204 0
2026-03-29 21:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f1ba315-86e8-58ce-b394-29db3c78f83c with identifier: 6939583stock
2026-03-29 21:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f1ba315-86e8-58ce-b394-29db3c78f83c with identifier: 6939583stock
2026-03-29 21:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f1ba315-86e8-58ce-b394-29db3c78f83c with identifier: 6939583stock to the API
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6939583>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '4f1ba315-86e8-58ce-b394-29db3c78f83c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6939583',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '2008',
'odometer': 59631,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.2 PureTech Allure LED Navi 1/2 Leather Camera Klima '
'PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Allure LED Navi 1/2 Leather Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [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-29 21:35:05 [ecarstrade.be] INFO: Saving data for 6939583stock: {'created_time': 1773180967.806419, 'last_price_update_time': 1774820105.468677}
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939583stock') HTTP/1.1" 204 0
2026-03-29 21:35:05 [ecarstrade.be] INFO: Found listing with ID: 6817744stock
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [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-29 21:35:05 [ecarstrade.be] INFO: Scrape type for 6817744stock: 2
2026-03-29 21:35:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-29 21:35:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with scrape type 2
2026-03-29 21:35:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with scrape type 2
2026-03-29 21:35:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46, identifier: 6927538stock
2026-03-29 21:35:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-29 21:35:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-29 21:35:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock to the API
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6927538>
{'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': 'fcb66bc1-c9db-587f-acc7-b4f5f1b92f46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6927538',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 120273,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [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-29 21:35:05 [ecarstrade.be] INFO: Saving data for 6927538stock: {'created_time': 1773180982.936823, 'last_price_update_time': 1774820105.935319}
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6927538stock') HTTP/1.1" 204 0
2026-03-29 21:35:05 [ecarstrade.be] INFO: Found listing with ID: 6818863stock
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [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-29 21:35:05 [ecarstrade.be] INFO: Scrape type for 6818863stock: 2
2026-03-29 21:35:05 [ecarstrade.be] INFO: Found listing with ID: 6824257stock
2026-03-29 21:35:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:05 [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-29 21:35:05 [ecarstrade.be] INFO: Scrape type for 6824257stock: 2
2026-03-29 21:35:05 [ecarstrade.be] INFO: Found listing with ID: 6824278stock
2026-03-29 21:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:06 [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-29 21:35:06 [ecarstrade.be] INFO: Scrape type for 6824278stock: 2
2026-03-29 21:35:06 [ecarstrade.be] INFO: Found listing with ID: 6824325stock
2026-03-29 21:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:06 [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-29 21:35:06 [ecarstrade.be] INFO: Scrape type for 6824325stock: 2
2026-03-29 21:35:06 [ecarstrade.be] INFO: Found listing with ID: 6835922stock
2026-03-29 21:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:06 [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-29 21:35:06 [ecarstrade.be] INFO: Scrape type for 6835922stock: 2
2026-03-29 21:35:06 [ecarstrade.be] INFO: Found listing with ID: 6843034stock
2026-03-29 21:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:06 [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-29 21:35:06 [ecarstrade.be] INFO: Scrape type for 6843034stock: 2
2026-03-29 21:35:06 [ecarstrade.be] INFO: Found listing with ID: 6844715stock
2026-03-29 21:35:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:06 [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-29 21:35:06 [ecarstrade.be] INFO: Scrape type for 6844715stock: 0
2026-03-29 21:35:06 [scrapy.extensions.logstats] INFO: Crawled 166 pages (at 32 pages/min), scraped 152 items (at 30 items/min)
2026-03-29 21:35:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-29 21:35:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6688226> (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-29 21:35:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6694083> (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-29 21:35:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:08 [ecarstrade.be] INFO: Extracting details for car 6688226stock
2026-03-29 21:35:08 [ecarstrade.be] INFO: Extracting details for car 6694083stock
2026-03-29 21:35:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf4fc700-62d2-5883-a814-21bd01022327 with identifier: 6688226stock
2026-03-29 21:35:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf4fc700-62d2-5883-a814-21bd01022327 with scrape type 2
2026-03-29 21:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf4fc700-62d2-5883-a814-21bd01022327 with scrape type 2
2026-03-29 21:35:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf4fc700-62d2-5883-a814-21bd01022327, identifier: 6688226stock
2026-03-29 21:35:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with identifier: 6694083stock
2026-03-29 21:35:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with scrape type 2
2026-03-29 21:35:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with scrape type 2
2026-03-29 21:35:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5, identifier: 6694083stock
2026-03-29 21:35:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf4fc700-62d2-5883-a814-21bd01022327 with identifier: 6688226stock
2026-03-29 21:35:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf4fc700-62d2-5883-a814-21bd01022327 with identifier: 6688226stock
2026-03-29 21:35:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf4fc700-62d2-5883-a814-21bd01022327 with identifier: 6688226stock to the API
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6688226>
{'auction_title': '',
'c_o_2_emission_value': 176,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'bf4fc700-62d2-5883-a814-21bd01022327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6688226',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X5',
'odometer': 191198,
'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': 'BMW X5 3.0 xDrive30d Aut. Pano LED-Xenon LC-Pro Ambient ACC Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 xDrive30d Aut. Pano LED-Xenon LC-Pro Ambient ACC Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276688226stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:09 [ecarstrade.be] INFO: Saving data for 6688226stock: {'created_time': 1772611140.298198, 'last_price_update_time': 1774820109.262955}
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6688226stock') HTTP/1.1" 204 0
2026-03-29 21:35:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with identifier: 6694083stock
2026-03-29 21:35:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with identifier: 6694083stock
2026-03-29 21:35:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5 with identifier: 6694083stock to the API
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6694083>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c96d2e06-efa2-5c2e-8c35-cda6f0f5d2c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6694083',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 52456,
'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': 'BMW X1 2.0i xDrive23i 218Hp M-Sport Aut. LED-Xenon LC-Pro Head-Up '
'Navi-Pro 1/2 Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0i xDrive23i 218Hp M-Sport Aut. LED-Xenon LC-Pro Head-Up Navi-Pro '
'1/2 Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694083stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:09 [ecarstrade.be] INFO: Saving data for 6694083stock: {'created_time': 1772611190.158163, 'last_price_update_time': 1774820109.705029}
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6694083stock') HTTP/1.1" 204 0
2026-03-29 21:35:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6696769> (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-29 21:35:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:10 [ecarstrade.be] INFO: Extracting details for car 6696769stock
2026-03-29 21:35:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1b6a15d-030f-57a7-b028-b1d030e67c30 with identifier: 6696769stock
2026-03-29 21:35:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1b6a15d-030f-57a7-b028-b1d030e67c30 with scrape type 2
2026-03-29 21:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1b6a15d-030f-57a7-b028-b1d030e67c30 with scrape type 2
2026-03-29 21:35:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1b6a15d-030f-57a7-b028-b1d030e67c30, identifier: 6696769stock
2026-03-29 21:35:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1b6a15d-030f-57a7-b028-b1d030e67c30 with identifier: 6696769stock
2026-03-29 21:35:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1b6a15d-030f-57a7-b028-b1d030e67c30 with identifier: 6696769stock
2026-03-29 21:35:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1b6a15d-030f-57a7-b028-b1d030e67c30 with identifier: 6696769stock to the API
2026-03-29 21:35:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6696769>
{'auction_title': '',
'c_o_2_emission_value': 164,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a1b6a15d-030f-57a7-b028-b1d030e67c30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6696769',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 130329,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Sport 2.0 SD4 HSE Aut. Pano LED-Xenon '
'Virtual Navi-Pro Leather Camera KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 SD4 HSE Aut. Pano LED-Xenon Virtual Navi-Pro Leather Camera '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696769stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:10 [ecarstrade.be] INFO: Saving data for 6696769stock: {'created_time': 1772673589.48232, 'last_price_update_time': 1774820110.614478}
2026-03-29 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6696769stock') HTTP/1.1" 204 0
2026-03-29 21:35:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6701130> (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-29 21:35:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:10 [ecarstrade.be] INFO: Extracting details for car 6701130stock
2026-03-29 21:35:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with identifier: 6701130stock
2026-03-29 21:35:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with scrape type 2
2026-03-29 21:35:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with scrape type 2
2026-03-29 21:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0e8caa6-a970-569b-9e92-6af45cfcd0f4, identifier: 6701130stock
2026-03-29 21:35:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with identifier: 6701130stock
2026-03-29 21:35:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with identifier: 6701130stock
2026-03-29 21:35:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0e8caa6-a970-569b-9e92-6af45cfcd0f4 with identifier: 6701130stock to the API
2026-03-29 21:35:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6701130>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a0e8caa6-a970-569b-9e92-6af45cfcd0f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6701130',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 122220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-05',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Karoq 1.0 TSI Ambition LED Navi KeylessGo Camera Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.0 TSI Ambition LED Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:11 [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-29 21:35:11 [ecarstrade.be] INFO: Saving data for 6701130stock: {'created_time': 1772611187.042429, 'last_price_update_time': 1774820111.40469}
2026-03-29 21:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6701130stock') HTTP/1.1" 204 0
2026-03-29 21:35:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6728664> (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-29 21:35:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:11 [ecarstrade.be] INFO: Extracting details for car 6728664stock
2026-03-29 21:35:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 255baf24-0902-5137-8076-4e4eea44f059 with identifier: 6728664stock
2026-03-29 21:35:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 255baf24-0902-5137-8076-4e4eea44f059 with scrape type 2
2026-03-29 21:35:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 255baf24-0902-5137-8076-4e4eea44f059 with scrape type 2
2026-03-29 21:35:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 255baf24-0902-5137-8076-4e4eea44f059, identifier: 6728664stock
2026-03-29 21:35:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 255baf24-0902-5137-8076-4e4eea44f059 with identifier: 6728664stock
2026-03-29 21:35:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 255baf24-0902-5137-8076-4e4eea44f059 with identifier: 6728664stock
2026-03-29 21:35:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 255baf24-0902-5137-8076-4e4eea44f059 with identifier: 6728664stock to the API
2026-03-29 21:35:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6728664>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '255baf24-0902-5137-8076-4e4eea44f059',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6728664',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Corsa',
'odometer': 127437,
'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': 5,
'seller_name': None,
'title': 'Opel Corsa 1.2 PureTech Edition Display Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Edition Display Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:11 [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-29 21:35:11 [ecarstrade.be] INFO: Saving data for 6728664stock: {'created_time': 1772750674.103536, 'last_price_update_time': 1774820111.929242}
2026-03-29 21:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6728664stock') HTTP/1.1" 204 0
2026-03-29 21:35:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6702277> (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-29 21:35:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:12 [ecarstrade.be] INFO: Extracting details for car 6702277stock
2026-03-29 21:35:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with identifier: 6702277stock
2026-03-29 21:35:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with scrape type 2
2026-03-29 21:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with scrape type 2
2026-03-29 21:35:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db, identifier: 6702277stock
2026-03-29 21:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with identifier: 6702277stock
2026-03-29 21:35:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with identifier: 6702277stock
2026-03-29 21:35:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db with identifier: 6702277stock to the API
2026-03-29 21:35:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6702277>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Purple',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5d62681e-6eb2-5ed8-8a1b-b5b0c5b986db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6702277',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'DS4',
'odometer': 74127,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-29',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen DS4 1.6 BlueHDI 115Hp 1/2 Sport-Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.6 BlueHDI 115Hp 1/2 Sport-Leather Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-29 21:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:12 [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-29 21:35:12 [ecarstrade.be] INFO: Saving data for 6702277stock: {'created_time': 1772611333.488196, 'last_price_update_time': 1774820112.476949}
2026-03-29 21:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6702277stock') HTTP/1.1" 204 0
2026-03-29 21:35:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6746262> (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-29 21:35:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6728384> (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-29 21:35:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:12 [ecarstrade.be] INFO: Extracting details for car 6746262stock
2026-03-29 21:35:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe463121-cdba-56d7-8692-2aeec231db6b with identifier: 6746262stock
2026-03-29 21:35:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe463121-cdba-56d7-8692-2aeec231db6b with scrape type 2
2026-03-29 21:35:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe463121-cdba-56d7-8692-2aeec231db6b with scrape type 2
2026-03-29 21:35:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe463121-cdba-56d7-8692-2aeec231db6b, identifier: 6746262stock
2026-03-29 21:35:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe463121-cdba-56d7-8692-2aeec231db6b with identifier: 6746262stock
2026-03-29 21:35:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe463121-cdba-56d7-8692-2aeec231db6b with identifier: 6746262stock
2026-03-29 21:35:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe463121-cdba-56d7-8692-2aeec231db6b with identifier: 6746262stock to the API
2026-03-29 21:35:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6746262>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fe463121-cdba-56d7-8692-2aeec231db6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6746262',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Superb',
'odometer': 181294,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 1.6TDI Active Navi Klima PDC ...',
'transmission': 'manual',
'trim': 'Combi 1.6TDI Active Navi Klima PDC ...',
'vin': None,
'year': 2014}
2026-03-29 21:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:13 [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-29 21:35:13 [ecarstrade.be] INFO: Saving data for 6746262stock: {'created_time': 1772611682.741387, 'last_price_update_time': 1774820113.126849}
2026-03-29 21:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6746262stock') HTTP/1.1" 204 0
2026-03-29 21:35:13 [ecarstrade.be] INFO: Extracting details for car 6728384stock
2026-03-29 21:35:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c10f961c-f6d5-51ef-a382-137fe89caeb2 with identifier: 6728384stock
2026-03-29 21:35:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c10f961c-f6d5-51ef-a382-137fe89caeb2 with scrape type 2
2026-03-29 21:35:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c10f961c-f6d5-51ef-a382-137fe89caeb2 with scrape type 2
2026-03-29 21:35:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c10f961c-f6d5-51ef-a382-137fe89caeb2, identifier: 6728384stock
2026-03-29 21:35:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c10f961c-f6d5-51ef-a382-137fe89caeb2 with identifier: 6728384stock
2026-03-29 21:35:13 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:35:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c10f961c-f6d5-51ef-a382-137fe89caeb2 with identifier: 6728384stock
2026-03-29 21:35:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c10f961c-f6d5-51ef-a382-137fe89caeb2 with identifier: 6728384stock to the API
2026-03-29 21:35:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6728384>
{'auction_title': '',
'c_o_2_emission_value': 187,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c10f961c-f6d5-51ef-a382-137fe89caeb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6728384',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 189356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-09-12',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI Track&Field 4Motion Aut. Pano Navi '
'Leather Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI Track&Field 4Motion Aut. Pano Navi Leather Klima PDC ...',
'vin': None,
'year': 2012}
2026-03-29 21:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:13 [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-29 21:35:13 [ecarstrade.be] INFO: Saving data for 6728384stock: {'created_time': 1772611364.954471, 'last_price_update_time': 1774820113.598902}
2026-03-29 21:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6728384stock') HTTP/1.1" 204 0
2026-03-29 21:35:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6779599> (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-29 21:35:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:15 [ecarstrade.be] INFO: Extracting details for car 6779599stock
2026-03-29 21:35:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30f92c47-dab4-53ec-81be-ceb09940f54d with identifier: 6779599stock
2026-03-29 21:35:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30f92c47-dab4-53ec-81be-ceb09940f54d with scrape type 2
2026-03-29 21:35:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30f92c47-dab4-53ec-81be-ceb09940f54d with scrape type 2
2026-03-29 21:35:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30f92c47-dab4-53ec-81be-ceb09940f54d, identifier: 6779599stock
2026-03-29 21:35:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30f92c47-dab4-53ec-81be-ceb09940f54d with identifier: 6779599stock
2026-03-29 21:35:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30f92c47-dab4-53ec-81be-ceb09940f54d with identifier: 6779599stock
2026-03-29 21:35:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30f92c47-dab4-53ec-81be-ceb09940f54d with identifier: 6779599stock to the API
2026-03-29 21:35:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6779599>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '30f92c47-dab4-53ec-81be-ceb09940f54d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6779599',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 197907,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 sDrive16d LED-Xenon Navi-Pro Leather KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779599stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:16 [ecarstrade.be] INFO: Saving data for 6779599stock: {'created_time': 1772611185.102976, 'last_price_update_time': 1774820116.171527}
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6779599stock') HTTP/1.1" 204 0
2026-03-29 21:35:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6776417> (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-29 21:35:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:16 [ecarstrade.be] INFO: Extracting details for car 6776417stock
2026-03-29 21:35:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with identifier: 6776417stock
2026-03-29 21:35:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with scrape type 2
2026-03-29 21:35:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with scrape type 2
2026-03-29 21:35:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9, identifier: 6776417stock
2026-03-29 21:35:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with identifier: 6776417stock
2026-03-29 21:35:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with identifier: 6776417stock
2026-03-29 21:35:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9 with identifier: 6776417stock to the API
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6776417>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4a41c8e8-f9c3-59f7-b64c-1e4073a57aa9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6776417',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 138562,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d Aut. Navi-Pro Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Aut. Navi-Pro Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776417stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:16 [ecarstrade.be] INFO: Saving data for 6776417stock: {'created_time': 1772611705.631068, 'last_price_update_time': 1774820116.690182}
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6776417stock') HTTP/1.1" 204 0
2026-03-29 21:35:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6802754> (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-29 21:35:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792686> (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-29 21:35:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:17 [ecarstrade.be] INFO: Extracting details for car 6802754stock
2026-03-29 21:35:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with identifier: 6802754stock
2026-03-29 21:35:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with scrape type 2
2026-03-29 21:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with scrape type 2
2026-03-29 21:35:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f, identifier: 6802754stock
2026-03-29 21:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with identifier: 6802754stock
2026-03-29 21:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with identifier: 6802754stock
2026-03-29 21:35:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ea2d96f-54aa-50a4-bd66-20df5ca5913f with identifier: 6802754stock to the API
2026-03-29 21:35:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6802754>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '1ea2d96f-54aa-50a4-bd66-20df5ca5913f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6802754',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '216 Gran Tourer',
'odometer': 109537,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 216i Gran Tourer Navi Leather KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': '216i Gran Tourer Navi Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:17 [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-29 21:35:17 [ecarstrade.be] INFO: Saving data for 6802754stock: {'created_time': 1772611678.349295, 'last_price_update_time': 1774820117.834003}
2026-03-29 21:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6802754stock') HTTP/1.1" 204 0
2026-03-29 21:35:17 [ecarstrade.be] INFO: Extracting details for car 6792686stock
2026-03-29 21:35:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a733a801-bc62-56ae-91a6-80c2e6937526 with identifier: 6792686stock
2026-03-29 21:35:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a733a801-bc62-56ae-91a6-80c2e6937526 with scrape type 2
2026-03-29 21:35:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a733a801-bc62-56ae-91a6-80c2e6937526 with scrape type 2
2026-03-29 21:35:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a733a801-bc62-56ae-91a6-80c2e6937526, identifier: 6792686stock
2026-03-29 21:35:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a733a801-bc62-56ae-91a6-80c2e6937526 with identifier: 6792686stock
2026-03-29 21:35:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a733a801-bc62-56ae-91a6-80c2e6937526 with identifier: 6792686stock
2026-03-29 21:35:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a733a801-bc62-56ae-91a6-80c2e6937526 with identifier: 6792686stock to the API
2026-03-29 21:35:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6792686>
{'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': 'Petrol',
'id': 'a733a801-bc62-56ae-91a6-80c2e6937526',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6792686',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '420 Gran Coupé',
'odometer': 109254,
'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': 'BMW 420i Gran Coupe M-Sport Aut. Pano LED-Xenon LC-Pro ACC Navi '
'Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '420i Gran Coupe M-Sport Aut. Pano LED-Xenon LC-Pro ACC Navi '
'Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:18 [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-29 21:35:18 [ecarstrade.be] INFO: Saving data for 6792686stock: {'created_time': 1772611188.791288, 'last_price_update_time': 1774820118.245636}
2026-03-29 21:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792686stock') HTTP/1.1" 204 0
2026-03-29 21:35:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6797653> (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-29 21:35:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:18 [ecarstrade.be] INFO: Extracting details for car 6797653stock
2026-03-29 21:35:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with identifier: 6797653stock
2026-03-29 21:35:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with scrape type 2
2026-03-29 21:35:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with scrape type 2
2026-03-29 21:35:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7, identifier: 6797653stock
2026-03-29 21:35:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with identifier: 6797653stock
2026-03-29 21:35:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with identifier: 6797653stock
2026-03-29 21:35:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41c39f8c-dd8a-5cc1-8f90-8f61333499b7 with identifier: 6797653stock to the API
2026-03-29 21:35:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6797653>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '41c39f8c-dd8a-5cc1-8f90-8f61333499b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6797653',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 191627,
'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 530e Plug-In Hybrid M-Sport Aut. LED-Xenon LC-Pro Navi-Pro '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Aut. LED-Xenon LC-Pro Navi-Pro '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:19 [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-29 21:35:19 [ecarstrade.be] INFO: Saving data for 6797653stock: {'created_time': 1772611233.218444, 'last_price_update_time': 1774820119.031451}
2026-03-29 21:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6797653stock') HTTP/1.1" 204 0
2026-03-29 21:35:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792189> (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-29 21:35:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:20 [ecarstrade.be] INFO: Extracting details for car 6792189stock
2026-03-29 21:35:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8308247-5092-5e6c-a492-3da0da82d6dc with identifier: 6792189stock
2026-03-29 21:35:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8308247-5092-5e6c-a492-3da0da82d6dc with scrape type 2
2026-03-29 21:35:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8308247-5092-5e6c-a492-3da0da82d6dc with scrape type 2
2026-03-29 21:35:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8308247-5092-5e6c-a492-3da0da82d6dc, identifier: 6792189stock
2026-03-29 21:35:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8308247-5092-5e6c-a492-3da0da82d6dc with identifier: 6792189stock
2026-03-29 21:35:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8308247-5092-5e6c-a492-3da0da82d6dc with identifier: 6792189stock
2026-03-29 21:35:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8308247-5092-5e6c-a492-3da0da82d6dc with identifier: 6792189stock to the API
2026-03-29 21:35:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6792189>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'f8308247-5092-5e6c-a492-3da0da82d6dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6792189',
'listing': 'auction',
'location': 'Belgium - "DELIVERY"',
'make': 'BMW',
'model': '218 Gran Tourer',
'odometer': 35868,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 218i Gran Tourer 1.5i sDrive Pano Led-Xenon Head-Up Navi-Pro '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '218i Gran Tourer 1.5i sDrive Pano Led-Xenon Head-Up Navi-Pro '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:20 [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-29 21:35:20 [ecarstrade.be] INFO: Saving data for 6792189stock: {'created_time': 1772611636.223214, 'last_price_update_time': 1774820120.548102}
2026-03-29 21:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792189stock') HTTP/1.1" 204 0
2026-03-29 21:35:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6808563> (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-29 21:35:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:21 [ecarstrade.be] INFO: Extracting details for car 6808563stock
2026-03-29 21:35:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c782795c-8053-5d73-98ee-7c93d870a855 with identifier: 6808563stock
2026-03-29 21:35:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c782795c-8053-5d73-98ee-7c93d870a855 with scrape type 2
2026-03-29 21:35:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c782795c-8053-5d73-98ee-7c93d870a855 with scrape type 2
2026-03-29 21:35:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c782795c-8053-5d73-98ee-7c93d870a855, identifier: 6808563stock
2026-03-29 21:35:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c782795c-8053-5d73-98ee-7c93d870a855 with identifier: 6808563stock
2026-03-29 21:35:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c782795c-8053-5d73-98ee-7c93d870a855 with identifier: 6808563stock
2026-03-29 21:35:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c782795c-8053-5d73-98ee-7c93d870a855 with identifier: 6808563stock to the API
2026-03-29 21:35:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6808563>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'c782795c-8053-5d73-98ee-7c93d870a855',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6808563',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'i4',
'odometer': 135728,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-28',
'seats_number': 5,
'seller_name': None,
'title': 'BMW i4 Gran Coupe eDrive35 M-Sport Aut. LED-Xenon Ambient LC-Pro '
'Navi-Pro ACC 1/2 Sport-Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'Gran Coupe eDrive35 M-Sport Aut. LED-Xenon Ambient LC-Pro Navi-Pro '
'ACC 1/2 Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:21 [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-29 21:35:21 [ecarstrade.be] INFO: Saving data for 6808563stock: {'created_time': 1772611226.773556, 'last_price_update_time': 1774820121.807674}
2026-03-29 21:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6808563stock') HTTP/1.1" 204 0
2026-03-29 21:35:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843034> (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-29 21:35:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:22 [ecarstrade.be] INFO: Extracting details for car 6843034stock
2026-03-29 21:35:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with identifier: 6843034stock
2026-03-29 21:35:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with scrape type 2
2026-03-29 21:35:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with scrape type 2
2026-03-29 21:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e, identifier: 6843034stock
2026-03-29 21:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with identifier: 6843034stock
2026-03-29 21:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with identifier: 6843034stock
2026-03-29 21:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b6d2049-f7cd-5389-b816-ed1d9fcd463e with identifier: 6843034stock to the API
2026-03-29 21:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843034>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8b6d2049-f7cd-5389-b816-ed1d9fcd463e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843034',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Peugeot',
'model': '308',
'odometer': 96339,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.6 Plug-In Hybrid Aut. LED I-Cockpit Navi KeylessGo '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 Plug-In Hybrid Aut. LED I-Cockpit Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:23 [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-29 21:35:23 [ecarstrade.be] INFO: Saving data for 6843034stock: {'created_time': 1772611739.112453, 'last_price_update_time': 1774820123.324756}
2026-03-29 21:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843034stock') HTTP/1.1" 204 0
2026-03-29 21:35:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6835922> (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-29 21:35:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:23 [ecarstrade.be] INFO: Extracting details for car 6835922stock
2026-03-29 21:35:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1abf9671-0192-5590-a981-74484fcf4cee with identifier: 6835922stock
2026-03-29 21:35:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1abf9671-0192-5590-a981-74484fcf4cee with scrape type 2
2026-03-29 21:35:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1abf9671-0192-5590-a981-74484fcf4cee with scrape type 2
2026-03-29 21:35:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1abf9671-0192-5590-a981-74484fcf4cee, identifier: 6835922stock
2026-03-29 21:35:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1abf9671-0192-5590-a981-74484fcf4cee with identifier: 6835922stock
2026-03-29 21:35:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1abf9671-0192-5590-a981-74484fcf4cee with identifier: 6835922stock
2026-03-29 21:35:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1abf9671-0192-5590-a981-74484fcf4cee with identifier: 6835922stock to the API
2026-03-29 21:35:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6835922>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1abf9671-0192-5590-a981-74484fcf4cee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6835922',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '308',
'odometer': 137258,
'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': 'Peugeot 308 SW 1.5 BlueHDi Allure I-Cockpit Navi Klima Camera PDC '
'...',
'transmission': 'manual',
'trim': 'SW 1.5 BlueHDi Allure I-Cockpit Navi Klima Camera PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:23 [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-29 21:35:23 [ecarstrade.be] INFO: Saving data for 6835922stock: {'created_time': 1772611263.61322, 'last_price_update_time': 1774820123.855797}
2026-03-29 21:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6835922stock') HTTP/1.1" 204 0
2026-03-29 21:35:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6824278> (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-29 21:35:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:24 [ecarstrade.be] INFO: Extracting details for car 6824278stock
2026-03-29 21:35:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with identifier: 6824278stock
2026-03-29 21:35:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with scrape type 2
2026-03-29 21:35:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with scrape type 2
2026-03-29 21:35:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0, identifier: 6824278stock
2026-03-29 21:35:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with identifier: 6824278stock
2026-03-29 21:35:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with identifier: 6824278stock
2026-03-29 21:35:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0 with identifier: 6824278stock to the API
2026-03-29 21:35:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:35:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6824278>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '6216fccc-5e7f-56ca-a879-ff4cd9c0d9e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6824278',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'AC',
'model': 'BMW 218 Active Tourer',
'odometer': 71976,
'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': 'BMW 218i Active Tourer M-Sport Pano Aut. LED-Xenon Head-Up LC-Pro '
'Navi-Pro Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'BMW 218i Active Tourer M-Sport Pano Aut. LED-Xenon Head-Up LC-Pro '
'Navi-Pro Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:24 [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-29 21:35:24 [ecarstrade.be] INFO: Saving data for 6824278stock: {'created_time': 1772611662.408518, 'last_price_update_time': 1774820124.816638}
2026-03-29 21:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6824278stock') HTTP/1.1" 204 0
2026-03-29 21:35:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6824325> (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-29 21:35:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:25 [ecarstrade.be] INFO: Extracting details for car 6824325stock
2026-03-29 21:35:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with identifier: 6824325stock
2026-03-29 21:35:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with scrape type 2
2026-03-29 21:35:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with scrape type 2
2026-03-29 21:35:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91, identifier: 6824325stock
2026-03-29 21:35:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with identifier: 6824325stock
2026-03-29 21:35:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with identifier: 6824325stock
2026-03-29 21:35:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91 with identifier: 6824325stock to the API
2026-03-29 21:35:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:35:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6824325>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3d7df0b9-f85c-59c5-be7f-a9a9f5b6fa91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6824325',
'listing': 'auction',
'location': 'France - "DVTA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 94686,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb 1.4 TSI Plug-In Hybrid Style Aut. LED Vitual Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.4 TSI Plug-In Hybrid Style Aut. LED Vitual Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824325stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:25 [ecarstrade.be] INFO: Saving data for 6824325stock: {'created_time': 1772839808.479081, 'last_price_update_time': 1774820125.491521}
2026-03-29 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6824325stock') HTTP/1.1" 204 0
2026-03-29 21:35:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818863> (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-29 21:35:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:26 [ecarstrade.be] INFO: Extracting details for car 6818863stock
2026-03-29 21:35:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02702a5a-7a57-51de-9a0c-c8ee2413936b with identifier: 6818863stock
2026-03-29 21:35:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02702a5a-7a57-51de-9a0c-c8ee2413936b with scrape type 2
2026-03-29 21:35:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02702a5a-7a57-51de-9a0c-c8ee2413936b with scrape type 2
2026-03-29 21:35:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02702a5a-7a57-51de-9a0c-c8ee2413936b, identifier: 6818863stock
2026-03-29 21:35:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02702a5a-7a57-51de-9a0c-c8ee2413936b with identifier: 6818863stock
2026-03-29 21:35:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02702a5a-7a57-51de-9a0c-c8ee2413936b with identifier: 6818863stock
2026-03-29 21:35:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02702a5a-7a57-51de-9a0c-c8ee2413936b with identifier: 6818863stock to the API
2026-03-29 21:35:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:35:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818863>
{'auction_title': '',
'c_o_2_emission_value': 246,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '4.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '02702a5a-7a57-51de-9a0c-c8ee2413936b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818863',
'listing': 'auction',
'location': 'Belgium',
'make': 'Bentley',
'model': 'Continental GT',
'odometer': 38935,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-22',
'seats_number': 4,
'seller_name': None,
'title': 'Bentley Continental GT 4.0 V8 Aut. LED-Xenon Navi Sport-Leather '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '4.0 V8 Aut. LED-Xenon Navi Sport-Leather Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818863stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:26 [ecarstrade.be] INFO: Saving data for 6818863stock: {'created_time': 1772611766.388649, 'last_price_update_time': 1774820126.985145}
2026-03-29 21:35:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818863stock') HTTP/1.1" 204 0
2026-03-29 21:35:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6817744> (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-29 21:35:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:28 [ecarstrade.be] INFO: Extracting details for car 6817744stock
2026-03-29 21:35:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with identifier: 6817744stock
2026-03-29 21:35:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with scrape type 2
2026-03-29 21:35:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with scrape type 2
2026-03-29 21:35:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a, identifier: 6817744stock
2026-03-29 21:35:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with identifier: 6817744stock
2026-03-29 21:35:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with identifier: 6817744stock
2026-03-29 21:35:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a with identifier: 6817744stock to the API
2026-03-29 21:35:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6817744>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3e148291-c6e4-56c2-bf4b-d3e6e1c6be9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6817744',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '540',
'odometer': 309746,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-30',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 540i xDrive Touring Aut. Pano LED-Xenon LC-Pro Ambient Navi-Pro '
'Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'i xDrive Touring Aut. Pano LED-Xenon LC-Pro Ambient Navi-Pro '
'Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-29 21:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:28 [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-29 21:35:28 [ecarstrade.be] INFO: Saving data for 6817744stock: {'created_time': 1772611318.394927, 'last_price_update_time': 1774820128.67002}
2026-03-29 21:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6817744stock') HTTP/1.1" 204 0
2026-03-29 21:35:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812574> (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-29 21:35:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:29 [ecarstrade.be] INFO: Extracting details for car 6812574stock
2026-03-29 21:35:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc10129f-bcf8-5245-8258-8fdca3459049 with identifier: 6812574stock
2026-03-29 21:35:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc10129f-bcf8-5245-8258-8fdca3459049 with scrape type 2
2026-03-29 21:35:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc10129f-bcf8-5245-8258-8fdca3459049 with scrape type 2
2026-03-29 21:35:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc10129f-bcf8-5245-8258-8fdca3459049, identifier: 6812574stock
2026-03-29 21:35:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc10129f-bcf8-5245-8258-8fdca3459049 with identifier: 6812574stock
2026-03-29 21:35:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc10129f-bcf8-5245-8258-8fdca3459049 with identifier: 6812574stock
2026-03-29 21:35:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc10129f-bcf8-5245-8258-8fdca3459049 with identifier: 6812574stock to the API
2026-03-29 21:35:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812574>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dc10129f-bcf8-5245-8258-8fdca3459049',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812574',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 216737,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Velar 2.0 D180 R-Dynamic S AWD Aut. Pano LED '
'Virtual Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D180 R-Dynamic S AWD Aut. Pano LED Virtual Navi-Pro Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:29 [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-29 21:35:29 [ecarstrade.be] INFO: Saving data for 6812574stock: {'created_time': 1772673596.556239, 'last_price_update_time': 1774820129.955389}
2026-03-29 21:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812574stock') HTTP/1.1" 204 0
2026-03-29 21:35:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6804641> (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-29 21:35:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:30 [ecarstrade.be] INFO: Extracting details for car 6804641stock
2026-03-29 21:35:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 217b9e94-d05e-55f1-b6a2-21d5d5a068db with identifier: 6804641stock
2026-03-29 21:35:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 217b9e94-d05e-55f1-b6a2-21d5d5a068db with scrape type 2
2026-03-29 21:35:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 217b9e94-d05e-55f1-b6a2-21d5d5a068db with scrape type 2
2026-03-29 21:35:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 217b9e94-d05e-55f1-b6a2-21d5d5a068db, identifier: 6804641stock
2026-03-29 21:35:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 217b9e94-d05e-55f1-b6a2-21d5d5a068db with identifier: 6804641stock
2026-03-29 21:35:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 217b9e94-d05e-55f1-b6a2-21d5d5a068db with identifier: 6804641stock
2026-03-29 21:35:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 217b9e94-d05e-55f1-b6a2-21d5d5a068db with identifier: 6804641stock to the API
2026-03-29 21:35:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6804641>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '217b9e94-d05e-55f1-b6a2-21d5d5a068db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6804641',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Volkswagen Tiguan Allspace',
'odometer': 141001,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-05',
'seats_number': 7,
'seller_name': None,
'title': 'Volkswagen Tiguan Allspace 2.0 TDI Highline 7PL Aut. LED-Matrix '
'Virtual ACC Navi Alcantara KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI Highline 7PL Aut. LED-Matrix Virtual C Navi Alcantara '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:30 [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-29 21:35:30 [ecarstrade.be] INFO: Saving data for 6804641stock: {'created_time': 1772611248.054647, 'last_price_update_time': 1774820130.820771}
2026-03-29 21:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6804641stock') HTTP/1.1" 204 0
2026-03-29 21:35:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6791039> (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-29 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-29 21:35:31 [ecarstrade.be] INFO: Extracting details for car 6791039stock
2026-03-29 21:35:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with identifier: 6791039stock
2026-03-29 21:35:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with scrape type 2
2026-03-29 21:35:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with scrape type 2
2026-03-29 21:35:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fee448f-e324-57a0-a2f2-ae9a426b31e0, identifier: 6791039stock
2026-03-29 21:35:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with identifier: 6791039stock
2026-03-29 21:35:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with identifier: 6791039stock
2026-03-29 21:35:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fee448f-e324-57a0-a2f2-ae9a426b31e0 with identifier: 6791039stock to the API
2026-03-29 21:35:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6791039>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0fee448f-e324-57a0-a2f2-ae9a426b31e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6791039',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Puma',
'odometer': 108056,
'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': 'Ford Puma 1.5 TDCi Titanium LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 TDCi Titanium LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276791039stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:31 [ecarstrade.be] INFO: Saving data for 6791039stock: {'created_time': 1772611182.715059, 'last_price_update_time': 1774820131.831752}
2026-03-29 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6791039stock') HTTP/1.1" 204 0
2026-03-29 21:35:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6788600> (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-29 21:35:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:33 [ecarstrade.be] INFO: Extracting details for car 6788600stock
2026-03-29 21:35:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 626a0f55-21a1-5fc4-88df-8faa0da17670 with identifier: 6788600stock
2026-03-29 21:35:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 626a0f55-21a1-5fc4-88df-8faa0da17670 with scrape type 2
2026-03-29 21:35:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 626a0f55-21a1-5fc4-88df-8faa0da17670 with scrape type 2
2026-03-29 21:35:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 626a0f55-21a1-5fc4-88df-8faa0da17670, identifier: 6788600stock
2026-03-29 21:35:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 626a0f55-21a1-5fc4-88df-8faa0da17670 with identifier: 6788600stock
2026-03-29 21:35:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 626a0f55-21a1-5fc4-88df-8faa0da17670 with identifier: 6788600stock
2026-03-29 21:35:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 626a0f55-21a1-5fc4-88df-8faa0da17670 with identifier: 6788600stock to the API
2026-03-29 21:35:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:35:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6788600>
{'auction_title': '',
'c_o_2_emission_value': 254,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '626a0f55-21a1-5fc4-88df-8faa0da17670',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6788600',
'listing': 'auction',
'location': 'Belgium',
'make': 'Jeep',
'model': 'Grand Cherokee',
'odometer': 171665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-12',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Grand Cherokee 3.0 CRD S Aut. Pano LED-Xenon ACC 1/2 Sport '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 CRD S Aut. Pano LED-Xenon ACC 1/2 Sport Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788600stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:33 [ecarstrade.be] INFO: Saving data for 6788600stock: {'created_time': 1772611705.103708, 'last_price_update_time': 1774820133.797438}
2026-03-29 21:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6788600stock') HTTP/1.1" 204 0
2026-03-29 21:35:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6787688> (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-29 21:35:34 [ecarstrade.be] INFO: Extracting details for car 6787688stock
2026-03-29 21:35:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with identifier: 6787688stock
2026-03-29 21:35:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with scrape type 2
2026-03-29 21:35:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with scrape type 2
2026-03-29 21:35:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2e29f4c-dd88-5421-be81-4f5d20bd6c58, identifier: 6787688stock
2026-03-29 21:35:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with identifier: 6787688stock
2026-03-29 21:35:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with identifier: 6787688stock
2026-03-29 21:35:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2e29f4c-dd88-5421-be81-4f5d20bd6c58 with identifier: 6787688stock to the API
2026-03-29 21:35:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6787688>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f2e29f4c-dd88-5421-be81-4f5d20bd6c58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6787688',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X2',
'odometer': 182080,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-21',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 sDrive16d Aut. Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'sDrive16d Aut. Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:35 [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-29 21:35:35 [ecarstrade.be] INFO: Saving data for 6787688stock: {'created_time': 1772611663.532978, 'last_price_update_time': 1774820135.168145}
2026-03-29 21:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6787688stock') HTTP/1.1" 204 0
2026-03-29 21:35:36 [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-29 21:35:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6845529stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276845529stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6845529stock: 2
2026-03-29 21:35:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6847587stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847587stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6847587stock: 2
2026-03-29 21:35:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6853022stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853022stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6853022stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6859947stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859947stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6859947stock: 0
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6862902stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862902stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6862902stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6866821stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866821stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6866821stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6867142stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867142stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6867142stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6868001stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276868001stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6868001stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6869050stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869050stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6869050stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6870475stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870475stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6870475stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6870633stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870633stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6870633stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6875341stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875341stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6875341stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6876338stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276876338stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6876338stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 5790258stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275790258stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 5790258stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6380489stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276380489stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6380489stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6492226stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276492226stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6492226stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6565827stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276565827stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6565827stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6568211stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276568211stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6568211stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6588028stock
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276588028stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:36 [ecarstrade.be] INFO: Scrape type for 6588028stock: 2
2026-03-29 21:35:36 [ecarstrade.be] INFO: Found listing with ID: 6589936stock
2026-03-29 21:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:37 [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-29 21:35:37 [ecarstrade.be] INFO: Scrape type for 6589936stock: 2
2026-03-29 21:35:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6773433> (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-29 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-29 21:35:37 [ecarstrade.be] INFO: Extracting details for car 6773433stock
2026-03-29 21:35:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23db0050-0031-59e8-a20c-ef87e3a3cf57 with identifier: 6773433stock
2026-03-29 21:35:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23db0050-0031-59e8-a20c-ef87e3a3cf57 with scrape type 2
2026-03-29 21:35:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 23db0050-0031-59e8-a20c-ef87e3a3cf57 with scrape type 2
2026-03-29 21:35:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 23db0050-0031-59e8-a20c-ef87e3a3cf57, identifier: 6773433stock
2026-03-29 21:35:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23db0050-0031-59e8-a20c-ef87e3a3cf57 with identifier: 6773433stock
2026-03-29 21:35:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23db0050-0031-59e8-a20c-ef87e3a3cf57 with identifier: 6773433stock
2026-03-29 21:35:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23db0050-0031-59e8-a20c-ef87e3a3cf57 with identifier: 6773433stock to the API
2026-03-29 21:35:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6773433>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '23db0050-0031-59e8-a20c-ef87e3a3cf57',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6773433',
'listing': 'auction',
'location': 'France - "TEA LE MEUX"',
'make': 'Peugeot',
'model': '5008',
'odometer': 131958,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-08',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.6 PureTech 180Hp GT-Line 7PL Aut. LED-Xenon '
'I-Cockpit Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 PureTech 180Hp GT-Line 7PL Aut. LED-Xenon I-Cockpit Ambient Navi '
'1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276773433stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:37 [ecarstrade.be] INFO: Saving data for 6773433stock: {'created_time': 1772611203.661315, 'last_price_update_time': 1774820137.750117}
2026-03-29 21:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6773433stock') HTTP/1.1" 204 0
2026-03-29 21:35:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6772786> (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-29 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-29 21:35:38 [ecarstrade.be] INFO: Extracting details for car 6772786stock
2026-03-29 21:35:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b19d1e9-2220-50d4-b860-151d0a06ed60 with identifier: 6772786stock
2026-03-29 21:35:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b19d1e9-2220-50d4-b860-151d0a06ed60 with scrape type 2
2026-03-29 21:35:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b19d1e9-2220-50d4-b860-151d0a06ed60 with scrape type 2
2026-03-29 21:35:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b19d1e9-2220-50d4-b860-151d0a06ed60, identifier: 6772786stock
2026-03-29 21:35:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b19d1e9-2220-50d4-b860-151d0a06ed60 with identifier: 6772786stock
2026-03-29 21:35:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b19d1e9-2220-50d4-b860-151d0a06ed60 with identifier: 6772786stock
2026-03-29 21:35:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b19d1e9-2220-50d4-b860-151d0a06ed60 with identifier: 6772786stock to the API
2026-03-29 21:35:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6772786>
{'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': '9b19d1e9-2220-50d4-b860-151d0a06ed60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6772786',
'listing': 'auction',
'location': 'France - "TEA MILLON"',
'make': 'BMW',
'model': '118',
'odometer': 106724,
'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': 'BMW 118d M-Sport Aut. LED LC-Pro Navi-Pro 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd M-Sport Aut. LED LC-Pro Navi-Pro 1/2 Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276772786stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:38 [ecarstrade.be] INFO: Saving data for 6772786stock: {'created_time': 1772611249.872901, 'last_price_update_time': 1774820138.721605}
2026-03-29 21:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6772786stock') HTTP/1.1" 204 0
2026-03-29 21:35:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6764578> (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-29 21:35:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:39 [ecarstrade.be] INFO: Extracting details for car 6764578stock
2026-03-29 21:35:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with identifier: 6764578stock
2026-03-29 21:35:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with scrape type 2
2026-03-29 21:35:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with scrape type 2
2026-03-29 21:35:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c6809f8-5683-5a33-bc63-e694ff2d78f9, identifier: 6764578stock
2026-03-29 21:35:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with identifier: 6764578stock
2026-03-29 21:35:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with identifier: 6764578stock
2026-03-29 21:35:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c6809f8-5683-5a33-bc63-e694ff2d78f9 with identifier: 6764578stock to the API
2026-03-29 21:35:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6764578>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '2c6809f8-5683-5a33-bc63-e694ff2d78f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6764578',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 174405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia 1.0 TSi Clever Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TSi Clever Navi Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276764578stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:40 [ecarstrade.be] INFO: Saving data for 6764578stock: {'created_time': 1773093210.469359, 'last_price_update_time': 1774820140.100957}
2026-03-29 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6764578stock') HTTP/1.1" 204 0
2026-03-29 21:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6845529> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:35:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:43 [ecarstrade.be] INFO: Extracting details for car 6845529stock
2026-03-29 21:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-29 21:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e447a2a3-eec7-574c-8761-ecbe045eae20 with scrape type 2
2026-03-29 21:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e447a2a3-eec7-574c-8761-ecbe045eae20 with scrape type 2
2026-03-29 21:35:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e447a2a3-eec7-574c-8761-ecbe045eae20, identifier: 6845529stock
2026-03-29 21:35:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-29 21:35:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock
2026-03-29 21:35:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e447a2a3-eec7-574c-8761-ecbe045eae20 with identifier: 6845529stock to the API
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:35:43 [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-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276845529stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Saving data for 6845529stock: {'created_time': 1772613142.216108, 'last_price_update_time': 1774820143.545991}
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6845529stock') HTTP/1.1" 204 0
2026-03-29 21:35:43 [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-29 21:35:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6612228stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276612228stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6612228stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6629462stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276629462stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6629462stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6635088stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276635088stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6635088stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6656157stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656157stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6656157stock: 0
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6668929stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276668929stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6668929stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6672443stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276672443stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6672443stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6843094stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843094stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6843094stock: 2
2026-03-29 21:35:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6847587> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6751573stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276751573stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6751573stock: 2
2026-03-29 21:35:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6434642stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276434642stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6434642stock: 0
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6597827stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276597827stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6597827stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6788506stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788506stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6788506stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6794715stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276794715stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6794715stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6882517stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882517stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6882517stock: 2
2026-03-29 21:35:43 [ecarstrade.be] INFO: Extracting details for car 6847587stock
2026-03-29 21:35:43 [ecarstrade.be] INFO: Found listing with ID: 6769282stock
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769282stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:43 [ecarstrade.be] INFO: Scrape type for 6769282stock: 2
2026-03-29 21:35:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-29 21:35:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad347c5f-f78c-5501-b1f9-41e88a072577 with scrape type 2
2026-03-29 21:35:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad347c5f-f78c-5501-b1f9-41e88a072577 with scrape type 2
2026-03-29 21:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad347c5f-f78c-5501-b1f9-41e88a072577, identifier: 6847587stock
2026-03-29 21:35:44 [ecarstrade.be] INFO: Found listing with ID: 6287267stock
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:44 [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-29 21:35:44 [ecarstrade.be] INFO: Scrape type for 6287267stock: 2
2026-03-29 21:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-29 21:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock
2026-03-29 21:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad347c5f-f78c-5501-b1f9-41e88a072577 with identifier: 6847587stock to the API
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:44 [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-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:44 [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-29 21:35:44 [ecarstrade.be] INFO: Saving data for 6847587stock: {'created_time': 1772611228.880418, 'last_price_update_time': 1774820144.41904}
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6847587stock') HTTP/1.1" 204 0
2026-03-29 21:35:44 [ecarstrade.be] INFO: Found listing with ID: 6462698stock
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:44 [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-29 21:35:44 [ecarstrade.be] INFO: Scrape type for 6462698stock: 2
2026-03-29 21:35:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792164> (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-29 21:35:44 [ecarstrade.be] INFO: Found listing with ID: 6478353stock
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:44 [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-29 21:35:44 [ecarstrade.be] INFO: Scrape type for 6478353stock: 2
2026-03-29 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-29 21:35:44 [ecarstrade.be] INFO: Found listing with ID: 6644566stock
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:44 [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-29 21:35:44 [ecarstrade.be] INFO: Scrape type for 6644566stock: 2
2026-03-29 21:35:44 [ecarstrade.be] INFO: Found listing with ID: 6675809stock
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:44 [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-29 21:35:44 [ecarstrade.be] INFO: Scrape type for 6675809stock: 2
2026-03-29 21:35:44 [ecarstrade.be] INFO: Found listing with ID: 6700653stock
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:44 [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-29 21:35:44 [ecarstrade.be] INFO: Scrape type for 6700653stock: 2
2026-03-29 21:35:44 [ecarstrade.be] INFO: Extracting details for car 6792164stock
2026-03-29 21:35:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0da56c40-0eb8-52c7-b68b-b395c9814375 with identifier: 6792164stock
2026-03-29 21:35:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0da56c40-0eb8-52c7-b68b-b395c9814375 with scrape type 2
2026-03-29 21:35:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0da56c40-0eb8-52c7-b68b-b395c9814375 with scrape type 2
2026-03-29 21:35:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0da56c40-0eb8-52c7-b68b-b395c9814375, identifier: 6792164stock
2026-03-29 21:35:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0da56c40-0eb8-52c7-b68b-b395c9814375 with identifier: 6792164stock
2026-03-29 21:35:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0da56c40-0eb8-52c7-b68b-b395c9814375 with identifier: 6792164stock
2026-03-29 21:35:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0da56c40-0eb8-52c7-b68b-b395c9814375 with identifier: 6792164stock to the API
2026-03-29 21:35:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6792164>
{'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': '0da56c40-0eb8-52c7-b68b-b395c9814375',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6792164',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 26309,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-10',
'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-29 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276792164stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:45 [ecarstrade.be] INFO: Saving data for 6792164stock: {'created_time': 1772611188.144577, 'last_price_update_time': 1774820145.054015}
2026-03-29 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792164stock') HTTP/1.1" 204 0
2026-03-29 21:35:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6853022> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:35:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:45 [ecarstrade.be] INFO: Extracting details for car 6853022stock
2026-03-29 21:35:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-29 21:35:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with scrape type 2
2026-03-29 21:35:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with scrape type 2
2026-03-29 21:35:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee, identifier: 6853022stock
2026-03-29 21:35:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-29 21:35:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock
2026-03-29 21:35:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a08dd1ce-01e8-51eb-b535-eb9ba75e2bee with identifier: 6853022stock to the API
2026-03-29 21:35:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:45 [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-29 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276853022stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:45 [ecarstrade.be] INFO: Saving data for 6853022stock: {'created_time': 1772613138.472275, 'last_price_update_time': 1774820145.56827}
2026-03-29 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6853022stock') HTTP/1.1" 204 0
2026-03-29 21:35:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6862902> (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-29 21:35:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:46 [ecarstrade.be] INFO: Extracting details for car 6862902stock
2026-03-29 21:35:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with identifier: 6862902stock
2026-03-29 21:35:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with scrape type 2
2026-03-29 21:35:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with scrape type 2
2026-03-29 21:35:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb, identifier: 6862902stock
2026-03-29 21:35:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with identifier: 6862902stock
2026-03-29 21:35:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with identifier: 6862902stock
2026-03-29 21:35:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb with identifier: 6862902stock to the API
2026-03-29 21:35:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6862902>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'a6336fc1-2b41-5a12-a4cd-9c0c6f4d77fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6862902',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '508',
'odometer': 107638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-04',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 BlueHDi GT-Line Aut. LED-Xenon I-Cockpit Focal '
'Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi GT-Line Aut. LED-Xenon I-Cockpit Focal Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:47 [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-29 21:35:47 [ecarstrade.be] INFO: Saving data for 6862902stock: {'created_time': 1772611246.27784, 'last_price_update_time': 1774820147.239291}
2026-03-29 21:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6862902stock') HTTP/1.1" 204 0
2026-03-29 21:35:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6867142> (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-29 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-29 21:35:49 [ecarstrade.be] INFO: Extracting details for car 6867142stock
2026-03-29 21:35:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff1d60b9-2165-5af8-a3e6-379608493fd0 with identifier: 6867142stock
2026-03-29 21:35:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff1d60b9-2165-5af8-a3e6-379608493fd0 with scrape type 2
2026-03-29 21:35:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff1d60b9-2165-5af8-a3e6-379608493fd0 with scrape type 2
2026-03-29 21:35:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff1d60b9-2165-5af8-a3e6-379608493fd0, identifier: 6867142stock
2026-03-29 21:35:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff1d60b9-2165-5af8-a3e6-379608493fd0 with identifier: 6867142stock
2026-03-29 21:35:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff1d60b9-2165-5af8-a3e6-379608493fd0 with identifier: 6867142stock
2026-03-29 21:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff1d60b9-2165-5af8-a3e6-379608493fd0 with identifier: 6867142stock to the API
2026-03-29 21:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6867142>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ff1d60b9-2165-5af8-a3e6-379608493fd0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6867142',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Jaguar F-Pace',
'odometer': 115288,
'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': 'Jaguar F-Pace Facelift 2.0 P400e Plug-In Hybrid AWD Aut. Pano '
'LED-Xenon Head-Up Virtual Meridian Navi-Pro Leather KeylessGo '
'Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'Facelift 2.0 P400e Plug-In Hybrid AWD Aut. Pano LED-Xenon Head-Up '
'Virtual Meridian Navi-Pro Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276867142stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:50 [ecarstrade.be] INFO: Saving data for 6867142stock: {'created_time': 1772611235.115392, 'last_price_update_time': 1774820150.312531}
2026-03-29 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867142stock') HTTP/1.1" 204 0
2026-03-29 21:35:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6866821> (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-29 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-29 21:35:50 [ecarstrade.be] INFO: Extracting details for car 6866821stock
2026-03-29 21:35:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with identifier: 6866821stock
2026-03-29 21:35:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with scrape type 2
2026-03-29 21:35:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with scrape type 2
2026-03-29 21:35:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd56e454-f261-5ff0-8bc7-25aff4cddcb3, identifier: 6866821stock
2026-03-29 21:35:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with identifier: 6866821stock
2026-03-29 21:35:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with identifier: 6866821stock
2026-03-29 21:35:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd56e454-f261-5ff0-8bc7-25aff4cddcb3 with identifier: 6866821stock to the API
2026-03-29 21:35:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35: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-29 21:35:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6866821>
{'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': 'Petrol',
'id': 'fd56e454-f261-5ff0-8bc7-25aff4cddcb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6866821',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'BMW',
'model': '420 Gran Coupé',
'odometer': 108443,
'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': 'BMW 420i Gran Coupe M-Sport Aut. LED-Xenon LC-Pro ACC Navi-Pro '
'Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '420i Gran Coupe M-Sport Aut. LED-Xenon LC-Pro ACC Navi-Pro '
'Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276866821stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:50 [ecarstrade.be] INFO: Saving data for 6866821stock: {'created_time': 1772611247.456761, 'last_price_update_time': 1774820150.850312}
2026-03-29 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6866821stock') HTTP/1.1" 204 0
2026-03-29 21:35:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6869050> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 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-29 21:35:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6868001> (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-29 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-29 21:35:50 [ecarstrade.be] INFO: Extracting details for car 6869050stock
2026-03-29 21:35:50 [ecarstrade.be] INFO: Extracting details for car 6868001stock
2026-03-29 21:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-29 21:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c07e2109-1d29-523d-a625-87e03d894341 with scrape type 2
2026-03-29 21:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c07e2109-1d29-523d-a625-87e03d894341 with scrape type 2
2026-03-29 21:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c07e2109-1d29-523d-a625-87e03d894341, identifier: 6869050stock
2026-03-29 21:35:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09b163ea-fb85-52f4-b184-0abee44b3778 with identifier: 6868001stock
2026-03-29 21:35:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09b163ea-fb85-52f4-b184-0abee44b3778 with scrape type 2
2026-03-29 21:35:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09b163ea-fb85-52f4-b184-0abee44b3778 with scrape type 2
2026-03-29 21:35:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09b163ea-fb85-52f4-b184-0abee44b3778, identifier: 6868001stock
2026-03-29 21:35:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-29 21:35:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock
2026-03-29 21:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c07e2109-1d29-523d-a625-87e03d894341 with identifier: 6869050stock to the API
2026-03-29 21:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:51 [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-29 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276869050stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:51 [ecarstrade.be] INFO: Saving data for 6869050stock: {'created_time': 1772611337.438124, 'last_price_update_time': 1774820151.453723}
2026-03-29 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6869050stock') HTTP/1.1" 204 0
2026-03-29 21:35:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09b163ea-fb85-52f4-b184-0abee44b3778 with identifier: 6868001stock
2026-03-29 21:35:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09b163ea-fb85-52f4-b184-0abee44b3778 with identifier: 6868001stock
2026-03-29 21:35:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09b163ea-fb85-52f4-b184-0abee44b3778 with identifier: 6868001stock to the API
2026-03-29 21:35:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6868001>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '09b163ea-fb85-52f4-b184-0abee44b3778',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6868001',
'listing': 'auction',
'location': 'Belgium',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 122763,
'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': 'Opel Combo Life 1.5 Turbo D Edition 5PL 2 Slide Doors Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 Turbo D Edition 5PL 2 Slide Doors Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276868001stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:51 [ecarstrade.be] INFO: Saving data for 6868001stock: {'created_time': 1773093258.730999, 'last_price_update_time': 1774820151.740442}
2026-03-29 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6868001stock') HTTP/1.1" 204 0
2026-03-29 21:35:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6870475> (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-29 21:35:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:52 [ecarstrade.be] INFO: Extracting details for car 6870475stock
2026-03-29 21:35:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea3d0304-1e4f-5e28-8210-0be2b7771648 with identifier: 6870475stock
2026-03-29 21:35:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea3d0304-1e4f-5e28-8210-0be2b7771648 with scrape type 2
2026-03-29 21:35:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea3d0304-1e4f-5e28-8210-0be2b7771648 with scrape type 2
2026-03-29 21:35:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea3d0304-1e4f-5e28-8210-0be2b7771648, identifier: 6870475stock
2026-03-29 21:35:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea3d0304-1e4f-5e28-8210-0be2b7771648 with identifier: 6870475stock
2026-03-29 21:35:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea3d0304-1e4f-5e28-8210-0be2b7771648 with identifier: 6870475stock
2026-03-29 21:35:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea3d0304-1e4f-5e28-8210-0be2b7771648 with identifier: 6870475stock to the API
2026-03-29 21:35:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6870475>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ea3d0304-1e4f-5e28-8210-0be2b7771648',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6870475',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X4',
'odometer': 101729,
'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': 'BMW X4 xDrive20i M-sport Aut. LED Head-Up Ambient Navi-Pro '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'xDrive20i M-sport Aut. LED Head-Up Ambient Navi-Pro Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870475stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:53 [ecarstrade.be] INFO: Saving data for 6870475stock: {'created_time': 1772611774.257798, 'last_price_update_time': 1774820153.132034}
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6870475stock') HTTP/1.1" 204 0
2026-03-29 21:35:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6824257> (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-29 21:35:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6589936> (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-29 21:35:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:53 [ecarstrade.be] INFO: Extracting details for car 6824257stock
2026-03-29 21:35:53 [ecarstrade.be] INFO: Extracting details for car 6589936stock
2026-03-29 21:35:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b955bb8-425f-5c9b-925b-b068a7c5a01e with identifier: 6824257stock
2026-03-29 21:35:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b955bb8-425f-5c9b-925b-b068a7c5a01e with scrape type 2
2026-03-29 21:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b955bb8-425f-5c9b-925b-b068a7c5a01e with scrape type 2
2026-03-29 21:35:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b955bb8-425f-5c9b-925b-b068a7c5a01e, identifier: 6824257stock
2026-03-29 21:35:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-29 21:35:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1634ea38-0b5b-5ea6-8039-ff4f820159cb with scrape type 2
2026-03-29 21:35:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1634ea38-0b5b-5ea6-8039-ff4f820159cb with scrape type 2
2026-03-29 21:35:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1634ea38-0b5b-5ea6-8039-ff4f820159cb, identifier: 6589936stock
2026-03-29 21:35:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b955bb8-425f-5c9b-925b-b068a7c5a01e with identifier: 6824257stock
2026-03-29 21:35:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b955bb8-425f-5c9b-925b-b068a7c5a01e with identifier: 6824257stock
2026-03-29 21:35:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b955bb8-425f-5c9b-925b-b068a7c5a01e with identifier: 6824257stock to the API
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:35:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6824257>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '8b955bb8-425f-5c9b-925b-b068a7c5a01e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6824257',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'AC',
'model': 'BMW 218 Active Tourer',
'odometer': 74834,
'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': 'BMW 218i Active Tourer M-Sport Aut. Pano LED-Xenon Head-Up LC-Pro '
'Navi-Pro Harman/Kardon Sport-Leather KeylessGo Camera 360 Klima PDC '
'...',
'transmission': 'automatic',
'trim': 'BMW 218i Active Tourer M-Sport Aut. Pano LED-Xenon Head-Up LC-Pro '
'Navi-Pro Harman/Kardon Sport-Leather KeylessGo Camera 360 Klima PDC '
'...',
'vin': None,
'year': 2023}
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824257stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:53 [ecarstrade.be] INFO: Saving data for 6824257stock: {'created_time': 1772613167.348144, 'last_price_update_time': 1774820153.794274}
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6824257stock') HTTP/1.1" 204 0
2026-03-29 21:35:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-29 21:35:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock
2026-03-29 21:35:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1634ea38-0b5b-5ea6-8039-ff4f820159cb with identifier: 6589936stock to the API
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:35:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:35:54 [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-29 21:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:54 [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-29 21:35:54 [ecarstrade.be] INFO: Saving data for 6589936stock: {'created_time': 1772611295.540484, 'last_price_update_time': 1774820154.114705}
2026-03-29 21:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6589936stock') HTTP/1.1" 204 0
2026-03-29 21:35:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6588028> (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-29 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-29 21:35:56 [ecarstrade.be] INFO: Extracting details for car 6588028stock
2026-03-29 21:35:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-29 21:35:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 117fbae4-cb31-5266-92f8-87b53ca5f0de with scrape type 2
2026-03-29 21:35:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 117fbae4-cb31-5266-92f8-87b53ca5f0de with scrape type 2
2026-03-29 21:35:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 117fbae4-cb31-5266-92f8-87b53ca5f0de, identifier: 6588028stock
2026-03-29 21:35:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-29 21:35:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock
2026-03-29 21:35:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 117fbae4-cb31-5266-92f8-87b53ca5f0de with identifier: 6588028stock to the API
2026-03-29 21:35:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:57 [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-29 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276588028stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:57 [ecarstrade.be] INFO: Saving data for 6588028stock: {'created_time': 1772613139.697332, 'last_price_update_time': 1774820157.192856}
2026-03-29 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6588028stock') HTTP/1.1" 204 0
2026-03-29 21:35:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6568211> (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-29 21:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:35:57 [ecarstrade.be] INFO: Extracting details for car 6568211stock
2026-03-29 21:35:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10534955-bc9a-556e-a1b7-f950ace6fed8 with identifier: 6568211stock
2026-03-29 21:35:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10534955-bc9a-556e-a1b7-f950ace6fed8 with scrape type 2
2026-03-29 21:35:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10534955-bc9a-556e-a1b7-f950ace6fed8 with scrape type 2
2026-03-29 21:35:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10534955-bc9a-556e-a1b7-f950ace6fed8, identifier: 6568211stock
2026-03-29 21:35:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10534955-bc9a-556e-a1b7-f950ace6fed8 with identifier: 6568211stock
2026-03-29 21:35:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10534955-bc9a-556e-a1b7-f950ace6fed8 with identifier: 6568211stock
2026-03-29 21:35:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10534955-bc9a-556e-a1b7-f950ace6fed8 with identifier: 6568211stock to the API
2026-03-29 21:35:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6568211>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '10534955-bc9a-556e-a1b7-f950ace6fed8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6568211',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'BMW',
'model': '420',
'odometer': 163899,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-20',
'seats_number': 4,
'seller_name': None,
'title': 'BMW 420d Coupe M-Sport Shadow Line Aut. LED-Xenon LC-Pro Ambient '
'Navi-Pro 1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Coupe M-Sport Shadow Line Aut. LED-Xenon LC-Pro Ambient Navi-Pro '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276568211stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:58 [ecarstrade.be] INFO: Saving data for 6568211stock: {'created_time': 1772611276.441684, 'last_price_update_time': 1774820158.02686}
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6568211stock') HTTP/1.1" 204 0
2026-03-29 21:35:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6492226> (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-29 21:35:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6565827> (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-29 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-29 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-29 21:35:58 [ecarstrade.be] INFO: Extracting details for car 6492226stock
2026-03-29 21:35:58 [ecarstrade.be] INFO: Extracting details for car 6565827stock
2026-03-29 21:35:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-29 21:35:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with scrape type 2
2026-03-29 21:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with scrape type 2
2026-03-29 21:35:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c, identifier: 6492226stock
2026-03-29 21:35:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9daafde-347f-5621-84e9-83ed75204602 with identifier: 6565827stock
2026-03-29 21:35:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9daafde-347f-5621-84e9-83ed75204602 with scrape type 2
2026-03-29 21:35:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9daafde-347f-5621-84e9-83ed75204602 with scrape type 2
2026-03-29 21:35:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9daafde-347f-5621-84e9-83ed75204602, identifier: 6565827stock
2026-03-29 21:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-29 21:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock
2026-03-29 21:35:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 73dcbb7a-13fc-5dcd-adcd-2ad7e151a55c with identifier: 6492226stock to the API
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:58 [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-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276492226stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:58 [ecarstrade.be] INFO: Saving data for 6492226stock: {'created_time': 1772611815.856584, 'last_price_update_time': 1774820158.664738}
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6492226stock') HTTP/1.1" 204 0
2026-03-29 21:35:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9daafde-347f-5621-84e9-83ed75204602 with identifier: 6565827stock
2026-03-29 21:35:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9daafde-347f-5621-84e9-83ed75204602 with identifier: 6565827stock
2026-03-29 21:35:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9daafde-347f-5621-84e9-83ed75204602 with identifier: 6565827stock to the API
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6565827>
{'auction_title': '',
'c_o_2_emission_value': 19,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f9daafde-347f-5621-84e9-83ed75204602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6565827',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 41914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Sport 3.0 P510e Hybrid First Edition Aut. '
'Pano LED-Pixel Head-Up Virtual ACC Navi-Pro Meridian '
'Comfort-Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '3.0 P510e Hybrid First Edition Aut. Pano LED-Pixel Head-Up Virtual '
'ACC Navi-Pro Meridian Comfort-Leather KeylessGo Camera 360 Klima PDC '
'...',
'vin': None,
'year': 2023}
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276565827stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:58 [ecarstrade.be] INFO: Saving data for 6565827stock: {'created_time': 1773093180.466506, 'last_price_update_time': 1774820158.965388}
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6565827stock') HTTP/1.1" 204 0
2026-03-29 21:35:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6843094> (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-29 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-29 21:35:59 [ecarstrade.be] INFO: Extracting details for car 6843094stock
2026-03-29 21:35:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82345fc5-1047-56e4-97e5-edf614a3d85a with identifier: 6843094stock
2026-03-29 21:35:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82345fc5-1047-56e4-97e5-edf614a3d85a with scrape type 2
2026-03-29 21:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82345fc5-1047-56e4-97e5-edf614a3d85a with scrape type 2
2026-03-29 21:35:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82345fc5-1047-56e4-97e5-edf614a3d85a, identifier: 6843094stock
2026-03-29 21:35:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82345fc5-1047-56e4-97e5-edf614a3d85a with identifier: 6843094stock
2026-03-29 21:35:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82345fc5-1047-56e4-97e5-edf614a3d85a with identifier: 6843094stock
2026-03-29 21:35:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82345fc5-1047-56e4-97e5-edf614a3d85a with identifier: 6843094stock to the API
2026-03-29 21:35:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:35:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6843094>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '82345fc5-1047-56e4-97e5-edf614a3d85a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6843094',
'listing': 'auction',
'location': 'France - "Quincieux"',
'make': 'Renault',
'model': 'Captur',
'odometer': 147717,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.6i E-Tech Plug-In Hybrid Intens Aut. LED Navi 1/2 '
'Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6i E-Tech Plug-In Hybrid Intens Aut. LED Navi 1/2 Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276843094stock%27 HTTP/1.1" 200 None
2026-03-29 21:35:59 [ecarstrade.be] INFO: Saving data for 6843094stock: {'created_time': 1772611443.084768, 'last_price_update_time': 1774820159.625687}
2026-03-29 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:35:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6843094stock') HTTP/1.1" 204 0
2026-03-29 21:35:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6809691> (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-29 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-29 21:35:59 [ecarstrade.be] INFO: Extracting details for car 6809691stock
2026-03-29 21:35:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with identifier: 6809691stock
2026-03-29 21:35:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with scrape type 2
2026-03-29 21:35:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with scrape type 2
2026-03-29 21:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46, identifier: 6809691stock
2026-03-29 21:36:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with identifier: 6809691stock
2026-03-29 21:36:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with identifier: 6809691stock
2026-03-29 21:36:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ca88c93-a0a9-5bc9-9963-e86c8c385d46 with identifier: 6809691stock to the API
2026-03-29 21:36:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6809691>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '1ca88c93-a0a9-5bc9-9963-e86c8c385d46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6809691',
'listing': 'auction',
'location': 'France - "BTV TOULOUSE"',
'make': 'BMW',
'model': 'X1',
'odometer': 93563,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-30',
'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-29 21:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809691stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:00 [ecarstrade.be] INFO: Saving data for 6809691stock: {'created_time': 1774535908.158282, 'last_price_update_time': 1774820160.354357}
2026-03-29 21:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6809691stock') HTTP/1.1" 204 0
2026-03-29 21:36:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6462698> (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-29 21:36:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6700653> (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-29 21:36:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:00 [ecarstrade.be] INFO: Extracting details for car 6462698stock
2026-03-29 21:36:00 [ecarstrade.be] INFO: Extracting details for car 6700653stock
2026-03-29 21:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8a1f900-65a5-549d-9e53-82c63e9f6878 with identifier: 6462698stock
2026-03-29 21:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8a1f900-65a5-549d-9e53-82c63e9f6878 with scrape type 2
2026-03-29 21:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8a1f900-65a5-549d-9e53-82c63e9f6878 with scrape type 2
2026-03-29 21:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8a1f900-65a5-549d-9e53-82c63e9f6878, identifier: 6462698stock
2026-03-29 21:36:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fc5a00c-c1e6-5505-85b6-894840e7568c with identifier: 6700653stock
2026-03-29 21:36:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fc5a00c-c1e6-5505-85b6-894840e7568c with scrape type 2
2026-03-29 21:36:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fc5a00c-c1e6-5505-85b6-894840e7568c with scrape type 2
2026-03-29 21:36:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1fc5a00c-c1e6-5505-85b6-894840e7568c, identifier: 6700653stock
2026-03-29 21:36:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8a1f900-65a5-549d-9e53-82c63e9f6878 with identifier: 6462698stock
2026-03-29 21:36:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8a1f900-65a5-549d-9e53-82c63e9f6878 with identifier: 6462698stock
2026-03-29 21:36:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8a1f900-65a5-549d-9e53-82c63e9f6878 with identifier: 6462698stock to the API
2026-03-29 21:36:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6462698>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c8a1f900-65a5-549d-9e53-82c63e9f6878',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6462698',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 180074,
'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': '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-29 21:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:00 [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-29 21:36:00 [ecarstrade.be] INFO: Saving data for 6462698stock: {'created_time': 1774042527.561389, 'last_price_update_time': 1774820160.978038}
2026-03-29 21:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6462698stock') HTTP/1.1" 204 0
2026-03-29 21:36:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1fc5a00c-c1e6-5505-85b6-894840e7568c with identifier: 6700653stock
2026-03-29 21:36:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1fc5a00c-c1e6-5505-85b6-894840e7568c with identifier: 6700653stock
2026-03-29 21:36:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1fc5a00c-c1e6-5505-85b6-894840e7568c with identifier: 6700653stock to the API
2026-03-29 21:36:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6700653>
{'auction_title': '',
'c_o_2_emission_value': 84,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1fc5a00c-c1e6-5505-85b6-894840e7568c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6700653',
'listing': 'auction',
'location': 'France - "WAVRIN"',
'make': 'Peugeot',
'model': '208',
'odometer': 120340,
'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': 'Peugeot 208 1.5 BlueHDI 100Hp LED Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDI 100Hp LED Navi Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:01 [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-29 21:36:01 [ecarstrade.be] INFO: Saving data for 6700653stock: {'created_time': 1774449341.052026, 'last_price_update_time': 1774820161.292451}
2026-03-29 21:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6700653stock') HTTP/1.1" 204 0
2026-03-29 21:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6675809> (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-29 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-29 21:36:04 [ecarstrade.be] INFO: Extracting details for car 6675809stock
2026-03-29 21:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6644566> (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-29 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-29 21:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc176d1-5aa6-574d-9546-357a6eb7db4d with identifier: 6675809stock
2026-03-29 21:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc176d1-5aa6-574d-9546-357a6eb7db4d with scrape type 2
2026-03-29 21:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfc176d1-5aa6-574d-9546-357a6eb7db4d with scrape type 2
2026-03-29 21:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfc176d1-5aa6-574d-9546-357a6eb7db4d, identifier: 6675809stock
2026-03-29 21:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfc176d1-5aa6-574d-9546-357a6eb7db4d with identifier: 6675809stock
2026-03-29 21:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfc176d1-5aa6-574d-9546-357a6eb7db4d with identifier: 6675809stock
2026-03-29 21:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfc176d1-5aa6-574d-9546-357a6eb7db4d with identifier: 6675809stock to the API
2026-03-29 21:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6675809>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'dfc176d1-5aa6-574d-9546-357a6eb7db4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6675809',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 131000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-12',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Discovery Sport 2.0 D150 AWD S Aut. LED Navi Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D150 AWD S Aut. LED Navi Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276675809stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:04 [ecarstrade.be] INFO: Saving data for 6675809stock: {'created_time': 1774362852.116683, 'last_price_update_time': 1774820164.639828}
2026-03-29 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6675809stock') HTTP/1.1" 204 0
2026-03-29 21:36:04 [ecarstrade.be] INFO: Extracting details for car 6644566stock
2026-03-29 21:36:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6287267> (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-29 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-29 21:36:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4149700-29c8-58db-86fd-301a94513b2c with identifier: 6644566stock
2026-03-29 21:36:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4149700-29c8-58db-86fd-301a94513b2c with scrape type 2
2026-03-29 21:36:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4149700-29c8-58db-86fd-301a94513b2c with scrape type 2
2026-03-29 21:36:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4149700-29c8-58db-86fd-301a94513b2c, identifier: 6644566stock
2026-03-29 21:36:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4149700-29c8-58db-86fd-301a94513b2c with identifier: 6644566stock
2026-03-29 21:36:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4149700-29c8-58db-86fd-301a94513b2c with identifier: 6644566stock
2026-03-29 21:36:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4149700-29c8-58db-86fd-301a94513b2c with identifier: 6644566stock to the API
2026-03-29 21:36:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6644566>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c4149700-29c8-58db-86fd-301a94513b2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6644566',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X5',
'odometer': 120902,
'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 X5 xDrive45e Plug-In Hybrid M-Sport Aut. LED-Xenon LC-Pro Air '
'Suspension ACC Ambient Navi-Pro Sport-Leather KeylessGo Camera 360 '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'xDrive45e Plug-In Hybrid M-Sport Aut. LED-Xenon LC-Pro Air '
'Suspension ACC Ambient Navi-Pro Sport-Leather KeylessGo Camera 360 '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276644566stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:05 [ecarstrade.be] INFO: Saving data for 6644566stock: {'created_time': 1774362862.083986, 'last_price_update_time': 1774820165.086335}
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6644566stock') HTTP/1.1" 204 0
2026-03-29 21:36:05 [ecarstrade.be] INFO: Extracting details for car 6287267stock
2026-03-29 21:36:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6478353> (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-29 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-29 21:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with identifier: 6287267stock
2026-03-29 21:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with scrape type 2
2026-03-29 21:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with scrape type 2
2026-03-29 21:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45, identifier: 6287267stock
2026-03-29 21:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with identifier: 6287267stock
2026-03-29 21:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with identifier: 6287267stock
2026-03-29 21:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f6cfd1b-d9da-51b7-a0c9-969f883a9a45 with identifier: 6287267stock to the API
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6287267>
{'auction_title': '',
'c_o_2_emission_value': 295,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 4',
'engine': '4.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '8f6cfd1b-d9da-51b7-a0c9-969f883a9a45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6287267',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'M3',
'odometer': 183112,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2009-11-18',
'seats_number': 5,
'seller_name': None,
'title': 'BMW M3 Limo 4.0i V8 Manual 420Hp Navi Sport-Leather Klima PDC ...',
'transmission': 'manual',
'trim': 'Limo 4.0i V8 Manual 420Hp Navi Sport-Leather Klima PDC ...',
'vin': None,
'year': 2009}
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276287267stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:05 [ecarstrade.be] INFO: Saving data for 6287267stock: {'created_time': 1772611466.656639, 'last_price_update_time': 1774820165.508815}
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6287267stock') HTTP/1.1" 204 0
2026-03-29 21:36:05 [ecarstrade.be] INFO: Extracting details for car 6478353stock
2026-03-29 21:36:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with identifier: 6478353stock
2026-03-29 21:36:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with scrape type 2
2026-03-29 21:36:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with scrape type 2
2026-03-29 21:36:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc, identifier: 6478353stock
2026-03-29 21:36:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with identifier: 6478353stock
2026-03-29 21:36:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with identifier: 6478353stock
2026-03-29 21:36:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f8d3238-3f7a-5c9f-aee6-7440604c98fc with identifier: 6478353stock to the API
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6478353>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1f8d3238-3f7a-5c9f-aee6-7440604c98fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6478353',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 222891,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-20',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Boxer 2.0 BlueHDI 130Hp L3H2 Premium 3PL Display Klima PDC '
'...',
'transmission': 'manual',
'trim': '2.0 BlueHDI 130Hp L3H2 Premium 3PL Display Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276478353stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:05 [ecarstrade.be] INFO: Saving data for 6478353stock: {'created_time': 1774449341.788288, 'last_price_update_time': 1774820165.916765}
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6478353stock') HTTP/1.1" 204 0
2026-03-29 21:36:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6769282> (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-29 21:36:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:06 [ecarstrade.be] INFO: Extracting details for car 6769282stock
2026-03-29 21:36:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed6ca897-4714-5273-b78a-a8d46d183f59 with identifier: 6769282stock
2026-03-29 21:36:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed6ca897-4714-5273-b78a-a8d46d183f59 with scrape type 2
2026-03-29 21:36:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed6ca897-4714-5273-b78a-a8d46d183f59 with scrape type 2
2026-03-29 21:36:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed6ca897-4714-5273-b78a-a8d46d183f59, identifier: 6769282stock
2026-03-29 21:36:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed6ca897-4714-5273-b78a-a8d46d183f59 with identifier: 6769282stock
2026-03-29 21:36:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed6ca897-4714-5273-b78a-a8d46d183f59 with identifier: 6769282stock
2026-03-29 21:36:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed6ca897-4714-5273-b78a-a8d46d183f59 with identifier: 6769282stock to the API
2026-03-29 21:36:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6769282>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ed6ca897-4714-5273-b78a-a8d46d183f59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6769282',
'listing': 'auction',
'location': 'France - "HOUECOURT"',
'make': 'BMW',
'model': 'X3',
'odometer': 120957,
'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': 'BMW X3 Facelift 2.0 sDrive18d Design Aut. LC-Pro Navi-Pro '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Facelift 2.0 sDrive18d Design Aut. LC-Pro Navi-Pro Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276769282stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:06 [ecarstrade.be] INFO: Saving data for 6769282stock: {'created_time': 1772611200.677512, 'last_price_update_time': 1774820166.776882}
2026-03-29 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6769282stock') HTTP/1.1" 204 0
2026-03-29 21:36:06 [scrapy.extensions.logstats] INFO: Crawled 222 pages (at 56 pages/min), scraped 206 items (at 54 items/min)
2026-03-29 21:36:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-29 21:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6788506> (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-29 21:36:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:07 [ecarstrade.be] INFO: Extracting details for car 6788506stock
2026-03-29 21:36:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f921fa8-87e0-5f2a-94a4-909851c5a66a with identifier: 6788506stock
2026-03-29 21:36:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f921fa8-87e0-5f2a-94a4-909851c5a66a with scrape type 2
2026-03-29 21:36:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f921fa8-87e0-5f2a-94a4-909851c5a66a with scrape type 2
2026-03-29 21:36:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f921fa8-87e0-5f2a-94a4-909851c5a66a, identifier: 6788506stock
2026-03-29 21:36:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f921fa8-87e0-5f2a-94a4-909851c5a66a with identifier: 6788506stock
2026-03-29 21:36:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f921fa8-87e0-5f2a-94a4-909851c5a66a with identifier: 6788506stock
2026-03-29 21:36:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f921fa8-87e0-5f2a-94a4-909851c5a66a with identifier: 6788506stock to the API
2026-03-29 21:36:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6788506>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '0f921fa8-87e0-5f2a-94a4-909851c5a66a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6788506',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'BMW',
'model': '118',
'odometer': 77164,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 118i M-Sport Aut. Pano LED-Xenon LC-Pro ACC Harman/Kardon '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'i M-Sport Aut. Pano LED-Xenon LC-Pro ACC Harman/Kardon '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788506stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:07 [ecarstrade.be] INFO: Saving data for 6788506stock: {'created_time': 1774622269.754154, 'last_price_update_time': 1774820167.918368}
2026-03-29 21:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6788506stock') HTTP/1.1" 204 0
2026-03-29 21:36:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6794715> (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-29 21:36:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:08 [ecarstrade.be] INFO: Extracting details for car 6794715stock
2026-03-29 21:36:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21ae6cc4-c8ba-5c12-963c-2cbdc7453562 with identifier: 6794715stock
2026-03-29 21:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21ae6cc4-c8ba-5c12-963c-2cbdc7453562 with scrape type 2
2026-03-29 21:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21ae6cc4-c8ba-5c12-963c-2cbdc7453562 with scrape type 2
2026-03-29 21:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21ae6cc4-c8ba-5c12-963c-2cbdc7453562, identifier: 6794715stock
2026-03-29 21:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21ae6cc4-c8ba-5c12-963c-2cbdc7453562 with identifier: 6794715stock
2026-03-29 21:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21ae6cc4-c8ba-5c12-963c-2cbdc7453562 with identifier: 6794715stock
2026-03-29 21:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21ae6cc4-c8ba-5c12-963c-2cbdc7453562 with identifier: 6794715stock to the API
2026-03-29 21:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6794715>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '21ae6cc4-c8ba-5c12-963c-2cbdc7453562',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6794715',
'listing': 'auction',
'location': 'France - "Castelnau-dEstrétefonds"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 146599,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-22',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 1.4 TSI eHybrid R-Line Aut. LED-Matrix Head-Up '
'Virtual ACC Navi 1/2 Sport-Leather KeylessGo Camera 360 Klima PDC '
'...',
'transmission': 'automatic',
'trim': '1.4 TSI eHybrid R-Line Aut. LED-Matrix Head-Up Virtual ACC Navi 1/2 '
'Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276794715stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:08 [ecarstrade.be] INFO: Saving data for 6794715stock: {'created_time': 1774542885.497658, 'last_price_update_time': 1774820168.458977}
2026-03-29 21:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6794715stock') HTTP/1.1" 204 0
2026-03-29 21:36:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6597827> (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-29 21:36:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:11 [ecarstrade.be] INFO: Extracting details for car 6597827stock
2026-03-29 21:36:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8044b716-e2e9-56a0-b09f-52f6866f1d0a with identifier: 6597827stock
2026-03-29 21:36:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8044b716-e2e9-56a0-b09f-52f6866f1d0a with scrape type 2
2026-03-29 21:36:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8044b716-e2e9-56a0-b09f-52f6866f1d0a with scrape type 2
2026-03-29 21:36:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8044b716-e2e9-56a0-b09f-52f6866f1d0a, identifier: 6597827stock
2026-03-29 21:36:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8044b716-e2e9-56a0-b09f-52f6866f1d0a with identifier: 6597827stock
2026-03-29 21:36:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8044b716-e2e9-56a0-b09f-52f6866f1d0a with identifier: 6597827stock
2026-03-29 21:36:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8044b716-e2e9-56a0-b09f-52f6866f1d0a with identifier: 6597827stock to the API
2026-03-29 21:36:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6597827>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '8044b716-e2e9-56a0-b09f-52f6866f1d0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6597827',
'listing': 'auction',
'location': 'France - "Sollenau"',
'make': 'VinFast',
'model': 'VF8',
'odometer': 9868,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-25',
'seats_number': 5,
'seller_name': None,
'title': 'Vinfast VF8 87.7 kWh Plus Aut. Pano LED-Xenon Head-Up Virtual ACC '
'Navi Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'Vinfast 87.7 kWh Plus Aut. Pano LED-Xenon Head-Up Virtual ACC Navi '
'Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276597827stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:11 [ecarstrade.be] INFO: Saving data for 6597827stock: {'created_time': 1774535985.726622, 'last_price_update_time': 1774820171.714741}
2026-03-29 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6597827stock') HTTP/1.1" 204 0
2026-03-29 21:36:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6672443> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:36:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:12 [ecarstrade.be] INFO: Extracting details for car 6672443stock
2026-03-29 21:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-29 21:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce96b5ed-dcab-512b-865c-f3db17e8bf86 with scrape type 2
2026-03-29 21:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce96b5ed-dcab-512b-865c-f3db17e8bf86 with scrape type 2
2026-03-29 21:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce96b5ed-dcab-512b-865c-f3db17e8bf86, identifier: 6672443stock
2026-03-29 21:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-29 21:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock
2026-03-29 21:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce96b5ed-dcab-512b-865c-f3db17e8bf86 with identifier: 6672443stock to the API
2026-03-29 21:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:12 [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-29 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276672443stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:12 [ecarstrade.be] INFO: Saving data for 6672443stock: {'created_time': 1772611309.519757, 'last_price_update_time': 1774820172.413534}
2026-03-29 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6672443stock') HTTP/1.1" 204 0
2026-03-29 21:36:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6668929> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 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-29 21:36:12 [ecarstrade.be] INFO: Extracting details for car 6668929stock
2026-03-29 21:36:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-29 21:36:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb5b3852-58ba-5615-95f9-e5371fc015c6 with scrape type 2
2026-03-29 21:36:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb5b3852-58ba-5615-95f9-e5371fc015c6 with scrape type 2
2026-03-29 21:36:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb5b3852-58ba-5615-95f9-e5371fc015c6, identifier: 6668929stock
2026-03-29 21:36:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-29 21:36:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock
2026-03-29 21:36:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb5b3852-58ba-5615-95f9-e5371fc015c6 with identifier: 6668929stock to the API
2026-03-29 21:36:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:12 [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-29 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276668929stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:12 [ecarstrade.be] INFO: Saving data for 6668929stock: {'created_time': 1772611707.481432, 'last_price_update_time': 1774820172.932668}
2026-03-29 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6668929stock') HTTP/1.1" 204 0
2026-03-29 21:36:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6629462> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:36:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:15 [ecarstrade.be] INFO: Extracting details for car 6629462stock
2026-03-29 21:36:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-29 21:36:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with scrape type 2
2026-03-29 21:36:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with scrape type 2
2026-03-29 21:36:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359, identifier: 6629462stock
2026-03-29 21:36:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-29 21:36:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock
2026-03-29 21:36:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8853c45e-5e27-5fd2-84d1-ce8d2fa0e359 with identifier: 6629462stock to the API
2026-03-29 21:36:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:15 [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-29 21:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:15 [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-29 21:36:15 [ecarstrade.be] INFO: Saving data for 6629462stock: {'created_time': 1772611688.224244, 'last_price_update_time': 1774820175.440351}
2026-03-29 21:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6629462stock') HTTP/1.1" 204 0
2026-03-29 21:36:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6612228> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 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-29 21:36:16 [ecarstrade.be] INFO: Extracting details for car 6612228stock
2026-03-29 21:36:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-29 21:36:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 168a40be-f9c2-5271-947c-79b6aaeced8b with scrape type 2
2026-03-29 21:36:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 168a40be-f9c2-5271-947c-79b6aaeced8b with scrape type 2
2026-03-29 21:36:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 168a40be-f9c2-5271-947c-79b6aaeced8b, identifier: 6612228stock
2026-03-29 21:36:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-29 21:36:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock
2026-03-29 21:36:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 168a40be-f9c2-5271-947c-79b6aaeced8b with identifier: 6612228stock to the API
2026-03-29 21:36:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:16 [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-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276612228stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Saving data for 6612228stock: {'created_time': 1772611296.949952, 'last_price_update_time': 1774820177.018082}
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6612228stock') HTTP/1.1" 204 0
2026-03-29 21:36:17 [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-29 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-29 21:36:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6706350stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276706350stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6706350stock: 0
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6740077stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276740077stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6740077stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6752714stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276752714stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6752714stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6761356stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276761356stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6761356stock: 0
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6777305stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276777305stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6777305stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6778069stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276778069stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6778069stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6781448stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276781448stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6781448stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6797160stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276797160stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6797160stock: 0
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6801102stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276801102stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6801102stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6808931stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276808931stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6808931stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6811286stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276811286stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6811286stock: 0
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6816472stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276816472stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6816472stock: 0
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6821306stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276821306stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6821306stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6830783stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276830783stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6830783stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6835650stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276835650stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6835650stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6841634stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276841634stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6841634stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6863207stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276863207stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6863207stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6865470stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276865470stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6865470stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6865847stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276865847stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6865847stock: 2
2026-03-29 21:36:17 [ecarstrade.be] INFO: Found listing with ID: 6867096stock
2026-03-29 21:36:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276867096stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:17 [ecarstrade.be] INFO: Scrape type for 6867096stock: 2
2026-03-29 21:36:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/5790258> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:36:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:18 [ecarstrade.be] INFO: Extracting details for car 5790258stock
2026-03-29 21:36:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-29 21:36:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11865ffe-2716-5cbf-9310-bcba177d6235 with scrape type 2
2026-03-29 21:36:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11865ffe-2716-5cbf-9310-bcba177d6235 with scrape type 2
2026-03-29 21:36:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11865ffe-2716-5cbf-9310-bcba177d6235, identifier: 5790258stock
2026-03-29 21:36:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-29 21:36:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock
2026-03-29 21:36:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11865ffe-2716-5cbf-9310-bcba177d6235 with identifier: 5790258stock to the API
2026-03-29 21:36:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:36:18 [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-29 21:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275790258stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:18 [ecarstrade.be] INFO: Saving data for 5790258stock: {'created_time': 1772611330.609801, 'last_price_update_time': 1774820178.865243}
2026-03-29 21:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='5790258stock') HTTP/1.1" 204 0
2026-03-29 21:36:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6380489> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:36:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:19 [ecarstrade.be] INFO: Extracting details for car 6380489stock
2026-03-29 21:36:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-29 21:36:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51a1e909-1f20-503a-8b48-7683e9acc33a with scrape type 2
2026-03-29 21:36:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51a1e909-1f20-503a-8b48-7683e9acc33a with scrape type 2
2026-03-29 21:36:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51a1e909-1f20-503a-8b48-7683e9acc33a, identifier: 6380489stock
2026-03-29 21:36:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-29 21:36:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock
2026-03-29 21:36:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51a1e909-1f20-503a-8b48-7683e9acc33a with identifier: 6380489stock to the API
2026-03-29 21:36:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:19 [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-29 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276380489stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:19 [ecarstrade.be] INFO: Saving data for 6380489stock: {'created_time': 1772611315.180269, 'last_price_update_time': 1774820179.494357}
2026-03-29 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6380489stock') HTTP/1.1" 204 0
2026-03-29 21:36:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6876338> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 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-29 21:36:21 [ecarstrade.be] INFO: Extracting details for car 6876338stock
2026-03-29 21:36:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-29 21:36:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with scrape type 2
2026-03-29 21:36:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with scrape type 2
2026-03-29 21:36:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461, identifier: 6876338stock
2026-03-29 21:36:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-29 21:36:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock
2026-03-29 21:36:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d9602a8-1f5e-5dd5-bdb0-701b6d0ed461 with identifier: 6876338stock to the API
2026-03-29 21:36:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:22 [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-29 21:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276876338stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:22 [ecarstrade.be] INFO: Saving data for 6876338stock: {'created_time': 1772611329.909864, 'last_price_update_time': 1774820182.150394}
2026-03-29 21:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6876338stock') HTTP/1.1" 204 0
2026-03-29 21:36:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6870633> (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-29 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-29 21:36:23 [ecarstrade.be] INFO: Extracting details for car 6870633stock
2026-03-29 21:36:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6875341> (referer: https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 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-29 21:36:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with identifier: 6870633stock
2026-03-29 21:36:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with scrape type 2
2026-03-29 21:36:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with scrape type 2
2026-03-29 21:36:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0, identifier: 6870633stock
2026-03-29 21:36:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with identifier: 6870633stock
2026-03-29 21:36:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with identifier: 6870633stock
2026-03-29 21:36:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 461e4c57-0e9b-5fb4-974f-00927bb1a6c0 with identifier: 6870633stock to the API
2026-03-29 21:36:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6870633>
{'auction_title': '',
'c_o_2_emission_value': 16,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '461e4c57-0e9b-5fb4-974f-00927bb1a6c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6870633',
'listing': 'auction',
'location': 'France - "TEA MILLON"',
'make': 'BMW',
'model': 'X1',
'odometer': 69470,
'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 X1 1.5i xDrive25e Plug-In Hybrid Aut. LED-Xenon LC-Pro Navi '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i xDrive25e Plug-In Hybrid Aut. LED-Xenon LC-Pro Navi KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276870633stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:24 [ecarstrade.be] INFO: Saving data for 6870633stock: {'created_time': 1772611331.751811, 'last_price_update_time': 1774820184.158073}
2026-03-29 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6870633stock') HTTP/1.1" 204 0
2026-03-29 21:36:24 [ecarstrade.be] INFO: Extracting details for car 6875341stock
2026-03-29 21:36:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-29 21:36:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd3779a9-486e-5f01-b8d0-aee660fbf7bd with scrape type 2
2026-03-29 21:36:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd3779a9-486e-5f01-b8d0-aee660fbf7bd with scrape type 2
2026-03-29 21:36:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd3779a9-486e-5f01-b8d0-aee660fbf7bd, identifier: 6875341stock
2026-03-29 21:36:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-29 21:36:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock
2026-03-29 21:36:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd3779a9-486e-5f01-b8d0-aee660fbf7bd with identifier: 6875341stock to the API
2026-03-29 21:36:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:24 [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-29 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276875341stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:24 [ecarstrade.be] INFO: Saving data for 6875341stock: {'created_time': 1772611329.368089, 'last_price_update_time': 1774820184.560646}
2026-03-29 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6875341stock') HTTP/1.1" 204 0
2026-03-29 21:36:25 [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-29 21:36:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6740077> (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-29 21:36:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6884277stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884277stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6884277stock: 0
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6884961stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884961stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6884961stock: 2
2026-03-29 21:36:26 [ecarstrade.be] INFO: Extracting details for car 6740077stock
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6886197stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886197stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6886197stock: 2
2026-03-29 21:36:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d121e8c6-0454-5cda-8d57-e982f12bb4aa with identifier: 6740077stock
2026-03-29 21:36:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d121e8c6-0454-5cda-8d57-e982f12bb4aa with scrape type 2
2026-03-29 21:36:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d121e8c6-0454-5cda-8d57-e982f12bb4aa with scrape type 2
2026-03-29 21:36:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d121e8c6-0454-5cda-8d57-e982f12bb4aa, identifier: 6740077stock
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6886254stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886254stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6886254stock: 2
2026-03-29 21:36:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d121e8c6-0454-5cda-8d57-e982f12bb4aa with identifier: 6740077stock
2026-03-29 21:36:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d121e8c6-0454-5cda-8d57-e982f12bb4aa with identifier: 6740077stock
2026-03-29 21:36:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d121e8c6-0454-5cda-8d57-e982f12bb4aa with identifier: 6740077stock to the API
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:36:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6740077>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd121e8c6-0454-5cda-8d57-e982f12bb4aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6740077',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 131759,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-03-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'd Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276740077stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Saving data for 6740077stock: {'created_time': 1773758209.476787, 'last_price_update_time': 1774820186.649734}
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6740077stock') HTTP/1.1" 204 0
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6886825stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886825stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6886825stock: 0
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6888967stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888967stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6888967stock: 2
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6897644stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897644stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6897644stock: 2
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6898380stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898380stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6898380stock: 2
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6902393stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902393stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6902393stock: 2
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6903066stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903066stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6903066stock: 2
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6903832stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903832stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6903832stock: 2
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6904740stock
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904740stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:26 [ecarstrade.be] INFO: Scrape type for 6904740stock: 2
2026-03-29 21:36:26 [ecarstrade.be] INFO: Found listing with ID: 6906584stock
2026-03-29 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276906584stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:27 [ecarstrade.be] INFO: Scrape type for 6906584stock: 2
2026-03-29 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6906853stock
2026-03-29 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276906853stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:27 [ecarstrade.be] INFO: Scrape type for 6906853stock: 2
2026-03-29 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6912515stock
2026-03-29 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276912515stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:27 [ecarstrade.be] INFO: Scrape type for 6912515stock: 0
2026-03-29 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6916489stock
2026-03-29 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276916489stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:27 [ecarstrade.be] INFO: Scrape type for 6916489stock: 2
2026-03-29 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6919009stock
2026-03-29 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276919009stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:27 [ecarstrade.be] INFO: Scrape type for 6919009stock: 2
2026-03-29 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6921709stock
2026-03-29 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276921709stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:27 [ecarstrade.be] INFO: Scrape type for 6921709stock: 2
2026-03-29 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6929239stock
2026-03-29 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276929239stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:27 [ecarstrade.be] INFO: Scrape type for 6929239stock: 2
2026-03-29 21:36:27 [ecarstrade.be] INFO: Found listing with ID: 6929377stock
2026-03-29 21:36:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276929377stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:27 [ecarstrade.be] INFO: Scrape type for 6929377stock: 2
2026-03-29 21:36:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6752714> (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-29 21:36:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:28 [ecarstrade.be] INFO: Extracting details for car 6752714stock
2026-03-29 21:36:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with identifier: 6752714stock
2026-03-29 21:36:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with scrape type 2
2026-03-29 21:36:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with scrape type 2
2026-03-29 21:36:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4, identifier: 6752714stock
2026-03-29 21:36:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with identifier: 6752714stock
2026-03-29 21:36:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with identifier: 6752714stock
2026-03-29 21:36:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4 with identifier: 6752714stock to the API
2026-03-29 21:36:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6752714>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e6ae2acd-fbb3-5668-b9c0-ad6e0d9c44b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6752714',
'listing': 'auction',
'location': 'Belgium',
'make': 'Fiat',
'model': 'Tipo',
'odometer': 43146,
'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': 'Fiat Tipo Cross 1.0 Firefly Display Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'Cross 1.0 Firefly Display Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276752714stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:28 [ecarstrade.be] INFO: Saving data for 6752714stock: {'created_time': 1774042528.044443, 'last_price_update_time': 1774820188.801585}
2026-03-29 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6752714stock') HTTP/1.1" 204 0
2026-03-29 21:36:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6635088> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:36:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:29 [ecarstrade.be] INFO: Extracting details for car 6635088stock
2026-03-29 21:36:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-29 21:36:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a2aaf26-c8ec-59a5-811a-438be8f4575c with scrape type 2
2026-03-29 21:36:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a2aaf26-c8ec-59a5-811a-438be8f4575c with scrape type 2
2026-03-29 21:36:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a2aaf26-c8ec-59a5-811a-438be8f4575c, identifier: 6635088stock
2026-03-29 21:36:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-29 21:36:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock
2026-03-29 21:36:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a2aaf26-c8ec-59a5-811a-438be8f4575c with identifier: 6635088stock to the API
2026-03-29 21:36:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:29 [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-29 21:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276635088stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:29 [ecarstrade.be] INFO: Saving data for 6635088stock: {'created_time': 1772611395.027664, 'last_price_update_time': 1774820189.468987}
2026-03-29 21:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6635088stock') HTTP/1.1" 204 0
2026-03-29 21:36:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6778069> (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-29 21:36:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:30 [ecarstrade.be] INFO: Extracting details for car 6778069stock
2026-03-29 21:36:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53863bf4-07c2-5676-8c5e-ba0c12491f16 with identifier: 6778069stock
2026-03-29 21:36:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53863bf4-07c2-5676-8c5e-ba0c12491f16 with scrape type 2
2026-03-29 21:36:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53863bf4-07c2-5676-8c5e-ba0c12491f16 with scrape type 2
2026-03-29 21:36:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53863bf4-07c2-5676-8c5e-ba0c12491f16, identifier: 6778069stock
2026-03-29 21:36:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53863bf4-07c2-5676-8c5e-ba0c12491f16 with identifier: 6778069stock
2026-03-29 21:36:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53863bf4-07c2-5676-8c5e-ba0c12491f16 with identifier: 6778069stock
2026-03-29 21:36:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53863bf4-07c2-5676-8c5e-ba0c12491f16 with identifier: 6778069stock to the API
2026-03-29 21:36:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:36:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6778069>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '53863bf4-07c2-5676-8c5e-ba0c12491f16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6778069',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A4',
'odometer': 154916,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2007-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 1.9 TDI Klima PDC ...',
'transmission': 'manual',
'trim': 'Avant 1.9 TDI Klima PDC ...',
'vin': None,
'year': 2007}
2026-03-29 21:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778069stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:30 [ecarstrade.be] INFO: Saving data for 6778069stock: {'created_time': 1773672059.552956, 'last_price_update_time': 1774820190.968774}
2026-03-29 21:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6778069stock') HTTP/1.1" 204 0
2026-03-29 21:36:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6777305> (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-29 21:36:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:31 [ecarstrade.be] INFO: Extracting details for car 6777305stock
2026-03-29 21:36:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88284cd0-1315-55c6-8cb1-841f26bda395 with identifier: 6777305stock
2026-03-29 21:36:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88284cd0-1315-55c6-8cb1-841f26bda395 with scrape type 2
2026-03-29 21:36:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88284cd0-1315-55c6-8cb1-841f26bda395 with scrape type 2
2026-03-29 21:36:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88284cd0-1315-55c6-8cb1-841f26bda395, identifier: 6777305stock
2026-03-29 21:36:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88284cd0-1315-55c6-8cb1-841f26bda395 with identifier: 6777305stock
2026-03-29 21:36:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88284cd0-1315-55c6-8cb1-841f26bda395 with identifier: 6777305stock
2026-03-29 21:36:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88284cd0-1315-55c6-8cb1-841f26bda395 with identifier: 6777305stock to the API
2026-03-29 21:36:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6777305>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '88284cd0-1315-55c6-8cb1-841f26bda395',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6777305',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 134295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 180d Avantgarde LED-Xenon Navi 1/2 Leather Klima PDC ...',
'transmission': 'manual',
'trim': 'd Avantgarde LED-Xenon Navi 1/2 Leather Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-29 21:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777305stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:32 [ecarstrade.be] INFO: Saving data for 6777305stock: {'created_time': 1774535997.898457, 'last_price_update_time': 1774820192.905783}
2026-03-29 21:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6777305stock') HTTP/1.1" 204 0
2026-03-29 21:36:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6781448> (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-29 21:36:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:33 [ecarstrade.be] INFO: Extracting details for car 6781448stock
2026-03-29 21:36:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3705ae7-776d-57b5-989b-cadb82797a04 with identifier: 6781448stock
2026-03-29 21:36:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3705ae7-776d-57b5-989b-cadb82797a04 with scrape type 2
2026-03-29 21:36:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3705ae7-776d-57b5-989b-cadb82797a04 with scrape type 2
2026-03-29 21:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3705ae7-776d-57b5-989b-cadb82797a04, identifier: 6781448stock
2026-03-29 21:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3705ae7-776d-57b5-989b-cadb82797a04 with identifier: 6781448stock
2026-03-29 21:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3705ae7-776d-57b5-989b-cadb82797a04 with identifier: 6781448stock
2026-03-29 21:36:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3705ae7-776d-57b5-989b-cadb82797a04 with identifier: 6781448stock to the API
2026-03-29 21:36:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6781448>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b3705ae7-776d-57b5-989b-cadb82797a04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6781448',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 129526,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-05-28',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A180d AMG LED-Xenon Navi 1/2 Sport-Leather-Alcantara '
'Camera Klima ...',
'transmission': 'manual',
'trim': 'A180d AMG LED-Xenon Navi 1/2 Sport-Leather-Alcantara Camera Klima '
'...',
'vin': None,
'year': 2015}
2026-03-29 21:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276781448stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:33 [ecarstrade.be] INFO: Saving data for 6781448stock: {'created_time': 1774362853.988122, 'last_price_update_time': 1774820193.72044}
2026-03-29 21:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6781448stock') HTTP/1.1" 204 0
2026-03-29 21:36:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6801102> (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-29 21:36:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:33 [ecarstrade.be] INFO: Extracting details for car 6801102stock
2026-03-29 21:36:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4bdcaed-ae03-584c-a25e-a719fa0a828b with identifier: 6801102stock
2026-03-29 21:36:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4bdcaed-ae03-584c-a25e-a719fa0a828b with scrape type 2
2026-03-29 21:36:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4bdcaed-ae03-584c-a25e-a719fa0a828b with scrape type 2
2026-03-29 21:36:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4bdcaed-ae03-584c-a25e-a719fa0a828b, identifier: 6801102stock
2026-03-29 21:36:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4bdcaed-ae03-584c-a25e-a719fa0a828b with identifier: 6801102stock
2026-03-29 21:36:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4bdcaed-ae03-584c-a25e-a719fa0a828b with identifier: 6801102stock
2026-03-29 21:36:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4bdcaed-ae03-584c-a25e-a719fa0a828b with identifier: 6801102stock to the API
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6801102>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'b4bdcaed-ae03-584c-a25e-a719fa0a828b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6801102',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 85099,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-03',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Kangoo 1.2 TCe Klima ...',
'transmission': 'manual',
'trim': '1.2 TCe Klima ...',
'vin': None,
'year': 2016}
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801102stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:34 [ecarstrade.be] INFO: Saving data for 6801102stock: {'created_time': 1774449348.661219, 'last_price_update_time': 1774820194.239271}
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6801102stock') HTTP/1.1" 204 0
2026-03-29 21:36:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6882517> (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-29 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-29 21:36:34 [ecarstrade.be] INFO: Extracting details for car 6882517stock
2026-03-29 21:36:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-29 21:36:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 242886b2-2ea5-58ab-90d9-56fb1bda8907 with scrape type 2
2026-03-29 21:36:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 242886b2-2ea5-58ab-90d9-56fb1bda8907 with scrape type 2
2026-03-29 21:36:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 242886b2-2ea5-58ab-90d9-56fb1bda8907, identifier: 6882517stock
2026-03-29 21:36:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-29 21:36:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock
2026-03-29 21:36:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 242886b2-2ea5-58ab-90d9-56fb1bda8907 with identifier: 6882517stock to the API
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6882517>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '242886b2-2ea5-58ab-90d9-56fb1bda8907',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6882517',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk LANGERLO 003-045-004"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 195822,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-27',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI Aut. Virtual LED-Matrix Navi '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 TDI Aut. Virtual LED-Matrix Navi Sport-Seats KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882517stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:34 [ecarstrade.be] INFO: Saving data for 6882517stock: {'created_time': 1774017228.5593, 'last_price_update_time': 1774820194.897989}
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6882517stock') HTTP/1.1" 204 0
2026-03-29 21:36:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6808931> (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-29 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-29 21:36:35 [ecarstrade.be] INFO: Extracting details for car 6808931stock
2026-03-29 21:36:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2cd6c0c-866e-53c4-a863-28b19a770394 with identifier: 6808931stock
2026-03-29 21:36:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2cd6c0c-866e-53c4-a863-28b19a770394 with scrape type 2
2026-03-29 21:36:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2cd6c0c-866e-53c4-a863-28b19a770394 with scrape type 2
2026-03-29 21:36:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2cd6c0c-866e-53c4-a863-28b19a770394, identifier: 6808931stock
2026-03-29 21:36:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2cd6c0c-866e-53c4-a863-28b19a770394 with identifier: 6808931stock
2026-03-29 21:36:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2cd6c0c-866e-53c4-a863-28b19a770394 with identifier: 6808931stock
2026-03-29 21:36:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2cd6c0c-866e-53c4-a863-28b19a770394 with identifier: 6808931stock to the API
2026-03-29 21:36:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6808931>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f2cd6c0c-866e-53c4-a863-28b19a770394',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6808931',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 119199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 1.4 TSI eHybrid R-Line Aut. Pano LED-Matrix '
'Virtual ACC Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima '
'PDC ...',
'transmission': 'automatic',
'trim': '1.4 TSI eHybrid R-Line Aut. Pano LED-Matrix Virtual ACC Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276808931stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:35 [ecarstrade.be] INFO: Saving data for 6808931stock: {'created_time': 1773956020.798506, 'last_price_update_time': 1774820195.834468}
2026-03-29 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6808931stock') HTTP/1.1" 204 0
2026-03-29 21:36:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6867096> (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-29 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-29 21:36:35 [ecarstrade.be] INFO: Extracting details for car 6867096stock
2026-03-29 21:36:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca9931a8-3b96-5377-bf41-536e35aab17c with identifier: 6867096stock
2026-03-29 21:36:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca9931a8-3b96-5377-bf41-536e35aab17c with scrape type 2
2026-03-29 21:36:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca9931a8-3b96-5377-bf41-536e35aab17c with scrape type 2
2026-03-29 21:36:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca9931a8-3b96-5377-bf41-536e35aab17c, identifier: 6867096stock
2026-03-29 21:36:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca9931a8-3b96-5377-bf41-536e35aab17c with identifier: 6867096stock
2026-03-29 21:36:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca9931a8-3b96-5377-bf41-536e35aab17c with identifier: 6867096stock
2026-03-29 21:36:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca9931a8-3b96-5377-bf41-536e35aab17c with identifier: 6867096stock to the API
2026-03-29 21:36:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6867096>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ca9931a8-3b96-5377-bf41-536e35aab17c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6867096',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A5',
'odometer': 165080,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 SB 2.0 40 TFSI Aut. LED-Matrix B&O Navi Sport-Leather '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 40 TFSI Aut. LED-Matrix B&O Navi Sport-Leather KeylessGo '
'Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276867096stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:36 [ecarstrade.be] INFO: Saving data for 6867096stock: {'created_time': 1774362859.550915, 'last_price_update_time': 1774820196.376846}
2026-03-29 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6867096stock') HTTP/1.1" 204 0
2026-03-29 21:36:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865847> (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-29 21:36:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:37 [ecarstrade.be] INFO: Extracting details for car 6865847stock
2026-03-29 21:36:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with identifier: 6865847stock
2026-03-29 21:36:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with scrape type 2
2026-03-29 21:36:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with scrape type 2
2026-03-29 21:36:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e, identifier: 6865847stock
2026-03-29 21:36:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with identifier: 6865847stock
2026-03-29 21:36:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with identifier: 6865847stock
2026-03-29 21:36:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4a9a124-ddf3-58cc-9e37-63d07cf22f9e with identifier: 6865847stock to the API
2026-03-29 21:36:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865847>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b4a9a124-ddf3-58cc-9e37-63d07cf22f9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865847',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '316',
'odometer': 153850,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 316d LED-Xenon Head-Up Leather Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon Head-Up Leather Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-29 21:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865847stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:37 [ecarstrade.be] INFO: Saving data for 6865847stock: {'created_time': 1774535995.545368, 'last_price_update_time': 1774820197.483698}
2026-03-29 21:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865847stock') HTTP/1.1" 204 0
2026-03-29 21:36:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865470> (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-29 21:36:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:39 [ecarstrade.be] INFO: Extracting details for car 6865470stock
2026-03-29 21:36:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with identifier: 6865470stock
2026-03-29 21:36:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with scrape type 2
2026-03-29 21:36:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with scrape type 2
2026-03-29 21:36:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70, identifier: 6865470stock
2026-03-29 21:36:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with identifier: 6865470stock
2026-03-29 21:36:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with identifier: 6865470stock
2026-03-29 21:36:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cdcf196-15a1-5f6f-a5a5-d7391adcce70 with identifier: 6865470stock to the API
2026-03-29 21:36:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865470>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '4.7L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '8cdcf196-15a1-5f6f-a5a5-d7391adcce70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865470',
'listing': 'auction',
'location': 'Belgium',
'make': 'Dodge',
'model': 'RAM',
'odometer': 217041,
'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': 'Dodge RAM 1500 4.7 V8 Quad Cab Klima ...',
'transmission': 'automatic',
'trim': '1500 4.7 V8 Quad Cab Klima ...',
'vin': None,
'year': 2009}
2026-03-29 21:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:39 [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-29 21:36:39 [ecarstrade.be] INFO: Saving data for 6865470stock: {'created_time': 1773956014.629962, 'last_price_update_time': 1774820199.378785}
2026-03-29 21:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865470stock') HTTP/1.1" 204 0
2026-03-29 21:36:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841634> (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-29 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-29 21:36:40 [ecarstrade.be] INFO: Extracting details for car 6841634stock
2026-03-29 21:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e43b8d2c-6f3b-5c2c-aa67-1ec74f78d34e with identifier: 6841634stock
2026-03-29 21:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e43b8d2c-6f3b-5c2c-aa67-1ec74f78d34e with scrape type 2
2026-03-29 21:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e43b8d2c-6f3b-5c2c-aa67-1ec74f78d34e with scrape type 2
2026-03-29 21:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e43b8d2c-6f3b-5c2c-aa67-1ec74f78d34e, identifier: 6841634stock
2026-03-29 21:36:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e43b8d2c-6f3b-5c2c-aa67-1ec74f78d34e with identifier: 6841634stock
2026-03-29 21:36:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e43b8d2c-6f3b-5c2c-aa67-1ec74f78d34e with identifier: 6841634stock
2026-03-29 21:36:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e43b8d2c-6f3b-5c2c-aa67-1ec74f78d34e with identifier: 6841634stock to the API
2026-03-29 21:36:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841634>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e43b8d2c-6f3b-5c2c-aa67-1ec74f78d34e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841634',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 159443,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-05',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180 AMG LED-Xenon Navi-Pro 1/2 Sport-Leather-Alcantara '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'AMG LED-Xenon Navi-Pro 1/2 Sport-Leather-Alcantara Camera Klima PDC '
'...',
'vin': None,
'year': 2016}
2026-03-29 21:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841634stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:40 [ecarstrade.be] INFO: Saving data for 6841634stock: {'created_time': 1774629347.268389, 'last_price_update_time': 1774820200.704911}
2026-03-29 21:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841634stock') HTTP/1.1" 204 0
2026-03-29 21:36:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6863207> (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-29 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-29 21:36:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6835650> (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-29 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-29 21:36:40 [ecarstrade.be] INFO: Extracting details for car 6863207stock
2026-03-29 21:36:40 [ecarstrade.be] INFO: Extracting details for car 6835650stock
2026-03-29 21:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 950f745e-ce70-583d-9813-b1d12326478f with identifier: 6863207stock
2026-03-29 21:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 950f745e-ce70-583d-9813-b1d12326478f with scrape type 2
2026-03-29 21:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 950f745e-ce70-583d-9813-b1d12326478f with scrape type 2
2026-03-29 21:36:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 950f745e-ce70-583d-9813-b1d12326478f, identifier: 6863207stock
2026-03-29 21:36:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1d94997-fb95-54a8-8080-2b16bf145d6b with identifier: 6835650stock
2026-03-29 21:36:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1d94997-fb95-54a8-8080-2b16bf145d6b with scrape type 2
2026-03-29 21:36:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1d94997-fb95-54a8-8080-2b16bf145d6b with scrape type 2
2026-03-29 21:36:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1d94997-fb95-54a8-8080-2b16bf145d6b, identifier: 6835650stock
2026-03-29 21:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 950f745e-ce70-583d-9813-b1d12326478f with identifier: 6863207stock
2026-03-29 21:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 950f745e-ce70-583d-9813-b1d12326478f with identifier: 6863207stock
2026-03-29 21:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 950f745e-ce70-583d-9813-b1d12326478f with identifier: 6863207stock to the API
2026-03-29 21:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6863207>
{'auction_title': '',
'c_o_2_emission_value': 89,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '950f745e-ce70-583d-9813-b1d12326478f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6863207',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 213897,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-04-02',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia Combi 1.4 TDI 90Hp Display Klima PDC ...',
'transmission': 'manual',
'trim': 'Combi 1.4 TDI 90Hp Display Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-29 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276863207stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:41 [ecarstrade.be] INFO: Saving data for 6863207stock: {'created_time': 1774042567.776236, 'last_price_update_time': 1774820201.354928}
2026-03-29 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6863207stock') HTTP/1.1" 204 0
2026-03-29 21:36:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1d94997-fb95-54a8-8080-2b16bf145d6b with identifier: 6835650stock
2026-03-29 21:36:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1d94997-fb95-54a8-8080-2b16bf145d6b with identifier: 6835650stock
2026-03-29 21:36:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1d94997-fb95-54a8-8080-2b16bf145d6b with identifier: 6835650stock to the API
2026-03-29 21:36:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6835650>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b1d94997-fb95-54a8-8080-2b16bf145d6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6835650',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 127000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-16',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Velar 2.0 D240 R-Dynamic SE AWD Aut. Pano '
'LED Virtual ACC Meridian Navi-Pro Leather KeylessGo Camera 360 '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D240 R-Dynamic SE AWD Aut. Pano LED Virtual ACC Meridian '
'Navi-Pro Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-29 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276835650stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:41 [ecarstrade.be] INFO: Saving data for 6835650stock: {'created_time': 1774449348.215436, 'last_price_update_time': 1774820201.66892}
2026-03-29 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6835650stock') HTTP/1.1" 204 0
2026-03-29 21:36:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6751573> (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-29 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-29 21:36:41 [ecarstrade.be] INFO: Extracting details for car 6751573stock
2026-03-29 21:36:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with identifier: 6751573stock
2026-03-29 21:36:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with scrape type 2
2026-03-29 21:36:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with scrape type 2
2026-03-29 21:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2786ca6e-c0ea-5260-a2e1-f92262bcf046, identifier: 6751573stock
2026-03-29 21:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with identifier: 6751573stock
2026-03-29 21:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with identifier: 6751573stock
2026-03-29 21:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2786ca6e-c0ea-5260-a2e1-f92262bcf046 with identifier: 6751573stock to the API
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6751573>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2786ca6e-c0ea-5260-a2e1-f92262bcf046',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6751573',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '520',
'odometer': 173762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-06-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 520d Aut. Xenon Navi-Pro Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Aut. Xenon Navi-Pro Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2014}
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276751573stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:42 [ecarstrade.be] INFO: Saving data for 6751573stock: {'created_time': 1774535986.268539, 'last_price_update_time': 1774820202.307571}
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6751573stock') HTTP/1.1" 204 0
2026-03-29 21:36:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6830783> (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-29 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-29 21:36:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6929377> (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-29 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-29 21:36:42 [ecarstrade.be] INFO: Extracting details for car 6830783stock
2026-03-29 21:36:42 [ecarstrade.be] INFO: Extracting details for car 6929377stock
2026-03-29 21:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9029836-f732-5c4b-9749-b18865d6e4f8 with identifier: 6830783stock
2026-03-29 21:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9029836-f732-5c4b-9749-b18865d6e4f8 with scrape type 2
2026-03-29 21:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9029836-f732-5c4b-9749-b18865d6e4f8 with scrape type 2
2026-03-29 21:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9029836-f732-5c4b-9749-b18865d6e4f8, identifier: 6830783stock
2026-03-29 21:36:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7473388-d92a-5099-ab6c-2d1257e204b4 with identifier: 6929377stock
2026-03-29 21:36:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7473388-d92a-5099-ab6c-2d1257e204b4 with scrape type 2
2026-03-29 21:36:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7473388-d92a-5099-ab6c-2d1257e204b4 with scrape type 2
2026-03-29 21:36:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7473388-d92a-5099-ab6c-2d1257e204b4, identifier: 6929377stock
2026-03-29 21:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9029836-f732-5c4b-9749-b18865d6e4f8 with identifier: 6830783stock
2026-03-29 21:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9029836-f732-5c4b-9749-b18865d6e4f8 with identifier: 6830783stock
2026-03-29 21:36:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9029836-f732-5c4b-9749-b18865d6e4f8 with identifier: 6830783stock to the API
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:36:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6830783>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'f9029836-f732-5c4b-9749-b18865d6e4f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6830783',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 84646,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Kangoo 1.2 TCe Klima ...',
'transmission': 'manual',
'trim': '1.2 TCe Klima ...',
'vin': None,
'year': 2018}
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276830783stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:42 [ecarstrade.be] INFO: Saving data for 6830783stock: {'created_time': 1774629347.964413, 'last_price_update_time': 1774820202.945587}
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6830783stock') HTTP/1.1" 204 0
2026-03-29 21:36:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7473388-d92a-5099-ab6c-2d1257e204b4 with identifier: 6929377stock
2026-03-29 21:36:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7473388-d92a-5099-ab6c-2d1257e204b4 with identifier: 6929377stock
2026-03-29 21:36:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7473388-d92a-5099-ab6c-2d1257e204b4 with identifier: 6929377stock to the API
2026-03-29 21:36:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6929377>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'a7473388-d92a-5099-ab6c-2d1257e204b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6929377',
'listing': 'auction',
'location': 'France - "TEA LE MEUX"',
'make': 'Peugeot',
'model': '208',
'odometer': 27277,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 1.2 PureTech Allure LED Navi 1/2 Leather Camera Klima '
'PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Allure LED Navi 1/2 Leather Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276929377stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:43 [ecarstrade.be] INFO: Saving data for 6929377stock: {'created_time': 1773180969.432379, 'last_price_update_time': 1774820203.270873}
2026-03-29 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929377stock') HTTP/1.1" 204 0
2026-03-29 21:36:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6921709> (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-29 21:36:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:46 [ecarstrade.be] INFO: Extracting details for car 6921709stock
2026-03-29 21:36:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56934dd2-b476-584c-a032-b2b0bbd79f7d with identifier: 6921709stock
2026-03-29 21:36:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56934dd2-b476-584c-a032-b2b0bbd79f7d with scrape type 2
2026-03-29 21:36:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56934dd2-b476-584c-a032-b2b0bbd79f7d with scrape type 2
2026-03-29 21:36:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56934dd2-b476-584c-a032-b2b0bbd79f7d, identifier: 6921709stock
2026-03-29 21:36:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56934dd2-b476-584c-a032-b2b0bbd79f7d with identifier: 6921709stock
2026-03-29 21:36:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56934dd2-b476-584c-a032-b2b0bbd79f7d with identifier: 6921709stock
2026-03-29 21:36:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56934dd2-b476-584c-a032-b2b0bbd79f7d with identifier: 6921709stock to the API
2026-03-29 21:36:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6921709>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '56934dd2-b476-584c-a032-b2b0bbd79f7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6921709',
'listing': 'auction',
'location': 'Belgium',
'make': 'Jeep',
'model': 'Compass',
'odometer': 78555,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-27',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Compass 1.4 Multiair longitude Navi-Pro 1/2 Leather Camera '
'Klima PDC ...',
'transmission': 'manual',
'trim': '1.4 Multiair longitude Navi-Pro 1/2 Leather Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:46 [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-29 21:36:46 [ecarstrade.be] INFO: Saving data for 6921709stock: {'created_time': 1774362903.446026, 'last_price_update_time': 1774820206.911864}
2026-03-29 21:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6921709stock') HTTP/1.1" 204 0
2026-03-29 21:36:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919009> (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-29 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-29 21:36:47 [ecarstrade.be] INFO: Extracting details for car 6919009stock
2026-03-29 21:36:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 715aa1bf-4966-5902-8347-a898fefef3b7 with identifier: 6919009stock
2026-03-29 21:36:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 715aa1bf-4966-5902-8347-a898fefef3b7 with scrape type 2
2026-03-29 21:36:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 715aa1bf-4966-5902-8347-a898fefef3b7 with scrape type 2
2026-03-29 21:36:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 715aa1bf-4966-5902-8347-a898fefef3b7, identifier: 6919009stock
2026-03-29 21:36:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 715aa1bf-4966-5902-8347-a898fefef3b7 with identifier: 6919009stock
2026-03-29 21:36:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 715aa1bf-4966-5902-8347-a898fefef3b7 with identifier: 6919009stock
2026-03-29 21:36:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 715aa1bf-4966-5902-8347-a898fefef3b7 with identifier: 6919009stock to the API
2026-03-29 21:36:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6919009>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '715aa1bf-4966-5902-8347-a898fefef3b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6919009',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 95229,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 320e Plug-In Hybrid M-Sport Aut. Pano LED-Xenon LC-Pro Ambient '
'Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Aut. Pano LED-Xenon LC-Pro Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276919009stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:48 [ecarstrade.be] INFO: Saving data for 6919009stock: {'created_time': 1773351765.453253, 'last_price_update_time': 1774820208.078223}
2026-03-29 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919009stock') HTTP/1.1" 204 0
2026-03-29 21:36:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906853> (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-29 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-29 21:36:48 [ecarstrade.be] INFO: Extracting details for car 6906853stock
2026-03-29 21:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ae550ed-3656-5201-b1a1-e35270d69bdf with identifier: 6906853stock
2026-03-29 21:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ae550ed-3656-5201-b1a1-e35270d69bdf with scrape type 2
2026-03-29 21:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ae550ed-3656-5201-b1a1-e35270d69bdf with scrape type 2
2026-03-29 21:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ae550ed-3656-5201-b1a1-e35270d69bdf, identifier: 6906853stock
2026-03-29 21:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ae550ed-3656-5201-b1a1-e35270d69bdf with identifier: 6906853stock
2026-03-29 21:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ae550ed-3656-5201-b1a1-e35270d69bdf with identifier: 6906853stock
2026-03-29 21:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ae550ed-3656-5201-b1a1-e35270d69bdf with identifier: 6906853stock to the API
2026-03-29 21:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6906853>
{'auction_title': '',
'c_o_2_emission_value': 48,
'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': '1ae550ed-3656-5201-b1a1-e35270d69bdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6906853',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 56075,
'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': 5,
'seller_name': None,
'title': 'Jeep Compass 1.3i T4 Plug-In Hybrid eAWD Aut. LED Virtual Navi '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i T4 Plug-In Hybrid eAWD Aut. LED Virtual Navi Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276906853stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:48 [ecarstrade.be] INFO: Saving data for 6906853stock: {'created_time': 1773956011.571287, 'last_price_update_time': 1774820208.634732}
2026-03-29 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906853stock') HTTP/1.1" 204 0
2026-03-29 21:36:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6906584> (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-29 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-29 21:36:48 [ecarstrade.be] INFO: Extracting details for car 6906584stock
2026-03-29 21:36:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with identifier: 6906584stock
2026-03-29 21:36:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with scrape type 2
2026-03-29 21:36:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with scrape type 2
2026-03-29 21:36:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd, identifier: 6906584stock
2026-03-29 21:36:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with identifier: 6906584stock
2026-03-29 21:36:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with identifier: 6906584stock
2026-03-29 21:36:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05cc0e5c-076b-5912-a03a-20a66a8ec5cd with identifier: 6906584stock to the API
2026-03-29 21:36:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6906584>
{'auction_title': '',
'c_o_2_emission_value': 55,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '05cc0e5c-076b-5912-a03a-20a66a8ec5cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6906584',
'listing': 'auction',
'location': 'Belgium',
'make': 'MAN',
'model': 'Mini Cooper SE Countryman',
'odometer': 81405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-23',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Cooper SE Countryman 1.5 Plug-In Hybrid All4 Aut. Navi '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 Plug-In Hybrid All4 Aut. Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276906584stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:49 [ecarstrade.be] INFO: Saving data for 6906584stock: {'created_time': 1774362857.482511, 'last_price_update_time': 1774820209.252716}
2026-03-29 21:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6906584stock') HTTP/1.1" 204 0
2026-03-29 21:36:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6904740> (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-29 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-29 21:36:49 [ecarstrade.be] INFO: Extracting details for car 6904740stock
2026-03-29 21:36:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecfcda7f-1048-5b85-96e2-360463e958dd with identifier: 6904740stock
2026-03-29 21:36:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecfcda7f-1048-5b85-96e2-360463e958dd with scrape type 2
2026-03-29 21:36:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecfcda7f-1048-5b85-96e2-360463e958dd with scrape type 2
2026-03-29 21:36:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ecfcda7f-1048-5b85-96e2-360463e958dd, identifier: 6904740stock
2026-03-29 21:36:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ecfcda7f-1048-5b85-96e2-360463e958dd with identifier: 6904740stock
2026-03-29 21:36:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ecfcda7f-1048-5b85-96e2-360463e958dd with identifier: 6904740stock
2026-03-29 21:36:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ecfcda7f-1048-5b85-96e2-360463e958dd with identifier: 6904740stock to the API
2026-03-29 21:36:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6904740>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.1L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ecfcda7f-1048-5b85-96e2-360463e958dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6904740',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 96172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Fiesta 1.1i Display Klima PDC ...',
'transmission': 'manual',
'trim': '1.1i Display Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276904740stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:50 [ecarstrade.be] INFO: Saving data for 6904740stock: {'created_time': 1774629393.340858, 'last_price_update_time': 1774820210.242027}
2026-03-29 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6904740stock') HTTP/1.1" 204 0
2026-03-29 21:36:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903066> (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-29 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-29 21:36:52 [ecarstrade.be] INFO: Extracting details for car 6903066stock
2026-03-29 21:36:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with identifier: 6903066stock
2026-03-29 21:36:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with scrape type 2
2026-03-29 21:36:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with scrape type 2
2026-03-29 21:36:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526, identifier: 6903066stock
2026-03-29 21:36:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with identifier: 6903066stock
2026-03-29 21:36:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with identifier: 6903066stock
2026-03-29 21:36:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526 with identifier: 6903066stock to the API
2026-03-29 21:36:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903066>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3b9e52f3-10de-5b7d-96c9-4ad6d3a4a526',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903066',
'listing': 'auction',
'location': 'Belgium - "Diest"',
'make': 'Peugeot',
'model': '308',
'odometer': 36282,
'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': 'Peugeot 308 SW 1.2 PureTech Aut. Klima PDC ...',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech Aut. Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276903066stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:53 [ecarstrade.be] INFO: Saving data for 6903066stock: {'created_time': 1774362861.065034, 'last_price_update_time': 1774820213.086442}
2026-03-29 21:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903066stock') HTTP/1.1" 204 0
2026-03-29 21:36:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6902393> (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-29 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-29 21:36:54 [ecarstrade.be] INFO: Extracting details for car 6902393stock
2026-03-29 21:36:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b92d656c-9479-5737-b966-796d2e93a2a7 with identifier: 6902393stock
2026-03-29 21:36:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b92d656c-9479-5737-b966-796d2e93a2a7 with scrape type 2
2026-03-29 21:36:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b92d656c-9479-5737-b966-796d2e93a2a7 with scrape type 2
2026-03-29 21:36:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b92d656c-9479-5737-b966-796d2e93a2a7, identifier: 6902393stock
2026-03-29 21:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b92d656c-9479-5737-b966-796d2e93a2a7 with identifier: 6902393stock
2026-03-29 21:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b92d656c-9479-5737-b966-796d2e93a2a7 with identifier: 6902393stock
2026-03-29 21:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b92d656c-9479-5737-b966-796d2e93a2a7 with identifier: 6902393stock to the API
2026-03-29 21:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6902393>
{'auction_title': '',
'c_o_2_emission_value': 89,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b92d656c-9479-5737-b966-796d2e93a2a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6902393',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mini',
'model': 'One D',
'odometer': 184900,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-09',
'seats_number': 4,
'seller_name': None,
'title': 'Mini One D 1.5d Navi KeylessGo Klima ...',
'transmission': 'manual',
'trim': '1.5d Navi KeylessGo Klima ...',
'vin': None,
'year': 2017}
2026-03-29 21:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:54 [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-29 21:36:54 [ecarstrade.be] INFO: Saving data for 6902393stock: {'created_time': 1774042566.336728, 'last_price_update_time': 1774820214.52471}
2026-03-29 21:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6902393stock') HTTP/1.1" 204 0
2026-03-29 21:36:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903832> (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-29 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-29 21:36:54 [ecarstrade.be] INFO: Extracting details for car 6903832stock
2026-03-29 21:36:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 488d836f-b5c8-54eb-ade0-2396d1a3f578 with identifier: 6903832stock
2026-03-29 21:36:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 488d836f-b5c8-54eb-ade0-2396d1a3f578 with scrape type 2
2026-03-29 21:36:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 488d836f-b5c8-54eb-ade0-2396d1a3f578 with scrape type 2
2026-03-29 21:36:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 488d836f-b5c8-54eb-ade0-2396d1a3f578, identifier: 6903832stock
2026-03-29 21:36:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 488d836f-b5c8-54eb-ade0-2396d1a3f578 with identifier: 6903832stock
2026-03-29 21:36:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 488d836f-b5c8-54eb-ade0-2396d1a3f578 with identifier: 6903832stock
2026-03-29 21:36:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 488d836f-b5c8-54eb-ade0-2396d1a3f578 with identifier: 6903832stock to the API
2026-03-29 21:36:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6903832>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '488d836f-b5c8-54eb-ade0-2396d1a3f578',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903832',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '5008',
'odometer': 137435,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDI Allure 7PL Aut. LED I-Cockpit Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDI Allure 7PL Aut. LED I-Cockpit Navi 1/2 Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903832stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:55 [ecarstrade.be] INFO: Saving data for 6903832stock: {'created_time': 1774542901.026436, 'last_price_update_time': 1774820215.030335}
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903832stock') HTTP/1.1" 204 0
2026-03-29 21:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6897644> (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-29 21:36:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898380> (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-29 21:36:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:36:55 [ecarstrade.be] INFO: Extracting details for car 6897644stock
2026-03-29 21:36:55 [ecarstrade.be] INFO: Extracting details for car 6898380stock
2026-03-29 21:36:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb62f92d-a43a-52da-b434-2a9cce77db7d with identifier: 6897644stock
2026-03-29 21:36:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb62f92d-a43a-52da-b434-2a9cce77db7d with scrape type 2
2026-03-29 21:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb62f92d-a43a-52da-b434-2a9cce77db7d with scrape type 2
2026-03-29 21:36:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb62f92d-a43a-52da-b434-2a9cce77db7d, identifier: 6897644stock
2026-03-29 21:36:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28b1683c-aec7-5586-809c-5bfcc866dd5b with identifier: 6898380stock
2026-03-29 21:36:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28b1683c-aec7-5586-809c-5bfcc866dd5b with scrape type 2
2026-03-29 21:36:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28b1683c-aec7-5586-809c-5bfcc866dd5b with scrape type 2
2026-03-29 21:36:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28b1683c-aec7-5586-809c-5bfcc866dd5b, identifier: 6898380stock
2026-03-29 21:36:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb62f92d-a43a-52da-b434-2a9cce77db7d with identifier: 6897644stock
2026-03-29 21:36:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb62f92d-a43a-52da-b434-2a9cce77db7d with identifier: 6897644stock
2026-03-29 21:36:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb62f92d-a43a-52da-b434-2a9cce77db7d with identifier: 6897644stock to the API
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6897644>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'fb62f92d-a43a-52da-b434-2a9cce77db7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6897644',
'listing': 'auction',
'location': 'Belgium - "Herstal"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 225000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-11-02',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia 1.2 TSI Ambition Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 TSI Ambition Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:55 [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-29 21:36:55 [ecarstrade.be] INFO: Saving data for 6897644stock: {'created_time': 1773956012.667873, 'last_price_update_time': 1774820215.863282}
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6897644stock') HTTP/1.1" 204 0
2026-03-29 21:36:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28b1683c-aec7-5586-809c-5bfcc866dd5b with identifier: 6898380stock
2026-03-29 21:36:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28b1683c-aec7-5586-809c-5bfcc866dd5b with identifier: 6898380stock
2026-03-29 21:36:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28b1683c-aec7-5586-809c-5bfcc866dd5b with identifier: 6898380stock to the API
2026-03-29 21:36:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898380>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '28b1683c-aec7-5586-809c-5bfcc866dd5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898380',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 181425,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-10-26',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Touran 2.0 TDI 150Hp Highline Pano LED-Matrix ACC Navi '
'Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 TDI 150Hp Highline Pano LED-Matrix ACC Navi Alcantara KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-29 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276898380stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:56 [ecarstrade.be] INFO: Saving data for 6898380stock: {'created_time': 1774536029.267884, 'last_price_update_time': 1774820216.177467}
2026-03-29 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898380stock') HTTP/1.1" 204 0
2026-03-29 21:36:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6888967> (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-29 21:36:56 [ecarstrade.be] INFO: Extracting details for car 6888967stock
2026-03-29 21:36:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9538445d-c2dd-5fcf-a953-f5a03efc987a with identifier: 6888967stock
2026-03-29 21:36:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9538445d-c2dd-5fcf-a953-f5a03efc987a with scrape type 2
2026-03-29 21:36:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9538445d-c2dd-5fcf-a953-f5a03efc987a with scrape type 2
2026-03-29 21:36:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9538445d-c2dd-5fcf-a953-f5a03efc987a, identifier: 6888967stock
2026-03-29 21:36:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9538445d-c2dd-5fcf-a953-f5a03efc987a with identifier: 6888967stock
2026-03-29 21:36:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9538445d-c2dd-5fcf-a953-f5a03efc987a with identifier: 6888967stock
2026-03-29 21:36:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9538445d-c2dd-5fcf-a953-f5a03efc987a with identifier: 6888967stock to the API
2026-03-29 21:36:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:36:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6888967>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '9538445d-c2dd-5fcf-a953-f5a03efc987a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6888967',
'listing': 'auction',
'location': 'Belgium',
'make': 'Renault',
'model': 'Scenic',
'odometer': 283756,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Scenic 1.5 DCI Display Klima ...',
'transmission': 'manual',
'trim': '1.5 DCI Display Klima ...',
'vin': None,
'year': 2011}
2026-03-29 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276888967stock%27 HTTP/1.1" 200 None
2026-03-29 21:36:56 [ecarstrade.be] INFO: Saving data for 6888967stock: {'created_time': 1773452051.509341, 'last_price_update_time': 1774820216.686619}
2026-03-29 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6888967stock') HTTP/1.1" 204 0
2026-03-29 21:36:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886254> (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-29 21:36:59 [ecarstrade.be] INFO: Extracting details for car 6886254stock
2026-03-29 21:36:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b33d3482-c0ad-529a-823a-10f8977698c7 with identifier: 6886254stock
2026-03-29 21:36:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33d3482-c0ad-529a-823a-10f8977698c7 with scrape type 2
2026-03-29 21:36:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b33d3482-c0ad-529a-823a-10f8977698c7 with scrape type 2
2026-03-29 21:36:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b33d3482-c0ad-529a-823a-10f8977698c7, identifier: 6886254stock
2026-03-29 21:36:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b33d3482-c0ad-529a-823a-10f8977698c7 with identifier: 6886254stock
2026-03-29 21:36:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b33d3482-c0ad-529a-823a-10f8977698c7 with identifier: 6886254stock
2026-03-29 21:36:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b33d3482-c0ad-529a-823a-10f8977698c7 with identifier: 6886254stock to the API
2026-03-29 21:36:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:36: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-29 21:36:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6886254>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'b33d3482-c0ad-529a-823a-10f8977698c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6886254',
'listing': 'auction',
'location': 'Belgium',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 51900,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model Y Dual Motor Performance Pano LED-Xenon ACC Navi '
'Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'Dual Motor Performance Pano LED-Xenon ACC Navi Leather KeylessGo '
'Camera 360 Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:59 [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-29 21:36:59 [ecarstrade.be] INFO: Saving data for 6886254stock: {'created_time': 1773672107.155125, 'last_price_update_time': 1774820219.547176}
2026-03-29 21:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:36:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886254stock') HTTP/1.1" 204 0
2026-03-29 21:37:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6929239> (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-29 21:37:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6884961> (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-29 21:37:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6886197> (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-29 21:37:00 [ecarstrade.be] INFO: Extracting details for car 6929239stock
2026-03-29 21:37:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c634d506-dea2-55b5-8a5d-44f47a83985c with identifier: 6929239stock
2026-03-29 21:37:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c634d506-dea2-55b5-8a5d-44f47a83985c with scrape type 2
2026-03-29 21:37:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c634d506-dea2-55b5-8a5d-44f47a83985c with scrape type 2
2026-03-29 21:37:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c634d506-dea2-55b5-8a5d-44f47a83985c, identifier: 6929239stock
2026-03-29 21:37:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c634d506-dea2-55b5-8a5d-44f47a83985c with identifier: 6929239stock
2026-03-29 21:37:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c634d506-dea2-55b5-8a5d-44f47a83985c with identifier: 6929239stock
2026-03-29 21:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c634d506-dea2-55b5-8a5d-44f47a83985c with identifier: 6929239stock to the API
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6929239>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c634d506-dea2-55b5-8a5d-44f47a83985c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6929239',
'listing': 'auction',
'location': 'France - "DVTA"',
'make': 'Ford',
'model': 'Focus',
'odometer': 163358,
'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': 5,
'seller_name': None,
'title': 'Ford Focus Wagon Facelift 1.5 EcoBlue ST-Line Aut. LED Virtual '
'Navi-Pro Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Wagon Facelift 1.5 EcoBlue ST-Line Aut. LED Virtual Navi-Pro '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:01 [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-29 21:37:01 [ecarstrade.be] INFO: Saving data for 6929239stock: {'created_time': 1773180961.174529, 'last_price_update_time': 1774820221.238227}
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929239stock') HTTP/1.1" 204 0
2026-03-29 21:37:01 [ecarstrade.be] INFO: Extracting details for car 6884961stock
2026-03-29 21:37:01 [ecarstrade.be] INFO: Extracting details for car 6886197stock
2026-03-29 21:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ab4a11-074b-5faf-a4e9-0177917f3812 with identifier: 6884961stock
2026-03-29 21:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ab4a11-074b-5faf-a4e9-0177917f3812 with scrape type 2
2026-03-29 21:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ab4a11-074b-5faf-a4e9-0177917f3812 with scrape type 2
2026-03-29 21:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42ab4a11-074b-5faf-a4e9-0177917f3812, identifier: 6884961stock
2026-03-29 21:37:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with identifier: 6886197stock
2026-03-29 21:37:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with scrape type 2
2026-03-29 21:37:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with scrape type 2
2026-03-29 21:37:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d, identifier: 6886197stock
2026-03-29 21:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42ab4a11-074b-5faf-a4e9-0177917f3812 with identifier: 6884961stock
2026-03-29 21:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42ab4a11-074b-5faf-a4e9-0177917f3812 with identifier: 6884961stock
2026-03-29 21:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42ab4a11-074b-5faf-a4e9-0177917f3812 with identifier: 6884961stock to the API
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6884961>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '42ab4a11-074b-5faf-a4e9-0177917f3812',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6884961',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'V 220',
'odometer': 172984,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 7,
'seller_name': None,
'title': 'Mercedes V 220d Avantgarde L2 7PL Aut. LED-Xenon Navi Leather Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'd Avantgarde L2 7PL Aut. LED-Xenon Navi Leather Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884961stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:01 [ecarstrade.be] INFO: Saving data for 6884961stock: {'created_time': 1774542895.576797, 'last_price_update_time': 1774820221.763211}
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6884961stock') HTTP/1.1" 204 0
2026-03-29 21:37:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with identifier: 6886197stock
2026-03-29 21:37:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with identifier: 6886197stock
2026-03-29 21:37:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7769b2e4-33ba-5f2d-9aaf-593fe05f826d with identifier: 6886197stock to the API
2026-03-29 21:37:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6886197>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7769b2e4-33ba-5f2d-9aaf-593fe05f826d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6886197',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 152955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-27',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C3 Aircross 1.2 PureTech Live Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 PureTech Live Navi Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886197stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:02 [ecarstrade.be] INFO: Saving data for 6886197stock: {'created_time': 1774536029.97269, 'last_price_update_time': 1774820222.074619}
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6886197stock') HTTP/1.1" 204 0
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6929853stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929853stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6929853stock: 2
2026-03-29 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-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6933344stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6933344stock: 2
2026-03-29 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-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6933657stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6933657stock: 0
2026-03-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6933662stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6933662stock: 2
2026-03-29 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-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6934437stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6934437stock: 2
2026-03-29 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-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6934462stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6934462stock: 2
2026-03-29 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-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6934463stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6934463stock: 2
2026-03-29 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-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6935000stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6935000stock: 2
2026-03-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6938498stock
2026-03-29 21:37:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:02 [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-29 21:37:02 [ecarstrade.be] INFO: Scrape type for 6938498stock: 0
2026-03-29 21:37:02 [ecarstrade.be] INFO: Found listing with ID: 6938520stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276938520stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6938520stock: 0
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6938580stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276938580stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6938580stock: 0
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6938597stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276938597stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6938597stock: 2
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6938612stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276938612stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6938612stock: 0
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6939659stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276939659stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6939659stock: 2
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6939660stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276939660stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6939660stock: 0
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6939662stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276939662stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6939662stock: 0
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6940180stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276940180stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6940180stock: 0
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6940842stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276940842stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6940842stock: 2
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6941160stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941160stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6941160stock: 2
2026-03-29 21:37:03 [ecarstrade.be] INFO: Found listing with ID: 6942252stock
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276942252stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Scrape type for 6942252stock: 0
2026-03-29 21:37:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6821306> (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-29 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-29 21:37:03 [ecarstrade.be] INFO: Extracting details for car 6821306stock
2026-03-29 21:37:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6aee6454-a8b1-51f4-a262-87ece5224a96 with identifier: 6821306stock
2026-03-29 21:37:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6aee6454-a8b1-51f4-a262-87ece5224a96 with scrape type 2
2026-03-29 21:37:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6aee6454-a8b1-51f4-a262-87ece5224a96 with scrape type 2
2026-03-29 21:37:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6aee6454-a8b1-51f4-a262-87ece5224a96, identifier: 6821306stock
2026-03-29 21:37:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6aee6454-a8b1-51f4-a262-87ece5224a96 with identifier: 6821306stock
2026-03-29 21:37:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6aee6454-a8b1-51f4-a262-87ece5224a96 with identifier: 6821306stock
2026-03-29 21:37:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6aee6454-a8b1-51f4-a262-87ece5224a96 with identifier: 6821306stock to the API
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6821306>
{'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': '6aee6454-a8b1-51f4-a262-87ece5224a96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6821306',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Tourneo Connect',
'odometer': 117055,
'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 Tourneo Connect 1.5 TDCI Display Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 TDCI Display Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276821306stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:03 [ecarstrade.be] INFO: Saving data for 6821306stock: {'created_time': 1774362854.957173, 'last_price_update_time': 1774820223.765905}
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6821306stock') HTTP/1.1" 204 0
2026-03-29 21:37:06 [scrapy.extensions.logstats] INFO: Crawled 271 pages (at 49 pages/min), scraped 252 items (at 46 items/min)
2026-03-29 21:37:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-29 21:37:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933344> (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-29 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-29 21:37:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934462> (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-29 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-29 21:37:10 [ecarstrade.be] INFO: Extracting details for car 6933344stock
2026-03-29 21:37:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00e99bad-e42d-585e-9439-b64e1fd0d90d with identifier: 6933344stock
2026-03-29 21:37:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00e99bad-e42d-585e-9439-b64e1fd0d90d with scrape type 2
2026-03-29 21:37:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00e99bad-e42d-585e-9439-b64e1fd0d90d with scrape type 2
2026-03-29 21:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00e99bad-e42d-585e-9439-b64e1fd0d90d, identifier: 6933344stock
2026-03-29 21:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00e99bad-e42d-585e-9439-b64e1fd0d90d with identifier: 6933344stock
2026-03-29 21:37:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00e99bad-e42d-585e-9439-b64e1fd0d90d with identifier: 6933344stock
2026-03-29 21:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00e99bad-e42d-585e-9439-b64e1fd0d90d with identifier: 6933344stock to the API
2026-03-29 21:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933344>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '00e99bad-e42d-585e-9439-b64e1fd0d90d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933344',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '5008',
'odometer': 192423,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDI Allure 7PL Aut. LED I-Cockpit Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDI Allure 7PL Aut. LED I-Cockpit Navi 1/2 Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276933344stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:11 [ecarstrade.be] INFO: Saving data for 6933344stock: {'created_time': 1773672058.372964, 'last_price_update_time': 1774820231.545786}
2026-03-29 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933344stock') HTTP/1.1" 204 0
2026-03-29 21:37:11 [ecarstrade.be] INFO: Extracting details for car 6934462stock
2026-03-29 21:37:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4908b144-a3ee-5102-a8df-2e2c87b6eb09 with identifier: 6934462stock
2026-03-29 21:37:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4908b144-a3ee-5102-a8df-2e2c87b6eb09 with scrape type 2
2026-03-29 21:37:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4908b144-a3ee-5102-a8df-2e2c87b6eb09 with scrape type 2
2026-03-29 21:37:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4908b144-a3ee-5102-a8df-2e2c87b6eb09, identifier: 6934462stock
2026-03-29 21:37:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4908b144-a3ee-5102-a8df-2e2c87b6eb09 with identifier: 6934462stock
2026-03-29 21:37:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4908b144-a3ee-5102-a8df-2e2c87b6eb09 with identifier: 6934462stock
2026-03-29 21:37:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4908b144-a3ee-5102-a8df-2e2c87b6eb09 with identifier: 6934462stock to the API
2026-03-29 21:37:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934462>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4908b144-a3ee-5102-a8df-2e2c87b6eb09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934462',
'listing': 'auction',
'location': 'Belgium - "Brugge"',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 330000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-15',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz E200d Avantgarde Aut. MULTIBEAM 1/2 Sport-Leather '
'Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '-Benz E200d Avantgarde Aut. MULTIBEAM 1/2 Sport-Leather Navi '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-29 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276934462stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:11 [ecarstrade.be] INFO: Saving data for 6934462stock: {'created_time': 1774449399.314288, 'last_price_update_time': 1774820231.964065}
2026-03-29 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934462stock') HTTP/1.1" 204 0
2026-03-29 21:37:13 [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-29 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-29 21:37:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6942267stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276942267stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6942267stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6945449stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276945449stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6945449stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6945574stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276945574stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6945574stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6946051stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276946051stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6946051stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6947046stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276947046stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6947046stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6947972stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276947972stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6947972stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6947973stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276947973stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6947973stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6948423stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276948423stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6948423stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6948679stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276948679stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6948679stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6948764stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276948764stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6948764stock: 0
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6949801stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276949801stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6949801stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6957970stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276957970stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6957970stock: 0
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6957987stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276957987stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6957987stock: 0
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6959932stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276959932stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6959932stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6959946stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276959946stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6959946stock: 0
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6960190stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276960190stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6960190stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6960227stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276960227stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6960227stock: 0
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6961602stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276961602stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6961602stock: 2
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6961671stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276961671stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6961671stock: 0
2026-03-29 21:37:13 [ecarstrade.be] INFO: Found listing with ID: 6961696stock
2026-03-29 21:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276961696stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:13 [ecarstrade.be] INFO: Scrape type for 6961696stock: 0
2026-03-29 21:37:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935000> (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-29 21:37:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:37:17 [ecarstrade.be] INFO: Extracting details for car 6935000stock
2026-03-29 21:37:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97930eae-2bd4-5b47-b4a1-600ffef00359 with identifier: 6935000stock
2026-03-29 21:37:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97930eae-2bd4-5b47-b4a1-600ffef00359 with scrape type 2
2026-03-29 21:37:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97930eae-2bd4-5b47-b4a1-600ffef00359 with scrape type 2
2026-03-29 21:37:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97930eae-2bd4-5b47-b4a1-600ffef00359, identifier: 6935000stock
2026-03-29 21:37:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97930eae-2bd4-5b47-b4a1-600ffef00359 with identifier: 6935000stock
2026-03-29 21:37:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97930eae-2bd4-5b47-b4a1-600ffef00359 with identifier: 6935000stock
2026-03-29 21:37:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97930eae-2bd4-5b47-b4a1-600ffef00359 with identifier: 6935000stock to the API
2026-03-29 21:37:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935000>
{'auction_title': '',
'c_o_2_emission_value': 209,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.2L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '97930eae-2bd4-5b47-b4a1-600ffef00359',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935000',
'listing': 'auction',
'location': 'Belgium - "Kuurne"',
'make': 'Chevrolet',
'model': 'Captiva',
'odometer': 199000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-07-15',
'seats_number': 7,
'seller_name': None,
'title': 'Chevrolet Captiva 2.2d Aut. 7PL Leather Klima PDC ...',
'transmission': 'automatic',
'trim': '2.2d Aut. 7PL Leather Klima PDC ...',
'vin': None,
'year': 2011}
2026-03-29 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276935000stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:18 [ecarstrade.be] INFO: Saving data for 6935000stock: {'created_time': 1773956040.760113, 'last_price_update_time': 1774820238.348593}
2026-03-29 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935000stock') HTTP/1.1" 204 0
2026-03-29 21:37:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6916489> (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-29 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-29 21:37:21 [ecarstrade.be] INFO: Extracting details for car 6916489stock
2026-03-29 21:37:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df959137-54ea-5202-a3be-693498fa1630 with identifier: 6916489stock
2026-03-29 21:37:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df959137-54ea-5202-a3be-693498fa1630 with scrape type 2
2026-03-29 21:37:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df959137-54ea-5202-a3be-693498fa1630 with scrape type 2
2026-03-29 21:37:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df959137-54ea-5202-a3be-693498fa1630, identifier: 6916489stock
2026-03-29 21:37:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df959137-54ea-5202-a3be-693498fa1630 with identifier: 6916489stock
2026-03-29 21:37:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df959137-54ea-5202-a3be-693498fa1630 with identifier: 6916489stock
2026-03-29 21:37:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df959137-54ea-5202-a3be-693498fa1630 with identifier: 6916489stock to the API
2026-03-29 21:37:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6916489>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'df959137-54ea-5202-a3be-693498fa1630',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6916489',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 166294,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-03',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDI GT-Line 7PL Aut. LED-Xenon I-Cockpit Navi '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDI GT-Line 7PL Aut. LED-Xenon I-Cockpit Navi 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276916489stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:21 [ecarstrade.be] INFO: Saving data for 6916489stock: {'created_time': 1773956035.389195, 'last_price_update_time': 1774820241.960768}
2026-03-29 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6916489stock') HTTP/1.1" 204 0
2026-03-29 21:37:21 [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-29 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-29 21:37:22 [ecarstrade.be] INFO: Extracting details for car 6939659stock
2026-03-29 21:37:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-29 21:37: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-29 21:37:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 746b36a3-6caa-5afd-b857-a138d61664f4 with scrape type 2
2026-03-29 21:37:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 746b36a3-6caa-5afd-b857-a138d61664f4, identifier: 6939659stock
2026-03-29 21:37:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-29 21:37:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 746b36a3-6caa-5afd-b857-a138d61664f4 with identifier: 6939659stock
2026-03-29 21:37: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-29 21:37:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:22 [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-29 21:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:22 [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-29 21:37:22 [ecarstrade.be] INFO: Saving data for 6939659stock: {'created_time': 1773672162.647913, 'last_price_update_time': 1774820242.52223}
2026-03-29 21:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6939659stock') HTTP/1.1" 204 0
2026-03-29 21:37:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6929853> (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-29 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-29 21:37:23 [ecarstrade.be] INFO: Extracting details for car 6929853stock
2026-03-29 21:37:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with identifier: 6929853stock
2026-03-29 21:37:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with scrape type 2
2026-03-29 21:37:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with scrape type 2
2026-03-29 21:37:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7632a3a-26fd-5a26-9c5b-3d7249028cc7, identifier: 6929853stock
2026-03-29 21:37:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with identifier: 6929853stock
2026-03-29 21:37:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with identifier: 6929853stock
2026-03-29 21:37:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7632a3a-26fd-5a26-9c5b-3d7249028cc7 with identifier: 6929853stock to the API
2026-03-29 21:37:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6929853>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e7632a3a-26fd-5a26-9c5b-3d7249028cc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6929853',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '218 Gran Tourer',
'odometer': 155400,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-15',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 218d Gran Tourer Sport Line Aut. Pano LED-Xenon Head-Up '
'Navi-Pro Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '218d Gran Tourer Sport Line Aut. Pano LED-Xenon Head-Up Navi-Pro '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276929853stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:24 [ecarstrade.be] INFO: Saving data for 6929853stock: {'created_time': 1774536043.36444, 'last_price_update_time': 1774820244.336282}
2026-03-29 21:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6929853stock') HTTP/1.1" 204 0
2026-03-29 21:37:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934437> (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-29 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-29 21:37:26 [ecarstrade.be] INFO: Extracting details for car 6934437stock
2026-03-29 21:37:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30d92ad8-eb9e-5775-9dd2-a65ee1dda321 with identifier: 6934437stock
2026-03-29 21:37:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30d92ad8-eb9e-5775-9dd2-a65ee1dda321 with scrape type 2
2026-03-29 21:37:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30d92ad8-eb9e-5775-9dd2-a65ee1dda321 with scrape type 2
2026-03-29 21:37:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30d92ad8-eb9e-5775-9dd2-a65ee1dda321, identifier: 6934437stock
2026-03-29 21:37:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30d92ad8-eb9e-5775-9dd2-a65ee1dda321 with identifier: 6934437stock
2026-03-29 21:37:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30d92ad8-eb9e-5775-9dd2-a65ee1dda321 with identifier: 6934437stock
2026-03-29 21:37:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30d92ad8-eb9e-5775-9dd2-a65ee1dda321 with identifier: 6934437stock to the API
2026-03-29 21:37:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934437>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '30d92ad8-eb9e-5775-9dd2-a65ee1dda321',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934437',
'listing': 'auction',
'location': 'Belgium - "Chenée"',
'make': 'AC',
'model': 'SsangYong Actyon',
'odometer': 165000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'SsangYong Actyon Sports 2.2d 4WD Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'Sports 2.2d 4WD Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-29 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276934437stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:27 [ecarstrade.be] INFO: Saving data for 6934437stock: {'created_time': 1774042583.171569, 'last_price_update_time': 1774820247.045647}
2026-03-29 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934437stock') HTTP/1.1" 204 0
2026-03-29 21:37:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6934463> (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-29 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-29 21:37:27 [ecarstrade.be] INFO: Extracting details for car 6934463stock
2026-03-29 21:37:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ee716a6-f51d-5ca7-a062-c3fe728bfe0f with identifier: 6934463stock
2026-03-29 21:37:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ee716a6-f51d-5ca7-a062-c3fe728bfe0f with scrape type 2
2026-03-29 21:37:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ee716a6-f51d-5ca7-a062-c3fe728bfe0f with scrape type 2
2026-03-29 21:37:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ee716a6-f51d-5ca7-a062-c3fe728bfe0f, identifier: 6934463stock
2026-03-29 21:37:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ee716a6-f51d-5ca7-a062-c3fe728bfe0f with identifier: 6934463stock
2026-03-29 21:37:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ee716a6-f51d-5ca7-a062-c3fe728bfe0f with identifier: 6934463stock
2026-03-29 21:37:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ee716a6-f51d-5ca7-a062-c3fe728bfe0f with identifier: 6934463stock to the API
2026-03-29 21:37:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6934463>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '4ee716a6-f51d-5ca7-a062-c3fe728bfe0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6934463',
'listing': 'auction',
'location': 'Belgium - "Brugge"',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 220000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz E200d Avantgarde Aut. MULTIBEAM 1/2 Sport-Leather '
'Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '-Benz E200d Avantgarde Aut. MULTIBEAM 1/2 Sport-Leather Navi '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2017}
2026-03-29 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276934463stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:27 [ecarstrade.be] INFO: Saving data for 6934463stock: {'created_time': 1774449399.889791, 'last_price_update_time': 1774820247.775029}
2026-03-29 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6934463stock') HTTP/1.1" 204 0
2026-03-29 21:37:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933662> (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-29 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-29 21:37:29 [ecarstrade.be] INFO: Extracting details for car 6933662stock
2026-03-29 21:37:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22a769a7-1219-54f0-be66-07ab0bb383c8 with identifier: 6933662stock
2026-03-29 21:37:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22a769a7-1219-54f0-be66-07ab0bb383c8 with scrape type 2
2026-03-29 21:37:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22a769a7-1219-54f0-be66-07ab0bb383c8 with scrape type 2
2026-03-29 21:37:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22a769a7-1219-54f0-be66-07ab0bb383c8, identifier: 6933662stock
2026-03-29 21:37:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22a769a7-1219-54f0-be66-07ab0bb383c8 with identifier: 6933662stock
2026-03-29 21:37:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22a769a7-1219-54f0-be66-07ab0bb383c8 with identifier: 6933662stock
2026-03-29 21:37:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22a769a7-1219-54f0-be66-07ab0bb383c8 with identifier: 6933662stock to the API
2026-03-29 21:37:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933662>
{'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': '22a769a7-1219-54f0-be66-07ab0bb383c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933662',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 146848,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-18',
'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-29 21:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:29 [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-29 21:37:29 [ecarstrade.be] INFO: Saving data for 6933662stock: {'created_time': 1773672100.079235, 'last_price_update_time': 1774820249.846313}
2026-03-29 21:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933662stock') HTTP/1.1" 204 0
2026-03-29 21:37:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941160> (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-29 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-29 21:37:32 [ecarstrade.be] INFO: Extracting details for car 6941160stock
2026-03-29 21:37:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e021bfb5-a941-501c-a3d8-ba41cfb1838b with identifier: 6941160stock
2026-03-29 21:37:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e021bfb5-a941-501c-a3d8-ba41cfb1838b with scrape type 2
2026-03-29 21:37:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e021bfb5-a941-501c-a3d8-ba41cfb1838b with scrape type 2
2026-03-29 21:37:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e021bfb5-a941-501c-a3d8-ba41cfb1838b, identifier: 6941160stock
2026-03-29 21:37:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e021bfb5-a941-501c-a3d8-ba41cfb1838b with identifier: 6941160stock
2026-03-29 21:37:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e021bfb5-a941-501c-a3d8-ba41cfb1838b with identifier: 6941160stock
2026-03-29 21:37:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e021bfb5-a941-501c-a3d8-ba41cfb1838b with identifier: 6941160stock to the API
2026-03-29 21:37:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941160>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e021bfb5-a941-501c-a3d8-ba41cfb1838b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941160',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C4 Aircross',
'odometer': 200326,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Aircross 1.6 E-HDI Display 1/2 Leather Klima PDC ...',
'transmission': 'manual',
'trim': '1.6 E-HDI Display 1/2 Leather Klima PDC ...',
'vin': None,
'year': 2015}
2026-03-29 21:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276941160stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:32 [ecarstrade.be] INFO: Saving data for 6941160stock: {'created_time': 1774362869.139157, 'last_price_update_time': 1774820252.464364}
2026-03-29 21:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941160stock') HTTP/1.1" 204 0
2026-03-29 21:37:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6945449> (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-29 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-29 21:37:44 [ecarstrade.be] INFO: Extracting details for car 6945449stock
2026-03-29 21:37:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb2dfdf-c7b6-5ce1-b7a1-f61028148a03 with identifier: 6945449stock
2026-03-29 21:37:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb2dfdf-c7b6-5ce1-b7a1-f61028148a03 with scrape type 2
2026-03-29 21:37:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb2dfdf-c7b6-5ce1-b7a1-f61028148a03 with scrape type 2
2026-03-29 21:37:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cb2dfdf-c7b6-5ce1-b7a1-f61028148a03, identifier: 6945449stock
2026-03-29 21:37:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cb2dfdf-c7b6-5ce1-b7a1-f61028148a03 with identifier: 6945449stock
2026-03-29 21:37:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cb2dfdf-c7b6-5ce1-b7a1-f61028148a03 with identifier: 6945449stock
2026-03-29 21:37:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cb2dfdf-c7b6-5ce1-b7a1-f61028148a03 with identifier: 6945449stock to the API
2026-03-29 21:37:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6945449>
{'auction_title': '',
'c_o_2_emission_value': 71,
'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': '6cb2dfdf-c7b6-5ce1-b7a1-f61028148a03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6945449',
'listing': 'auction',
'location': 'Belgium - "Hödlmayr Logistics Belgium N.V."',
'make': 'Land Rover',
'model': 'Range Rover Sport',
'odometer': 142766,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Sport 2.0 P400e Plug-In Hybrid HSE Dynamic '
'Pano Virtual Meridian LED-Xenon Head-Up Navi Sport-Leather Camera '
'360 KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 P400e Plug-In Hybrid HSE Dynamic Pano Virtual Meridian LED-Xenon '
'Head-Up Navi Sport-Leather Camera 360 KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276945449stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:44 [ecarstrade.be] INFO: Saving data for 6945449stock: {'created_time': 1773758254.047112, 'last_price_update_time': 1774820264.589174}
2026-03-29 21:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6945449stock') HTTP/1.1" 204 0
2026-03-29 21:37:45 [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-29 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-29 21:37:45 [ecarstrade.be] INFO: Extracting details for car 6938597stock
2026-03-29 21:37:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-29 21:37:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76bb504f-f679-5977-9184-a9497eb9cd11 with scrape type 2
2026-03-29 21:37:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76bb504f-f679-5977-9184-a9497eb9cd11 with scrape type 2
2026-03-29 21:37:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76bb504f-f679-5977-9184-a9497eb9cd11, identifier: 6938597stock
2026-03-29 21:37:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-29 21:37:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock
2026-03-29 21:37:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76bb504f-f679-5977-9184-a9497eb9cd11 with identifier: 6938597stock to the API
2026-03-29 21:37:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:46 [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-29 21:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276938597stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:46 [ecarstrade.be] INFO: Saving data for 6938597stock: {'created_time': 1773452116.277025, 'last_price_update_time': 1774820266.077891}
2026-03-29 21:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6938597stock') HTTP/1.1" 204 0
2026-03-29 21:37:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6946051> (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-29 21:37:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:37:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940842> (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-29 21:37:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:37:49 [ecarstrade.be] INFO: Extracting details for car 6946051stock
2026-03-29 21:37:49 [ecarstrade.be] INFO: Extracting details for car 6940842stock
2026-03-29 21:37:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9d32106-a32a-555e-978b-c93a7de45824 with identifier: 6946051stock
2026-03-29 21:37:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9d32106-a32a-555e-978b-c93a7de45824 with scrape type 2
2026-03-29 21:37:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9d32106-a32a-555e-978b-c93a7de45824 with scrape type 2
2026-03-29 21:37:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9d32106-a32a-555e-978b-c93a7de45824, identifier: 6946051stock
2026-03-29 21:37:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b821bcb6-8837-5766-9635-5cc29276f90c with identifier: 6940842stock
2026-03-29 21:37:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b821bcb6-8837-5766-9635-5cc29276f90c with scrape type 2
2026-03-29 21:37:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b821bcb6-8837-5766-9635-5cc29276f90c with scrape type 2
2026-03-29 21:37:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b821bcb6-8837-5766-9635-5cc29276f90c, identifier: 6940842stock
2026-03-29 21:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9d32106-a32a-555e-978b-c93a7de45824 with identifier: 6946051stock
2026-03-29 21:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9d32106-a32a-555e-978b-c93a7de45824 with identifier: 6946051stock
2026-03-29 21:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9d32106-a32a-555e-978b-c93a7de45824 with identifier: 6946051stock to the API
2026-03-29 21:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6946051>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c9d32106-a32a-555e-978b-c93a7de45824',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6946051',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 168376,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-06',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 1.0 TSI Aut. ACC Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.0 TSI Aut. ACC Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:49 [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-29 21:37:49 [ecarstrade.be] INFO: Saving data for 6946051stock: {'created_time': 1773672163.819015, 'last_price_update_time': 1774820269.700094}
2026-03-29 21:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6946051stock') HTTP/1.1" 204 0
2026-03-29 21:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b821bcb6-8837-5766-9635-5cc29276f90c with identifier: 6940842stock
2026-03-29 21:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b821bcb6-8837-5766-9635-5cc29276f90c with identifier: 6940842stock
2026-03-29 21:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b821bcb6-8837-5766-9635-5cc29276f90c with identifier: 6940842stock to the API
2026-03-29 21:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940842>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'b821bcb6-8837-5766-9635-5cc29276f90c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940842',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 120110,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia 1.2 TDI Klima PDC ...',
'transmission': 'manual',
'trim': '1.2 TDI Klima PDC ...',
'vin': None,
'year': 2011}
2026-03-29 21:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Saving data for 6940842stock: {'created_time': 1773300771.304451, 'last_price_update_time': 1774820270.007503}
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940842stock') HTTP/1.1" 204 0
2026-03-29 21:37:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6945574> (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-29 21:37:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:37:50 [ecarstrade.be] INFO: Extracting details for car 6945574stock
2026-03-29 21:37:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f01076c-064e-589c-8154-b387f8a92a3b with identifier: 6945574stock
2026-03-29 21:37:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f01076c-064e-589c-8154-b387f8a92a3b with scrape type 2
2026-03-29 21:37:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f01076c-064e-589c-8154-b387f8a92a3b with scrape type 2
2026-03-29 21:37:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f01076c-064e-589c-8154-b387f8a92a3b, identifier: 6945574stock
2026-03-29 21:37:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f01076c-064e-589c-8154-b387f8a92a3b with identifier: 6945574stock
2026-03-29 21:37:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f01076c-064e-589c-8154-b387f8a92a3b with identifier: 6945574stock
2026-03-29 21:37:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f01076c-064e-589c-8154-b387f8a92a3b with identifier: 6945574stock to the API
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6945574>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9f01076c-064e-589c-8154-b387f8a92a3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6945574',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 84658,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-13',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia 1.0 TSI Ambition Display Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TSI Ambition Display Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Saving data for 6945574stock: {'created_time': 1773452114.536302, 'last_price_update_time': 1774820270.512433}
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6945574stock') HTTP/1.1" 204 0
2026-03-29 21:37:50 [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-29 21:37:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6961796stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961796stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6961796stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6961827stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961827stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6961827stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6961844stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961844stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6961844stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6961905stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961905stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6961905stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6961958stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961958stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6961958stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6961962stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961962stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6961962stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6961977stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961977stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6961977stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6962934stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6962934stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6962942stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6962942stock: 2
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6963005stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6963005stock: 2
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6963006stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6963006stock: 2
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6963075stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6963075stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6963092stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6963092stock: 2
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6963160stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6963160stock: 2
2026-03-29 21:37:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6942267> (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-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6963175stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6963175stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6964823stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6964823stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6964893stock
2026-03-29 21:37:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:50 [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-29 21:37:50 [ecarstrade.be] INFO: Scrape type for 6964893stock: 0
2026-03-29 21:37:50 [ecarstrade.be] INFO: Found listing with ID: 6964895stock
2026-03-29 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276964895stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:51 [ecarstrade.be] INFO: Scrape type for 6964895stock: 0
2026-03-29 21:37:51 [ecarstrade.be] INFO: Found listing with ID: 6964902stock
2026-03-29 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276964902stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:51 [ecarstrade.be] INFO: Scrape type for 6964902stock: 2
2026-03-29 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-29 21:37:51 [ecarstrade.be] INFO: Found listing with ID: 6964903stock
2026-03-29 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276964903stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:51 [ecarstrade.be] INFO: Scrape type for 6964903stock: 2
2026-03-29 21:37:51 [ecarstrade.be] INFO: Extracting details for car 6942267stock
2026-03-29 21:37:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62293fc2-c727-5fbc-a2c4-ef0ab786fdd9 with identifier: 6942267stock
2026-03-29 21:37:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62293fc2-c727-5fbc-a2c4-ef0ab786fdd9 with scrape type 2
2026-03-29 21:37:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62293fc2-c727-5fbc-a2c4-ef0ab786fdd9 with scrape type 2
2026-03-29 21:37:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62293fc2-c727-5fbc-a2c4-ef0ab786fdd9, identifier: 6942267stock
2026-03-29 21:37:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62293fc2-c727-5fbc-a2c4-ef0ab786fdd9 with identifier: 6942267stock
2026-03-29 21:37:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62293fc2-c727-5fbc-a2c4-ef0ab786fdd9 with identifier: 6942267stock
2026-03-29 21:37:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62293fc2-c727-5fbc-a2c4-ef0ab786fdd9 with identifier: 6942267stock to the API
2026-03-29 21:37:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6942267>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '62293fc2-c727-5fbc-a2c4-ef0ab786fdd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6942267',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '5008',
'odometer': 199627,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-15',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDI GT-Line 7PL Pano LED-Xenon I-Cockpit Focal '
'Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDI GT-Line 7PL Pano LED-Xenon I-Cockpit Focal Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276942267stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:51 [ecarstrade.be] INFO: Saving data for 6942267stock: {'created_time': 1773672137.032755, 'last_price_update_time': 1774820271.460373}
2026-03-29 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6942267stock') HTTP/1.1" 204 0
2026-03-29 21:37:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961602> (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-29 21:37:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:37:52 [ecarstrade.be] INFO: Extracting details for car 6961602stock
2026-03-29 21:37:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with identifier: 6961602stock
2026-03-29 21:37:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with scrape type 2
2026-03-29 21:37:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with scrape type 2
2026-03-29 21:37:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83, identifier: 6961602stock
2026-03-29 21:37:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with identifier: 6961602stock
2026-03-29 21:37:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with identifier: 6961602stock
2026-03-29 21:37:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8560cba0-9d77-5c6c-ae40-24ab4b54ba83 with identifier: 6961602stock to the API
2026-03-29 21:37:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:37: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-29 21:37:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961602>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8560cba0-9d77-5c6c-ae40-24ab4b54ba83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961602',
'listing': 'auction',
'location': 'France - "Castelnau-dEstrétefonds"',
'make': 'Audi',
'model': 'A3',
'odometer': 158735,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-04',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 SB 2.0 30 TDi Aut. LED-Matrix Virtual Navi KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 30 TDi Aut. LED-Matrix Virtual Navi KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961602stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:53 [ecarstrade.be] INFO: Saving data for 6961602stock: {'created_time': 1774370423.536316, 'last_price_update_time': 1774820273.152723}
2026-03-29 21:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961602stock') HTTP/1.1" 204 0
2026-03-29 21:37:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6959932> (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-29 21:37:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:37:58 [ecarstrade.be] INFO: Extracting details for car 6959932stock
2026-03-29 21:37:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 862db0d3-6563-53ee-9637-41d93e15d29b with identifier: 6959932stock
2026-03-29 21:37:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 862db0d3-6563-53ee-9637-41d93e15d29b with scrape type 2
2026-03-29 21:37:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 862db0d3-6563-53ee-9637-41d93e15d29b with scrape type 2
2026-03-29 21:37:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 862db0d3-6563-53ee-9637-41d93e15d29b, identifier: 6959932stock
2026-03-29 21:37:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 862db0d3-6563-53ee-9637-41d93e15d29b with identifier: 6959932stock
2026-03-29 21:37:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 862db0d3-6563-53ee-9637-41d93e15d29b with identifier: 6959932stock
2026-03-29 21:37:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 862db0d3-6563-53ee-9637-41d93e15d29b with identifier: 6959932stock to the API
2026-03-29 21:37:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:37:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6959932>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '862db0d3-6563-53ee-9637-41d93e15d29b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6959932',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 102248,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-20',
'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-29 21:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276959932stock%27 HTTP/1.1" 200 None
2026-03-29 21:37:59 [ecarstrade.be] INFO: Saving data for 6959932stock: {'created_time': 1774629395.186923, 'last_price_update_time': 1774820279.498256}
2026-03-29 21:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:37:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6959932stock') HTTP/1.1" 204 0
2026-03-29 21:37:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6947973> (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-29 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-29 21:37:59 [ecarstrade.be] INFO: Extracting details for car 6947973stock
2026-03-29 21:37:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2302f5ca-2eea-5c3c-acfa-2116778eb253 with identifier: 6947973stock
2026-03-29 21:37:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2302f5ca-2eea-5c3c-acfa-2116778eb253 with scrape type 2
2026-03-29 21:37:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2302f5ca-2eea-5c3c-acfa-2116778eb253 with scrape type 2
2026-03-29 21:37:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2302f5ca-2eea-5c3c-acfa-2116778eb253, identifier: 6947973stock
2026-03-29 21:37:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2302f5ca-2eea-5c3c-acfa-2116778eb253 with identifier: 6947973stock
2026-03-29 21:37:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2302f5ca-2eea-5c3c-acfa-2116778eb253 with identifier: 6947973stock
2026-03-29 21:37:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2302f5ca-2eea-5c3c-acfa-2116778eb253 with identifier: 6947973stock to the API
2026-03-29 21:37:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6947973>
{'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': '2302f5ca-2eea-5c3c-acfa-2116778eb253',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6947973',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 147603,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:00 [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-29 21:38:00 [ecarstrade.be] INFO: Saving data for 6947973stock: {'created_time': 1773758254.782791, 'last_price_update_time': 1774820280.085581}
2026-03-29 21:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6947973stock') HTTP/1.1" 204 0
2026-03-29 21:38:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948679> (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-29 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-29 21:38:01 [ecarstrade.be] INFO: Extracting details for car 6948679stock
2026-03-29 21:38:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 188ef8a2-9450-5f6e-bbab-3b8e2d025e1b with identifier: 6948679stock
2026-03-29 21:38:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 188ef8a2-9450-5f6e-bbab-3b8e2d025e1b with scrape type 2
2026-03-29 21:38:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 188ef8a2-9450-5f6e-bbab-3b8e2d025e1b with scrape type 2
2026-03-29 21:38:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 188ef8a2-9450-5f6e-bbab-3b8e2d025e1b, identifier: 6948679stock
2026-03-29 21:38:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 188ef8a2-9450-5f6e-bbab-3b8e2d025e1b with identifier: 6948679stock
2026-03-29 21:38:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 188ef8a2-9450-5f6e-bbab-3b8e2d025e1b with identifier: 6948679stock
2026-03-29 21:38:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 188ef8a2-9450-5f6e-bbab-3b8e2d025e1b with identifier: 6948679stock to the API
2026-03-29 21:38:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6948679>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '188ef8a2-9450-5f6e-bbab-3b8e2d025e1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6948679',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 177093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d Pano Navi-Pro KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d Pano Navi-Pro KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:02 [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-29 21:38:02 [ecarstrade.be] INFO: Saving data for 6948679stock: {'created_time': 1773758252.31226, 'last_price_update_time': 1774820282.211124}
2026-03-29 21:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948679stock') HTTP/1.1" 204 0
2026-03-29 21:38:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948423> (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-29 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-29 21:38:05 [ecarstrade.be] INFO: Extracting details for car 6948423stock
2026-03-29 21:38:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e6ca68d-0fe6-5e08-83ae-a55beb444189 with identifier: 6948423stock
2026-03-29 21:38:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e6ca68d-0fe6-5e08-83ae-a55beb444189 with scrape type 2
2026-03-29 21:38:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e6ca68d-0fe6-5e08-83ae-a55beb444189 with scrape type 2
2026-03-29 21:38:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e6ca68d-0fe6-5e08-83ae-a55beb444189, identifier: 6948423stock
2026-03-29 21:38:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e6ca68d-0fe6-5e08-83ae-a55beb444189 with identifier: 6948423stock
2026-03-29 21:38:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e6ca68d-0fe6-5e08-83ae-a55beb444189 with identifier: 6948423stock
2026-03-29 21:38:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e6ca68d-0fe6-5e08-83ae-a55beb444189 with identifier: 6948423stock to the API
2026-03-29 21:38:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6948423>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3e6ca68d-0fe6-5e08-83ae-a55beb444189',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6948423',
'listing': 'auction',
'location': 'France - "F2S MONTEREAU SUR LE JARD"',
'make': 'BMW',
'model': '420 Gran Coupé',
'odometer': 114449,
'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': 'BMW 420d Gran Coupe M-Sport xDrive Aut. Pano LED-Xenon LC-Pro ACC '
'Navi Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '420d Gran Coupe M-Sport xDrive Aut. Pano LED-Xenon LC-Pro ACC Navi '
'Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:05 [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-29 21:38:05 [ecarstrade.be] INFO: Saving data for 6948423stock: {'created_time': 1773300768.576574, 'last_price_update_time': 1774820285.560127}
2026-03-29 21:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948423stock') HTTP/1.1" 204 0
2026-03-29 21:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6947046> (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-29 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-29 21:38:06 [scrapy.extensions.logstats] INFO: Crawled 295 pages (at 24 pages/min), scraped 273 items (at 21 items/min)
2026-03-29 21:38:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-29 21:38:06 [ecarstrade.be] INFO: Extracting details for car 6947046stock
2026-03-29 21:38:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f3b5dbc-6faf-59fd-a1ff-b4bd71b9ed53 with identifier: 6947046stock
2026-03-29 21:38:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f3b5dbc-6faf-59fd-a1ff-b4bd71b9ed53 with scrape type 2
2026-03-29 21:38:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f3b5dbc-6faf-59fd-a1ff-b4bd71b9ed53 with scrape type 2
2026-03-29 21:38:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f3b5dbc-6faf-59fd-a1ff-b4bd71b9ed53, identifier: 6947046stock
2026-03-29 21:38:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f3b5dbc-6faf-59fd-a1ff-b4bd71b9ed53 with identifier: 6947046stock
2026-03-29 21:38:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f3b5dbc-6faf-59fd-a1ff-b4bd71b9ed53 with identifier: 6947046stock
2026-03-29 21:38:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f3b5dbc-6faf-59fd-a1ff-b4bd71b9ed53 with identifier: 6947046stock to the API
2026-03-29 21:38:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6947046>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7f3b5dbc-6faf-59fd-a1ff-b4bd71b9ed53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6947046',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 71019,
'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': 'BMW X1 1.5 xDrive25e Plug-In Hybrid Aut. LED-Xenon Navi-Pro Hi-Fi '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 xDrive25e Plug-In Hybrid Aut. LED-Xenon Navi-Pro Hi-Fi '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276947046stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Saving data for 6947046stock: {'created_time': 1773351786.278004, 'last_price_update_time': 1774820287.126739}
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6947046stock') HTTP/1.1" 204 0
2026-03-29 21:38:07 [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-29 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-29 21:38:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6965180stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276965180stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6965180stock: 0
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6965186stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276965186stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6965186stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6965209stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276965209stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6965209stock: 0
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6965334stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276965334stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6965334stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6966110stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276966110stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6966110stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6966336stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276966336stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6966336stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6969573stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276969573stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6969573stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6969942stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276969942stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6969942stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6970021stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276970021stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6970021stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6971189stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276971189stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6971189stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6971207stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276971207stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6971207stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6972124stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276972124stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6972124stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6972165stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276972165stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6972165stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6974836stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276974836stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6974836stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6976163stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276976163stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6976163stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6976559stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276976559stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6976559stock: 2
2026-03-29 21:38:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6947972> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6976648stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276976648stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6976648stock: 2
2026-03-29 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-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6976731stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276976731stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6976731stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6977964stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276977964stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6977964stock: 2
2026-03-29 21:38:07 [ecarstrade.be] INFO: Found listing with ID: 6978744stock
2026-03-29 21:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276978744stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:07 [ecarstrade.be] INFO: Scrape type for 6978744stock: 0
2026-03-29 21:38:07 [ecarstrade.be] INFO: Extracting details for car 6947972stock
2026-03-29 21:38:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5463dcf3-9b70-5612-994e-d694faf4cc16 with identifier: 6947972stock
2026-03-29 21:38:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5463dcf3-9b70-5612-994e-d694faf4cc16 with scrape type 2
2026-03-29 21:38:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5463dcf3-9b70-5612-994e-d694faf4cc16 with scrape type 2
2026-03-29 21:38:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5463dcf3-9b70-5612-994e-d694faf4cc16, identifier: 6947972stock
2026-03-29 21:38:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5463dcf3-9b70-5612-994e-d694faf4cc16 with identifier: 6947972stock
2026-03-29 21:38:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5463dcf3-9b70-5612-994e-d694faf4cc16 with identifier: 6947972stock
2026-03-29 21:38:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5463dcf3-9b70-5612-994e-d694faf4cc16 with identifier: 6947972stock to the API
2026-03-29 21:38:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6947972>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5463dcf3-9b70-5612-994e-d694faf4cc16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6947972',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 133493,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276947972stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:08 [ecarstrade.be] INFO: Saving data for 6947972stock: {'created_time': 1773758253.457956, 'last_price_update_time': 1774820288.224902}
2026-03-29 21:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6947972stock') HTTP/1.1" 204 0
2026-03-29 21:38:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6949801> (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-29 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-29 21:38:09 [ecarstrade.be] INFO: Extracting details for car 6949801stock
2026-03-29 21:38:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 322dd7dd-262a-50e1-82be-874b58f8594b with identifier: 6949801stock
2026-03-29 21:38:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 322dd7dd-262a-50e1-82be-874b58f8594b with scrape type 2
2026-03-29 21:38:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 322dd7dd-262a-50e1-82be-874b58f8594b with scrape type 2
2026-03-29 21:38:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 322dd7dd-262a-50e1-82be-874b58f8594b, identifier: 6949801stock
2026-03-29 21:38:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 322dd7dd-262a-50e1-82be-874b58f8594b with identifier: 6949801stock
2026-03-29 21:38:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 322dd7dd-262a-50e1-82be-874b58f8594b with identifier: 6949801stock
2026-03-29 21:38:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 322dd7dd-262a-50e1-82be-874b58f8594b with identifier: 6949801stock to the API
2026-03-29 21:38:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6949801>
{'auction_title': '',
'c_o_2_emission_value': 92,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '322dd7dd-262a-50e1-82be-874b58f8594b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6949801',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 87471,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-05',
'seats_number': 2,
'seller_name': None,
'title': 'Ford Fiesta 1.5 TDCI 2PL Display Klima ...',
'transmission': 'manual',
'trim': '1.5 TDCI 2PL Display Klima ...',
'vin': None,
'year': 2020}
2026-03-29 21:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:10 [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-29 21:38:10 [ecarstrade.be] INFO: Saving data for 6949801stock: {'created_time': 1773758268.694268, 'last_price_update_time': 1774820290.292272}
2026-03-29 21:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6949801stock') HTTP/1.1" 204 0
2026-03-29 21:38:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963005> (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-29 21:38:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:38:10 [ecarstrade.be] INFO: Extracting details for car 6963005stock
2026-03-29 21:38:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-29 21:38:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with scrape type 2
2026-03-29 21:38:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with scrape type 2
2026-03-29 21:38:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7, identifier: 6963005stock
2026-03-29 21:38:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-29 21:38:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock
2026-03-29 21:38:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c9e2d6c-7403-5436-a8a3-238b59ae7ae7 with identifier: 6963005stock to the API
2026-03-29 21:38:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:10 [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-29 21:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963005stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:10 [ecarstrade.be] INFO: Saving data for 6963005stock: {'created_time': 1774276727.768739, 'last_price_update_time': 1774820290.899488}
2026-03-29 21:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963005stock') HTTP/1.1" 204 0
2026-03-29 21:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963006> (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-29 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-29 21:38:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962942> (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-29 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-29 21:38:12 [ecarstrade.be] INFO: Extracting details for car 6963006stock
2026-03-29 21:38:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-29 21:38:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b3df03-9564-55ec-9efb-7e6d6db57930 with scrape type 2
2026-03-29 21:38:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b3df03-9564-55ec-9efb-7e6d6db57930 with scrape type 2
2026-03-29 21:38:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71b3df03-9564-55ec-9efb-7e6d6db57930, identifier: 6963006stock
2026-03-29 21:38:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-29 21:38:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock
2026-03-29 21:38:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71b3df03-9564-55ec-9efb-7e6d6db57930 with identifier: 6963006stock to the API
2026-03-29 21:38:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:13 [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-29 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276963006stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:13 [ecarstrade.be] INFO: Saving data for 6963006stock: {'created_time': 1774276725.310092, 'last_price_update_time': 1774820293.291632}
2026-03-29 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963006stock') HTTP/1.1" 204 0
2026-03-29 21:38:13 [ecarstrade.be] INFO: Extracting details for car 6962942stock
2026-03-29 21:38:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963092> (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-29 21:38:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:38:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-29 21:38:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec40e9f-5686-5530-976c-936864f4a620 with scrape type 2
2026-03-29 21:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dec40e9f-5686-5530-976c-936864f4a620 with scrape type 2
2026-03-29 21:38:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dec40e9f-5686-5530-976c-936864f4a620, identifier: 6962942stock
2026-03-29 21:38:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-29 21:38:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock
2026-03-29 21:38:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dec40e9f-5686-5530-976c-936864f4a620 with identifier: 6962942stock to the API
2026-03-29 21:38:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:13 [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-29 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276962942stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:13 [ecarstrade.be] INFO: Saving data for 6962942stock: {'created_time': 1774276704.539995, 'last_price_update_time': 1774820293.737496}
2026-03-29 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962942stock') HTTP/1.1" 204 0
2026-03-29 21:38:13 [ecarstrade.be] INFO: Extracting details for car 6963092stock
2026-03-29 21:38:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-29 21:38:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c52212-5039-5eed-b118-2fba8a5652dd with scrape type 2
2026-03-29 21:38:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64c52212-5039-5eed-b118-2fba8a5652dd with scrape type 2
2026-03-29 21:38:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64c52212-5039-5eed-b118-2fba8a5652dd, identifier: 6963092stock
2026-03-29 21:38:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-29 21:38:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock
2026-03-29 21:38:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64c52212-5039-5eed-b118-2fba8a5652dd with identifier: 6963092stock to the API
2026-03-29 21:38:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:14 [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-29 21:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276963092stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:14 [ecarstrade.be] INFO: Saving data for 6963092stock: {'created_time': 1774276705.333576, 'last_price_update_time': 1774820294.177715}
2026-03-29 21:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963092stock') HTTP/1.1" 204 0
2026-03-29 21:38:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6964902> (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-29 21:38:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:38:15 [ecarstrade.be] INFO: Extracting details for car 6964902stock
2026-03-29 21:38:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d265d301-689c-5f56-ac4f-0e210e0855d2 with identifier: 6964902stock
2026-03-29 21:38:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d265d301-689c-5f56-ac4f-0e210e0855d2 with scrape type 2
2026-03-29 21:38:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d265d301-689c-5f56-ac4f-0e210e0855d2 with scrape type 2
2026-03-29 21:38:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d265d301-689c-5f56-ac4f-0e210e0855d2, identifier: 6964902stock
2026-03-29 21:38:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d265d301-689c-5f56-ac4f-0e210e0855d2 with identifier: 6964902stock
2026-03-29 21:38:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d265d301-689c-5f56-ac4f-0e210e0855d2 with identifier: 6964902stock
2026-03-29 21:38:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d265d301-689c-5f56-ac4f-0e210e0855d2 with identifier: 6964902stock to the API
2026-03-29 21:38:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6964902>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'd265d301-689c-5f56-ac4f-0e210e0855d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6964902',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 89892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d Aut. LED-Xenon Widescreen Navi 1/2 Sport-Leather '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Aut. LED-Xenon Widescreen Navi 1/2 Sport-Leather KeylessGo Klima '
'PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:15 [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-29 21:38:15 [ecarstrade.be] INFO: Saving data for 6964902stock: {'created_time': 1774042662.29839, 'last_price_update_time': 1774820295.717597}
2026-03-29 21:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6964902stock') HTTP/1.1" 204 0
2026-03-29 21:38:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6960190> (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-29 21:38:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:38:16 [ecarstrade.be] INFO: Extracting details for car 6960190stock
2026-03-29 21:38:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64515c20-6dd4-53fb-93dc-e336e3493142 with identifier: 6960190stock
2026-03-29 21:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64515c20-6dd4-53fb-93dc-e336e3493142 with scrape type 2
2026-03-29 21:38:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64515c20-6dd4-53fb-93dc-e336e3493142 with scrape type 2
2026-03-29 21:38:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64515c20-6dd4-53fb-93dc-e336e3493142, identifier: 6960190stock
2026-03-29 21:38:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64515c20-6dd4-53fb-93dc-e336e3493142 with identifier: 6960190stock
2026-03-29 21:38:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64515c20-6dd4-53fb-93dc-e336e3493142 with identifier: 6960190stock
2026-03-29 21:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64515c20-6dd4-53fb-93dc-e336e3493142 with identifier: 6960190stock to the API
2026-03-29 21:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6960190>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '64515c20-6dd4-53fb-93dc-e336e3493142',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6960190',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X1',
'odometer': 119168,
'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 sDrive18d Pano Navi-Pro KeylessGo Leather Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive18d Pano Navi-Pro KeylessGo Leather Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960190stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:16 [ecarstrade.be] INFO: Saving data for 6960190stock: {'created_time': 1773956088.876331, 'last_price_update_time': 1774820296.462539}
2026-03-29 21:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6960190stock') HTTP/1.1" 204 0
2026-03-29 21:38:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6963160> (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-29 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-29 21:38:16 [ecarstrade.be] INFO: Extracting details for car 6963160stock
2026-03-29 21:38:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-29 21:38:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with scrape type 2
2026-03-29 21:38:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with scrape type 2
2026-03-29 21:38:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17da28c8-0d7e-5cdc-adc0-64e03edd9085, identifier: 6963160stock
2026-03-29 21:38:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-29 21:38:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock
2026-03-29 21:38:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17da28c8-0d7e-5cdc-adc0-64e03edd9085 with identifier: 6963160stock to the API
2026-03-29 21:38:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:16 [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-29 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276963160stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:17 [ecarstrade.be] INFO: Saving data for 6963160stock: {'created_time': 1774276706.063685, 'last_price_update_time': 1774820297.01074}
2026-03-29 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6963160stock') HTTP/1.1" 204 0
2026-03-29 21:38:20 [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-29 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-29 21:38:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965186> (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-29 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-29 21:38:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:38:20 [ecarstrade.be] INFO: Found listing with ID: 6978760stock
2026-03-29 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276978760stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:20 [ecarstrade.be] INFO: Scrape type for 6978760stock: 0
2026-03-29 21:38:20 [ecarstrade.be] INFO: Found listing with ID: 6978774stock
2026-03-29 21:38:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276978774stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:20 [ecarstrade.be] INFO: Scrape type for 6978774stock: 2
2026-03-29 21:38:20 [ecarstrade.be] INFO: Extracting details for car 6965186stock
2026-03-29 21:38:20 [ecarstrade.be] INFO: Found listing with ID: 6979306stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276979306stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6979306stock: 2
2026-03-29 21:38:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-29 21:38:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with scrape type 2
2026-03-29 21:38:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with scrape type 2
2026-03-29 21:38:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc, identifier: 6965186stock
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6980181stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276980181stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6980181stock: 2
2026-03-29 21:38:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-29 21:38:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock
2026-03-29 21:38:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31fe3504-dd7a-5d7e-89da-b3f93d29e3fc with identifier: 6965186stock to the API
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:21 [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-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276965186stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Saving data for 6965186stock: {'created_time': 1774276728.306721, 'last_price_update_time': 1774820301.470629}
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965186stock') HTTP/1.1" 204 0
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6980194stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276980194stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6980194stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6980294stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276980294stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6980294stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6980640stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276980640stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6980640stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6981993stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276981993stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6981993stock: 0
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983045stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983045stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983045stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983050stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983050stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983050stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983055stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983055stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983055stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983089stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983089stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983089stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983092stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983092stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983092stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983094stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983094stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983094stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983670stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983670stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983670stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983700stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983700stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983700stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6983705stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983705stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6983705stock: 2
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6986820stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276986820stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6986820stock: 0
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6987105stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276987105stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6987105stock: 0
2026-03-29 21:38:21 [ecarstrade.be] INFO: Found listing with ID: 6987316stock
2026-03-29 21:38:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276987316stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:21 [ecarstrade.be] INFO: Scrape type for 6987316stock: 0
2026-03-29 21:38:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966110> (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-29 21:38:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:38:23 [ecarstrade.be] INFO: Extracting details for car 6966110stock
2026-03-29 21:38:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c74a23b-cdda-5c70-b4d1-b79595cdb400 with identifier: 6966110stock
2026-03-29 21:38:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c74a23b-cdda-5c70-b4d1-b79595cdb400 with scrape type 2
2026-03-29 21:38:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c74a23b-cdda-5c70-b4d1-b79595cdb400 with scrape type 2
2026-03-29 21:38:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c74a23b-cdda-5c70-b4d1-b79595cdb400, identifier: 6966110stock
2026-03-29 21:38:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c74a23b-cdda-5c70-b4d1-b79595cdb400 with identifier: 6966110stock
2026-03-29 21:38:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c74a23b-cdda-5c70-b4d1-b79595cdb400 with identifier: 6966110stock
2026-03-29 21:38:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c74a23b-cdda-5c70-b4d1-b79595cdb400 with identifier: 6966110stock to the API
2026-03-29 21:38:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966110>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8c74a23b-cdda-5c70-b4d1-b79595cdb400',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966110',
'listing': 'auction',
'location': 'France - "TEA LE MEUX"',
'make': 'Peugeot',
'model': '508',
'odometer': 102347,
'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 508 1.6 Plug-In Hybrid Allure Aut. LED-Xenon I-Cockpit Navi '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 Plug-In Hybrid Allure Aut. LED-Xenon I-Cockpit Navi 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276966110stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:23 [ecarstrade.be] INFO: Saving data for 6966110stock: {'created_time': 1774042682.688604, 'last_price_update_time': 1774820303.448245}
2026-03-29 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966110stock') HTTP/1.1" 204 0
2026-03-29 21:38:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6966336> (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-29 21:38:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:38:24 [ecarstrade.be] INFO: Extracting details for car 6966336stock
2026-03-29 21:38:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4dc25e6-ab9a-55bd-8cfd-d7d4126510a7 with identifier: 6966336stock
2026-03-29 21:38:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4dc25e6-ab9a-55bd-8cfd-d7d4126510a7 with scrape type 2
2026-03-29 21:38:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4dc25e6-ab9a-55bd-8cfd-d7d4126510a7 with scrape type 2
2026-03-29 21:38:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4dc25e6-ab9a-55bd-8cfd-d7d4126510a7, identifier: 6966336stock
2026-03-29 21:38:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4dc25e6-ab9a-55bd-8cfd-d7d4126510a7 with identifier: 6966336stock
2026-03-29 21:38:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4dc25e6-ab9a-55bd-8cfd-d7d4126510a7 with identifier: 6966336stock
2026-03-29 21:38:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4dc25e6-ab9a-55bd-8cfd-d7d4126510a7 with identifier: 6966336stock to the API
2026-03-29 21:38:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6966336>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'c4dc25e6-ab9a-55bd-8cfd-d7d4126510a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6966336',
'listing': 'auction',
'location': 'France - "TEA RENNES"',
'make': 'Opel',
'model': 'Combo',
'odometer': 68158,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-21',
'seats_number': 2,
'seller_name': None,
'title': 'Opel Combo 1.5 BlueHDi 130Hp Navi Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi 130Hp Navi Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276966336stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:24 [ecarstrade.be] INFO: Saving data for 6966336stock: {'created_time': 1773956121.164721, 'last_price_update_time': 1774820304.899164}
2026-03-29 21:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6966336stock') HTTP/1.1" 204 0
2026-03-29 21:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6969573> (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-29 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-29 21:38:27 [ecarstrade.be] INFO: Extracting details for car 6969573stock
2026-03-29 21:38:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86e44ec5-2ddd-5a31-bb7e-e83b11bb0414 with identifier: 6969573stock
2026-03-29 21:38:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86e44ec5-2ddd-5a31-bb7e-e83b11bb0414 with scrape type 2
2026-03-29 21:38:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86e44ec5-2ddd-5a31-bb7e-e83b11bb0414 with scrape type 2
2026-03-29 21:38:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86e44ec5-2ddd-5a31-bb7e-e83b11bb0414, identifier: 6969573stock
2026-03-29 21:38:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86e44ec5-2ddd-5a31-bb7e-e83b11bb0414 with identifier: 6969573stock
2026-03-29 21:38:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86e44ec5-2ddd-5a31-bb7e-e83b11bb0414 with identifier: 6969573stock
2026-03-29 21:38:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86e44ec5-2ddd-5a31-bb7e-e83b11bb0414 with identifier: 6969573stock to the API
2026-03-29 21:38:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6969573>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '86e44ec5-2ddd-5a31-bb7e-e83b11bb0414',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6969573',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 163510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-13',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 35 TDI S-Line Aut. LED Virtual Navi '
'Sport-leather-Alcantara Klima PDC ...',
'transmission': 'automatic',
'trim': 'AUDI Sportback 35 TDI S-Line Aut. LED Virtual Navi '
'Sport-leather-Alcantara Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276969573stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:27 [ecarstrade.be] INFO: Saving data for 6969573stock: {'created_time': 1774042680.553111, 'last_price_update_time': 1774820307.459676}
2026-03-29 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6969573stock') HTTP/1.1" 204 0
2026-03-29 21:38:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976559> (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-29 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-29 21:38:32 [ecarstrade.be] INFO: Extracting details for car 6976559stock
2026-03-29 21:38:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 528d0f65-d11c-5e2d-a69b-8c5550d0551f with identifier: 6976559stock
2026-03-29 21:38:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 528d0f65-d11c-5e2d-a69b-8c5550d0551f with scrape type 2
2026-03-29 21:38:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 528d0f65-d11c-5e2d-a69b-8c5550d0551f with scrape type 2
2026-03-29 21:38:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 528d0f65-d11c-5e2d-a69b-8c5550d0551f, identifier: 6976559stock
2026-03-29 21:38:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 528d0f65-d11c-5e2d-a69b-8c5550d0551f with identifier: 6976559stock
2026-03-29 21:38:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 528d0f65-d11c-5e2d-a69b-8c5550d0551f with identifier: 6976559stock
2026-03-29 21:38:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 528d0f65-d11c-5e2d-a69b-8c5550d0551f with identifier: 6976559stock to the API
2026-03-29 21:38:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976559>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '528d0f65-d11c-5e2d-a69b-8c5550d0551f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976559',
'listing': 'auction',
'location': 'France - "CAT AVRIGNY"',
'make': 'Audi',
'model': 'A1',
'odometer': 104604,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-28',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A1 Advanced 1.0 30 TFSI LED Virtual Display Klima PDC ...',
'transmission': 'manual',
'trim': 'Advanced 1.0 30 TFSI LED Virtual Display Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276976559stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:33 [ecarstrade.be] INFO: Saving data for 6976559stock: {'created_time': 1774449535.199984, 'last_price_update_time': 1774820313.069563}
2026-03-29 21:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976559stock') HTTP/1.1" 204 0
2026-03-29 21:38:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6977964> (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-29 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-29 21:38:33 [ecarstrade.be] INFO: Extracting details for car 6977964stock
2026-03-29 21:38:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7873261e-7a92-5b92-a398-e21b0aa657d1 with identifier: 6977964stock
2026-03-29 21:38:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7873261e-7a92-5b92-a398-e21b0aa657d1 with scrape type 2
2026-03-29 21:38:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7873261e-7a92-5b92-a398-e21b0aa657d1 with scrape type 2
2026-03-29 21:38:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7873261e-7a92-5b92-a398-e21b0aa657d1, identifier: 6977964stock
2026-03-29 21:38:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7873261e-7a92-5b92-a398-e21b0aa657d1 with identifier: 6977964stock
2026-03-29 21:38:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7873261e-7a92-5b92-a398-e21b0aa657d1 with identifier: 6977964stock
2026-03-29 21:38:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7873261e-7a92-5b92-a398-e21b0aa657d1 with identifier: 6977964stock to the API
2026-03-29 21:38:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6977964>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7873261e-7a92-5b92-a398-e21b0aa657d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6977964',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 132299,
'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': 'Toyota Corolla 1.8 e-CVT Hybrid Premium Aut. LED-Xenon ACC Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.8 e-CVT Hybrid Premium Aut. LED-Xenon ACC Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276977964stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:34 [ecarstrade.be] INFO: Saving data for 6977964stock: {'created_time': 1774042678.877538, 'last_price_update_time': 1774820314.242469}
2026-03-29 21:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6977964stock') HTTP/1.1" 204 0
2026-03-29 21:38:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6965334> (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-29 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-29 21:38:36 [ecarstrade.be] INFO: Extracting details for car 6965334stock
2026-03-29 21:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 676798eb-c67d-5465-8dd4-84ea3f880da4 with identifier: 6965334stock
2026-03-29 21:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 676798eb-c67d-5465-8dd4-84ea3f880da4 with scrape type 2
2026-03-29 21:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 676798eb-c67d-5465-8dd4-84ea3f880da4 with scrape type 2
2026-03-29 21:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 676798eb-c67d-5465-8dd4-84ea3f880da4, identifier: 6965334stock
2026-03-29 21:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 676798eb-c67d-5465-8dd4-84ea3f880da4 with identifier: 6965334stock
2026-03-29 21:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 676798eb-c67d-5465-8dd4-84ea3f880da4 with identifier: 6965334stock
2026-03-29 21:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 676798eb-c67d-5465-8dd4-84ea3f880da4 with identifier: 6965334stock to the API
2026-03-29 21:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6965334>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '676798eb-c67d-5465-8dd4-84ea3f880da4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6965334',
'listing': 'auction',
'location': 'France - "TEA AMBARES"',
'make': 'Ford',
'model': 'Focus',
'odometer': 133481,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Focus Wagon 1.5 EcoBlue ST-Line Aut. Virtual Navi-Pro '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Wagon 1.5 EcoBlue ST-Line Aut. Virtual Navi-Pro Sport-Seats '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276965334stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:36 [ecarstrade.be] INFO: Saving data for 6965334stock: {'created_time': 1774042680.882699, 'last_price_update_time': 1774820316.580432}
2026-03-29 21:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6965334stock') HTTP/1.1" 204 0
2026-03-29 21:38:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976731> (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-29 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-29 21:38:36 [ecarstrade.be] INFO: Extracting details for car 6976731stock
2026-03-29 21:38:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bbe66d6-ef3f-5212-84fe-9258ba57b4f9 with identifier: 6976731stock
2026-03-29 21:38:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bbe66d6-ef3f-5212-84fe-9258ba57b4f9 with scrape type 2
2026-03-29 21:38:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bbe66d6-ef3f-5212-84fe-9258ba57b4f9 with scrape type 2
2026-03-29 21:38:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bbe66d6-ef3f-5212-84fe-9258ba57b4f9, identifier: 6976731stock
2026-03-29 21:38:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bbe66d6-ef3f-5212-84fe-9258ba57b4f9 with identifier: 6976731stock
2026-03-29 21:38:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bbe66d6-ef3f-5212-84fe-9258ba57b4f9 with identifier: 6976731stock
2026-03-29 21:38:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bbe66d6-ef3f-5212-84fe-9258ba57b4f9 with identifier: 6976731stock to the API
2026-03-29 21:38:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976731>
{'auction_title': '',
'c_o_2_emission_value': 19,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8bbe66d6-ef3f-5212-84fe-9258ba57b4f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976731',
'listing': 'auction',
'location': 'France - "CAT MAGNY EN VEXIN"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 96911,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-04',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 250e Facelift Plug-In Hybrid Aut. LED Widescreen Navi '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Facelift Plug-In Hybrid Aut. LED Widescreen Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:37 [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-29 21:38:37 [ecarstrade.be] INFO: Saving data for 6976731stock: {'created_time': 1774449533.218173, 'last_price_update_time': 1774820317.103696}
2026-03-29 21:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976731stock') HTTP/1.1" 204 0
2026-03-29 21:38:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6964903> (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-29 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-29 21:38:44 [ecarstrade.be] INFO: Extracting details for car 6964903stock
2026-03-29 21:38:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e5765ba-efda-5e61-bf72-ef92c05cbf49 with identifier: 6964903stock
2026-03-29 21:38:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e5765ba-efda-5e61-bf72-ef92c05cbf49 with scrape type 2
2026-03-29 21:38:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e5765ba-efda-5e61-bf72-ef92c05cbf49 with scrape type 2
2026-03-29 21:38:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e5765ba-efda-5e61-bf72-ef92c05cbf49, identifier: 6964903stock
2026-03-29 21:38:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e5765ba-efda-5e61-bf72-ef92c05cbf49 with identifier: 6964903stock
2026-03-29 21:38:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e5765ba-efda-5e61-bf72-ef92c05cbf49 with identifier: 6964903stock
2026-03-29 21:38:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e5765ba-efda-5e61-bf72-ef92c05cbf49 with identifier: 6964903stock to the API
2026-03-29 21:38:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:38: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-29 21:38:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6964903>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6e5765ba-efda-5e61-bf72-ef92c05cbf49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6964903',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 51820,
'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': 5,
'seller_name': None,
'title': 'Mercedes B 180d Progressive Aut. Pano LED-MutiBeam Widescreen '
'Ambient Burmester Navi 1/2 Sport-Leather-Alcantara KeylessGo Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'd Progressive Aut. Pano LED-MutiBeam Widescreen Ambient Burmester '
'Navi 1/2 Sport-Leather-Alcantara KeylessGo Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:44 [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-29 21:38:44 [ecarstrade.be] INFO: Saving data for 6964903stock: {'created_time': 1774042676.265796, 'last_price_update_time': 1774820324.934991}
2026-03-29 21:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6964903stock') HTTP/1.1" 204 0
2026-03-29 21:38:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976163> (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-29 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-29 21:38:45 [ecarstrade.be] INFO: Extracting details for car 6976163stock
2026-03-29 21:38:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c162e7da-37b6-52ca-9508-ea8a75637301 with identifier: 6976163stock
2026-03-29 21:38:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c162e7da-37b6-52ca-9508-ea8a75637301 with scrape type 2
2026-03-29 21:38:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c162e7da-37b6-52ca-9508-ea8a75637301 with scrape type 2
2026-03-29 21:38:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c162e7da-37b6-52ca-9508-ea8a75637301, identifier: 6976163stock
2026-03-29 21:38:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c162e7da-37b6-52ca-9508-ea8a75637301 with identifier: 6976163stock
2026-03-29 21:38:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c162e7da-37b6-52ca-9508-ea8a75637301 with identifier: 6976163stock
2026-03-29 21:38:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c162e7da-37b6-52ca-9508-ea8a75637301 with identifier: 6976163stock to the API
2026-03-29 21:38:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976163>
{'auction_title': '',
'c_o_2_emission_value': 25,
'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': 'c162e7da-37b6-52ca-9508-ea8a75637301',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976163',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '308',
'odometer': 2263,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 1.6 Plug-In Hybrid GT-Line Aut. LED-Xenon I-Cockpit '
'Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.6 Plug-In Hybrid GT-Line Aut. LED-Xenon I-Cockpit Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276976163stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:45 [ecarstrade.be] INFO: Saving data for 6976163stock: {'created_time': 1774042677.692839, 'last_price_update_time': 1774820325.434836}
2026-03-29 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976163stock') HTTP/1.1" 204 0
2026-03-29 21:38:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6971207> (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-29 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-29 21:38:50 [ecarstrade.be] INFO: Extracting details for car 6971207stock
2026-03-29 21:38:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974836> (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-29 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-29 21:38:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e837d03-05c7-5696-b72d-299750558e93 with identifier: 6971207stock
2026-03-29 21:38:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e837d03-05c7-5696-b72d-299750558e93 with scrape type 2
2026-03-29 21:38:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e837d03-05c7-5696-b72d-299750558e93 with scrape type 2
2026-03-29 21:38:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e837d03-05c7-5696-b72d-299750558e93, identifier: 6971207stock
2026-03-29 21:38:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e837d03-05c7-5696-b72d-299750558e93 with identifier: 6971207stock
2026-03-29 21:38:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e837d03-05c7-5696-b72d-299750558e93 with identifier: 6971207stock
2026-03-29 21:38:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e837d03-05c7-5696-b72d-299750558e93 with identifier: 6971207stock to the API
2026-03-29 21:38:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6971207>
{'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': '2e837d03-05c7-5696-b72d-299750558e93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6971207',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 132741,
'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 sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276971207stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:51 [ecarstrade.be] INFO: Saving data for 6971207stock: {'created_time': 1774449503.929687, 'last_price_update_time': 1774820331.040906}
2026-03-29 21:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971207stock') HTTP/1.1" 204 0
2026-03-29 21:38:51 [ecarstrade.be] INFO: Extracting details for car 6974836stock
2026-03-29 21:38:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6aa277c-c152-5555-a9c3-ac414e546253 with identifier: 6974836stock
2026-03-29 21:38:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6aa277c-c152-5555-a9c3-ac414e546253 with scrape type 2
2026-03-29 21:38:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6aa277c-c152-5555-a9c3-ac414e546253 with scrape type 2
2026-03-29 21:38:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6aa277c-c152-5555-a9c3-ac414e546253, identifier: 6974836stock
2026-03-29 21:38:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6aa277c-c152-5555-a9c3-ac414e546253 with identifier: 6974836stock
2026-03-29 21:38:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6aa277c-c152-5555-a9c3-ac414e546253 with identifier: 6974836stock
2026-03-29 21:38:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6aa277c-c152-5555-a9c3-ac414e546253 with identifier: 6974836stock to the API
2026-03-29 21:38:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974836>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'd6aa277c-c152-5555-a9c3-ac414e546253',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974836',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk LANGERLO 003-059-004"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 70405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-16',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf 1.0 TSI LED Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 TSI LED Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276974836stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:52 [ecarstrade.be] INFO: Saving data for 6974836stock: {'created_time': 1774042676.721191, 'last_price_update_time': 1774820332.055403}
2026-03-29 21:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974836stock') HTTP/1.1" 204 0
2026-03-29 21:38:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976648> (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-29 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-29 21:38:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983700> (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-29 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-29 21:38:58 [ecarstrade.be] INFO: Extracting details for car 6976648stock
2026-03-29 21:38:58 [ecarstrade.be] INFO: Extracting details for car 6983700stock
2026-03-29 21:38:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c09f784-48ff-572e-991b-b7a7a7ce6d4b with identifier: 6976648stock
2026-03-29 21:38:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c09f784-48ff-572e-991b-b7a7a7ce6d4b with scrape type 2
2026-03-29 21:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c09f784-48ff-572e-991b-b7a7a7ce6d4b with scrape type 2
2026-03-29 21:38:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c09f784-48ff-572e-991b-b7a7a7ce6d4b, identifier: 6976648stock
2026-03-29 21:38:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 503016de-941b-501b-9f0b-2aee3c412417 with identifier: 6983700stock
2026-03-29 21:38:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 503016de-941b-501b-9f0b-2aee3c412417 with scrape type 2
2026-03-29 21:38:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 503016de-941b-501b-9f0b-2aee3c412417 with scrape type 2
2026-03-29 21:38:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 503016de-941b-501b-9f0b-2aee3c412417, identifier: 6983700stock
2026-03-29 21:38:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c09f784-48ff-572e-991b-b7a7a7ce6d4b with identifier: 6976648stock
2026-03-29 21:38:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c09f784-48ff-572e-991b-b7a7a7ce6d4b with identifier: 6976648stock
2026-03-29 21:38:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c09f784-48ff-572e-991b-b7a7a7ce6d4b with identifier: 6976648stock to the API
2026-03-29 21:38:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976648>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5c09f784-48ff-572e-991b-b7a7a7ce6d4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976648',
'listing': 'auction',
'location': 'Belgium',
'make': 'Lexus',
'model': 'IS 300',
'odometer': 209600,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-15',
'seats_number': 5,
'seller_name': None,
'title': 'Lexus IS 300h Hybrid Aut. LED-Xenon Navi 1/2 Leather KeylessGo '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'h Hybrid Aut. LED-Xenon Navi 1/2 Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-29 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276976648stock%27 HTTP/1.1" 200 None
2026-03-29 21:38:59 [ecarstrade.be] INFO: Saving data for 6976648stock: {'created_time': 1774449535.536096, 'last_price_update_time': 1774820339.692973}
2026-03-29 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:38:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976648stock') HTTP/1.1" 204 0
2026-03-29 21:38:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 503016de-941b-501b-9f0b-2aee3c412417 with identifier: 6983700stock
2026-03-29 21:38:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 503016de-941b-501b-9f0b-2aee3c412417 with identifier: 6983700stock
2026-03-29 21:38:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 503016de-941b-501b-9f0b-2aee3c412417 with identifier: 6983700stock to the API
2026-03-29 21:38:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:38:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983700>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '503016de-941b-501b-9f0b-2aee3c412417',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983700',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 60886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Arkana Facelift 1.3 TCe Techno Aut. Pano LED Virtual '
'Navi-Pro 1/2 Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Facelift 1.3 TCe Techno Aut. Pano LED Virtual Navi-Pro 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:00 [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-29 21:39:00 [ecarstrade.be] INFO: Saving data for 6983700stock: {'created_time': 1774449529.734842, 'last_price_update_time': 1774820340.022202}
2026-03-29 21:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983700stock') HTTP/1.1" 204 0
2026-03-29 21:39:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972124> (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-29 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-29 21:39:03 [ecarstrade.be] INFO: Extracting details for car 6972124stock
2026-03-29 21:39:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d38964c-1bfd-5446-8b0f-437cf17d2407 with identifier: 6972124stock
2026-03-29 21:39:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d38964c-1bfd-5446-8b0f-437cf17d2407 with scrape type 2
2026-03-29 21:39:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d38964c-1bfd-5446-8b0f-437cf17d2407 with scrape type 2
2026-03-29 21:39:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d38964c-1bfd-5446-8b0f-437cf17d2407, identifier: 6972124stock
2026-03-29 21:39:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d38964c-1bfd-5446-8b0f-437cf17d2407 with identifier: 6972124stock
2026-03-29 21:39:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d38964c-1bfd-5446-8b0f-437cf17d2407 with identifier: 6972124stock
2026-03-29 21:39:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d38964c-1bfd-5446-8b0f-437cf17d2407 with identifier: 6972124stock to the API
2026-03-29 21:39:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972124>
{'auction_title': '',
'c_o_2_emission_value': 33,
'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': '9d38964c-1bfd-5446-8b0f-437cf17d2407',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972124',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '320',
'odometer': 119159,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 320e Plug-In Hybrid Aut. LED-Xenon LC-Pro ACC Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Xenon LC-Pro ACC Navi Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276972124stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:03 [ecarstrade.be] INFO: Saving data for 6972124stock: {'created_time': 1774362943.63521, 'last_price_update_time': 1774820343.536637}
2026-03-29 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972124stock') HTTP/1.1" 204 0
2026-03-29 21:39:06 [scrapy.extensions.logstats] INFO: Crawled 321 pages (at 26 pages/min), scraped 298 items (at 25 items/min)
2026-03-29 21:39:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-29 21:39:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983705> (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-29 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-29 21:39:06 [ecarstrade.be] INFO: Extracting details for car 6983705stock
2026-03-29 21:39:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79b04134-52df-5615-8268-37fc82e8ebc1 with identifier: 6983705stock
2026-03-29 21:39:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79b04134-52df-5615-8268-37fc82e8ebc1 with scrape type 2
2026-03-29 21:39:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79b04134-52df-5615-8268-37fc82e8ebc1 with scrape type 2
2026-03-29 21:39:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79b04134-52df-5615-8268-37fc82e8ebc1, identifier: 6983705stock
2026-03-29 21:39:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79b04134-52df-5615-8268-37fc82e8ebc1 with identifier: 6983705stock
2026-03-29 21:39:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79b04134-52df-5615-8268-37fc82e8ebc1 with identifier: 6983705stock
2026-03-29 21:39:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79b04134-52df-5615-8268-37fc82e8ebc1 with identifier: 6983705stock to the API
2026-03-29 21:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983705>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '79b04134-52df-5615-8268-37fc82e8ebc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983705',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 82076,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Arkana Facelift 1.3 TCe Techno Aut. Pano LED Virtual '
'Navi-Pro 1/2 Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'Facelift 1.3 TCe Techno Aut. Pano LED Virtual Navi-Pro 1/2 Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983705stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:07 [ecarstrade.be] INFO: Saving data for 6983705stock: {'created_time': 1774449534.64868, 'last_price_update_time': 1774820347.330975}
2026-03-29 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983705stock') HTTP/1.1" 204 0
2026-03-29 21:39:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6972165> (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-29 21:39:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:07 [ecarstrade.be] INFO: Extracting details for car 6972165stock
2026-03-29 21:39:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da689250-9f21-5257-8996-3dc4f68d834e with identifier: 6972165stock
2026-03-29 21:39:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da689250-9f21-5257-8996-3dc4f68d834e with scrape type 2
2026-03-29 21:39:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da689250-9f21-5257-8996-3dc4f68d834e with scrape type 2
2026-03-29 21:39:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da689250-9f21-5257-8996-3dc4f68d834e, identifier: 6972165stock
2026-03-29 21:39:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da689250-9f21-5257-8996-3dc4f68d834e with identifier: 6972165stock
2026-03-29 21:39:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da689250-9f21-5257-8996-3dc4f68d834e with identifier: 6972165stock
2026-03-29 21:39:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da689250-9f21-5257-8996-3dc4f68d834e with identifier: 6972165stock to the API
2026-03-29 21:39:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6972165>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'da689250-9f21-5257-8996-3dc4f68d834e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6972165',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 250 Shooting Brake',
'odometer': 90035,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-02',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 250e SB Plug-In Hybrid Aut. LED-Xenon Widescreen Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 250e SB Plug-In Hybrid Aut. LED-Xenon Widescreen Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276972165stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:07 [ecarstrade.be] INFO: Saving data for 6972165stock: {'created_time': 1774362927.458395, 'last_price_update_time': 1774820347.847874}
2026-03-29 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6972165stock') HTTP/1.1" 204 0
2026-03-29 21:39:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6971189> (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-29 21:39:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:11 [ecarstrade.be] INFO: Extracting details for car 6971189stock
2026-03-29 21:39:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a66249c9-b200-538b-b650-675d8e170859 with identifier: 6971189stock
2026-03-29 21:39:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a66249c9-b200-538b-b650-675d8e170859 with scrape type 2
2026-03-29 21:39:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a66249c9-b200-538b-b650-675d8e170859 with scrape type 2
2026-03-29 21:39:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a66249c9-b200-538b-b650-675d8e170859, identifier: 6971189stock
2026-03-29 21:39:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a66249c9-b200-538b-b650-675d8e170859 with identifier: 6971189stock
2026-03-29 21:39:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a66249c9-b200-538b-b650-675d8e170859 with identifier: 6971189stock
2026-03-29 21:39:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a66249c9-b200-538b-b650-675d8e170859 with identifier: 6971189stock to the API
2026-03-29 21:39:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6971189>
{'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': 'a66249c9-b200-538b-b650-675d8e170859',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6971189',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 93901,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:11 [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-29 21:39:11 [ecarstrade.be] INFO: Saving data for 6971189stock: {'created_time': 1774449503.382566, 'last_price_update_time': 1774820351.866836}
2026-03-29 21:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6971189stock') HTTP/1.1" 204 0
2026-03-29 21:39:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983092> (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-29 21:39:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:11 [ecarstrade.be] INFO: Extracting details for car 6983092stock
2026-03-29 21:39:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7d0a468-e037-5b24-9e43-deb49545be5a with identifier: 6983092stock
2026-03-29 21:39:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7d0a468-e037-5b24-9e43-deb49545be5a with scrape type 2
2026-03-29 21:39:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7d0a468-e037-5b24-9e43-deb49545be5a with scrape type 2
2026-03-29 21:39:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7d0a468-e037-5b24-9e43-deb49545be5a, identifier: 6983092stock
2026-03-29 21:39:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7d0a468-e037-5b24-9e43-deb49545be5a with identifier: 6983092stock
2026-03-29 21:39:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7d0a468-e037-5b24-9e43-deb49545be5a with identifier: 6983092stock
2026-03-29 21:39:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7d0a468-e037-5b24-9e43-deb49545be5a with identifier: 6983092stock to the API
2026-03-29 21:39:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983092>
{'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': 'd7d0a468-e037-5b24-9e43-deb49545be5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983092',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 144623,
'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 EQC 400 4MATIC AMG Aut. LED-Multibeam Widescreen Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '400 4MATIC AMG Aut. LED-Multibeam Widescreen Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983092stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:12 [ecarstrade.be] INFO: Saving data for 6983092stock: {'created_time': 1774542987.812572, 'last_price_update_time': 1774820352.434604}
2026-03-29 21:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983092stock') HTTP/1.1" 204 0
2026-03-29 21:39:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983089> (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-29 21:39:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:14 [ecarstrade.be] INFO: Extracting details for car 6983089stock
2026-03-29 21:39:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f08329aa-9f65-586d-85a7-a51734f80795 with identifier: 6983089stock
2026-03-29 21:39:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f08329aa-9f65-586d-85a7-a51734f80795 with scrape type 2
2026-03-29 21:39:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f08329aa-9f65-586d-85a7-a51734f80795 with scrape type 2
2026-03-29 21:39:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f08329aa-9f65-586d-85a7-a51734f80795, identifier: 6983089stock
2026-03-29 21:39:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f08329aa-9f65-586d-85a7-a51734f80795 with identifier: 6983089stock
2026-03-29 21:39:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f08329aa-9f65-586d-85a7-a51734f80795 with identifier: 6983089stock
2026-03-29 21:39:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f08329aa-9f65-586d-85a7-a51734f80795 with identifier: 6983089stock to the API
2026-03-29 21:39:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983089>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f08329aa-9f65-586d-85a7-a51734f80795',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983089',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 180 Shooting Brake',
'odometer': 125960,
'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': 'Mercedes CLA 180d SB Aut. LED-Xenon Widescreen Navi KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 180d SB Aut. LED-Xenon Widescreen Navi KeylessGo Camera Klima '
'PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983089stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:15 [ecarstrade.be] INFO: Saving data for 6983089stock: {'created_time': 1774542986.975306, 'last_price_update_time': 1774820355.062309}
2026-03-29 21:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983089stock') HTTP/1.1" 204 0
2026-03-29 21:39:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6970021> (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-29 21:39:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:18 [ecarstrade.be] INFO: Extracting details for car 6970021stock
2026-03-29 21:39:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71f0bb75-914b-5e0e-9288-6cd94c80062a with identifier: 6970021stock
2026-03-29 21:39:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71f0bb75-914b-5e0e-9288-6cd94c80062a with scrape type 2
2026-03-29 21:39:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71f0bb75-914b-5e0e-9288-6cd94c80062a with scrape type 2
2026-03-29 21:39:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71f0bb75-914b-5e0e-9288-6cd94c80062a, identifier: 6970021stock
2026-03-29 21:39:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71f0bb75-914b-5e0e-9288-6cd94c80062a with identifier: 6970021stock
2026-03-29 21:39:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71f0bb75-914b-5e0e-9288-6cd94c80062a with identifier: 6970021stock
2026-03-29 21:39:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71f0bb75-914b-5e0e-9288-6cd94c80062a with identifier: 6970021stock to the API
2026-03-29 21:39:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6970021>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '71f0bb75-914b-5e0e-9288-6cd94c80062a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6970021',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 119251,
'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': 'Volvo XC40 1.5 T4 Plug-In Hybrid R-Design Aut. Pano LED Virtual '
'Harman/Kardon ACC Navi 1/2 Sport-Leather-Alcantara KeylessGo Klima '
'PDC ...',
'transmission': 'automatic',
'trim': '1.5 T4 Plug-In Hybrid R-Design Aut. Pano LED Virtual Harman/Kardon '
'ACC Navi 1/2 Sport-Leather-Alcantara KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276970021stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:19 [ecarstrade.be] INFO: Saving data for 6970021stock: {'created_time': 1774042683.101238, 'last_price_update_time': 1774820359.240845}
2026-03-29 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6970021stock') HTTP/1.1" 204 0
2026-03-29 21:39:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983045> (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-29 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-29 21:39:19 [ecarstrade.be] INFO: Extracting details for car 6983045stock
2026-03-29 21:39:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a0ef018-1a5e-598e-9f92-5707398eb72b with identifier: 6983045stock
2026-03-29 21:39:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a0ef018-1a5e-598e-9f92-5707398eb72b with scrape type 2
2026-03-29 21:39:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a0ef018-1a5e-598e-9f92-5707398eb72b with scrape type 2
2026-03-29 21:39:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a0ef018-1a5e-598e-9f92-5707398eb72b, identifier: 6983045stock
2026-03-29 21:39:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a0ef018-1a5e-598e-9f92-5707398eb72b with identifier: 6983045stock
2026-03-29 21:39:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a0ef018-1a5e-598e-9f92-5707398eb72b with identifier: 6983045stock
2026-03-29 21:39:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a0ef018-1a5e-598e-9f92-5707398eb72b with identifier: 6983045stock to the API
2026-03-29 21:39:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983045>
{'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': None,
'fuel_type': 'Diesel',
'id': '3a0ef018-1a5e-598e-9f92-5707398eb72b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983045',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '116',
'odometer': 107788,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 116d Advantage Aut. LED-Xenon Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Advantage Aut. LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983045stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:19 [ecarstrade.be] INFO: Saving data for 6983045stock: {'created_time': 1774542982.834352, 'last_price_update_time': 1774820359.772442}
2026-03-29 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983045stock') HTTP/1.1" 204 0
2026-03-29 21:39:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983670> (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-29 21:39:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:26 [ecarstrade.be] INFO: Extracting details for car 6983670stock
2026-03-29 21:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80916fdd-a954-590d-a07f-6b8bf19ea545 with identifier: 6983670stock
2026-03-29 21:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80916fdd-a954-590d-a07f-6b8bf19ea545 with scrape type 2
2026-03-29 21:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80916fdd-a954-590d-a07f-6b8bf19ea545 with scrape type 2
2026-03-29 21:39:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80916fdd-a954-590d-a07f-6b8bf19ea545, identifier: 6983670stock
2026-03-29 21:39:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80916fdd-a954-590d-a07f-6b8bf19ea545 with identifier: 6983670stock
2026-03-29 21:39:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80916fdd-a954-590d-a07f-6b8bf19ea545 with identifier: 6983670stock
2026-03-29 21:39:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80916fdd-a954-590d-a07f-6b8bf19ea545 with identifier: 6983670stock to the API
2026-03-29 21:39:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983670>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '80916fdd-a954-590d-a07f-6b8bf19ea545',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983670',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 56408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Arkana Facelift 1.3 TCe Techno Aut. Pano LED Virtual '
'Navi-Pro 1/2 Leather KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'Facelift 1.3 TCe Techno Aut. Pano LED Virtual Navi-Pro 1/2 Leather '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-29 21:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:26 [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-29 21:39:26 [ecarstrade.be] INFO: Saving data for 6983670stock: {'created_time': 1774449531.594961, 'last_price_update_time': 1774820366.815297}
2026-03-29 21:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983670stock') HTTP/1.1" 204 0
2026-03-29 21:39:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983050> (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-29 21:39:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:26 [ecarstrade.be] INFO: Extracting details for car 6983050stock
2026-03-29 21:39:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b6ae56d-70eb-5238-93b7-3a6994e20ca5 with identifier: 6983050stock
2026-03-29 21:39:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b6ae56d-70eb-5238-93b7-3a6994e20ca5 with scrape type 2
2026-03-29 21:39:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b6ae56d-70eb-5238-93b7-3a6994e20ca5 with scrape type 2
2026-03-29 21:39:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b6ae56d-70eb-5238-93b7-3a6994e20ca5, identifier: 6983050stock
2026-03-29 21:39:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b6ae56d-70eb-5238-93b7-3a6994e20ca5 with identifier: 6983050stock
2026-03-29 21:39:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b6ae56d-70eb-5238-93b7-3a6994e20ca5 with identifier: 6983050stock
2026-03-29 21:39:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b6ae56d-70eb-5238-93b7-3a6994e20ca5 with identifier: 6983050stock to the API
2026-03-29 21:39:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983050>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5b6ae56d-70eb-5238-93b7-3a6994e20ca5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983050',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '216 Gran Tourer',
'odometer': 176961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 216d Gran Tourer Aut. Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '216d Gran Tourer Aut. Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983050stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:27 [ecarstrade.be] INFO: Saving data for 6983050stock: {'created_time': 1774542984.662239, 'last_price_update_time': 1774820367.34722}
2026-03-29 21:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983050stock') HTTP/1.1" 204 0
2026-03-29 21:39:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983094> (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-29 21:39:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:31 [ecarstrade.be] INFO: Extracting details for car 6983094stock
2026-03-29 21:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82f7f605-5491-547b-9bd0-93bace136be6 with identifier: 6983094stock
2026-03-29 21:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82f7f605-5491-547b-9bd0-93bace136be6 with scrape type 2
2026-03-29 21:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82f7f605-5491-547b-9bd0-93bace136be6 with scrape type 2
2026-03-29 21:39:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82f7f605-5491-547b-9bd0-93bace136be6, identifier: 6983094stock
2026-03-29 21:39:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82f7f605-5491-547b-9bd0-93bace136be6 with identifier: 6983094stock
2026-03-29 21:39:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82f7f605-5491-547b-9bd0-93bace136be6 with identifier: 6983094stock
2026-03-29 21:39:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82f7f605-5491-547b-9bd0-93bace136be6 with identifier: 6983094stock to the API
2026-03-29 21:39:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983094>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '82f7f605-5491-547b-9bd0-93bace136be6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983094',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 97188,
'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 EQC 400 4MATIC AMG Pano LED-Xenon Widescreen Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '400 4MATIC AMG Pano LED-Xenon Widescreen Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983094stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:31 [ecarstrade.be] INFO: Saving data for 6983094stock: {'created_time': 1774542989.422773, 'last_price_update_time': 1774820371.778418}
2026-03-29 21:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983094stock') HTTP/1.1" 204 0
2026-03-29 21:39:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980640> (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-29 21:39:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:31 [ecarstrade.be] INFO: Extracting details for car 6980640stock
2026-03-29 21:39:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84a3b874-7480-5101-a98f-2ddac548d572 with identifier: 6980640stock
2026-03-29 21:39:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a3b874-7480-5101-a98f-2ddac548d572 with scrape type 2
2026-03-29 21:39:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84a3b874-7480-5101-a98f-2ddac548d572 with scrape type 2
2026-03-29 21:39:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84a3b874-7480-5101-a98f-2ddac548d572, identifier: 6980640stock
2026-03-29 21:39:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84a3b874-7480-5101-a98f-2ddac548d572 with identifier: 6980640stock
2026-03-29 21:39:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84a3b874-7480-5101-a98f-2ddac548d572 with identifier: 6980640stock
2026-03-29 21:39:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84a3b874-7480-5101-a98f-2ddac548d572 with identifier: 6980640stock to the API
2026-03-29 21:39:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:32 [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': '84a3b874-7480-5101-a98f-2ddac548d572',
'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-22',
'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-29 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276980640stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:32 [ecarstrade.be] INFO: Saving data for 6980640stock: {'created_time': 1774276731.636774, 'last_price_update_time': 1774820372.344247}
2026-03-29 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980640stock') HTTP/1.1" 204 0
2026-03-29 21:39:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6983055> (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-29 21:39:34 [ecarstrade.be] INFO: Extracting details for car 6983055stock
2026-03-29 21:39:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c55f9773-f10e-5e76-9d68-243099a81fde with identifier: 6983055stock
2026-03-29 21:39:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c55f9773-f10e-5e76-9d68-243099a81fde with scrape type 2
2026-03-29 21:39:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c55f9773-f10e-5e76-9d68-243099a81fde with scrape type 2
2026-03-29 21:39:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c55f9773-f10e-5e76-9d68-243099a81fde, identifier: 6983055stock
2026-03-29 21:39:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c55f9773-f10e-5e76-9d68-243099a81fde with identifier: 6983055stock
2026-03-29 21:39:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c55f9773-f10e-5e76-9d68-243099a81fde with identifier: 6983055stock
2026-03-29 21:39:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c55f9773-f10e-5e76-9d68-243099a81fde with identifier: 6983055stock to the API
2026-03-29 21:39:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:39:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6983055>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c55f9773-f10e-5e76-9d68-243099a81fde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6983055',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '320',
'odometer': 108585,
'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 320e Plug-In Hybrid Aut. LED-Xenon LC-Pro ACC Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Xenon LC-Pro ACC Navi Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%276983055stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:35 [ecarstrade.be] INFO: Saving data for 6983055stock: {'created_time': 1774542986.088744, 'last_price_update_time': 1774820375.276664}
2026-03-29 21:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6983055stock') HTTP/1.1" 204 0
2026-03-29 21:39:38 [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-29 21:39:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6987317stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987317stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6987317stock: 2
2026-03-29 21:39:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6988801stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988801stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6988801stock: 2
2026-03-29 21:39:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6988853stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988853stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6988853stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6989397stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276989397stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6989397stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6990858stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990858stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6990858stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6990908stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990908stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6990908stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6990940stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990940stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6990940stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6993875stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993875stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6993875stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6995995stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995995stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6995995stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6998095stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998095stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6998095stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6998108stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998108stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6998108stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6998427stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998427stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6998427stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 6861328stock
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [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-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 6861328stock: 2
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 7002818auction111054
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002818auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 7002818auction111054: 0
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 7002819auction111054
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002819auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 7002819auction111054: 0
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 7002820auction111054
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002820auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 7002820auction111054: 0
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 7002853auction111054
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002853auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 7002853auction111054: 0
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 7002913auction111054
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002913auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 7002913auction111054: 0
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 7002915auction111054
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002915auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 7002915auction111054: 0
2026-03-29 21:39:38 [ecarstrade.be] INFO: Found listing with ID: 7002916auction111054
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002916auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:38 [ecarstrade.be] INFO: Scrape type for 7002916auction111054: 0
2026-03-29 21:39:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6979306> (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-29 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-29 21:39:41 [ecarstrade.be] INFO: Extracting details for car 6979306stock
2026-03-29 21:39:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 308a5128-6340-5f4e-a62c-149f8fdc8819 with identifier: 6979306stock
2026-03-29 21:39:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 308a5128-6340-5f4e-a62c-149f8fdc8819 with scrape type 2
2026-03-29 21:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 308a5128-6340-5f4e-a62c-149f8fdc8819 with scrape type 2
2026-03-29 21:39:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 308a5128-6340-5f4e-a62c-149f8fdc8819, identifier: 6979306stock
2026-03-29 21:39:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 308a5128-6340-5f4e-a62c-149f8fdc8819 with identifier: 6979306stock
2026-03-29 21:39:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 308a5128-6340-5f4e-a62c-149f8fdc8819 with identifier: 6979306stock
2026-03-29 21:39:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 308a5128-6340-5f4e-a62c-149f8fdc8819 with identifier: 6979306stock to the API
2026-03-29 21:39:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6979306>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '308a5128-6340-5f4e-a62c-149f8fdc8819',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6979306',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 121568,
'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': 3,
'seller_name': None,
'title': 'Citroen Jumper 2.0 BlueHDI 163Hp L3H2 Comfort Navi Camera Klima PDC '
'...',
'transmission': 'manual',
'trim': '2.0 BlueHDI 163Hp L3H2 Comfort Navi Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-29 21:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:41 [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-29 21:39:41 [ecarstrade.be] INFO: Saving data for 6979306stock: {'created_time': 1774449533.693908, 'last_price_update_time': 1774820381.491818}
2026-03-29 21:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6979306stock') HTTP/1.1" 204 0
2026-03-29 21:39:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980294> (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-29 21:39:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:41 [ecarstrade.be] INFO: Extracting details for car 6980294stock
2026-03-29 21:39:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22ef2015-b596-5733-9bd5-d697f0de4a6c with identifier: 6980294stock
2026-03-29 21:39:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22ef2015-b596-5733-9bd5-d697f0de4a6c with scrape type 2
2026-03-29 21:39:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22ef2015-b596-5733-9bd5-d697f0de4a6c with scrape type 2
2026-03-29 21:39:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22ef2015-b596-5733-9bd5-d697f0de4a6c, identifier: 6980294stock
2026-03-29 21:39:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22ef2015-b596-5733-9bd5-d697f0de4a6c with identifier: 6980294stock
2026-03-29 21:39:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22ef2015-b596-5733-9bd5-d697f0de4a6c with identifier: 6980294stock
2026-03-29 21:39:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22ef2015-b596-5733-9bd5-d697f0de4a6c with identifier: 6980294stock to the API
2026-03-29 21:39:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980294>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '22ef2015-b596-5733-9bd5-d697f0de4a6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980294',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 90944,
'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': 'Yaris Cross 1.5 VVT-I Hybrid Elegant Pano Aut. LED JBL Navi 1/2 '
'Leather KeylessGo Camera Klima ...',
'transmission': 'automatic',
'trim': '1.5 VVT-I Hybrid Elegant Pano Aut. LED JBL Navi 1/2 Leather '
'KeylessGo Camera Klima ...',
'vin': None,
'year': 2022}
2026-03-29 21:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:42 [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-29 21:39:42 [ecarstrade.be] INFO: Saving data for 6980294stock: {'created_time': 1774449530.713521, 'last_price_update_time': 1774820382.121174}
2026-03-29 21:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980294stock') HTTP/1.1" 204 0
2026-03-29 21:39:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6987317> (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-29 21:39:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:46 [ecarstrade.be] INFO: Extracting details for car 6987317stock
2026-03-29 21:39:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da34511c-2198-53da-953c-06984d9ab568 with identifier: 6987317stock
2026-03-29 21:39:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da34511c-2198-53da-953c-06984d9ab568 with scrape type 2
2026-03-29 21:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da34511c-2198-53da-953c-06984d9ab568 with scrape type 2
2026-03-29 21:39:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da34511c-2198-53da-953c-06984d9ab568, identifier: 6987317stock
2026-03-29 21:39:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da34511c-2198-53da-953c-06984d9ab568 with identifier: 6987317stock
2026-03-29 21:39:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da34511c-2198-53da-953c-06984d9ab568 with identifier: 6987317stock
2026-03-29 21:39:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da34511c-2198-53da-953c-06984d9ab568 with identifier: 6987317stock to the API
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6987317>
{'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': None,
'fuel_type': 'Petrol',
'id': 'da34511c-2198-53da-953c-06984d9ab568',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6987317',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 148572,
'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 Hybrid Feel Aut. LED Head-Up Virtual ACC Navi '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDI Hybrid Feel Aut. LED Head-Up Virtual ACC Navi '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276987317stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Saving data for 6987317stock: {'created_time': 1774542988.80507, 'last_price_update_time': 1774820386.493127}
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6987317stock') HTTP/1.1" 204 0
2026-03-29 21:39:46 [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-29 21:39:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002917auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002917auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002917auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002918auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002918auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002918auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002919auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002919auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002919auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002920auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002920auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002920auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002921auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002921auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002921auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002922auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002922auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002922auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002923auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002923auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002923auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002992auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002992auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002992auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002993auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002993auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002993auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002995auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002995auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002995auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002996auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002996auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002996auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002998auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002998auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002998auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7002999auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002999auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7002999auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003001auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003001auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7003001auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003002auction111054
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003002auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:46 [ecarstrade.be] INFO: Scrape type for 7003002auction111054: 0
2026-03-29 21:39:46 [ecarstrade.be] INFO: Found listing with ID: 7003004auction111054
2026-03-29 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003004auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:47 [ecarstrade.be] INFO: Scrape type for 7003004auction111054: 0
2026-03-29 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 7003005auction111054
2026-03-29 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003005auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:47 [ecarstrade.be] INFO: Scrape type for 7003005auction111054: 0
2026-03-29 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 7003007auction111054
2026-03-29 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003007auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:47 [ecarstrade.be] INFO: Scrape type for 7003007auction111054: 0
2026-03-29 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 7003008auction111054
2026-03-29 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003008auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:47 [ecarstrade.be] INFO: Scrape type for 7003008auction111054: 0
2026-03-29 21:39:47 [ecarstrade.be] INFO: Found listing with ID: 7003009auction111054
2026-03-29 21:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003009auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:39:47 [ecarstrade.be] INFO: Scrape type for 7003009auction111054: 0
2026-03-29 21:39:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980194> (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-29 21:39:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:52 [ecarstrade.be] INFO: Extracting details for car 6980194stock
2026-03-29 21:39:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baed2d74-b13f-5087-a3d2-54bc08f674ec with identifier: 6980194stock
2026-03-29 21:39:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baed2d74-b13f-5087-a3d2-54bc08f674ec with scrape type 2
2026-03-29 21:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baed2d74-b13f-5087-a3d2-54bc08f674ec with scrape type 2
2026-03-29 21:39:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: baed2d74-b13f-5087-a3d2-54bc08f674ec, identifier: 6980194stock
2026-03-29 21:39:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: baed2d74-b13f-5087-a3d2-54bc08f674ec with identifier: 6980194stock
2026-03-29 21:39:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: baed2d74-b13f-5087-a3d2-54bc08f674ec with identifier: 6980194stock
2026-03-29 21:39:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: baed2d74-b13f-5087-a3d2-54bc08f674ec with identifier: 6980194stock to the API
2026-03-29 21:39:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980194>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'baed2d74-b13f-5087-a3d2-54bc08f674ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980194',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 116149,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-27',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 1.5 T3 Momentum Pro Aut. LED-Xenon Virtual ACC Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 T3 Momentum Pro Aut. LED-Xenon Virtual ACC Navi 1/2 '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980194stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:52 [ecarstrade.be] INFO: Saving data for 6980194stock: {'created_time': 1774629475.800585, 'last_price_update_time': 1774820392.797686}
2026-03-29 21:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980194stock') HTTP/1.1" 204 0
2026-03-29 21:39:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988853> (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-29 21:39:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:55 [ecarstrade.be] INFO: Extracting details for car 6988853stock
2026-03-29 21:39:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b68358f9-1c10-5690-8df0-581c4dc56af6 with identifier: 6988853stock
2026-03-29 21:39:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b68358f9-1c10-5690-8df0-581c4dc56af6 with scrape type 2
2026-03-29 21:39:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b68358f9-1c10-5690-8df0-581c4dc56af6 with scrape type 2
2026-03-29 21:39:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b68358f9-1c10-5690-8df0-581c4dc56af6, identifier: 6988853stock
2026-03-29 21:39:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b68358f9-1c10-5690-8df0-581c4dc56af6 with identifier: 6988853stock
2026-03-29 21:39:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b68358f9-1c10-5690-8df0-581c4dc56af6 with identifier: 6988853stock
2026-03-29 21:39:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b68358f9-1c10-5690-8df0-581c4dc56af6 with identifier: 6988853stock to the API
2026-03-29 21:39:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988853>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'b68358f9-1c10-5690-8df0-581c4dc56af6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988853',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'AC',
'model': 'BMW 218 Active Tourer',
'odometer': 71845,
'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': 'BMW 218i Active Tourer M-Sport Pano Aut. LED-Xenon Head-Up LC-Pro '
'Navi-Pro Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'BMW 218i Active Tourer M-Sport Pano Aut. LED-Xenon Head-Up LC-Pro '
'Navi-Pro Harman/Kardon Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988853stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:55 [ecarstrade.be] INFO: Saving data for 6988853stock: {'created_time': 1774542986.536977, 'last_price_update_time': 1774820395.492402}
2026-03-29 21:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988853stock') HTTP/1.1" 204 0
2026-03-29 21:39:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6980181> (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-29 21:39:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:56 [ecarstrade.be] INFO: Extracting details for car 6980181stock
2026-03-29 21:39:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daa330d6-514f-599d-969e-f08fc6842ca1 with identifier: 6980181stock
2026-03-29 21:39:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daa330d6-514f-599d-969e-f08fc6842ca1 with scrape type 2
2026-03-29 21:39:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daa330d6-514f-599d-969e-f08fc6842ca1 with scrape type 2
2026-03-29 21:39:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: daa330d6-514f-599d-969e-f08fc6842ca1, identifier: 6980181stock
2026-03-29 21:39:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: daa330d6-514f-599d-969e-f08fc6842ca1 with identifier: 6980181stock
2026-03-29 21:39:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: daa330d6-514f-599d-969e-f08fc6842ca1 with identifier: 6980181stock
2026-03-29 21:39:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: daa330d6-514f-599d-969e-f08fc6842ca1 with identifier: 6980181stock to the API
2026-03-29 21:39:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6980181>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'daa330d6-514f-599d-969e-f08fc6842ca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6980181',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 139298,
'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': 'Volkswagen Tiguan 1.5 TSI Life LED ACC Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 TSI Life LED ACC Navi Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980181stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:57 [ecarstrade.be] INFO: Saving data for 6980181stock: {'created_time': 1774629478.325318, 'last_price_update_time': 1774820397.136194}
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6980181stock') HTTP/1.1" 204 0
2026-03-29 21:39:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6989397> (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-29 21:39:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:57 [ecarstrade.be] INFO: Extracting details for car 6989397stock
2026-03-29 21:39:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71cb3e3e-e58f-5039-a44c-062b6e7b3416 with identifier: 6989397stock
2026-03-29 21:39:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71cb3e3e-e58f-5039-a44c-062b6e7b3416 with scrape type 2
2026-03-29 21:39:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71cb3e3e-e58f-5039-a44c-062b6e7b3416 with scrape type 2
2026-03-29 21:39:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71cb3e3e-e58f-5039-a44c-062b6e7b3416, identifier: 6989397stock
2026-03-29 21:39:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71cb3e3e-e58f-5039-a44c-062b6e7b3416 with identifier: 6989397stock
2026-03-29 21:39:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71cb3e3e-e58f-5039-a44c-062b6e7b3416 with identifier: 6989397stock
2026-03-29 21:39:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71cb3e3e-e58f-5039-a44c-062b6e7b3416 with identifier: 6989397stock to the API
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6989397>
{'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': None,
'fuel_type': 'Diesel',
'id': '71cb3e3e-e58f-5039-a44c-062b6e7b3416',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6989397',
'listing': 'auction',
'location': 'France - "CAT AVRIGNY"',
'make': 'Renault',
'model': 'Megane',
'odometer': 116322,
'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': 'Renault Megane 1.5 DCI LED Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 DCI LED Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276989397stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:57 [ecarstrade.be] INFO: Saving data for 6989397stock: {'created_time': 1774629520.643328, 'last_price_update_time': 1774820397.709311}
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6989397stock') HTTP/1.1" 204 0
2026-03-29 21:39:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990858> (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-29 21:39:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:39:58 [ecarstrade.be] INFO: Extracting details for car 6990858stock
2026-03-29 21:39:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 355314ec-2515-5067-bbf6-de4563e02b99 with identifier: 6990858stock
2026-03-29 21:39:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 355314ec-2515-5067-bbf6-de4563e02b99 with scrape type 2
2026-03-29 21:39:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 355314ec-2515-5067-bbf6-de4563e02b99 with scrape type 2
2026-03-29 21:39:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 355314ec-2515-5067-bbf6-de4563e02b99, identifier: 6990858stock
2026-03-29 21:39:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 355314ec-2515-5067-bbf6-de4563e02b99 with identifier: 6990858stock
2026-03-29 21:39:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 355314ec-2515-5067-bbf6-de4563e02b99 with identifier: 6990858stock
2026-03-29 21:39:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 355314ec-2515-5067-bbf6-de4563e02b99 with identifier: 6990858stock to the API
2026-03-29 21:39:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:39: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-29 21:39:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990858>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '355314ec-2515-5067-bbf6-de4563e02b99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990858',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'Q3',
'odometer': 34627,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 Sportback 1.4 45 TFSIe Plug-In Hybrid Aut. LED Virtual Navi '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSIe Plug-In Hybrid Aut. LED Virtual Navi '
'Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990858stock%27 HTTP/1.1" 200 None
2026-03-29 21:39:58 [ecarstrade.be] INFO: Saving data for 6990858stock: {'created_time': 1774629517.339051, 'last_price_update_time': 1774820398.986739}
2026-03-29 21:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990858stock') HTTP/1.1" 204 0
2026-03-29 21:40:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6978774> (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-29 21:40:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:40:01 [ecarstrade.be] INFO: Extracting details for car 6978774stock
2026-03-29 21:40:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-29 21:40:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e901a27c-1008-5414-accc-4eb57fe17405 with scrape type 2
2026-03-29 21:40:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e901a27c-1008-5414-accc-4eb57fe17405 with scrape type 2
2026-03-29 21:40:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e901a27c-1008-5414-accc-4eb57fe17405, identifier: 6978774stock
2026-03-29 21:40:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-29 21:40:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock
2026-03-29 21:40:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e901a27c-1008-5414-accc-4eb57fe17405 with identifier: 6978774stock to the API
2026-03-29 21:40:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:02 [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-29 21:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:02 [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-29 21:40:02 [ecarstrade.be] INFO: Saving data for 6978774stock: {'created_time': 1774276732.759795, 'last_price_update_time': 1774820402.096602}
2026-03-29 21:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6978774stock') HTTP/1.1" 204 0
2026-03-29 21:40:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990908> (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-29 21:40:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:40:02 [ecarstrade.be] INFO: Extracting details for car 6990908stock
2026-03-29 21:40:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36aa7cbe-fc7c-5f5d-814a-3f698900c541 with identifier: 6990908stock
2026-03-29 21:40:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36aa7cbe-fc7c-5f5d-814a-3f698900c541 with scrape type 2
2026-03-29 21:40:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36aa7cbe-fc7c-5f5d-814a-3f698900c541 with scrape type 2
2026-03-29 21:40:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36aa7cbe-fc7c-5f5d-814a-3f698900c541, identifier: 6990908stock
2026-03-29 21:40:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36aa7cbe-fc7c-5f5d-814a-3f698900c541 with identifier: 6990908stock
2026-03-29 21:40:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36aa7cbe-fc7c-5f5d-814a-3f698900c541 with identifier: 6990908stock
2026-03-29 21:40:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36aa7cbe-fc7c-5f5d-814a-3f698900c541 with identifier: 6990908stock to the API
2026-03-29 21:40:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990908>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '36aa7cbe-fc7c-5f5d-814a-3f698900c541',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990908',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 108007,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.5 BlueHDi Allure LED I-Cockpit Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 BlueHDi Allure LED I-Cockpit Navi 1/2 Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990908stock%27 HTTP/1.1" 200 None
2026-03-29 21:40:02 [ecarstrade.be] INFO: Saving data for 6990908stock: {'created_time': 1774629521.849258, 'last_price_update_time': 1774820402.690326}
2026-03-29 21:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990908stock') HTTP/1.1" 204 0
2026-03-29 21:40:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6969942> (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-29 21:40:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:40:04 [ecarstrade.be] INFO: Extracting details for car 6969942stock
2026-03-29 21:40:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b292ecc-edcc-5b4b-a7fc-11a08e46e421 with identifier: 6969942stock
2026-03-29 21:40:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b292ecc-edcc-5b4b-a7fc-11a08e46e421 with scrape type 2
2026-03-29 21:40:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b292ecc-edcc-5b4b-a7fc-11a08e46e421 with scrape type 2
2026-03-29 21:40:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b292ecc-edcc-5b4b-a7fc-11a08e46e421, identifier: 6969942stock
2026-03-29 21:40:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b292ecc-edcc-5b4b-a7fc-11a08e46e421 with identifier: 6969942stock
2026-03-29 21:40:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b292ecc-edcc-5b4b-a7fc-11a08e46e421 with identifier: 6969942stock
2026-03-29 21:40:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b292ecc-edcc-5b4b-a7fc-11a08e46e421 with identifier: 6969942stock to the API
2026-03-29 21:40:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6969942>
{'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': None,
'fuel_type': 'Diesel',
'id': '1b292ecc-edcc-5b4b-a7fc-11a08e46e421',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6969942',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Megane',
'odometer': 145704,
'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': 'Renault Megane 1.5 DCI LED Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': '1.5 DCI LED Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:05 [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-29 21:40:05 [ecarstrade.be] INFO: Saving data for 6969942stock: {'created_time': 1774042682.235003, 'last_price_update_time': 1774820405.637731}
2026-03-29 21:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6969942stock') HTTP/1.1" 204 0
2026-03-29 21:40:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6861328> (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-29 21:40:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:40:05 [ecarstrade.be] INFO: Extracting details for car 6861328stock
2026-03-29 21:40:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ef4fcd7-47dd-5d42-9d05-fd64223498f9 with identifier: 6861328stock
2026-03-29 21:40:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ef4fcd7-47dd-5d42-9d05-fd64223498f9 with scrape type 2
2026-03-29 21:40:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ef4fcd7-47dd-5d42-9d05-fd64223498f9 with scrape type 2
2026-03-29 21:40:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ef4fcd7-47dd-5d42-9d05-fd64223498f9, identifier: 6861328stock
2026-03-29 21:40:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ef4fcd7-47dd-5d42-9d05-fd64223498f9 with identifier: 6861328stock
2026-03-29 21:40:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ef4fcd7-47dd-5d42-9d05-fd64223498f9 with identifier: 6861328stock
2026-03-29 21:40:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ef4fcd7-47dd-5d42-9d05-fd64223498f9 with identifier: 6861328stock to the API
2026-03-29 21:40:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6861328>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '9ef4fcd7-47dd-5d42-9d05-fd64223498f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6861328',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 56480,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-11',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Sandero Stepway 0.9 TCe 90Hp Navi Klima PDC ...',
'transmission': 'manual',
'trim': 'Stepway 0.9 TCe 90Hp Navi Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-29 21:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:06 [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-29 21:40:06 [ecarstrade.be] INFO: Saving data for 6861328stock: {'created_time': 1772673657.441507, 'last_price_update_time': 1774820406.903082}
2026-03-29 21:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6861328stock') HTTP/1.1" 204 0
2026-03-29 21:40:06 [scrapy.extensions.logstats] INFO: Crawled 347 pages (at 26 pages/min), scraped 322 items (at 24 items/min)
2026-03-29 21:40:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 287MiB
2026-03-29 21:40:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6988801> (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-29 21:40:07 [ecarstrade.be] INFO: Extracting details for car 6988801stock
2026-03-29 21:40:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a6d07e3-7c4b-5df8-b952-e159ade127a4 with identifier: 6988801stock
2026-03-29 21:40:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a6d07e3-7c4b-5df8-b952-e159ade127a4 with scrape type 2
2026-03-29 21:40:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a6d07e3-7c4b-5df8-b952-e159ade127a4 with scrape type 2
2026-03-29 21:40:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a6d07e3-7c4b-5df8-b952-e159ade127a4, identifier: 6988801stock
2026-03-29 21:40:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a6d07e3-7c4b-5df8-b952-e159ade127a4 with identifier: 6988801stock
2026-03-29 21:40:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a6d07e3-7c4b-5df8-b952-e159ade127a4 with identifier: 6988801stock
2026-03-29 21:40:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a6d07e3-7c4b-5df8-b952-e159ade127a4 with identifier: 6988801stock to the API
2026-03-29 21:40:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6988801>
{'auction_title': '',
'c_o_2_emission_value': 211,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2a6d07e3-7c4b-5df8-b952-e159ade127a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6988801',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Ford',
'model': 'Transit',
'odometer': 107549,
'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': 3,
'seller_name': None,
'title': 'Ford Transit 2.0 TDCI T310 L2H2 Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 TDCI T310 L2H2 Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988801stock%27 HTTP/1.1" 200 None
2026-03-29 21:40:10 [ecarstrade.be] INFO: Saving data for 6988801stock: {'created_time': 1774542989.832592, 'last_price_update_time': 1774820410.449433}
2026-03-29 21:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6988801stock') HTTP/1.1" 204 0
2026-03-29 21:40:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998427> (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-29 21:40:10 [ecarstrade.be] INFO: Extracting details for car 6998427stock
2026-03-29 21:40:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff4a645e-d0a4-5389-b3fb-346700395721 with identifier: 6998427stock
2026-03-29 21:40:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff4a645e-d0a4-5389-b3fb-346700395721 with scrape type 2
2026-03-29 21:40:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff4a645e-d0a4-5389-b3fb-346700395721 with scrape type 2
2026-03-29 21:40:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff4a645e-d0a4-5389-b3fb-346700395721, identifier: 6998427stock
2026-03-29 21:40:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff4a645e-d0a4-5389-b3fb-346700395721 with identifier: 6998427stock
2026-03-29 21:40:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff4a645e-d0a4-5389-b3fb-346700395721 with identifier: 6998427stock
2026-03-29 21:40:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff4a645e-d0a4-5389-b3fb-346700395721 with identifier: 6998427stock to the API
2026-03-29 21:40:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998427>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'ff4a645e-d0a4-5389-b3fb-346700395721',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998427',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C4',
'odometer': 84916,
'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': 'Citroen C4 X 1.2 PureTech Feel Aut. LED Virtual Display 1/2 Leather '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'X 1.2 PureTech Feel Aut. LED Virtual Display 1/2 Leather Camera '
'Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998427stock%27 HTTP/1.1" 200 None
2026-03-29 21:40:12 [ecarstrade.be] INFO: Saving data for 6998427stock: {'created_time': 1774629524.269191, 'last_price_update_time': 1774820412.056201}
2026-03-29 21:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998427stock') HTTP/1.1" 204 0
2026-03-29 21:40:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993875> (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-29 21:40:13 [ecarstrade.be] INFO: Extracting details for car 6993875stock
2026-03-29 21:40:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df68d1f5-6368-59ad-86a3-ea71c083ddc7 with identifier: 6993875stock
2026-03-29 21:40:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df68d1f5-6368-59ad-86a3-ea71c083ddc7 with scrape type 2
2026-03-29 21:40:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df68d1f5-6368-59ad-86a3-ea71c083ddc7 with scrape type 2
2026-03-29 21:40:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df68d1f5-6368-59ad-86a3-ea71c083ddc7, identifier: 6993875stock
2026-03-29 21:40:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df68d1f5-6368-59ad-86a3-ea71c083ddc7 with identifier: 6993875stock
2026-03-29 21:40:14 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:40:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df68d1f5-6368-59ad-86a3-ea71c083ddc7 with identifier: 6993875stock
2026-03-29 21:40:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df68d1f5-6368-59ad-86a3-ea71c083ddc7 with identifier: 6993875stock to the API
2026-03-29 21:40:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993875>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'df68d1f5-6368-59ad-86a3-ea71c083ddc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993875',
'listing': 'auction',
'location': 'France - "WALON BOUCHAIN"',
'make': 'Peugeot',
'model': '5008',
'odometer': 174234,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDI GT-Line 7PL LED-Xenon I-Cockpit Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 BlueHDI GT-Line 7PL LED-Xenon I-Cockpit Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-29 21:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993875stock%27 HTTP/1.1" 200 None
2026-03-29 21:40:14 [ecarstrade.be] INFO: Saving data for 6993875stock: {'created_time': 1774629520.085228, 'last_price_update_time': 1774820414.485224}
2026-03-29 21:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993875stock') HTTP/1.1" 204 0
2026-03-29 21:40:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6995995> (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-29 21:40:14 [ecarstrade.be] INFO: Extracting details for car 6995995stock
2026-03-29 21:40:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d07fea6-ebc4-5157-bd7d-712c236db894 with identifier: 6995995stock
2026-03-29 21:40:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d07fea6-ebc4-5157-bd7d-712c236db894 with scrape type 2
2026-03-29 21:40:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d07fea6-ebc4-5157-bd7d-712c236db894 with scrape type 2
2026-03-29 21:40:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d07fea6-ebc4-5157-bd7d-712c236db894, identifier: 6995995stock
2026-03-29 21:40:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d07fea6-ebc4-5157-bd7d-712c236db894 with identifier: 6995995stock
2026-03-29 21:40:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d07fea6-ebc4-5157-bd7d-712c236db894 with identifier: 6995995stock
2026-03-29 21:40:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d07fea6-ebc4-5157-bd7d-712c236db894 with identifier: 6995995stock to the API
2026-03-29 21:40:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6995995>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1d07fea6-ebc4-5157-bd7d-712c236db894',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6995995',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 142338,
'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 GLA 250e Aut. LED-Xenon Widescreen Ambient Navi 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Aut. LED-Xenon Widescreen Ambient Navi 1/2 Sport-Leather KeylessGo '
'Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-29 21:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995995stock%27 HTTP/1.1" 200 None
2026-03-29 21:40:15 [ecarstrade.be] INFO: Saving data for 6995995stock: {'created_time': 1774629517.881093, 'last_price_update_time': 1774820415.322369}
2026-03-29 21:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6995995stock') HTTP/1.1" 204 0
2026-03-29 21:40:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998095> (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-29 21:40:16 [ecarstrade.be] INFO: Extracting details for car 6998095stock
2026-03-29 21:40:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25d2aeb8-ae9e-53f7-b053-d9e29fdf48f7 with identifier: 6998095stock
2026-03-29 21:40:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25d2aeb8-ae9e-53f7-b053-d9e29fdf48f7 with scrape type 2
2026-03-29 21:40:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25d2aeb8-ae9e-53f7-b053-d9e29fdf48f7 with scrape type 2
2026-03-29 21:40:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25d2aeb8-ae9e-53f7-b053-d9e29fdf48f7, identifier: 6998095stock
2026-03-29 21:40:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25d2aeb8-ae9e-53f7-b053-d9e29fdf48f7 with identifier: 6998095stock
2026-03-29 21:40:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25d2aeb8-ae9e-53f7-b053-d9e29fdf48f7 with identifier: 6998095stock
2026-03-29 21:40:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25d2aeb8-ae9e-53f7-b053-d9e29fdf48f7 with identifier: 6998095stock to the API
2026-03-29 21:40:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998095>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '25d2aeb8-ae9e-53f7-b053-d9e29fdf48f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998095',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Mazda',
'model': 'CX-60',
'odometer': 117064,
'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': 'Mazda CX-60 2.5i E-Skyactive Plug-In Hybrid Homura AWD Aut. '
'LED-Xenon Virtual Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.5i E-Skyactive Plug-In Hybrid Homura AWD Aut. LED-Xenon Virtual '
'Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998095stock%27 HTTP/1.1" 200 None
2026-03-29 21:40:16 [ecarstrade.be] INFO: Saving data for 6998095stock: {'created_time': 1774629565.357974, 'last_price_update_time': 1774820416.475607}
2026-03-29 21:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998095stock') HTTP/1.1" 204 0
2026-03-29 21:40:17 [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-29 21:40:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:40:17 [ecarstrade.be] INFO: Found listing with ID: 7003103auction111054
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003103auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:17 [ecarstrade.be] INFO: Scrape type for 7003103auction111054: 0
2026-03-29 21:40:17 [ecarstrade.be] INFO: Found listing with ID: 7003212auction111054
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003212auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:17 [ecarstrade.be] INFO: Scrape type for 7003212auction111054: 0
2026-03-29 21:40:17 [ecarstrade.be] INFO: Found listing with ID: 7003213auction111054
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003213auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:17 [ecarstrade.be] INFO: Scrape type for 7003213auction111054: 0
2026-03-29 21:40:17 [ecarstrade.be] INFO: Found listing with ID: 7003214auction111054
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003214auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:17 [ecarstrade.be] INFO: Scrape type for 7003214auction111054: 0
2026-03-29 21:40:17 [ecarstrade.be] INFO: Found listing with ID: 7003215auction111054
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003215auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:17 [ecarstrade.be] INFO: Scrape type for 7003215auction111054: 0
2026-03-29 21:40:17 [ecarstrade.be] INFO: Found listing with ID: 7003217auction111054
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003217auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:17 [ecarstrade.be] INFO: Scrape type for 7003217auction111054: 0
2026-03-29 21:40:17 [ecarstrade.be] INFO: Found listing with ID: 7003277auction111054
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003277auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:17 [ecarstrade.be] INFO: Scrape type for 7003277auction111054: 0
2026-03-29 21:40:17 [ecarstrade.be] INFO: Found listing with ID: 7003359auction111054
2026-03-29 21:40:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003359auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7003359auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7003361auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003361auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7003361auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7003553auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003553auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7003553auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7003668auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003668auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7003668auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7003669auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003669auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7003669auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7004533auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004533auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7004533auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7004534auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004534auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7004534auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7004535auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004535auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7004535auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7004536auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004536auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7004536auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7004537auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004537auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7004537auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7004538auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004538auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7004538auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7004546auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004546auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7004546auction111054: 0
2026-03-29 21:40:18 [ecarstrade.be] INFO: Found listing with ID: 7004547auction111054
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004547auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:18 [ecarstrade.be] INFO: Scrape type for 7004547auction111054: 0
2026-03-29 21:40:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:40:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6990940> (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-29 21:40:20 [ecarstrade.be] INFO: Extracting details for car 6990940stock
2026-03-29 21:40:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a1d35f0-2978-540d-8a95-4edb8e0ba023 with identifier: 6990940stock
2026-03-29 21:40:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a1d35f0-2978-540d-8a95-4edb8e0ba023 with scrape type 2
2026-03-29 21:40:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a1d35f0-2978-540d-8a95-4edb8e0ba023 with scrape type 2
2026-03-29 21:40:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a1d35f0-2978-540d-8a95-4edb8e0ba023, identifier: 6990940stock
2026-03-29 21:40:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a1d35f0-2978-540d-8a95-4edb8e0ba023 with identifier: 6990940stock
2026-03-29 21:40:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a1d35f0-2978-540d-8a95-4edb8e0ba023 with identifier: 6990940stock
2026-03-29 21:40:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a1d35f0-2978-540d-8a95-4edb8e0ba023 with identifier: 6990940stock to the API
2026-03-29 21:40:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6990940>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '5a1d35f0-2978-540d-8a95-4edb8e0ba023',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6990940',
'listing': 'auction',
'location': 'Belgium - "Machelen"',
'make': 'Volvo',
'model': 'V60',
'odometer': 139542,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-21',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V60 2.0 D3 Aut. Pano LED-Xenon Virtual ACC Navi Sport-Leather '
'KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 D3 Aut. Pano LED-Xenon Virtual ACC Navi Sport-Leather KeylessGo '
'Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-29 21:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990940stock%27 HTTP/1.1" 200 None
2026-03-29 21:40:21 [ecarstrade.be] INFO: Saving data for 6990940stock: {'created_time': 1774629521.090257, 'last_price_update_time': 1774820421.266124}
2026-03-29 21:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6990940stock') HTTP/1.1" 204 0
2026-03-29 21:40:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6998108> (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-29 21:40:36 [ecarstrade.be] INFO: Extracting details for car 6998108stock
2026-03-29 21:40:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2db1cecc-1c17-5af7-948c-4bd47408dff7 with identifier: 6998108stock
2026-03-29 21:40:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2db1cecc-1c17-5af7-948c-4bd47408dff7 with scrape type 2
2026-03-29 21:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2db1cecc-1c17-5af7-948c-4bd47408dff7 with scrape type 2
2026-03-29 21:40:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2db1cecc-1c17-5af7-948c-4bd47408dff7, identifier: 6998108stock
2026-03-29 21:40:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2db1cecc-1c17-5af7-948c-4bd47408dff7 with identifier: 6998108stock
2026-03-29 21:40:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2db1cecc-1c17-5af7-948c-4bd47408dff7 with identifier: 6998108stock
2026-03-29 21:40:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2db1cecc-1c17-5af7-948c-4bd47408dff7 with identifier: 6998108stock to the API
2026-03-29 21:40:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:40: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-29 21:40:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6998108>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2db1cecc-1c17-5af7-948c-4bd47408dff7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6998108',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Mazda',
'model': 'CX-60',
'odometer': 104033,
'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': 'Mazda CX-60 2.5i E-Skyactive Plug-In Hybrid Homura AWD Aut. '
'LED-Xenon Virtual Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.5i E-Skyactive Plug-In Hybrid Homura AWD Aut. LED-Xenon Virtual '
'Navi-Pro Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-29 21:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998108stock%27 HTTP/1.1" 200 None
2026-03-29 21:40:37 [ecarstrade.be] INFO: Saving data for 6998108stock: {'created_time': 1774629523.772522, 'last_price_update_time': 1774820437.243535}
2026-03-29 21:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6998108stock') HTTP/1.1" 204 0
2026-03-29 21:40:51 [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-29 21:40:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7004548auction111054
2026-03-29 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004548auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:51 [ecarstrade.be] INFO: Scrape type for 7004548auction111054: 0
2026-03-29 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7004815auction111054
2026-03-29 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004815auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:51 [ecarstrade.be] INFO: Scrape type for 7004815auction111054: 0
2026-03-29 21:40:51 [ecarstrade.be] INFO: Found listing with ID: 7004818auction111054
2026-03-29 21:40:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004818auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7004818auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7004820auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004820auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7004820auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7004974auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004974auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7004974auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005180auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005180auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005180auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005182auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005182auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005182auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005183auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005183auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005183auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005186auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005186auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005186auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005222auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005222auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005222auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005223auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005223auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005223auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005224auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005224auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005224auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005225auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005225auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005225auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005280auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005280auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005280auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005469auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005469auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005469auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005470auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005470auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005470auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005471auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005471auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005471auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005545auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005545auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005545auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005810auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005810auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005810auction111054: 0
2026-03-29 21:40:52 [ecarstrade.be] INFO: Found listing with ID: 7005813auction111054
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:40:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005813auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:40:52 [ecarstrade.be] INFO: Scrape type for 7005813auction111054: 0
2026-03-29 21:40:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:04 [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-29 21:41:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7006503auction111054
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006503auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7006503auction111054: 0
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7006504auction111054
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006504auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7006504auction111054: 0
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7006786auction111054
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006786auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7006786auction111054: 0
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7006787auction111054
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277006787auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7006787auction111054: 0
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7007001auction111054
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007001auction111054%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7007001auction111054: 0
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009935auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009935auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009935auction111137: 2
2026-03-29 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-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7010004auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010004auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7010004auction111137: 2
2026-03-29 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-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009929auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009929auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009929auction111137: 2
2026-03-29 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-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009912auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009912auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009912auction111137: 2
2026-03-29 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-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009882auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009882auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009882auction111137: 2
2026-03-29 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-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009881auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009881auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009881auction111137: 2
2026-03-29 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-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009861auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009861auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009861auction111137: 2
2026-03-29 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-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009885auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009885auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009885auction111137: 2
2026-03-29 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-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009886auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009886auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009886auction111137: 2
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009877auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009877auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009877auction111137: 2
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009927auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009927auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009927auction111137: 2
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009897auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009897auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009897auction111137: 2
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009865auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009865auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009865auction111137: 2
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009920auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009920auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009920auction111137: 2
2026-03-29 21:41:05 [ecarstrade.be] INFO: Found listing with ID: 7009989auction111137
2026-03-29 21:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009989auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:05 [ecarstrade.be] INFO: Scrape type for 7009989auction111137: 2
2026-03-29 21:41:06 [scrapy.extensions.logstats] INFO: Crawled 357 pages (at 10 pages/min), scraped 329 items (at 7 items/min)
2026-03-29 21:41:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:41:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009912> (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-29 21:41:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:11 [ecarstrade.be] INFO: Extracting details for car 7009912auction111137
2026-03-29 21:41:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90270f41-ac0c-517b-849d-b112327e0d54 with identifier: 7009912auction111137
2026-03-29 21:41:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90270f41-ac0c-517b-849d-b112327e0d54 with scrape type 2
2026-03-29 21:41:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90270f41-ac0c-517b-849d-b112327e0d54 with scrape type 2
2026-03-29 21:41:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 90270f41-ac0c-517b-849d-b112327e0d54, identifier: 7009912auction111137
2026-03-29 21:41:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 90270f41-ac0c-517b-849d-b112327e0d54 with identifier: 7009912auction111137
2026-03-29 21:41:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 90270f41-ac0c-517b-849d-b112327e0d54 with identifier: 7009912auction111137
2026-03-29 21:41:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 90270f41-ac0c-517b-849d-b112327e0d54 with identifier: 7009912auction111137 to the API
2026-03-29 21:41:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009912>
{'auction_title': '',
'c_o_2_emission_value': 229,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '90270f41-ac0c-517b-849d-b112327e0d54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009912',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 159910,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Velar P300 2.0 R-Dynamic S 5d',
'transmission': 'automatic',
'trim': 'P300 2.0 R-Dynamic S 5d',
'vin': None,
'year': 2019}
2026-03-29 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009912auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:12 [ecarstrade.be] INFO: Saving data for 7009912auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623963.43852, 'last_price_update_time': 1774820472.098986}
2026-03-29 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009912auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009882> (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-29 21:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:12 [ecarstrade.be] INFO: Extracting details for car 7009882auction111137
2026-03-29 21:41:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 7009882auction111137
2026-03-29 21:41:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6e180ab-80a9-5acb-8fb9-1418739a7c8c with scrape type 2
2026-03-29 21:41:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6e180ab-80a9-5acb-8fb9-1418739a7c8c with scrape type 2
2026-03-29 21:41:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6e180ab-80a9-5acb-8fb9-1418739a7c8c, identifier: 7009882auction111137
2026-03-29 21:41:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 7009882auction111137
2026-03-29 21:41:12 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:41:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 7009882auction111137
2026-03-29 21:41:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 7009882auction111137 to the API
2026-03-29 21:41:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009882>
{'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-30T10:10:00Z',
'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/7009882',
'listing': 'auction',
'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-29 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009882auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:12 [ecarstrade.be] INFO: Saving data for 7009882auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623961.556181, 'last_price_update_time': 1774820472.783391}
2026-03-29 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009882auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009929> (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-29 21:41:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:12 [ecarstrade.be] INFO: Extracting details for car 7009929auction111137
2026-03-29 21:41:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with identifier: 7009929auction111137
2026-03-29 21:41:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with scrape type 2
2026-03-29 21:41:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with scrape type 2
2026-03-29 21:41:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4, identifier: 7009929auction111137
2026-03-29 21:41:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with identifier: 7009929auction111137
2026-03-29 21:41:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with identifier: 7009929auction111137
2026-03-29 21:41:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with identifier: 7009929auction111137 to the API
2026-03-29 21:41:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009929>
{'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-30T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '1071ee6d-a7b5-5010-b188-1b7d1a608cc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009929',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLE 350',
'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 de 4MATIC Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-29 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009929auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:13 [ecarstrade.be] INFO: Saving data for 7009929auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623934.358886, 'last_price_update_time': 1774820473.328835}
2026-03-29 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009929auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009935> (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-29 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-29 21:41:13 [ecarstrade.be] INFO: Extracting details for car 7009935auction111137
2026-03-29 21:41:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with identifier: 7009935auction111137
2026-03-29 21:41:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with scrape type 2
2026-03-29 21:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with scrape type 2
2026-03-29 21:41:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c, identifier: 7009935auction111137
2026-03-29 21:41:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with identifier: 7009935auction111137
2026-03-29 21:41:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with identifier: 7009935auction111137
2026-03-29 21:41:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with identifier: 7009935auction111137 to the API
2026-03-29 21:41:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009935>
{'auction_title': '',
'c_o_2_emission_value': 221,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009935',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Other',
'odometer': 64104,
'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': 4,
'seller_name': None,
'title': 'MERCEDES AMG GT 4D - 2021 435 53 4-Matic+ 5d',
'transmission': 'automatic',
'trim': 'MERCEDES AMG GT 4D - 2021 435 53 4-Matic+ 5d',
'vin': None,
'year': 2023}
2026-03-29 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009935auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:13 [ecarstrade.be] INFO: Saving data for 7009935auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623961.975711, 'last_price_update_time': 1774820473.991791}
2026-03-29 21:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009935auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009861> (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-29 21:41:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:14 [ecarstrade.be] INFO: Extracting details for car 7009861auction111137
2026-03-29 21:41:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with identifier: 7009861auction111137
2026-03-29 21:41:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with scrape type 2
2026-03-29 21:41:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with scrape type 2
2026-03-29 21:41:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd, identifier: 7009861auction111137
2026-03-29 21:41:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with identifier: 7009861auction111137
2026-03-29 21:41:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with identifier: 7009861auction111137
2026-03-29 21:41:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with identifier: 7009861auction111137 to the API
2026-03-29 21:41:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009861>
{'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-30T10:10:00Z',
'fuel_type': 'Electric',
'id': 'd82caf2b-8f27-5c2d-825d-5868c0bfd5fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009861',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 161019,
'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 E-Tron Sportback 55 Quattro S-Line 5d',
'transmission': 'automatic',
'trim': 'E-Tron Sportback 55 Quattro S-Line 5d',
'vin': None,
'year': 2022}
2026-03-29 21:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009861auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:14 [ecarstrade.be] INFO: Saving data for 7009861auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623933.82882, 'last_price_update_time': 1774820474.51189}
2026-03-29 21:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009861auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009927> (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-29 21:41:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:20 [ecarstrade.be] INFO: Extracting details for car 7009927auction111137
2026-03-29 21:41:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46403feb-db96-5ca5-99b7-dc642a78967a with identifier: 7009927auction111137
2026-03-29 21:41:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46403feb-db96-5ca5-99b7-dc642a78967a with scrape type 2
2026-03-29 21:41:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46403feb-db96-5ca5-99b7-dc642a78967a with scrape type 2
2026-03-29 21:41:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46403feb-db96-5ca5-99b7-dc642a78967a, identifier: 7009927auction111137
2026-03-29 21:41:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46403feb-db96-5ca5-99b7-dc642a78967a with identifier: 7009927auction111137
2026-03-29 21:41:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46403feb-db96-5ca5-99b7-dc642a78967a with identifier: 7009927auction111137
2026-03-29 21:41:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46403feb-db96-5ca5-99b7-dc642a78967a with identifier: 7009927auction111137 to the API
2026-03-29 21:41:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009927>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '46403feb-db96-5ca5-99b7-dc642a78967a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009927',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 149173,
'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': 'Mercedes-Benz GLB GLB 180 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLB d Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-29 21:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009927auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:20 [ecarstrade.be] INFO: Saving data for 7009927auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623933.343855, 'last_price_update_time': 1774820480.952955}
2026-03-29 21:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009927auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009886> (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-29 21:41:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:21 [ecarstrade.be] INFO: Extracting details for car 7009886auction111137
2026-03-29 21:41:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with identifier: 7009886auction111137
2026-03-29 21:41:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with scrape type 2
2026-03-29 21:41:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with scrape type 2
2026-03-29 21:41:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a4691b4-52a1-5cd8-91a0-4072f1862af6, identifier: 7009886auction111137
2026-03-29 21:41:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with identifier: 7009886auction111137
2026-03-29 21:41:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with identifier: 7009886auction111137
2026-03-29 21:41:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with identifier: 7009886auction111137 to the API
2026-03-29 21:41:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009886>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '9a4691b4-52a1-5cd8-91a0-4072f1862af6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009886',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '518',
'odometer': 149042,
'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, BMW 5 Reeks Berline 518d 110kW Aut. 4d",
'transmission': 'automatic',
'trim': ", 5-serie FL'20, 5 Reeks Berline d 110kW Aut. 4d",
'vin': None,
'year': 2022}
2026-03-29 21:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009886auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:22 [ecarstrade.be] INFO: Saving data for 7009886auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623932.722077, 'last_price_update_time': 1774820482.393269}
2026-03-29 21:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009886auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010004> (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-29 21:41:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:23 [ecarstrade.be] INFO: Extracting details for car 7010004auction111137
2026-03-29 21:41:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd040a15-d927-5b42-acd5-b370c70743c4 with identifier: 7010004auction111137
2026-03-29 21:41:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd040a15-d927-5b42-acd5-b370c70743c4 with scrape type 2
2026-03-29 21:41:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd040a15-d927-5b42-acd5-b370c70743c4 with scrape type 2
2026-03-29 21:41:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd040a15-d927-5b42-acd5-b370c70743c4, identifier: 7010004auction111137
2026-03-29 21:41:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd040a15-d927-5b42-acd5-b370c70743c4 with identifier: 7010004auction111137
2026-03-29 21:41:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd040a15-d927-5b42-acd5-b370c70743c4 with identifier: 7010004auction111137
2026-03-29 21:41:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd040a15-d927-5b42-acd5-b370c70743c4 with identifier: 7010004auction111137 to the API
2026-03-29 21:41:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010004>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cd040a15-d927-5b42-acd5-b370c70743c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010004',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 181528,
'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': 7,
'seller_name': None,
'title': "Volvo, XC90 FL'20 PHEV, Volvo XC90 2.0 T8 4WD Plus Dark Aut. 5d",
'transmission': 'automatic',
'trim': ", FL'20 PHEV, 2.0 T8 4WD Plus Dark Aut. 5d",
'vin': None,
'year': 2023}
2026-03-29 21:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010004auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:23 [ecarstrade.be] INFO: Saving data for 7010004auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623955.689532, 'last_price_update_time': 1774820483.697176}
2026-03-29 21:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010004auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:29 [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-29 21:41:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009930auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009930auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009930auction111137: 2
2026-03-29 21:41:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009926auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009926auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009926auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009928auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009928auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009928auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009998auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009998auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009998auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7010000auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010000auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7010000auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009916auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009916auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009916auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009862auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009862auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009862auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009907auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009907auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009907auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009975auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009975auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009975auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009924auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009924auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009924auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009875auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009875auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009875auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009909auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009909auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009909auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7010005auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010005auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7010005auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009947auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009947auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009947auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009923auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009923auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009923auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009956auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009956auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009956auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009880auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009880auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009880auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009955auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009955auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009955auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7009962auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009962auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7009962auction111137: 2
2026-03-29 21:41:29 [ecarstrade.be] INFO: Found listing with ID: 7010003auction111137
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010003auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:29 [ecarstrade.be] INFO: Scrape type for 7010003auction111137: 2
2026-03-29 21:41:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009881> (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-29 21:41:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:30 [ecarstrade.be] INFO: Extracting details for car 7009881auction111137
2026-03-29 21:41:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acdd1361-99d5-573d-ab88-b1f378e8ca50 with identifier: 7009881auction111137
2026-03-29 21:41:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acdd1361-99d5-573d-ab88-b1f378e8ca50 with scrape type 2
2026-03-29 21:41:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acdd1361-99d5-573d-ab88-b1f378e8ca50 with scrape type 2
2026-03-29 21:41:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acdd1361-99d5-573d-ab88-b1f378e8ca50, identifier: 7009881auction111137
2026-03-29 21:41:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acdd1361-99d5-573d-ab88-b1f378e8ca50 with identifier: 7009881auction111137
2026-03-29 21:41:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acdd1361-99d5-573d-ab88-b1f378e8ca50 with identifier: 7009881auction111137
2026-03-29 21:41:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acdd1361-99d5-573d-ab88-b1f378e8ca50 with identifier: 7009881auction111137 to the API
2026-03-29 21:41:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009881>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Other',
'id': 'acdd1361-99d5-573d-ab88-b1f378e8ca50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009881',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '330',
'odometer': 151609,
'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': 'BMW 3 Reeks Touring 330e (215 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring e (215 kW) 5d',
'vin': None,
'year': 2023}
2026-03-29 21:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009881auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:30 [ecarstrade.be] INFO: Saving data for 7009881auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623948.48146, 'last_price_update_time': 1774820490.718621}
2026-03-29 21:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009881auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009885> (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-29 21:41:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:30 [ecarstrade.be] INFO: Extracting details for car 7009885auction111137
2026-03-29 21:41:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 7009885auction111137
2026-03-29 21:41:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with scrape type 2
2026-03-29 21:41:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with scrape type 2
2026-03-29 21:41:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4, identifier: 7009885auction111137
2026-03-29 21:41:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 7009885auction111137
2026-03-29 21:41:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 7009885auction111137
2026-03-29 21:41:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 7009885auction111137 to the API
2026-03-29 21:41:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009885>
{'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-30T10:10:00Z',
'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/7009885',
'listing': 'auction',
'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-29 21:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009885auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:31 [ecarstrade.be] INFO: Saving data for 7009885auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623932.237731, 'last_price_update_time': 1774820491.911362}
2026-03-29 21:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009885auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009897> (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-29 21:41:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:33 [ecarstrade.be] INFO: Extracting details for car 7009897auction111137
2026-03-29 21:41:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 7009897auction111137
2026-03-29 21:41:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7791ba86-d629-58dd-b502-90789f4ca9fb with scrape type 2
2026-03-29 21:41:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7791ba86-d629-58dd-b502-90789f4ca9fb with scrape type 2
2026-03-29 21:41:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7791ba86-d629-58dd-b502-90789f4ca9fb, identifier: 7009897auction111137
2026-03-29 21:41:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 7009897auction111137
2026-03-29 21:41:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 7009897auction111137
2026-03-29 21:41:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 7009897auction111137 to the API
2026-03-29 21:41:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009897>
{'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-30T10:10:00Z',
'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/7009897',
'listing': 'auction',
'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-29 21:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009897auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:34 [ecarstrade.be] INFO: Saving data for 7009897auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623931.648702, 'last_price_update_time': 1774820494.287421}
2026-03-29 21:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009897auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009926> (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-29 21:41:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:38 [ecarstrade.be] INFO: Extracting details for car 7009926auction111137
2026-03-29 21:41:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 7009926auction111137
2026-03-29 21:41:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with scrape type 2
2026-03-29 21:41:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with scrape type 2
2026-03-29 21:41:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f, identifier: 7009926auction111137
2026-03-29 21:41:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 7009926auction111137
2026-03-29 21:41:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 7009926auction111137
2026-03-29 21:41:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 7009926auction111137 to the API
2026-03-29 21:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009926>
{'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-30T10:10:00Z',
'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/7009926',
'listing': 'auction',
'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-29 21:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009926auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:39 [ecarstrade.be] INFO: Saving data for 7009926auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623963.976846, 'last_price_update_time': 1774820499.286152}
2026-03-29 21:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009926auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009989> (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-29 21:41:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:39 [ecarstrade.be] INFO: Extracting details for car 7009989auction111137
2026-03-29 21:41:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 7009989auction111137
2026-03-29 21:41:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66194201-742b-5dfb-ae08-14103cb45c0f with scrape type 2
2026-03-29 21:41:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66194201-742b-5dfb-ae08-14103cb45c0f with scrape type 2
2026-03-29 21:41:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66194201-742b-5dfb-ae08-14103cb45c0f, identifier: 7009989auction111137
2026-03-29 21:41:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 7009989auction111137
2026-03-29 21:41:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 7009989auction111137
2026-03-29 21:41:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 7009989auction111137 to the API
2026-03-29 21:41:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009989>
{'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-30T10:10:00Z',
'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/7009989',
'listing': 'auction',
'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-29 21:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009989auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:39 [ecarstrade.be] INFO: Saving data for 7009989auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623945.559035, 'last_price_update_time': 1774820499.890346}
2026-03-29 21:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009989auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009930> (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-29 21:41:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:41 [ecarstrade.be] INFO: Extracting details for car 7009930auction111137
2026-03-29 21:41:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 7009930auction111137
2026-03-29 21:41:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b374ac-4786-509a-ac55-71536017cce4 with scrape type 2
2026-03-29 21:41:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2b374ac-4786-509a-ac55-71536017cce4 with scrape type 2
2026-03-29 21:41:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2b374ac-4786-509a-ac55-71536017cce4, identifier: 7009930auction111137
2026-03-29 21:41:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 7009930auction111137
2026-03-29 21:41:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 7009930auction111137
2026-03-29 21:41:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 7009930auction111137 to the API
2026-03-29 21:41:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009930>
{'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-30T10:10:00Z',
'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/7009930',
'listing': 'auction',
'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-29 21:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009930auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:42 [ecarstrade.be] INFO: Saving data for 7009930auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623943.138584, 'last_price_update_time': 1774820502.022896}
2026-03-29 21:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009930auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009928> (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-29 21:41:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:46 [ecarstrade.be] INFO: Extracting details for car 7009928auction111137
2026-03-29 21:41:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ccb8266-673e-516c-9ad9-c48472dcf938 with identifier: 7009928auction111137
2026-03-29 21:41:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ccb8266-673e-516c-9ad9-c48472dcf938 with scrape type 2
2026-03-29 21:41:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ccb8266-673e-516c-9ad9-c48472dcf938 with scrape type 2
2026-03-29 21:41:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ccb8266-673e-516c-9ad9-c48472dcf938, identifier: 7009928auction111137
2026-03-29 21:41:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ccb8266-673e-516c-9ad9-c48472dcf938 with identifier: 7009928auction111137
2026-03-29 21:41:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ccb8266-673e-516c-9ad9-c48472dcf938 with identifier: 7009928auction111137
2026-03-29 21:41:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ccb8266-673e-516c-9ad9-c48472dcf938 with identifier: 7009928auction111137 to the API
2026-03-29 21:41:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009928>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '0ccb8266-673e-516c-9ad9-c48472dcf938',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009928',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 182062,
'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': "Mercedes, GLB '19, Mercedes-Benz GLB GLB 180 d Business Solution 5d",
'transmission': 'automatic',
'trim': ", GLB '19, -Benz GLB d Business Solution 5d",
'vin': None,
'year': 2021}
2026-03-29 21:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009928auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:46 [ecarstrade.be] INFO: Saving data for 7009928auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623964.730986, 'last_price_update_time': 1774820506.687335}
2026-03-29 21:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009928auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009877> (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-29 21:41:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:47 [ecarstrade.be] INFO: Extracting details for car 7009877auction111137
2026-03-29 21:41:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 468256df-e028-5e38-93b3-e64ab388b838 with identifier: 7009877auction111137
2026-03-29 21:41:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 468256df-e028-5e38-93b3-e64ab388b838 with scrape type 2
2026-03-29 21:41:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 468256df-e028-5e38-93b3-e64ab388b838 with scrape type 2
2026-03-29 21:41:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 468256df-e028-5e38-93b3-e64ab388b838, identifier: 7009877auction111137
2026-03-29 21:41:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 468256df-e028-5e38-93b3-e64ab388b838 with identifier: 7009877auction111137
2026-03-29 21:41:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 468256df-e028-5e38-93b3-e64ab388b838 with identifier: 7009877auction111137
2026-03-29 21:41:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 468256df-e028-5e38-93b3-e64ab388b838 with identifier: 7009877auction111137 to the API
2026-03-29 21:41:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009877>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '468256df-e028-5e38-93b3-e64ab388b838',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009877',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '320',
'odometer': 85000,
'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 3 Reeks Berline 320e (150 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline e (150 kW) 4d',
'vin': None,
'year': 2021}
2026-03-29 21:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009877auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:47 [ecarstrade.be] INFO: Saving data for 7009877auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623930.739073, 'last_price_update_time': 1774820507.813149}
2026-03-29 21:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009877auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009920> (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-29 21:41:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:50 [ecarstrade.be] INFO: Extracting details for car 7009920auction111137
2026-03-29 21:41:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 990419e0-7613-540c-911f-844c275ab0e4 with identifier: 7009920auction111137
2026-03-29 21:41:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 990419e0-7613-540c-911f-844c275ab0e4 with scrape type 2
2026-03-29 21:41:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 990419e0-7613-540c-911f-844c275ab0e4 with scrape type 2
2026-03-29 21:41:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 990419e0-7613-540c-911f-844c275ab0e4, identifier: 7009920auction111137
2026-03-29 21:41:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 990419e0-7613-540c-911f-844c275ab0e4 with identifier: 7009920auction111137
2026-03-29 21:41:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 990419e0-7613-540c-911f-844c275ab0e4 with identifier: 7009920auction111137
2026-03-29 21:41:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 990419e0-7613-540c-911f-844c275ab0e4 with identifier: 7009920auction111137 to the API
2026-03-29 21:41:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009920>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '990419e0-7613-540c-911f-844c275ab0e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009920',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 155933,
'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': "Mercedes, CLA-Class '19, Mercedes-Benz CLA CLA 180 d Business "
'Solution Aut.',
'transmission': 'automatic',
'trim': ", CLA-Class '19, -Benz CLA d Business Solution Aut.",
'vin': None,
'year': 2021}
2026-03-29 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009920auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:51 [ecarstrade.be] INFO: Saving data for 7009920auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623945.162732, 'last_price_update_time': 1774820511.117633}
2026-03-29 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009920auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:52 [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-29 21:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009978auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009978auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009978auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009894auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009894auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009894auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009859auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009859auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009859auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009876auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009876auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009876auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009958auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009958auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009958auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009942auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009942auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009942auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009864auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009864auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009864auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009963auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009963auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009963auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7010002auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010002auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7010002auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009874auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009874auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009874auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7010001auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010001auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7010001auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009889auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009889auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009889auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009893auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009893auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009893auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009870auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009870auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009870auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009925auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009925auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009925auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009860auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009860auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009860auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009866auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009866auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009866auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009887auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009887auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009887auction111137: 2
2026-03-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009872auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009872auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009872auction111137: 2
2026-03-29 21:41:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009865> (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-29 21:41:52 [ecarstrade.be] INFO: Found listing with ID: 7009984auction111137
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009984auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:52 [ecarstrade.be] INFO: Scrape type for 7009984auction111137: 2
2026-03-29 21:41:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:53 [ecarstrade.be] INFO: Extracting details for car 7009865auction111137
2026-03-29 21:41:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef723a39-d0c1-5aa2-946d-97aff0c748c7 with identifier: 7009865auction111137
2026-03-29 21:41:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef723a39-d0c1-5aa2-946d-97aff0c748c7 with scrape type 2
2026-03-29 21:41:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef723a39-d0c1-5aa2-946d-97aff0c748c7 with scrape type 2
2026-03-29 21:41:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef723a39-d0c1-5aa2-946d-97aff0c748c7, identifier: 7009865auction111137
2026-03-29 21:41:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef723a39-d0c1-5aa2-946d-97aff0c748c7 with identifier: 7009865auction111137
2026-03-29 21:41:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef723a39-d0c1-5aa2-946d-97aff0c748c7 with identifier: 7009865auction111137
2026-03-29 21:41:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef723a39-d0c1-5aa2-946d-97aff0c748c7 with identifier: 7009865auction111137 to the API
2026-03-29 21:41:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009865>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ef723a39-d0c1-5aa2-946d-97aff0c748c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009865',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 153824,
'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 Q3 Sportback 35 TDI S tronic Business Edition 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI S tronic Business Edition 5d',
'vin': None,
'year': 2022}
2026-03-29 21:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009865auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:53 [ecarstrade.be] INFO: Saving data for 7009865auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623945.941805, 'last_price_update_time': 1774820513.886445}
2026-03-29 21:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009865auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009907> (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-29 21:41:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:54 [ecarstrade.be] INFO: Extracting details for car 7009907auction111137
2026-03-29 21:41:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 7009907auction111137
2026-03-29 21:41:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with scrape type 2
2026-03-29 21:41:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with scrape type 2
2026-03-29 21:41:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d, identifier: 7009907auction111137
2026-03-29 21:41:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 7009907auction111137
2026-03-29 21:41:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 7009907auction111137
2026-03-29 21:41:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 7009907auction111137 to the API
2026-03-29 21:41:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009907>
{'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-30T10:10:00Z',
'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/7009907',
'listing': 'auction',
'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-29 21:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009907auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:55 [ecarstrade.be] INFO: Saving data for 7009907auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623957.537616, 'last_price_update_time': 1774820515.155537}
2026-03-29 21:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009907auction111137') HTTP/1.1" 204 0
2026-03-29 21:41:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009916> (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-29 21:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:41:56 [ecarstrade.be] INFO: Extracting details for car 7009916auction111137
2026-03-29 21:41:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10594d31-c1a0-5537-b64a-3d656e95bca2 with identifier: 7009916auction111137
2026-03-29 21:41:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10594d31-c1a0-5537-b64a-3d656e95bca2 with scrape type 2
2026-03-29 21:41:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10594d31-c1a0-5537-b64a-3d656e95bca2 with scrape type 2
2026-03-29 21:41:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10594d31-c1a0-5537-b64a-3d656e95bca2, identifier: 7009916auction111137
2026-03-29 21:41:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10594d31-c1a0-5537-b64a-3d656e95bca2 with identifier: 7009916auction111137
2026-03-29 21:41:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10594d31-c1a0-5537-b64a-3d656e95bca2 with identifier: 7009916auction111137
2026-03-29 21:41:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10594d31-c1a0-5537-b64a-3d656e95bca2 with identifier: 7009916auction111137 to the API
2026-03-29 21:41:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:41: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-29 21:41:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009916>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '10594d31-c1a0-5537-b64a-3d656e95bca2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009916',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 101474,
'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-Benz C-Klasse Break C 300 de Business Solution Auto 5d',
'transmission': 'automatic',
'trim': '-Benz C-Klasse Break de Business Solution Auto 5d',
'vin': None,
'year': 2021}
2026-03-29 21:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009916auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:41:57 [ecarstrade.be] INFO: Saving data for 7009916auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623956.913039, 'last_price_update_time': 1774820517.022133}
2026-03-29 21:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:41:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009916auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009862> (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-29 21:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009998> (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-29 21:42:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:00 [ecarstrade.be] INFO: Extracting details for car 7009862auction111137
2026-03-29 21:42:00 [ecarstrade.be] INFO: Extracting details for car 7009998auction111137
2026-03-29 21:42:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 7009862auction111137
2026-03-29 21:42:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382f90a2-2605-5f82-8ba3-e4432822baaa with scrape type 2
2026-03-29 21:42:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 382f90a2-2605-5f82-8ba3-e4432822baaa with scrape type 2
2026-03-29 21:42:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 382f90a2-2605-5f82-8ba3-e4432822baaa, identifier: 7009862auction111137
2026-03-29 21:42:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea9615a6-a1a2-56b3-9777-a0989306cf35 with identifier: 7009998auction111137
2026-03-29 21:42:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea9615a6-a1a2-56b3-9777-a0989306cf35 with scrape type 2
2026-03-29 21:42:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea9615a6-a1a2-56b3-9777-a0989306cf35 with scrape type 2
2026-03-29 21:42:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea9615a6-a1a2-56b3-9777-a0989306cf35, identifier: 7009998auction111137
2026-03-29 21:42:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 7009862auction111137
2026-03-29 21:42:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 7009862auction111137
2026-03-29 21:42:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 7009862auction111137 to the API
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009862>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '382f90a2-2605-5f82-8ba3-e4432822baaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009862',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 220166,
'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': "Audi, A5 SB FL'20, Audi A5 Sportback 35 TDI S tronic Bus Ed S Line "
'5d',
'transmission': 'automatic',
'trim': ", SB FL'20, Sportback 35 TDI S tronic Bus Ed S Line 5d",
'vin': None,
'year': 2021}
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009862auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:01 [ecarstrade.be] INFO: Saving data for 7009862auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623958.252595, 'last_price_update_time': 1774820521.255485}
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009862auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea9615a6-a1a2-56b3-9777-a0989306cf35 with identifier: 7009998auction111137
2026-03-29 21:42:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea9615a6-a1a2-56b3-9777-a0989306cf35 with identifier: 7009998auction111137
2026-03-29 21:42:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea9615a6-a1a2-56b3-9777-a0989306cf35 with identifier: 7009998auction111137 to the API
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009998>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ea9615a6-a1a2-56b3-9777-a0989306cf35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009998',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 180581,
'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': 'Volkswagen Tiguan 2.0 TDI 110kW DSG Active 5d',
'transmission': 'automatic',
'trim': '2.0 TDI 110kW DSG Active 5d',
'vin': None,
'year': 2022}
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009998auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:01 [ecarstrade.be] INFO: Saving data for 7009998auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623962.988319, 'last_price_update_time': 1774820521.546079}
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009998auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010000> (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-29 21:42:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009962> (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-29 21:42:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:01 [ecarstrade.be] INFO: Extracting details for car 7010000auction111137
2026-03-29 21:42:01 [ecarstrade.be] INFO: Extracting details for car 7009962auction111137
2026-03-29 21:42:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 7010000auction111137
2026-03-29 21:42:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70cfda09-954e-5351-8c94-0152c59b8efa with scrape type 2
2026-03-29 21:42:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70cfda09-954e-5351-8c94-0152c59b8efa with scrape type 2
2026-03-29 21:42:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70cfda09-954e-5351-8c94-0152c59b8efa, identifier: 7010000auction111137
2026-03-29 21:42:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91a88891-c566-501c-9838-262070ad6cc0 with identifier: 7009962auction111137
2026-03-29 21:42:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91a88891-c566-501c-9838-262070ad6cc0 with scrape type 2
2026-03-29 21:42:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91a88891-c566-501c-9838-262070ad6cc0 with scrape type 2
2026-03-29 21:42:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91a88891-c566-501c-9838-262070ad6cc0, identifier: 7009962auction111137
2026-03-29 21:42:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 7010000auction111137
2026-03-29 21:42:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 7010000auction111137
2026-03-29 21:42:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 7010000auction111137 to the API
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010000>
{'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-30T10:10:00Z',
'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/7010000',
'listing': 'auction',
'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-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010000auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:02 [ecarstrade.be] INFO: Saving data for 7010000auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623959.614501, 'last_price_update_time': 1774820522.205166}
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010000auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91a88891-c566-501c-9838-262070ad6cc0 with identifier: 7009962auction111137
2026-03-29 21:42:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91a88891-c566-501c-9838-262070ad6cc0 with identifier: 7009962auction111137
2026-03-29 21:42:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91a88891-c566-501c-9838-262070ad6cc0 with identifier: 7009962auction111137 to the API
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009962>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '91a88891-c566-501c-9838-262070ad6cc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009962',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 155729,
'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': 'Peugeot 5008 2.0 BlueHDi 130kW S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '2.0 BlueHDi 130kW S&S EAT8 GT 5d',
'vin': None,
'year': 2019}
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009962auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:02 [ecarstrade.be] INFO: Saving data for 7009962auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623960.632553, 'last_price_update_time': 1774820522.493621}
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009962auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009955> (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-29 21:42:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:02 [ecarstrade.be] INFO: Extracting details for car 7009955auction111137
2026-03-29 21:42:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 7009955auction111137
2026-03-29 21:42:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d80e84a1-9368-55f9-9c7a-d21066701795 with scrape type 2
2026-03-29 21:42:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d80e84a1-9368-55f9-9c7a-d21066701795 with scrape type 2
2026-03-29 21:42:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d80e84a1-9368-55f9-9c7a-d21066701795, identifier: 7009955auction111137
2026-03-29 21:42:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 7009955auction111137
2026-03-29 21:42:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 7009955auction111137
2026-03-29 21:42:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 7009955auction111137 to the API
2026-03-29 21:42:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009955>
{'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-30T10:10:00Z',
'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/7009955',
'listing': 'auction',
'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-29 21:42:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009955auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:03 [ecarstrade.be] INFO: Saving data for 7009955auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623944.464807, 'last_price_update_time': 1774820523.00196}
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009955auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009880> (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-29 21:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:03 [ecarstrade.be] INFO: Extracting details for car 7009880auction111137
2026-03-29 21:42:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b340dd17-1b0d-5619-8e31-52404e8057eb with identifier: 7009880auction111137
2026-03-29 21:42:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b340dd17-1b0d-5619-8e31-52404e8057eb with scrape type 2
2026-03-29 21:42:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b340dd17-1b0d-5619-8e31-52404e8057eb with scrape type 2
2026-03-29 21:42:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b340dd17-1b0d-5619-8e31-52404e8057eb, identifier: 7009880auction111137
2026-03-29 21:42:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b340dd17-1b0d-5619-8e31-52404e8057eb with identifier: 7009880auction111137
2026-03-29 21:42:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b340dd17-1b0d-5619-8e31-52404e8057eb with identifier: 7009880auction111137
2026-03-29 21:42:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b340dd17-1b0d-5619-8e31-52404e8057eb with identifier: 7009880auction111137 to the API
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009880>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'b340dd17-1b0d-5619-8e31-52404e8057eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009880',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '318',
'odometer': 210435,
'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 3 Reeks Touring 318dA (100 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (100 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009880auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:03 [ecarstrade.be] INFO: Saving data for 7009880auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623942.112027, 'last_price_update_time': 1774820523.492475}
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009880auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010003> (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-29 21:42:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:03 [ecarstrade.be] INFO: Extracting details for car 7010003auction111137
2026-03-29 21:42:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with identifier: 7010003auction111137
2026-03-29 21:42:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with scrape type 2
2026-03-29 21:42:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with scrape type 2
2026-03-29 21:42:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7, identifier: 7010003auction111137
2026-03-29 21:42:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with identifier: 7010003auction111137
2026-03-29 21:42:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with identifier: 7010003auction111137
2026-03-29 21:42:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with identifier: 7010003auction111137 to the API
2026-03-29 21:42:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010003>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7cc5ec1d-587a-5c3d-af68-0a8133b34dc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010003',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 154532,
'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': "Volvo, XC40 '17 PHEV, Volvo XC40 T4 Recharge Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", '17 PHEV, T4 Recharge Geartronic R-Design 5d",
'vin': None,
'year': 2021}
2026-03-29 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010003auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:04 [ecarstrade.be] INFO: Saving data for 7010003auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623943.825481, 'last_price_update_time': 1774820524.125072}
2026-03-29 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010003auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009956> (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-29 21:42:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:04 [ecarstrade.be] INFO: Extracting details for car 7009956auction111137
2026-03-29 21:42:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd3e46b4-b36b-5ee7-9445-4f6d155b380b with identifier: 7009956auction111137
2026-03-29 21:42:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd3e46b4-b36b-5ee7-9445-4f6d155b380b with scrape type 2
2026-03-29 21:42:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd3e46b4-b36b-5ee7-9445-4f6d155b380b with scrape type 2
2026-03-29 21:42:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd3e46b4-b36b-5ee7-9445-4f6d155b380b, identifier: 7009956auction111137
2026-03-29 21:42:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd3e46b4-b36b-5ee7-9445-4f6d155b380b with identifier: 7009956auction111137
2026-03-29 21:42:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd3e46b4-b36b-5ee7-9445-4f6d155b380b with identifier: 7009956auction111137
2026-03-29 21:42:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd3e46b4-b36b-5ee7-9445-4f6d155b380b with identifier: 7009956auction111137 to the API
2026-03-29 21:42:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009956>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'cd3e46b4-b36b-5ee7-9445-4f6d155b380b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009956',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 176022,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'vin': None,
'year': 2022}
2026-03-29 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009956auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:04 [ecarstrade.be] INFO: Saving data for 7009956auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623942.637942, 'last_price_update_time': 1774820524.806062}
2026-03-29 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009956auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:06 [scrapy.extensions.logstats] INFO: Crawled 387 pages (at 30 pages/min), scraped 357 items (at 28 items/min)
2026-03-29 21:42:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:42:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009923> (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-29 21:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:08 [ecarstrade.be] INFO: Extracting details for car 7009923auction111137
2026-03-29 21:42:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390f40ef-db29-52a5-b927-180c7f3ab777 with identifier: 7009923auction111137
2026-03-29 21:42:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390f40ef-db29-52a5-b927-180c7f3ab777 with scrape type 2
2026-03-29 21:42:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 390f40ef-db29-52a5-b927-180c7f3ab777 with scrape type 2
2026-03-29 21:42:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 390f40ef-db29-52a5-b927-180c7f3ab777, identifier: 7009923auction111137
2026-03-29 21:42:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 390f40ef-db29-52a5-b927-180c7f3ab777 with identifier: 7009923auction111137
2026-03-29 21:42:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 390f40ef-db29-52a5-b927-180c7f3ab777 with identifier: 7009923auction111137
2026-03-29 21:42:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 390f40ef-db29-52a5-b927-180c7f3ab777 with identifier: 7009923auction111137 to the API
2026-03-29 21:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009923>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '390f40ef-db29-52a5-b927-180c7f3ab777',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009923',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 170176,
'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': 'Mercedes-Benz CLA Shooting Brake CLA 200 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz CLA Shooting Brake CLA 200 d Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-29 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009923auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:08 [ecarstrade.be] INFO: Saving data for 7009923auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623947.18507, 'last_price_update_time': 1774820528.48772}
2026-03-29 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009923auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009947> (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-29 21:42:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:08 [ecarstrade.be] INFO: Extracting details for car 7009947auction111137
2026-03-29 21:42:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 7009947auction111137
2026-03-29 21:42:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2229cd4b-fb47-5b02-a602-e727f76c1c4d with scrape type 2
2026-03-29 21:42:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2229cd4b-fb47-5b02-a602-e727f76c1c4d with scrape type 2
2026-03-29 21:42:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2229cd4b-fb47-5b02-a602-e727f76c1c4d, identifier: 7009947auction111137
2026-03-29 21:42:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 7009947auction111137
2026-03-29 21:42:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 7009947auction111137
2026-03-29 21:42:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 7009947auction111137 to the API
2026-03-29 21:42:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009947>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '2229cd4b-fb47-5b02-a602-e727f76c1c4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009947',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 14747,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-29 21:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009947auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:09 [ecarstrade.be] INFO: Saving data for 7009947auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623946.736737, 'last_price_update_time': 1774820529.868755}
2026-03-29 21:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009947auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009909> (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-29 21:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:10 [ecarstrade.be] INFO: Extracting details for car 7009909auction111137
2026-03-29 21:42:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 7009909auction111137
2026-03-29 21:42:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7356adc0-b0b8-5432-af8a-6aa96d881b61 with scrape type 2
2026-03-29 21:42:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7356adc0-b0b8-5432-af8a-6aa96d881b61 with scrape type 2
2026-03-29 21:42:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7356adc0-b0b8-5432-af8a-6aa96d881b61, identifier: 7009909auction111137
2026-03-29 21:42:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 7009909auction111137
2026-03-29 21:42:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 7009909auction111137
2026-03-29 21:42:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 7009909auction111137 to the API
2026-03-29 21:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009909>
{'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-30T10:10:00Z',
'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/7009909',
'listing': 'auction',
'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-29 21:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009909auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:10 [ecarstrade.be] INFO: Saving data for 7009909auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623961.141945, 'last_price_update_time': 1774820530.367544}
2026-03-29 21:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009909auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009872> (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-29 21:42:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:10 [ecarstrade.be] INFO: Extracting details for car 7009872auction111137
2026-03-29 21:42:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fabacd95-7d3f-55c9-95a2-ca1231bb93ef with identifier: 7009872auction111137
2026-03-29 21:42:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fabacd95-7d3f-55c9-95a2-ca1231bb93ef with scrape type 2
2026-03-29 21:42:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fabacd95-7d3f-55c9-95a2-ca1231bb93ef with scrape type 2
2026-03-29 21:42:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fabacd95-7d3f-55c9-95a2-ca1231bb93ef, identifier: 7009872auction111137
2026-03-29 21:42:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fabacd95-7d3f-55c9-95a2-ca1231bb93ef with identifier: 7009872auction111137
2026-03-29 21:42:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fabacd95-7d3f-55c9-95a2-ca1231bb93ef with identifier: 7009872auction111137
2026-03-29 21:42:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fabacd95-7d3f-55c9-95a2-ca1231bb93ef with identifier: 7009872auction111137 to the API
2026-03-29 21:42:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009872>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fabacd95-7d3f-55c9-95a2-ca1231bb93ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009872',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '216',
'odometer': 164649,
'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 2 Reeks Gran Coupé 216dA (85kW) 4d',
'transmission': 'automatic',
'trim': '2 Reeks Gran Coupé dA (85kW) 4d',
'vin': None,
'year': 2022}
2026-03-29 21:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009872auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:11 [ecarstrade.be] INFO: Saving data for 7009872auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624079.559389, 'last_price_update_time': 1774820531.024648}
2026-03-29 21:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009872auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009984> (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-29 21:42:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:12 [ecarstrade.be] INFO: Extracting details for car 7009984auction111137
2026-03-29 21:42:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 7009984auction111137
2026-03-29 21:42:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31c15b3b-4281-5840-b5cc-34af80059cea with scrape type 2
2026-03-29 21:42:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31c15b3b-4281-5840-b5cc-34af80059cea with scrape type 2
2026-03-29 21:42:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31c15b3b-4281-5840-b5cc-34af80059cea, identifier: 7009984auction111137
2026-03-29 21:42:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 7009984auction111137
2026-03-29 21:42:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 7009984auction111137
2026-03-29 21:42:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 7009984auction111137 to the API
2026-03-29 21:42:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009984>
{'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-30T10:10:00Z',
'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/7009984',
'listing': 'auction',
'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-29 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009984auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:12 [ecarstrade.be] INFO: Saving data for 7009984auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623987.450546, 'last_price_update_time': 1774820532.401123}
2026-03-29 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009984auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009875> (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-29 21:42:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:15 [ecarstrade.be] INFO: Extracting details for car 7009875auction111137
2026-03-29 21:42:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 7009875auction111137
2026-03-29 21:42:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c703bf69-73f5-565f-9b87-d1d62a9e8232 with scrape type 2
2026-03-29 21:42:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c703bf69-73f5-565f-9b87-d1d62a9e8232 with scrape type 2
2026-03-29 21:42:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c703bf69-73f5-565f-9b87-d1d62a9e8232, identifier: 7009875auction111137
2026-03-29 21:42:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 7009875auction111137
2026-03-29 21:42:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 7009875auction111137
2026-03-29 21:42:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 7009875auction111137 to the API
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009875>
{'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-30T10:10:00Z',
'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/7009875',
'listing': 'auction',
'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-29 21:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009875auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:16 [ecarstrade.be] INFO: Saving data for 7009875auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624024.751667, 'last_price_update_time': 1774820536.333806}
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009875auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009860> (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-29 21:42:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:16 [ecarstrade.be] INFO: Extracting details for car 7009860auction111137
2026-03-29 21:42:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 7009860auction111137
2026-03-29 21:42:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b12869-28f9-5ea8-8e2f-5284034d7b30 with scrape type 2
2026-03-29 21:42:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60b12869-28f9-5ea8-8e2f-5284034d7b30 with scrape type 2
2026-03-29 21:42:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60b12869-28f9-5ea8-8e2f-5284034d7b30, identifier: 7009860auction111137
2026-03-29 21:42:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 7009860auction111137
2026-03-29 21:42:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 7009860auction111137
2026-03-29 21:42:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 7009860auction111137 to the API
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009860>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '60b12869-28f9-5ea8-8e2f-5284034d7b30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009860',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 172619,
'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 A4 Avant 2.0 30 TDi 100kW S tr Adv Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 100kW S tr Adv Business Ed 5d',
'vin': None,
'year': 2022}
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009860auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:16 [ecarstrade.be] INFO: Saving data for 7009860auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624046.091335, 'last_price_update_time': 1774820536.867512}
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009860auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009870> (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-29 21:42:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:17 [ecarstrade.be] INFO: Extracting details for car 7009870auction111137
2026-03-29 21:42:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with identifier: 7009870auction111137
2026-03-29 21:42:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with scrape type 2
2026-03-29 21:42:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with scrape type 2
2026-03-29 21:42:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 305d6d1e-ee82-5b4a-87c8-916669ba96a9, identifier: 7009870auction111137
2026-03-29 21:42:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with identifier: 7009870auction111137
2026-03-29 21:42:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with identifier: 7009870auction111137
2026-03-29 21:42:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with identifier: 7009870auction111137 to the API
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009870>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '305d6d1e-ee82-5b4a-87c8-916669ba96a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009870',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '216',
'odometer': 182023,
'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': "BMW, 2-serie Gr.Coupé '19, BMW 2 Reeks Gran Coupé 216dA (85kW) 4d",
'transmission': 'automatic',
'trim': ", 2-serie Gr.Coupé '19, 2 Reeks Gran Coupé dA (85kW) 4d",
'vin': None,
'year': 2021}
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009870auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:18 [ecarstrade.be] INFO: Saving data for 7009870auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623988.024966, 'last_price_update_time': 1774820538.184113}
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009870auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009925> (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-29 21:42:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:18 [ecarstrade.be] INFO: Extracting details for car 7009925auction111137
2026-03-29 21:42:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 712dc608-f0bb-5c00-8864-1e293270bad5 with identifier: 7009925auction111137
2026-03-29 21:42:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 712dc608-f0bb-5c00-8864-1e293270bad5 with scrape type 2
2026-03-29 21:42:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 712dc608-f0bb-5c00-8864-1e293270bad5 with scrape type 2
2026-03-29 21:42:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 712dc608-f0bb-5c00-8864-1e293270bad5, identifier: 7009925auction111137
2026-03-29 21:42:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 712dc608-f0bb-5c00-8864-1e293270bad5 with identifier: 7009925auction111137
2026-03-29 21:42:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 712dc608-f0bb-5c00-8864-1e293270bad5 with identifier: 7009925auction111137
2026-03-29 21:42:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 712dc608-f0bb-5c00-8864-1e293270bad5 with identifier: 7009925auction111137 to the API
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009925>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '712dc608-f0bb-5c00-8864-1e293270bad5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009925',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 218374,
'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': 7,
'seller_name': None,
'title': 'Mercedes-Benz GLB GLB 180 d 5d',
'transmission': 'automatic',
'trim': '-Benz GLB d 5d',
'vin': None,
'year': 2021}
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009925auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:18 [ecarstrade.be] INFO: Saving data for 7009925auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624296.85157, 'last_price_update_time': 1774820538.692698}
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009925auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010005> (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-29 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-29 21:42:27 [ecarstrade.be] INFO: Extracting details for car 7010005auction111137
2026-03-29 21:42:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 7010005auction111137
2026-03-29 21:42:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04f61b8-4886-5c1c-bc78-430bab668000 with scrape type 2
2026-03-29 21:42:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a04f61b8-4886-5c1c-bc78-430bab668000 with scrape type 2
2026-03-29 21:42:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a04f61b8-4886-5c1c-bc78-430bab668000, identifier: 7010005auction111137
2026-03-29 21:42:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 7010005auction111137
2026-03-29 21:42:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 7010005auction111137
2026-03-29 21:42:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 7010005auction111137 to the API
2026-03-29 21:42:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010005>
{'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-30T10:10:00Z',
'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/7010005',
'listing': 'auction',
'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-29 21:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010005auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:27 [ecarstrade.be] INFO: Saving data for 7010005auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623948.083883, 'last_price_update_time': 1774820547.850369}
2026-03-29 21:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010005auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009866> (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-29 21:42:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:27 [ecarstrade.be] INFO: Extracting details for car 7009866auction111137
2026-03-29 21:42:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78741ee1-d896-5eb0-8d44-4b929ee6dbed with identifier: 7009866auction111137
2026-03-29 21:42:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78741ee1-d896-5eb0-8d44-4b929ee6dbed with scrape type 2
2026-03-29 21:42:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78741ee1-d896-5eb0-8d44-4b929ee6dbed with scrape type 2
2026-03-29 21:42:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78741ee1-d896-5eb0-8d44-4b929ee6dbed, identifier: 7009866auction111137
2026-03-29 21:42:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78741ee1-d896-5eb0-8d44-4b929ee6dbed with identifier: 7009866auction111137
2026-03-29 21:42:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78741ee1-d896-5eb0-8d44-4b929ee6dbed with identifier: 7009866auction111137
2026-03-29 21:42:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78741ee1-d896-5eb0-8d44-4b929ee6dbed with identifier: 7009866auction111137 to the API
2026-03-29 21:42:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009866>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '78741ee1-d896-5eb0-8d44-4b929ee6dbed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009866',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '120',
'odometer': 161215,
'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, 1-serie '19, BMW 1 Reeks Hatch 120d (140 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch d (140 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 21:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009866auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:28 [ecarstrade.be] INFO: Saving data for 7009866auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624320.863322, 'last_price_update_time': 1774820548.385451}
2026-03-29 21:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009866auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009887> (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-29 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-29 21:42:36 [ecarstrade.be] INFO: Extracting details for car 7009887auction111137
2026-03-29 21:42:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e214a83e-0f1d-55b9-8e32-9c37c9c7948f with identifier: 7009887auction111137
2026-03-29 21:42:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e214a83e-0f1d-55b9-8e32-9c37c9c7948f with scrape type 2
2026-03-29 21:42:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e214a83e-0f1d-55b9-8e32-9c37c9c7948f with scrape type 2
2026-03-29 21:42:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e214a83e-0f1d-55b9-8e32-9c37c9c7948f, identifier: 7009887auction111137
2026-03-29 21:42:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e214a83e-0f1d-55b9-8e32-9c37c9c7948f with identifier: 7009887auction111137
2026-03-29 21:42:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e214a83e-0f1d-55b9-8e32-9c37c9c7948f with identifier: 7009887auction111137
2026-03-29 21:42:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e214a83e-0f1d-55b9-8e32-9c37c9c7948f with identifier: 7009887auction111137 to the API
2026-03-29 21:42:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009887>
{'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': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e214a83e-0f1d-55b9-8e32-9c37c9c7948f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009887',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 177794,
'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': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2022}
2026-03-29 21:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009887auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:38 [ecarstrade.be] INFO: Saving data for 7009887auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624080.112128, 'last_price_update_time': 1774820558.508225}
2026-03-29 21:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009887auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010001> (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-29 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-29 21:42:42 [ecarstrade.be] INFO: Extracting details for car 7010001auction111137
2026-03-29 21:42:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 7010001auction111137
2026-03-29 21:42:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with scrape type 2
2026-03-29 21:42:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with scrape type 2
2026-03-29 21:42:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407, identifier: 7010001auction111137
2026-03-29 21:42:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 7010001auction111137
2026-03-29 21:42:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 7010001auction111137
2026-03-29 21:42:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 7010001auction111137 to the API
2026-03-29 21:42:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010001>
{'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-30T10:10:00Z',
'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/7010001',
'listing': 'auction',
'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-29 21:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010001auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:42 [ecarstrade.be] INFO: Saving data for 7010001auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624013.825133, 'last_price_update_time': 1774820562.594564}
2026-03-29 21:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010001auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009893> (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-29 21:42:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:47 [ecarstrade.be] INFO: Extracting details for car 7009893auction111137
2026-03-29 21:42:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 7009893auction111137
2026-03-29 21:42:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with scrape type 2
2026-03-29 21:42:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with scrape type 2
2026-03-29 21:42:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde, identifier: 7009893auction111137
2026-03-29 21:42:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 7009893auction111137
2026-03-29 21:42:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 7009893auction111137
2026-03-29 21:42:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 7009893auction111137 to the API
2026-03-29 21:42:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009893>
{'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-30T10:10:00Z',
'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/7009893',
'listing': 'auction',
'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-29 21:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009893auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:47 [ecarstrade.be] INFO: Saving data for 7009893auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623988.597165, 'last_price_update_time': 1774820567.902941}
2026-03-29 21:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009893auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010002> (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-29 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-29 21:42:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009889> (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-29 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-29 21:42:51 [ecarstrade.be] INFO: Extracting details for car 7010002auction111137
2026-03-29 21:42:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a0bf638-75a8-55f0-88df-44771841fca9 with identifier: 7010002auction111137
2026-03-29 21:42:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a0bf638-75a8-55f0-88df-44771841fca9 with scrape type 2
2026-03-29 21:42:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a0bf638-75a8-55f0-88df-44771841fca9 with scrape type 2
2026-03-29 21:42:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a0bf638-75a8-55f0-88df-44771841fca9, identifier: 7010002auction111137
2026-03-29 21:42:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a0bf638-75a8-55f0-88df-44771841fca9 with identifier: 7010002auction111137
2026-03-29 21:42:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a0bf638-75a8-55f0-88df-44771841fca9 with identifier: 7010002auction111137
2026-03-29 21:42:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a0bf638-75a8-55f0-88df-44771841fca9 with identifier: 7010002auction111137 to the API
2026-03-29 21:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010002>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5a0bf638-75a8-55f0-88df-44771841fca9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010002',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'V60',
'odometer': 221870,
'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': 'Volvo V60 B4 D Inscription Aut. 5d',
'transmission': 'automatic',
'trim': 'B4 D Inscription Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 21:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010002auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:51 [ecarstrade.be] INFO: Saving data for 7010002auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623990.066418, 'last_price_update_time': 1774820571.714061}
2026-03-29 21:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010002auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:51 [ecarstrade.be] INFO: Extracting details for car 7009889auction111137
2026-03-29 21:42:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b2de5d6-4e21-570f-adde-ea541900b2ed with identifier: 7009889auction111137
2026-03-29 21:42:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b2de5d6-4e21-570f-adde-ea541900b2ed with scrape type 2
2026-03-29 21:42:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b2de5d6-4e21-570f-adde-ea541900b2ed with scrape type 2
2026-03-29 21:42:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b2de5d6-4e21-570f-adde-ea541900b2ed, identifier: 7009889auction111137
2026-03-29 21:42:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b2de5d6-4e21-570f-adde-ea541900b2ed with identifier: 7009889auction111137
2026-03-29 21:42:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b2de5d6-4e21-570f-adde-ea541900b2ed with identifier: 7009889auction111137
2026-03-29 21:42:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b2de5d6-4e21-570f-adde-ea541900b2ed with identifier: 7009889auction111137 to the API
2026-03-29 21:42:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009889>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6b2de5d6-4e21-570f-adde-ea541900b2ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009889',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 176014,
'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': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Auto PERFORMANCE Li",
'transmission': 'automatic',
'trim': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Auto PERFORMANCE Li",
'vin': None,
'year': 2021}
2026-03-29 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009889auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:52 [ecarstrade.be] INFO: Saving data for 7009889auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624012.064226, 'last_price_update_time': 1774820572.108655}
2026-03-29 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009889auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009874> (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-29 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-29 21:42:52 [ecarstrade.be] INFO: Extracting details for car 7009874auction111137
2026-03-29 21:42:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with identifier: 7009874auction111137
2026-03-29 21:42:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with scrape type 2
2026-03-29 21:42:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with scrape type 2
2026-03-29 21:42:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a92f472d-ccde-57fd-bcfa-25aa4c4dac73, identifier: 7009874auction111137
2026-03-29 21:42:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with identifier: 7009874auction111137
2026-03-29 21:42:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with identifier: 7009874auction111137
2026-03-29 21:42:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with identifier: 7009874auction111137 to the API
2026-03-29 21:42:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:42: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-29 21:42:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009874>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a92f472d-ccde-57fd-bcfa-25aa4c4dac73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009874',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '318',
'odometer': 163378,
'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': 'BMW 3 Reeks Berline 318dA (100 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline dA (100 kW) 4d',
'vin': None,
'year': 2021}
2026-03-29 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009874auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:53 [ecarstrade.be] INFO: Saving data for 7009874auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623986.892042, 'last_price_update_time': 1774820573.869968}
2026-03-29 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009874auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009876> (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-29 21:42:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:56 [ecarstrade.be] INFO: Extracting details for car 7009876auction111137
2026-03-29 21:42:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efb3fa10-ce72-53b4-a244-daaf80997241 with identifier: 7009876auction111137
2026-03-29 21:42:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efb3fa10-ce72-53b4-a244-daaf80997241 with scrape type 2
2026-03-29 21:42:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efb3fa10-ce72-53b4-a244-daaf80997241 with scrape type 2
2026-03-29 21:42:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: efb3fa10-ce72-53b4-a244-daaf80997241, identifier: 7009876auction111137
2026-03-29 21:42:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: efb3fa10-ce72-53b4-a244-daaf80997241 with identifier: 7009876auction111137
2026-03-29 21:42:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: efb3fa10-ce72-53b4-a244-daaf80997241 with identifier: 7009876auction111137
2026-03-29 21:42:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: efb3fa10-ce72-53b4-a244-daaf80997241 with identifier: 7009876auction111137 to the API
2026-03-29 21:42:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:42:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009876>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'efb3fa10-ce72-53b4-a244-daaf80997241',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009876',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '316',
'odometer': 167301,
'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 3 Reeks Touring 316dA (90 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (90 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 21:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009876auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:56 [ecarstrade.be] INFO: Saving data for 7009876auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624010.906745, 'last_price_update_time': 1774820576.738883}
2026-03-29 21:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009876auction111137') HTTP/1.1" 204 0
2026-03-29 21:42:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009963> (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-29 21:42:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:42:56 [ecarstrade.be] INFO: Extracting details for car 7009963auction111137
2026-03-29 21:42:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab2b0b2d-d941-5443-92c1-5bb48650243d with identifier: 7009963auction111137
2026-03-29 21:42:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab2b0b2d-d941-5443-92c1-5bb48650243d with scrape type 2
2026-03-29 21:42:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab2b0b2d-d941-5443-92c1-5bb48650243d with scrape type 2
2026-03-29 21:42:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab2b0b2d-d941-5443-92c1-5bb48650243d, identifier: 7009963auction111137
2026-03-29 21:42:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab2b0b2d-d941-5443-92c1-5bb48650243d with identifier: 7009963auction111137
2026-03-29 21:42:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab2b0b2d-d941-5443-92c1-5bb48650243d with identifier: 7009963auction111137
2026-03-29 21:42:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab2b0b2d-d941-5443-92c1-5bb48650243d with identifier: 7009963auction111137 to the API
2026-03-29 21:42:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:42:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009963>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ab2b0b2d-d941-5443-92c1-5bb48650243d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009963',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 210627,
'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': 'Peugeot 508 1.5 BlueHDi 130 S&S EAT8 GT Pack 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 130 S&S EAT8 GT Pack 5d',
'vin': None,
'year': 2022}
2026-03-29 21:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009963auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:42:57 [ecarstrade.be] INFO: Saving data for 7009963auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623989.233256, 'last_price_update_time': 1774820577.238948}
2026-03-29 21:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:42:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009963auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009978> (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-29 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-29 21:43:01 [ecarstrade.be] INFO: Extracting details for car 7009978auction111137
2026-03-29 21:43:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with identifier: 7009978auction111137
2026-03-29 21:43:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with scrape type 2
2026-03-29 21:43:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with scrape type 2
2026-03-29 21:43:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0, identifier: 7009978auction111137
2026-03-29 21:43:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with identifier: 7009978auction111137
2026-03-29 21:43:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with identifier: 7009978auction111137
2026-03-29 21:43:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with identifier: 7009978auction111137 to the API
2026-03-29 21:43:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009978>
{'auction_title': '',
'c_o_2_emission_value': 171,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009978',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 153709,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Kodiaq 1.5 TSI 110kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': '1.5 TSI 110kW DSG7 Ambition 5d',
'vin': None,
'year': 2019}
2026-03-29 21:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009978auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:01 [ecarstrade.be] INFO: Saving data for 7009978auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624024.47693, 'last_price_update_time': 1774820581.762413}
2026-03-29 21:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009978auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009864> (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-29 21:43:02 [ecarstrade.be] INFO: Extracting details for car 7009864auction111137
2026-03-29 21:43:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 7009864auction111137
2026-03-29 21:43:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 408efcbe-4b49-5f0a-8e88-ad361681beab with scrape type 2
2026-03-29 21:43:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 408efcbe-4b49-5f0a-8e88-ad361681beab with scrape type 2
2026-03-29 21:43:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 408efcbe-4b49-5f0a-8e88-ad361681beab, identifier: 7009864auction111137
2026-03-29 21:43:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 7009864auction111137
2026-03-29 21:43:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 7009864auction111137
2026-03-29 21:43:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 7009864auction111137 to the API
2026-03-29 21:43:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009864>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '408efcbe-4b49-5f0a-8e88-ad361681beab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009864',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A6',
'odometer': 214653,
'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': 'Audi A6 Avant Business Edition Sport 35 TDI S tronic 5d',
'transmission': 'automatic',
'trim': 'Avant Business Edition Sport 35 TDI S tronic 5d',
'vin': None,
'year': 2021}
2026-03-29 21:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009864auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:04 [ecarstrade.be] INFO: Saving data for 7009864auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623989.647403, 'last_price_update_time': 1774820584.092235}
2026-03-29 21:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009864auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:05 [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-29 21:43:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009995auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009995auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009995auction111137: 0
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009863auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009863auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009863auction111137: 0
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009910auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009910auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009910auction111137: 2
2026-03-29 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-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009890auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009890auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009890auction111137: 2
2026-03-29 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-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009898auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009898auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009898auction111137: 2
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009951auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009951auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009951auction111137: 2
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009985auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009985auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009985auction111137: 2
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009988auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009988auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009988auction111137: 2
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009879auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009879auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009879auction111137: 2
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009993auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009993auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009993auction111137: 2
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009873auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009873auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009873auction111137: 2
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009941auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009941auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:05 [ecarstrade.be] INFO: Scrape type for 7009941auction111137: 2
2026-03-29 21:43:05 [ecarstrade.be] INFO: Found listing with ID: 7009944auction111137
2026-03-29 21:43:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009944auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:06 [ecarstrade.be] INFO: Scrape type for 7009944auction111137: 2
2026-03-29 21:43:06 [ecarstrade.be] INFO: Found listing with ID: 7009971auction111137
2026-03-29 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009971auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:06 [ecarstrade.be] INFO: Scrape type for 7009971auction111137: 2
2026-03-29 21:43:06 [ecarstrade.be] INFO: Found listing with ID: 7009867auction111137
2026-03-29 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009867auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:06 [ecarstrade.be] INFO: Scrape type for 7009867auction111137: 2
2026-03-29 21:43:06 [ecarstrade.be] INFO: Found listing with ID: 7009991auction111137
2026-03-29 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009991auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:06 [ecarstrade.be] INFO: Scrape type for 7009991auction111137: 2
2026-03-29 21:43:06 [ecarstrade.be] INFO: Found listing with ID: 7009883auction111137
2026-03-29 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009883auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:06 [ecarstrade.be] INFO: Scrape type for 7009883auction111137: 2
2026-03-29 21:43:06 [ecarstrade.be] INFO: Found listing with ID: 7009899auction111137
2026-03-29 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009899auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:06 [ecarstrade.be] INFO: Scrape type for 7009899auction111137: 2
2026-03-29 21:43:06 [ecarstrade.be] INFO: Found listing with ID: 7009960auction111137
2026-03-29 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009960auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:06 [ecarstrade.be] INFO: Scrape type for 7009960auction111137: 2
2026-03-29 21:43:06 [ecarstrade.be] INFO: Found listing with ID: 7009997auction111137
2026-03-29 21:43:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009997auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:06 [ecarstrade.be] INFO: Scrape type for 7009997auction111137: 2
2026-03-29 21:43:06 [scrapy.extensions.logstats] INFO: Crawled 409 pages (at 22 pages/min), scraped 378 items (at 21 items/min)
2026-03-29 21:43:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:43:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009894> (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-29 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-29 21:43:11 [ecarstrade.be] INFO: Extracting details for car 7009894auction111137
2026-03-29 21:43:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f07673ad-b20a-5ef5-9ed1-80abe89e96ca with identifier: 7009894auction111137
2026-03-29 21:43:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f07673ad-b20a-5ef5-9ed1-80abe89e96ca with scrape type 2
2026-03-29 21:43:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f07673ad-b20a-5ef5-9ed1-80abe89e96ca with scrape type 2
2026-03-29 21:43:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f07673ad-b20a-5ef5-9ed1-80abe89e96ca, identifier: 7009894auction111137
2026-03-29 21:43:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f07673ad-b20a-5ef5-9ed1-80abe89e96ca with identifier: 7009894auction111137
2026-03-29 21:43:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f07673ad-b20a-5ef5-9ed1-80abe89e96ca with identifier: 7009894auction111137
2026-03-29 21:43:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f07673ad-b20a-5ef5-9ed1-80abe89e96ca with identifier: 7009894auction111137 to the API
2026-03-29 21:43:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009894>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f07673ad-b20a-5ef5-9ed1-80abe89e96ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009894',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 172384,
'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': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic Rivoli 5d',
'transmission': 'automatic',
'trim': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic Rivoli 5d',
'vin': None,
'year': 2022}
2026-03-29 21:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009894auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:12 [ecarstrade.be] INFO: Saving data for 7009894auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624025.257224, 'last_price_update_time': 1774820592.579318}
2026-03-29 21:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009894auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009942> (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-29 21:43:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:12 [ecarstrade.be] INFO: Extracting details for car 7009942auction111137
2026-03-29 21:43:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 7009942auction111137
2026-03-29 21:43:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b34ae6-abe8-5217-970b-20ec64278d79 with scrape type 2
2026-03-29 21:43:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5b34ae6-abe8-5217-970b-20ec64278d79 with scrape type 2
2026-03-29 21:43:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5b34ae6-abe8-5217-970b-20ec64278d79, identifier: 7009942auction111137
2026-03-29 21:43:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 7009942auction111137
2026-03-29 21:43:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 7009942auction111137
2026-03-29 21:43:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 7009942auction111137 to the API
2026-03-29 21:43:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009942>
{'auction_title': '',
'c_o_2_emission_value': 242,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e5b34ae6-abe8-5217-970b-20ec64278d79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009942',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Movano',
'odometer': 76061,
'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': 3,
'seller_name': None,
'title': 'Opel Movano 3500 2.2 L Turbo D 103kW L3H2 Light 4d',
'transmission': 'manual',
'trim': '3500 2.2 L Turbo D 103kW L3H2 Light 4d',
'vin': None,
'year': 2022}
2026-03-29 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009942auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:13 [ecarstrade.be] INFO: Saving data for 7009942auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624026.1516, 'last_price_update_time': 1774820593.204641}
2026-03-29 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009942auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009859> (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-29 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-29 21:43:14 [ecarstrade.be] INFO: Extracting details for car 7009859auction111137
2026-03-29 21:43:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50382865-820e-5d76-be65-41a82bfe1719 with identifier: 7009859auction111137
2026-03-29 21:43:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50382865-820e-5d76-be65-41a82bfe1719 with scrape type 2
2026-03-29 21:43:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50382865-820e-5d76-be65-41a82bfe1719 with scrape type 2
2026-03-29 21:43:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50382865-820e-5d76-be65-41a82bfe1719, identifier: 7009859auction111137
2026-03-29 21:43:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50382865-820e-5d76-be65-41a82bfe1719 with identifier: 7009859auction111137
2026-03-29 21:43:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50382865-820e-5d76-be65-41a82bfe1719 with identifier: 7009859auction111137
2026-03-29 21:43:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50382865-820e-5d76-be65-41a82bfe1719 with identifier: 7009859auction111137 to the API
2026-03-29 21:43:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009859>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '50382865-820e-5d76-be65-41a82bfe1719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009859',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A4',
'odometer': 187813,
'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 35 TDi 120kW S tronic "
'Business E',
'transmission': 'automatic',
'trim': ", Avant FL'19, Avant 2.0 35 TDi 120kW S tronic Business E",
'vin': None,
'year': 2022}
2026-03-29 21:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009859auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:14 [ecarstrade.be] INFO: Saving data for 7009859auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624025.85493, 'last_price_update_time': 1774820594.640285}
2026-03-29 21:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009859auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009924> (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-29 21:43:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:15 [ecarstrade.be] INFO: Extracting details for car 7009924auction111137
2026-03-29 21:43:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with identifier: 7009924auction111137
2026-03-29 21:43:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with scrape type 2
2026-03-29 21:43:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with scrape type 2
2026-03-29 21:43:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0, identifier: 7009924auction111137
2026-03-29 21:43:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with identifier: 7009924auction111137
2026-03-29 21:43:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with identifier: 7009924auction111137
2026-03-29 21:43:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with identifier: 7009924auction111137 to the API
2026-03-29 21:43:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009924>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Other',
'id': 'aa1236c2-dae1-57f5-b86d-e8c2f663e3c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009924',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 169740,
'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': 'Mercedes-Benz CLA Shooting Brake CLA 250 e 5d',
'transmission': 'automatic',
'trim': '-Benz CLA Shooting Brake e 5d',
'vin': None,
'year': 2021}
2026-03-29 21:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009924auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:15 [ecarstrade.be] INFO: Saving data for 7009924auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623960.163483, 'last_price_update_time': 1774820595.488116}
2026-03-29 21:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009924auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009958> (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-29 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-29 21:43:17 [ecarstrade.be] INFO: Extracting details for car 7009958auction111137
2026-03-29 21:43:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89490ad4-19ac-5cad-b04e-2c77e5292dcb with identifier: 7009958auction111137
2026-03-29 21:43:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89490ad4-19ac-5cad-b04e-2c77e5292dcb with scrape type 2
2026-03-29 21:43:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89490ad4-19ac-5cad-b04e-2c77e5292dcb with scrape type 2
2026-03-29 21:43:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89490ad4-19ac-5cad-b04e-2c77e5292dcb, identifier: 7009958auction111137
2026-03-29 21:43:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89490ad4-19ac-5cad-b04e-2c77e5292dcb with identifier: 7009958auction111137
2026-03-29 21:43:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89490ad4-19ac-5cad-b04e-2c77e5292dcb with identifier: 7009958auction111137
2026-03-29 21:43:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89490ad4-19ac-5cad-b04e-2c77e5292dcb with identifier: 7009958auction111137 to the API
2026-03-29 21:43:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009958>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '89490ad4-19ac-5cad-b04e-2c77e5292dcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009958',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 167114,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'vin': None,
'year': 2021}
2026-03-29 21:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009958auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:17 [ecarstrade.be] INFO: Saving data for 7009958auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623990.504701, 'last_price_update_time': 1774820597.401263}
2026-03-29 21:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009958auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009890> (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-29 21:43:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:20 [ecarstrade.be] INFO: Extracting details for car 7009890auction111137
2026-03-29 21:43:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with identifier: 7009890auction111137
2026-03-29 21:43:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with scrape type 2
2026-03-29 21:43:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with scrape type 2
2026-03-29 21:43:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa8f323f-c375-587c-aa7a-d4e6ff72ff65, identifier: 7009890auction111137
2026-03-29 21:43:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with identifier: 7009890auction111137
2026-03-29 21:43:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with identifier: 7009890auction111137
2026-03-29 21:43:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with identifier: 7009890auction111137 to the API
2026-03-29 21:43:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009890>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fa8f323f-c375-587c-aa7a-d4e6ff72ff65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009890',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 169903,
'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': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic So Chic 5d',
'transmission': 'automatic',
'trim': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic So Chic 5d',
'vin': None,
'year': 2020}
2026-03-29 21:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009890auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:20 [ecarstrade.be] INFO: Saving data for 7009890auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624027.591589, 'last_price_update_time': 1774820600.434303}
2026-03-29 21:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009890auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009910> (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-29 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-29 21:43:22 [ecarstrade.be] INFO: Extracting details for car 7009910auction111137
2026-03-29 21:43:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with identifier: 7009910auction111137
2026-03-29 21:43:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with scrape type 2
2026-03-29 21:43:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with scrape type 2
2026-03-29 21:43:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4, identifier: 7009910auction111137
2026-03-29 21:43:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with identifier: 7009910auction111137
2026-03-29 21:43:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with identifier: 7009910auction111137
2026-03-29 21:43:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with identifier: 7009910auction111137 to the API
2026-03-29 21:43:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009910>
{'auction_title': '',
'c_o_2_emission_value': 198,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '94c4f9b1-2e0a-5541-86e2-f7ec76f63da4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009910',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 170877,
'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': 'Land Rover Range Rover Evoque D150 AWD Auto SE 5d !! No COC !!',
'transmission': 'automatic',
'trim': 'D150 AWD Auto SE 5d !! No COC !!',
'vin': None,
'year': 2020}
2026-03-29 21:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009910auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:22 [ecarstrade.be] INFO: Saving data for 7009910auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624022.330998, 'last_price_update_time': 1774820602.447495}
2026-03-29 21:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009910auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009985> (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-29 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-29 21:43:23 [ecarstrade.be] INFO: Extracting details for car 7009985auction111137
2026-03-29 21:43:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with identifier: 7009985auction111137
2026-03-29 21:43:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with scrape type 2
2026-03-29 21:43:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with scrape type 2
2026-03-29 21:43:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b, identifier: 7009985auction111137
2026-03-29 21:43:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with identifier: 7009985auction111137
2026-03-29 21:43:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with identifier: 7009985auction111137
2026-03-29 21:43:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with identifier: 7009985auction111137 to the API
2026-03-29 21:43:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009985>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd5ba3bc4-ca72-569c-b7e6-ee2db873d06b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009985',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 218771,
'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 2.0 CRTDI 110kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110kW DSG7 Ambition 5d',
'vin': None,
'year': 2021}
2026-03-29 21:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009985auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:23 [ecarstrade.be] INFO: Saving data for 7009985auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624023.471482, 'last_price_update_time': 1774820603.757361}
2026-03-29 21:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009985auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009975> (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-29 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-29 21:43:24 [ecarstrade.be] INFO: Extracting details for car 7009975auction111137
2026-03-29 21:43:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448f975a-37b7-53e0-ad9b-b3b32aa491af with identifier: 7009975auction111137
2026-03-29 21:43:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448f975a-37b7-53e0-ad9b-b3b32aa491af with scrape type 2
2026-03-29 21:43:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 448f975a-37b7-53e0-ad9b-b3b32aa491af with scrape type 2
2026-03-29 21:43:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 448f975a-37b7-53e0-ad9b-b3b32aa491af, identifier: 7009975auction111137
2026-03-29 21:43:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 448f975a-37b7-53e0-ad9b-b3b32aa491af with identifier: 7009975auction111137
2026-03-29 21:43:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 448f975a-37b7-53e0-ad9b-b3b32aa491af with identifier: 7009975auction111137
2026-03-29 21:43:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 448f975a-37b7-53e0-ad9b-b3b32aa491af with identifier: 7009975auction111137 to the API
2026-03-29 21:43:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009975>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '448f975a-37b7-53e0-ad9b-b3b32aa491af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009975',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Master',
'odometer': 20800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-01',
'seats_number': 3,
'seller_name': None,
'title': "Renault, _Master '14, Renault Master L2H2 dCi 130 - 3.5T Confort 4d",
'transmission': 'manual',
'trim': ", _ '14, L2H2 dCi 130 - 3.5T Confort 4d",
'vin': None,
'year': 2017}
2026-03-29 21:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009975auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:24 [ecarstrade.be] INFO: Saving data for 7009975auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774623958.952848, 'last_price_update_time': 1774820604.621149}
2026-03-29 21:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009975auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:27 [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-29 21:43:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009869auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009869auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009869auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009871auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009871auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009871auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009996auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009996auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009996auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009884auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009884auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009884auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009981auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009981auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009981auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009987auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009987auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009987auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009931auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009931auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009931auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009986auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009986auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009986auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009856auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009856auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009856auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009961auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009961auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009961auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009994auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009994auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009994auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009891auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009891auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009891auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009914auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009914auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009914auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009903auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009903auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009903auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009932auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009932auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009932auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009940auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009940auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009940auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009948auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009948auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009948auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009968auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009968auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009968auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009959auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009959auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009959auction111137: 2
2026-03-29 21:43:27 [ecarstrade.be] INFO: Found listing with ID: 7009904auction111137
2026-03-29 21:43:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009904auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:27 [ecarstrade.be] INFO: Scrape type for 7009904auction111137: 2
2026-03-29 21:43:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009997> (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-29 21:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:32 [ecarstrade.be] INFO: Extracting details for car 7009997auction111137
2026-03-29 21:43:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009951> (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-29 21:43:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc9a4a65-6723-5cab-813f-a6a54e377ad9 with identifier: 7009997auction111137
2026-03-29 21:43:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc9a4a65-6723-5cab-813f-a6a54e377ad9 with scrape type 2
2026-03-29 21:43:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc9a4a65-6723-5cab-813f-a6a54e377ad9 with scrape type 2
2026-03-29 21:43:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc9a4a65-6723-5cab-813f-a6a54e377ad9, identifier: 7009997auction111137
2026-03-29 21:43:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc9a4a65-6723-5cab-813f-a6a54e377ad9 with identifier: 7009997auction111137
2026-03-29 21:43:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc9a4a65-6723-5cab-813f-a6a54e377ad9 with identifier: 7009997auction111137
2026-03-29 21:43:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc9a4a65-6723-5cab-813f-a6a54e377ad9 with identifier: 7009997auction111137 to the API
2026-03-29 21:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009997>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'dc9a4a65-6723-5cab-813f-a6a54e377ad9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009997',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 184572,
'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': 'Volkswagen Passat Variant 1.6 TDI SCR DSG7 Elegance Business 5d',
'transmission': 'automatic',
'trim': '1.6 TDI SCR DSG7 Elegance Business 5d',
'vin': None,
'year': 2020}
2026-03-29 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009997auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:32 [ecarstrade.be] INFO: Saving data for 7009997auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624007.518083, 'last_price_update_time': 1774820612.554775}
2026-03-29 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009997auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:32 [ecarstrade.be] INFO: Extracting details for car 7009951auction111137
2026-03-29 21:43:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 7009951auction111137
2026-03-29 21:43:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with scrape type 2
2026-03-29 21:43:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with scrape type 2
2026-03-29 21:43:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77, identifier: 7009951auction111137
2026-03-29 21:43:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 7009951auction111137
2026-03-29 21:43:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 7009951auction111137
2026-03-29 21:43:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 7009951auction111137 to the API
2026-03-29 21:43:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009951>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009951',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 190965,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2022}
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009951auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:33 [ecarstrade.be] INFO: Saving data for 7009951auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624028.746811, 'last_price_update_time': 1774820613.1325}
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009951auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009988> (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-29 21:43:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:33 [ecarstrade.be] INFO: Extracting details for car 7009988auction111137
2026-03-29 21:43:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c4ecf5c-f670-5b31-aa56-b83e00822003 with identifier: 7009988auction111137
2026-03-29 21:43:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c4ecf5c-f670-5b31-aa56-b83e00822003 with scrape type 2
2026-03-29 21:43:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c4ecf5c-f670-5b31-aa56-b83e00822003 with scrape type 2
2026-03-29 21:43:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c4ecf5c-f670-5b31-aa56-b83e00822003, identifier: 7009988auction111137
2026-03-29 21:43:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c4ecf5c-f670-5b31-aa56-b83e00822003 with identifier: 7009988auction111137
2026-03-29 21:43:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c4ecf5c-f670-5b31-aa56-b83e00822003 with identifier: 7009988auction111137
2026-03-29 21:43:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c4ecf5c-f670-5b31-aa56-b83e00822003 with identifier: 7009988auction111137 to the API
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009988>
{'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-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '1c4ecf5c-f670-5b31-aa56-b83e00822003',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009988',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 156588,
'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': 'Skoda Octavia Combi 2.0 CRTDI 110kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': 'Combi 2.0 CRTDI 110kW DSG7 Ambition 5d',
'vin': None,
'year': 2021}
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009988auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:33 [ecarstrade.be] INFO: Saving data for 7009988auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624028.249696, 'last_price_update_time': 1774820613.884732}
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009988auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009993> (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-29 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-29 21:43:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009898> (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-29 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-29 21:43:37 [ecarstrade.be] INFO: Extracting details for car 7009993auction111137
2026-03-29 21:43:37 [ecarstrade.be] INFO: Extracting details for car 7009898auction111137
2026-03-29 21:43:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 7009993auction111137
2026-03-29 21:43:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152ccc82-4371-5067-8c06-b500915f38e9 with scrape type 2
2026-03-29 21:43:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 152ccc82-4371-5067-8c06-b500915f38e9 with scrape type 2
2026-03-29 21:43:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 152ccc82-4371-5067-8c06-b500915f38e9, identifier: 7009993auction111137
2026-03-29 21:43:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with identifier: 7009898auction111137
2026-03-29 21:43:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with scrape type 2
2026-03-29 21:43:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with scrape type 2
2026-03-29 21:43:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e, identifier: 7009898auction111137
2026-03-29 21:43:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 7009993auction111137
2026-03-29 21:43:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 7009993auction111137
2026-03-29 21:43:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 7009993auction111137 to the API
2026-03-29 21:43:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009993>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '152ccc82-4371-5067-8c06-b500915f38e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009993',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 181088,
'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': 5,
'seller_name': None,
'title': "Toyota, C-HR '16, Toyota C-HR 1.8 VVT i-Hybrid C-Enter E-CVT 5d",
'transmission': 'automatic',
'trim': ", '16, 1.8 VVT i-Hybrid C-Enter E-CVT 5d",
'vin': None,
'year': 2022}
2026-03-29 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009993auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:37 [ecarstrade.be] INFO: Saving data for 7009993auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624011.472171, 'last_price_update_time': 1774820617.811858}
2026-03-29 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009993auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with identifier: 7009898auction111137
2026-03-29 21:43:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with identifier: 7009898auction111137
2026-03-29 21:43:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with identifier: 7009898auction111137 to the API
2026-03-29 21:43:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009898>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '19a8d4d4-92a2-5305-bf96-7ff0f979f29e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009898',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 166828,
'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': 7,
'seller_name': None,
'title': 'Ford S-Max 2.0 TDCi 110kW S/S Aut. Titanium 5d 7pl',
'transmission': 'automatic',
'trim': '2.0 TDCi 110kW S/S Aut. Titanium 5d 7pl',
'vin': None,
'year': 2020}
2026-03-29 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009898auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:38 [ecarstrade.be] INFO: Saving data for 7009898auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624027.081315, 'last_price_update_time': 1774820618.124992}
2026-03-29 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009898auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009879> (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-29 21:43:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:45 [ecarstrade.be] INFO: Extracting details for car 7009879auction111137
2026-03-29 21:43:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c15cc60-235a-57d0-a6bf-a3b8695d843c with identifier: 7009879auction111137
2026-03-29 21:43:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c15cc60-235a-57d0-a6bf-a3b8695d843c with scrape type 2
2026-03-29 21:43:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c15cc60-235a-57d0-a6bf-a3b8695d843c with scrape type 2
2026-03-29 21:43:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c15cc60-235a-57d0-a6bf-a3b8695d843c, identifier: 7009879auction111137
2026-03-29 21:43:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c15cc60-235a-57d0-a6bf-a3b8695d843c with identifier: 7009879auction111137
2026-03-29 21:43:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c15cc60-235a-57d0-a6bf-a3b8695d843c with identifier: 7009879auction111137
2026-03-29 21:43:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c15cc60-235a-57d0-a6bf-a3b8695d843c with identifier: 7009879auction111137 to the API
2026-03-29 21:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009879>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5c15cc60-235a-57d0-a6bf-a3b8695d843c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009879',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '316',
'odometer': 165364,
'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 3 Reeks Touring 316dA (90 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (90 kW) 5d',
'vin': None,
'year': 2022}
2026-03-29 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009879auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:45 [ecarstrade.be] INFO: Saving data for 7009879auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624022.889306, 'last_price_update_time': 1774820625.54704}
2026-03-29 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009879auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009883> (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-29 21:43:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:45 [ecarstrade.be] INFO: Extracting details for car 7009883auction111137
2026-03-29 21:43:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with identifier: 7009883auction111137
2026-03-29 21:43:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with scrape type 2
2026-03-29 21:43:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with scrape type 2
2026-03-29 21:43:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3, identifier: 7009883auction111137
2026-03-29 21:43:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with identifier: 7009883auction111137
2026-03-29 21:43:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with identifier: 7009883auction111137
2026-03-29 21:43:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with identifier: 7009883auction111137 to the API
2026-03-29 21:43:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009883>
{'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': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009883',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 169769,
'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': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 21:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009883auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:46 [ecarstrade.be] INFO: Saving data for 7009883auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624009.348421, 'last_price_update_time': 1774820626.036211}
2026-03-29 21:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009883auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009873> (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-29 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-29 21:43:46 [ecarstrade.be] INFO: Extracting details for car 7009873auction111137
2026-03-29 21:43:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cfd81fe-f032-5745-b968-ec2626a17a77 with identifier: 7009873auction111137
2026-03-29 21:43:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cfd81fe-f032-5745-b968-ec2626a17a77 with scrape type 2
2026-03-29 21:43:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cfd81fe-f032-5745-b968-ec2626a17a77 with scrape type 2
2026-03-29 21:43:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cfd81fe-f032-5745-b968-ec2626a17a77, identifier: 7009873auction111137
2026-03-29 21:43:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cfd81fe-f032-5745-b968-ec2626a17a77 with identifier: 7009873auction111137
2026-03-29 21:43:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cfd81fe-f032-5745-b968-ec2626a17a77 with identifier: 7009873auction111137
2026-03-29 21:43:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cfd81fe-f032-5745-b968-ec2626a17a77 with identifier: 7009873auction111137 to the API
2026-03-29 21:43:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009873>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '7cfd81fe-f032-5745-b968-ec2626a17a77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009873',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '218 Gran Tourer',
'odometer': 157542,
'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': 'BMW 2 Reeks Gran Tourer 218d (100kW) Aut. 5d',
'transmission': 'automatic',
'trim': '2 Reeks Gran Tourer 218d (100kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-29 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009873auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:47 [ecarstrade.be] INFO: Saving data for 7009873auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624012.405474, 'last_price_update_time': 1774820627.207235}
2026-03-29 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009873auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009971> (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-29 21:43:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:47 [ecarstrade.be] INFO: Extracting details for car 7009971auction111137
2026-03-29 21:43:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a56f8c1-35ec-5785-959d-53cd4510573c with identifier: 7009971auction111137
2026-03-29 21:43:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a56f8c1-35ec-5785-959d-53cd4510573c with scrape type 2
2026-03-29 21:43:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a56f8c1-35ec-5785-959d-53cd4510573c with scrape type 2
2026-03-29 21:43:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a56f8c1-35ec-5785-959d-53cd4510573c, identifier: 7009971auction111137
2026-03-29 21:43:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a56f8c1-35ec-5785-959d-53cd4510573c with identifier: 7009971auction111137
2026-03-29 21:43:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a56f8c1-35ec-5785-959d-53cd4510573c with identifier: 7009971auction111137
2026-03-29 21:43:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a56f8c1-35ec-5785-959d-53cd4510573c with identifier: 7009971auction111137 to the API
2026-03-29 21:43:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009971>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '8a56f8c1-35ec-5785-959d-53cd4510573c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009971',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 148851,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, Rifter '18, Peugeot Rifter 1.5 BlueHDi 130 EAT8 S/S GT "
'Line Lo 7pl',
'transmission': 'automatic',
'trim': ", '18, 1.5 BlueHDi 130 EAT8 S/S GT Line Lo 7pl",
'vin': None,
'year': 2019}
2026-03-29 21:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009971auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:48 [ecarstrade.be] INFO: Saving data for 7009971auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624005.788643, 'last_price_update_time': 1774820628.891982}
2026-03-29 21:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009971auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009867> (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-29 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-29 21:43:49 [ecarstrade.be] INFO: Extracting details for car 7009867auction111137
2026-03-29 21:43:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 7009867auction111137
2026-03-29 21:43:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 111d5997-ae05-524b-a5f4-834b273c92aa with scrape type 2
2026-03-29 21:43:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 111d5997-ae05-524b-a5f4-834b273c92aa with scrape type 2
2026-03-29 21:43:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 111d5997-ae05-524b-a5f4-834b273c92aa, identifier: 7009867auction111137
2026-03-29 21:43:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 7009867auction111137
2026-03-29 21:43:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 7009867auction111137
2026-03-29 21:43:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 7009867auction111137 to the API
2026-03-29 21:43:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:43:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009867>
{'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-30T10:10:00Z',
'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/7009867',
'listing': 'auction',
'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-29 21:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009867auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:49 [ecarstrade.be] INFO: Saving data for 7009867auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624006.180259, 'last_price_update_time': 1774820629.393139}
2026-03-29 21:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009867auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009960> (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-29 21:43:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:50 [ecarstrade.be] INFO: Extracting details for car 7009960auction111137
2026-03-29 21:43:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef8e8892-9231-53af-a1ef-176683b1d492 with identifier: 7009960auction111137
2026-03-29 21:43:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef8e8892-9231-53af-a1ef-176683b1d492 with scrape type 2
2026-03-29 21:43:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef8e8892-9231-53af-a1ef-176683b1d492 with scrape type 2
2026-03-29 21:43:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef8e8892-9231-53af-a1ef-176683b1d492, identifier: 7009960auction111137
2026-03-29 21:43:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef8e8892-9231-53af-a1ef-176683b1d492 with identifier: 7009960auction111137
2026-03-29 21:43:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef8e8892-9231-53af-a1ef-176683b1d492 with identifier: 7009960auction111137
2026-03-29 21:43:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef8e8892-9231-53af-a1ef-176683b1d492 with identifier: 7009960auction111137 to the API
2026-03-29 21:43:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009960>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ef8e8892-9231-53af-a1ef-176683b1d492',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009960',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 161691,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure 5d',
'vin': None,
'year': 2019}
2026-03-29 21:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009960auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:50 [ecarstrade.be] INFO: Saving data for 7009960auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624006.796471, 'last_price_update_time': 1774820630.566979}
2026-03-29 21:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009960auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:54 [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-29 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-29 21:43:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009977auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009977auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009977auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009982auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009982auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009982auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009950auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009950auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009950auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009967auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009967auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009967auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009918auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009918auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009918auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009938auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009938auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009938auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009983auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009983auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009983auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009888auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009888auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009888auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009976auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009976auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009976auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009992auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009992auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009992auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009965auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009965auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009965auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009900auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009900auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009900auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009896auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009896auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009896auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009902auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009902auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009902auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009921auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009921auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009921auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009933auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009933auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009933auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009970auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009970auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009970auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009906auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009906auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009906auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009946auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009946auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009946auction111137: 2
2026-03-29 21:43:54 [ecarstrade.be] INFO: Found listing with ID: 7009969auction111137
2026-03-29 21:43:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009969auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:54 [ecarstrade.be] INFO: Scrape type for 7009969auction111137: 2
2026-03-29 21:43:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009944> (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-29 21:43:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:56 [ecarstrade.be] INFO: Extracting details for car 7009944auction111137
2026-03-29 21:43:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with identifier: 7009944auction111137
2026-03-29 21:43:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with scrape type 2
2026-03-29 21:43:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with scrape type 2
2026-03-29 21:43:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8, identifier: 7009944auction111137
2026-03-29 21:43:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with identifier: 7009944auction111137
2026-03-29 21:43:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with identifier: 7009944auction111137
2026-03-29 21:43:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with identifier: 7009944auction111137 to the API
2026-03-29 21:43:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009944>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009944',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 147356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 GT Line 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 GT Line 5d',
'vin': None,
'year': 2020}
2026-03-29 21:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009944auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:57 [ecarstrade.be] INFO: Saving data for 7009944auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624007.971191, 'last_price_update_time': 1774820637.189586}
2026-03-29 21:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009944auction111137') HTTP/1.1" 204 0
2026-03-29 21:43:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009991> (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-29 21:43:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:43:57 [ecarstrade.be] INFO: Extracting details for car 7009991auction111137
2026-03-29 21:43:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 7009991auction111137
2026-03-29 21:43:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcc90336-6247-5a75-8f3e-79630077afd9 with scrape type 2
2026-03-29 21:43:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcc90336-6247-5a75-8f3e-79630077afd9 with scrape type 2
2026-03-29 21:43:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcc90336-6247-5a75-8f3e-79630077afd9, identifier: 7009991auction111137
2026-03-29 21:43:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 7009991auction111137
2026-03-29 21:43:58 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:43:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 7009991auction111137
2026-03-29 21:43:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 7009991auction111137 to the API
2026-03-29 21:43:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:43: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-29 21:43:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009991>
{'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-30T10:10:00Z',
'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/7009991',
'listing': 'auction',
'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-29 21:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009991auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:43:58 [ecarstrade.be] INFO: Saving data for 7009991auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624008.86469, 'last_price_update_time': 1774820638.315198}
2026-03-29 21:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:43:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009991auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009904> (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-29 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-29 21:44:06 [ecarstrade.be] INFO: Extracting details for car 7009904auction111137
2026-03-29 21:44:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with identifier: 7009904auction111137
2026-03-29 21:44:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with scrape type 2
2026-03-29 21:44:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with scrape type 2
2026-03-29 21:44:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cf17bf4-d80c-5925-84d9-c37ece9856f4, identifier: 7009904auction111137
2026-03-29 21:44:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with identifier: 7009904auction111137
2026-03-29 21:44:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with identifier: 7009904auction111137
2026-03-29 21:44:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with identifier: 7009904auction111137 to the API
2026-03-29 21:44:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:44: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-29 21:44:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009904>
{'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-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '3cf17bf4-d80c-5925-84d9-c37ece9856f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009904',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 152316,
'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-29 21:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009904auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:06 [ecarstrade.be] INFO: Saving data for 7009904auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624330.294944, 'last_price_update_time': 1774820646.503543}
2026-03-29 21:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009904auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:06 [scrapy.extensions.logstats] INFO: Crawled 434 pages (at 25 pages/min), scraped 401 items (at 23 items/min)
2026-03-29 21:44:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:44:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009940> (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-29 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-29 21:44:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009968> (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-29 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-29 21:44:07 [ecarstrade.be] INFO: Extracting details for car 7009940auction111137
2026-03-29 21:44:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21fda4bc-b6ca-5420-b388-a5830a133341 with identifier: 7009940auction111137
2026-03-29 21:44:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21fda4bc-b6ca-5420-b388-a5830a133341 with scrape type 2
2026-03-29 21:44:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21fda4bc-b6ca-5420-b388-a5830a133341 with scrape type 2
2026-03-29 21:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21fda4bc-b6ca-5420-b388-a5830a133341, identifier: 7009940auction111137
2026-03-29 21:44:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21fda4bc-b6ca-5420-b388-a5830a133341 with identifier: 7009940auction111137
2026-03-29 21:44:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21fda4bc-b6ca-5420-b388-a5830a133341 with identifier: 7009940auction111137
2026-03-29 21:44:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21fda4bc-b6ca-5420-b388-a5830a133341 with identifier: 7009940auction111137 to the API
2026-03-29 21:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009940>
{'auction_title': '',
'c_o_2_emission_value': 200,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '21fda4bc-b6ca-5420-b388-a5830a133341',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009940',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 23831,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Vivaro 2.0 BlueHDi 145 S&S EAT8 €6.4 L3H1 4d !! Rolling car !! '
'Damaged car !!!',
'transmission': 'automatic',
'trim': '2.0 BlueHDi 145 S&S EAT8 €6.4 L3H1 4d !! Rolling car !! Damaged car '
'!!!',
'vin': None,
'year': 2024}
2026-03-29 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009940auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:07 [ecarstrade.be] INFO: Saving data for 7009940auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624332.945294, 'last_price_update_time': 1774820647.525317}
2026-03-29 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009940auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:07 [ecarstrade.be] INFO: Extracting details for car 7009968auction111137
2026-03-29 21:44:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 7009968auction111137
2026-03-29 21:44:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with scrape type 2
2026-03-29 21:44:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with scrape type 2
2026-03-29 21:44:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3b6a6ad-175a-5594-a0ee-f4497c9f5385, identifier: 7009968auction111137
2026-03-29 21:44:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 7009968auction111137
2026-03-29 21:44:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 7009968auction111137
2026-03-29 21:44:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 7009968auction111137 to the API
2026-03-29 21:44:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009968>
{'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-30T10:10:00Z',
'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/7009968',
'listing': 'auction',
'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-29 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009968auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:07 [ecarstrade.be] INFO: Saving data for 7009968auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624329.684307, 'last_price_update_time': 1774820647.922738}
2026-03-29 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009968auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009899> (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-29 21:44:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:10 [ecarstrade.be] INFO: Extracting details for car 7009899auction111137
2026-03-29 21:44:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390acf9d-accd-53bc-9414-46c30fda03c2 with identifier: 7009899auction111137
2026-03-29 21:44:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390acf9d-accd-53bc-9414-46c30fda03c2 with scrape type 2
2026-03-29 21:44:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 390acf9d-accd-53bc-9414-46c30fda03c2 with scrape type 2
2026-03-29 21:44:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 390acf9d-accd-53bc-9414-46c30fda03c2, identifier: 7009899auction111137
2026-03-29 21:44:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 390acf9d-accd-53bc-9414-46c30fda03c2 with identifier: 7009899auction111137
2026-03-29 21:44:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 390acf9d-accd-53bc-9414-46c30fda03c2 with identifier: 7009899auction111137
2026-03-29 21:44:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 390acf9d-accd-53bc-9414-46c30fda03c2 with identifier: 7009899auction111137 to the API
2026-03-29 21:44:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009899>
{'auction_title': '',
'c_o_2_emission_value': 215,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '390acf9d-accd-53bc-9414-46c30fda03c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009899',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 207979,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'Ford Transit Custom 300S 2.0TD170Pk/125Kw A6 FWD Limited 4d',
'transmission': 'automatic',
'trim': '300S 2.0TD170Pk/125Kw A6 FWD Limited 4d',
'vin': None,
'year': 2021}
2026-03-29 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009899auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:10 [ecarstrade.be] INFO: Saving data for 7009899auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624023.785886, 'last_price_update_time': 1774820650.939982}
2026-03-29 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009899auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009941> (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-29 21:44:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:11 [ecarstrade.be] INFO: Extracting details for car 7009941auction111137
2026-03-29 21:44:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c8e9920-5d47-57f5-a977-426736419b6c with identifier: 7009941auction111137
2026-03-29 21:44:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c8e9920-5d47-57f5-a977-426736419b6c with scrape type 2
2026-03-29 21:44:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c8e9920-5d47-57f5-a977-426736419b6c with scrape type 2
2026-03-29 21:44:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c8e9920-5d47-57f5-a977-426736419b6c, identifier: 7009941auction111137
2026-03-29 21:44:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c8e9920-5d47-57f5-a977-426736419b6c with identifier: 7009941auction111137
2026-03-29 21:44:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c8e9920-5d47-57f5-a977-426736419b6c with identifier: 7009941auction111137
2026-03-29 21:44:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c8e9920-5d47-57f5-a977-426736419b6c with identifier: 7009941auction111137 to the API
2026-03-29 21:44:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:44: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-29 21:44:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009941>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '9c8e9920-5d47-57f5-a977-426736419b6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009941',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 189128,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 3008 FL'20, Peugeot 3008 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': 2021}
2026-03-29 21:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009941auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:11 [ecarstrade.be] INFO: Saving data for 7009941auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624009.765749, 'last_price_update_time': 1774820651.431161}
2026-03-29 21:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009941auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009948> (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-29 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-29 21:44:15 [ecarstrade.be] INFO: Extracting details for car 7009948auction111137
2026-03-29 21:44:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 7009948auction111137
2026-03-29 21:44:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7cbc736-e9b3-557c-a4a0-d85f526b398a with scrape type 2
2026-03-29 21:44:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7cbc736-e9b3-557c-a4a0-d85f526b398a with scrape type 2
2026-03-29 21:44:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7cbc736-e9b3-557c-a4a0-d85f526b398a, identifier: 7009948auction111137
2026-03-29 21:44:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 7009948auction111137
2026-03-29 21:44:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 7009948auction111137
2026-03-29 21:44:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 7009948auction111137 to the API
2026-03-29 21:44:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009948>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'b7cbc736-e9b3-557c-a4a0-d85f526b398a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009948',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 129134,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 Allure 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 Allure 5d',
'vin': None,
'year': 2021}
2026-03-29 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009948auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:15 [ecarstrade.be] INFO: Saving data for 7009948auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624330.797261, 'last_price_update_time': 1774820655.515215}
2026-03-29 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009948auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009994> (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-29 21:44:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:17 [ecarstrade.be] INFO: Extracting details for car 7009994auction111137
2026-03-29 21:44:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 7009994auction111137
2026-03-29 21:44:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f76eb92b-6e0d-5e7c-80b6-889331d190c5 with scrape type 2
2026-03-29 21:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f76eb92b-6e0d-5e7c-80b6-889331d190c5 with scrape type 2
2026-03-29 21:44:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f76eb92b-6e0d-5e7c-80b6-889331d190c5, identifier: 7009994auction111137
2026-03-29 21:44:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 7009994auction111137
2026-03-29 21:44:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 7009994auction111137
2026-03-29 21:44:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 7009994auction111137 to the API
2026-03-29 21:44:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009994>
{'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-30T10:10:00Z',
'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/7009994',
'listing': 'auction',
'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-29 21:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009994auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:17 [ecarstrade.be] INFO: Saving data for 7009994auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624063.212108, 'last_price_update_time': 1774820657.57892}
2026-03-29 21:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009994auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009932> (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-29 21:44:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:17 [ecarstrade.be] INFO: Extracting details for car 7009932auction111137
2026-03-29 21:44:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c64536c4-9e28-56d4-a0dd-061b149bb396 with identifier: 7009932auction111137
2026-03-29 21:44:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64536c4-9e28-56d4-a0dd-061b149bb396 with scrape type 2
2026-03-29 21:44:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c64536c4-9e28-56d4-a0dd-061b149bb396 with scrape type 2
2026-03-29 21:44:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c64536c4-9e28-56d4-a0dd-061b149bb396, identifier: 7009932auction111137
2026-03-29 21:44:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c64536c4-9e28-56d4-a0dd-061b149bb396 with identifier: 7009932auction111137
2026-03-29 21:44:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c64536c4-9e28-56d4-a0dd-061b149bb396 with identifier: 7009932auction111137
2026-03-29 21:44:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c64536c4-9e28-56d4-a0dd-061b149bb396 with identifier: 7009932auction111137 to the API
2026-03-29 21:44:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009932>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'c64536c4-9e28-56d4-a0dd-061b149bb396',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009932',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mini',
'model': 'Cooper S',
'odometer': 147586,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 2,
'seller_name': None,
'title': "MINI, Mini Clubman '15, Mini Clubman Cooper S (141 kW) Sport-Aut. "
'VAN 5d',
'transmission': 'automatic',
'trim': "MINI, Clubman '15, Clubman (141 kW) Sport-Aut. VAN 5d",
'vin': None,
'year': 2019}
2026-03-29 21:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009932auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:18 [ecarstrade.be] INFO: Saving data for 7009932auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624333.775845, 'last_price_update_time': 1774820658.100046}
2026-03-29 21:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009932auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009959> (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-29 21:44:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:23 [ecarstrade.be] INFO: Extracting details for car 7009959auction111137
2026-03-29 21:44:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 7009959auction111137
2026-03-29 21:44:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010bcc06-970a-525e-99ab-65c141ca5793 with scrape type 2
2026-03-29 21:44:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 010bcc06-970a-525e-99ab-65c141ca5793 with scrape type 2
2026-03-29 21:44:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 010bcc06-970a-525e-99ab-65c141ca5793, identifier: 7009959auction111137
2026-03-29 21:44:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 7009959auction111137
2026-03-29 21:44:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 7009959auction111137
2026-03-29 21:44:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 7009959auction111137 to the API
2026-03-29 21:44:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:44: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-29 21:44:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009959>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '010bcc06-970a-525e-99ab-65c141ca5793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009959',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 170807,
'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': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S Active Pack "
'5d',
'transmission': 'manual',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S Active Pack 5d",
'vin': None,
'year': 2021}
2026-03-29 21:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009959auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:24 [ecarstrade.be] INFO: Saving data for 7009959auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624331.209739, 'last_price_update_time': 1774820664.072359}
2026-03-29 21:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009959auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009903> (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-29 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-29 21:44:28 [ecarstrade.be] INFO: Extracting details for car 7009903auction111137
2026-03-29 21:44:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 7009903auction111137
2026-03-29 21:44:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 191ab384-1304-5ebc-a461-fbfb98987cd3 with scrape type 2
2026-03-29 21:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 191ab384-1304-5ebc-a461-fbfb98987cd3 with scrape type 2
2026-03-29 21:44:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 191ab384-1304-5ebc-a461-fbfb98987cd3, identifier: 7009903auction111137
2026-03-29 21:44:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 7009903auction111137
2026-03-29 21:44:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 7009903auction111137
2026-03-29 21:44:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 7009903auction111137 to the API
2026-03-29 21:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:44: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-29 21:44:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009903>
{'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-30T10:10:00Z',
'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/7009903',
'listing': 'auction',
'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-29 21:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009903auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:28 [ecarstrade.be] INFO: Saving data for 7009903auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624333.493007, 'last_price_update_time': 1774820668.518484}
2026-03-29 21:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009903auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009891> (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-29 21:44:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:28 [ecarstrade.be] INFO: Extracting details for car 7009891auction111137
2026-03-29 21:44:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 7009891auction111137
2026-03-29 21:44:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500429ad-4f89-51dc-b60a-f5b61684a063 with scrape type 2
2026-03-29 21:44:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 500429ad-4f89-51dc-b60a-f5b61684a063 with scrape type 2
2026-03-29 21:44:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 500429ad-4f89-51dc-b60a-f5b61684a063, identifier: 7009891auction111137
2026-03-29 21:44:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 7009891auction111137
2026-03-29 21:44:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 7009891auction111137
2026-03-29 21:44:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 7009891auction111137 to the API
2026-03-29 21:44:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:44: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-29 21:44:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009891>
{'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-30T10:10:00Z',
'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/7009891',
'listing': 'auction',
'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-29 21:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009891auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:29 [ecarstrade.be] INFO: Saving data for 7009891auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624058.026568, 'last_price_update_time': 1774820669.023141}
2026-03-29 21:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009891auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009961> (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-29 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-29 21:44:31 [ecarstrade.be] INFO: Extracting details for car 7009961auction111137
2026-03-29 21:44:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dca14263-1c33-5b10-a997-d59e7c7b9fd4 with identifier: 7009961auction111137
2026-03-29 21:44:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dca14263-1c33-5b10-a997-d59e7c7b9fd4 with scrape type 2
2026-03-29 21:44:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dca14263-1c33-5b10-a997-d59e7c7b9fd4 with scrape type 2
2026-03-29 21:44:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dca14263-1c33-5b10-a997-d59e7c7b9fd4, identifier: 7009961auction111137
2026-03-29 21:44:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dca14263-1c33-5b10-a997-d59e7c7b9fd4 with identifier: 7009961auction111137
2026-03-29 21:44:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dca14263-1c33-5b10-a997-d59e7c7b9fd4 with identifier: 7009961auction111137
2026-03-29 21:44:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dca14263-1c33-5b10-a997-d59e7c7b9fd4 with identifier: 7009961auction111137 to the API
2026-03-29 21:44:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009961>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'dca14263-1c33-5b10-a997-d59e7c7b9fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009961',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 166314,
'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, 5008 '16, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT Line "
'5d',
'transmission': 'automatic',
'trim': ", '16, 1.5 BlueHDi 96kW S&S EAT8 GT Line 5d",
'vin': None,
'year': 2020}
2026-03-29 21:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009961auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:31 [ecarstrade.be] INFO: Saving data for 7009961auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624064.027434, 'last_price_update_time': 1774820671.983762}
2026-03-29 21:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009961auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009969> (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-29 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-29 21:44:33 [ecarstrade.be] INFO: Extracting details for car 7009969auction111137
2026-03-29 21:44:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00c6faa9-9825-5435-9761-4cca45a70c4e with identifier: 7009969auction111137
2026-03-29 21:44:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c6faa9-9825-5435-9761-4cca45a70c4e with scrape type 2
2026-03-29 21:44:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00c6faa9-9825-5435-9761-4cca45a70c4e with scrape type 2
2026-03-29 21:44:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00c6faa9-9825-5435-9761-4cca45a70c4e, identifier: 7009969auction111137
2026-03-29 21:44:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00c6faa9-9825-5435-9761-4cca45a70c4e with identifier: 7009969auction111137
2026-03-29 21:44:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00c6faa9-9825-5435-9761-4cca45a70c4e with identifier: 7009969auction111137
2026-03-29 21:44:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00c6faa9-9825-5435-9761-4cca45a70c4e with identifier: 7009969auction111137 to the API
2026-03-29 21:44:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009969>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '00c6faa9-9825-5435-9761-4cca45a70c4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009969',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Captur',
'odometer': 108305,
'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': 'Renault Captur TCe 100 Zen 5d',
'transmission': 'manual',
'trim': 'TCe 100 Zen 5d',
'vin': None,
'year': 2020}
2026-03-29 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009969auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:34 [ecarstrade.be] INFO: Saving data for 7009969auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624054.558611, 'last_price_update_time': 1774820674.299652}
2026-03-29 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009969auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009914> (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-29 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-29 21:44:36 [ecarstrade.be] INFO: Extracting details for car 7009914auction111137
2026-03-29 21:44:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with identifier: 7009914auction111137
2026-03-29 21:44:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with scrape type 2
2026-03-29 21:44:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with scrape type 2
2026-03-29 21:44:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0633fff1-cfdb-5c54-a15d-46c0c37f1425, identifier: 7009914auction111137
2026-03-29 21:44:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with identifier: 7009914auction111137
2026-03-29 21:44:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with identifier: 7009914auction111137
2026-03-29 21:44:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with identifier: 7009914auction111137 to the API
2026-03-29 21:44:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009914>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '0633fff1-cfdb-5c54-a15d-46c0c37f1425',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009914',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 176845,
'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': "Mercedes, A-Class '18, Mercedes-Benz A-Klasse A 180 d 5d",
'transmission': 'manual',
'trim': ", A-Class '18, -Benz A-Klasse d 5d",
'vin': None,
'year': 2020}
2026-03-29 21:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009914auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:37 [ecarstrade.be] INFO: Saving data for 7009914auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624336.284998, 'last_price_update_time': 1774820677.225831}
2026-03-29 21:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009914auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009933> (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-29 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-29 21:44:40 [ecarstrade.be] INFO: Extracting details for car 7009933auction111137
2026-03-29 21:44:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 7009933auction111137
2026-03-29 21:44:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with scrape type 2
2026-03-29 21:44:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with scrape type 2
2026-03-29 21:44:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0, identifier: 7009933auction111137
2026-03-29 21:44:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 7009933auction111137
2026-03-29 21:44:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 7009933auction111137
2026-03-29 21:44:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 7009933auction111137 to the API
2026-03-29 21:44:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009933>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'cebf7eb1-1f1c-5d45-b826-9ccd37f661e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009933',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 72665,
'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': 'OPEL ASTRA DIESEL - 2020 1.5 Turbo D 122 Edition S/S (EU6d) 5d',
'transmission': 'automatic',
'trim': 'OPEL ASTRA DIESEL - 2020 1.5 Turbo D 122 Edition S/S (EU6d) 5d',
'vin': None,
'year': 2020}
2026-03-29 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009933auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:40 [ecarstrade.be] INFO: Saving data for 7009933auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624056.263577, 'last_price_update_time': 1774820680.989733}
2026-03-29 21:44:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009933auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009946> (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-29 21:44:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:42 [ecarstrade.be] INFO: Extracting details for car 7009946auction111137
2026-03-29 21:44:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01419135-335f-560d-98a4-c33217a8cfbf with identifier: 7009946auction111137
2026-03-29 21:44:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01419135-335f-560d-98a4-c33217a8cfbf with scrape type 2
2026-03-29 21:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01419135-335f-560d-98a4-c33217a8cfbf with scrape type 2
2026-03-29 21:44:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01419135-335f-560d-98a4-c33217a8cfbf, identifier: 7009946auction111137
2026-03-29 21:44:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01419135-335f-560d-98a4-c33217a8cfbf with identifier: 7009946auction111137
2026-03-29 21:44:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01419135-335f-560d-98a4-c33217a8cfbf with identifier: 7009946auction111137
2026-03-29 21:44:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01419135-335f-560d-98a4-c33217a8cfbf with identifier: 7009946auction111137 to the API
2026-03-29 21:44:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:44: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-29 21:44:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009946>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '01419135-335f-560d-98a4-c33217a8cfbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009946',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 57597,
'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': 'Peugeot 308 SW 1.5 BlueHDi 130 DPF S&S Active 5d',
'transmission': 'manual',
'trim': 'SW 1.5 BlueHDi 130 DPF S&S Active 5d',
'vin': None,
'year': 2020}
2026-03-29 21:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009946auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:42 [ecarstrade.be] INFO: Saving data for 7009946auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624127.455365, 'last_price_update_time': 1774820682.657892}
2026-03-29 21:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009946auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009906> (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-29 21:44:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:42 [ecarstrade.be] INFO: Extracting details for car 7009906auction111137
2026-03-29 21:44:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d895d982-1b68-554e-a106-22d3f09ed42f with identifier: 7009906auction111137
2026-03-29 21:44:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d895d982-1b68-554e-a106-22d3f09ed42f with scrape type 2
2026-03-29 21:44:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d895d982-1b68-554e-a106-22d3f09ed42f with scrape type 2
2026-03-29 21:44:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d895d982-1b68-554e-a106-22d3f09ed42f, identifier: 7009906auction111137
2026-03-29 21:44:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d895d982-1b68-554e-a106-22d3f09ed42f with identifier: 7009906auction111137
2026-03-29 21:44:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d895d982-1b68-554e-a106-22d3f09ed42f with identifier: 7009906auction111137
2026-03-29 21:44:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d895d982-1b68-554e-a106-22d3f09ed42f with identifier: 7009906auction111137 to the API
2026-03-29 21:44:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009906>
{'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-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'd895d982-1b68-554e-a106-22d3f09ed42f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009906',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 176607,
'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': '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-29 21:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009906auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:43 [ecarstrade.be] INFO: Saving data for 7009906auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624060.734308, 'last_price_update_time': 1774820683.162796}
2026-03-29 21:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009906auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009970> (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-29 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-29 21:44:44 [ecarstrade.be] INFO: Extracting details for car 7009970auction111137
2026-03-29 21:44:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 7009970auction111137
2026-03-29 21:44:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13ae75c-3033-50df-b586-baba6e7fa753 with scrape type 2
2026-03-29 21:44:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13ae75c-3033-50df-b586-baba6e7fa753 with scrape type 2
2026-03-29 21:44:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f13ae75c-3033-50df-b586-baba6e7fa753, identifier: 7009970auction111137
2026-03-29 21:44:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 7009970auction111137
2026-03-29 21:44:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 7009970auction111137
2026-03-29 21:44:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 7009970auction111137 to the API
2026-03-29 21:44:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009970>
{'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-30T10:10:00Z',
'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/7009970',
'listing': 'auction',
'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-29 21:44:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009970auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:45 [ecarstrade.be] INFO: Saving data for 7009970auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624057.589951, 'last_price_update_time': 1774820685.002754}
2026-03-29 21:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009970auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009921> (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-29 21:44:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:48 [ecarstrade.be] INFO: Extracting details for car 7009921auction111137
2026-03-29 21:44:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 7009921auction111137
2026-03-29 21:44:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with scrape type 2
2026-03-29 21:44:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with scrape type 2
2026-03-29 21:44:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cb3f5b2-907d-5cb3-bf5f-d30962209895, identifier: 7009921auction111137
2026-03-29 21:44:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 7009921auction111137
2026-03-29 21:44:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 7009921auction111137
2026-03-29 21:44:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 7009921auction111137 to the API
2026-03-29 21:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:44: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-29 21:44:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009921>
{'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-30T10:10:00Z',
'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/7009921',
'listing': 'auction',
'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-29 21:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009921auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:49 [ecarstrade.be] INFO: Saving data for 7009921auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624058.569543, 'last_price_update_time': 1774820689.302836}
2026-03-29 21:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009921auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009856> (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-29 21:44:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:49 [ecarstrade.be] INFO: Extracting details for car 7009856auction111137
2026-03-29 21:44:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 7009856auction111137
2026-03-29 21:44:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with scrape type 2
2026-03-29 21:44:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with scrape type 2
2026-03-29 21:44:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aeeb169a-2e6b-5d41-bc8f-de6caf280e74, identifier: 7009856auction111137
2026-03-29 21:44:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 7009856auction111137
2026-03-29 21:44:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 7009856auction111137
2026-03-29 21:44:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 7009856auction111137 to the API
2026-03-29 21:44:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:44: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-29 21:44:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009856>
{'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-30T10:10:00Z',
'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/7009856',
'listing': 'auction',
'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-29 21:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009856auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:50 [ecarstrade.be] INFO: Saving data for 7009856auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624064.316334, 'last_price_update_time': 1774820690.02375}
2026-03-29 21:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009856auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009965> (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-29 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-29 21:44:51 [ecarstrade.be] INFO: Extracting details for car 7009965auction111137
2026-03-29 21:44:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 7009965auction111137
2026-03-29 21:44:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 with scrape type 2
2026-03-29 21:44:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 with scrape type 2
2026-03-29 21:44:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b1319a8-024a-5d46-b49e-2f9bcae60521, identifier: 7009965auction111137
2026-03-29 21:44:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 7009965auction111137
2026-03-29 21:44:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 7009965auction111137
2026-03-29 21:44:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 7009965auction111137 to the API
2026-03-29 21:44:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009965>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2b1319a8-024a-5d46-b49e-2f9bcae60521',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009965',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '508',
'odometer': 159650,
'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': 'Peugeot 508 SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-29 21:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009965auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:51 [ecarstrade.be] INFO: Saving data for 7009965auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624077.994816, 'last_price_update_time': 1774820691.682443}
2026-03-29 21:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009965auction111137') HTTP/1.1" 204 0
2026-03-29 21:44:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009888> (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-29 21:44:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:44:57 [ecarstrade.be] INFO: Extracting details for car 7009888auction111137
2026-03-29 21:44:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 7009888auction111137
2026-03-29 21:44:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with scrape type 2
2026-03-29 21:44:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with scrape type 2
2026-03-29 21:44:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4, identifier: 7009888auction111137
2026-03-29 21:44:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 7009888auction111137
2026-03-29 21:44:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 7009888auction111137
2026-03-29 21:44:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 7009888auction111137 to the API
2026-03-29 21:44:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:44:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009888>
{'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-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fc031b4b-4fe5-5b6d-9eb3-31e824e454e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009888',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 163152,
'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': "Citroën, C5 Aircross '18 PHEV, Citroën C5 Aircross Hybrid 225 "
'e-EAT8 Business GPS',
'transmission': 'automatic',
'trim': "Citroën, '18 PHEV, Citroën Hybrid 225 e-EAT8 Business GPS",
'vin': None,
'year': 2022}
2026-03-29 21:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009888auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:44:58 [ecarstrade.be] INFO: Saving data for 7009888auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624102.279666, 'last_price_update_time': 1774820698.15638}
2026-03-29 21:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:44:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009888auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:06 [scrapy.extensions.logstats] INFO: Crawled 455 pages (at 21 pages/min), scraped 422 items (at 21 items/min)
2026-03-29 21:45:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:45:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009902> (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-29 21:45:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:08 [ecarstrade.be] INFO: Extracting details for car 7009902auction111137
2026-03-29 21:45:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 7009902auction111137
2026-03-29 21:45:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with scrape type 2
2026-03-29 21:45:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with scrape type 2
2026-03-29 21:45:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65c39b20-4c90-5aa3-84f8-332bb3a1b589, identifier: 7009902auction111137
2026-03-29 21:45:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 7009902auction111137
2026-03-29 21:45:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 7009902auction111137
2026-03-29 21:45:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 7009902auction111137 to the API
2026-03-29 21:45:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009902>
{'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-30T10:10:00Z',
'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/7009902',
'listing': 'auction',
'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-29 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009902auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:08 [ecarstrade.be] INFO: Saving data for 7009902auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624062.643109, 'last_price_update_time': 1774820708.850164}
2026-03-29 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009902auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009976> (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-29 21:45:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009992> (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-29 21:45:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009938> (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-29 21:45:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:11 [ecarstrade.be] INFO: Extracting details for car 7009976auction111137
2026-03-29 21:45:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with identifier: 7009976auction111137
2026-03-29 21:45:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with scrape type 2
2026-03-29 21:45:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with scrape type 2
2026-03-29 21:45:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4134a1d9-a025-599d-9ad2-70bb4ade98a2, identifier: 7009976auction111137
2026-03-29 21:45:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with identifier: 7009976auction111137
2026-03-29 21:45:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with identifier: 7009976auction111137
2026-03-29 21:45:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with identifier: 7009976auction111137 to the API
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009976>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '4134a1d9-a025-599d-9ad2-70bb4ade98a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009976',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 70740,
'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': 'Skoda Fabia Combi 1.0 TSI 70kW Style 5d',
'transmission': 'manual',
'trim': 'Combi 1.0 TSI 70kW Style 5d',
'vin': None,
'year': 2020}
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009976auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:12 [ecarstrade.be] INFO: Saving data for 7009976auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624077.239328, 'last_price_update_time': 1774820712.19136}
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009976auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:12 [ecarstrade.be] INFO: Extracting details for car 7009992auction111137
2026-03-29 21:45:12 [ecarstrade.be] INFO: Extracting details for car 7009938auction111137
2026-03-29 21:45:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009900> (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-29 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-29 21:45:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 7009992auction111137
2026-03-29 21:45:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 375c3a50-e4c8-5f9c-8898-d79efccba6de with scrape type 2
2026-03-29 21:45:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 375c3a50-e4c8-5f9c-8898-d79efccba6de with scrape type 2
2026-03-29 21:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 375c3a50-e4c8-5f9c-8898-d79efccba6de, identifier: 7009992auction111137
2026-03-29 21:45:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c972004-9613-588a-8ee7-8619ebe2b127 with identifier: 7009938auction111137
2026-03-29 21:45:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c972004-9613-588a-8ee7-8619ebe2b127 with scrape type 2
2026-03-29 21:45:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c972004-9613-588a-8ee7-8619ebe2b127 with scrape type 2
2026-03-29 21:45:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c972004-9613-588a-8ee7-8619ebe2b127, identifier: 7009938auction111137
2026-03-29 21:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 7009992auction111137
2026-03-29 21:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 7009992auction111137
2026-03-29 21:45:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 7009992auction111137 to the API
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009992>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '375c3a50-e4c8-5f9c-8898-d79efccba6de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009992',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 181645,
'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': '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-29 21:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009992auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:12 [ecarstrade.be] INFO: Saving data for 7009992auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624074.844206, 'last_price_update_time': 1774820712.71024}
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009992auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c972004-9613-588a-8ee7-8619ebe2b127 with identifier: 7009938auction111137
2026-03-29 21:45:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c972004-9613-588a-8ee7-8619ebe2b127 with identifier: 7009938auction111137
2026-03-29 21:45:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c972004-9613-588a-8ee7-8619ebe2b127 with identifier: 7009938auction111137 to the API
2026-03-29 21:45:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009938>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '4c972004-9613-588a-8ee7-8619ebe2b127',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009938',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 159264,
'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': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S MT6 Innovation 5d',
'transmission': 'manual',
'trim': '1.5 Turbo ECOTEC D S/S MT6 Innovation 5d',
'vin': None,
'year': 2021}
2026-03-29 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009938auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:13 [ecarstrade.be] INFO: Saving data for 7009938auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624075.812072, 'last_price_update_time': 1774820713.568665}
2026-03-29 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009938auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:13 [ecarstrade.be] INFO: Extracting details for car 7009900auction111137
2026-03-29 21:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009896> (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-29 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-29 21:45:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009983> (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-29 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-29 21:45:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 7009900auction111137
2026-03-29 21:45:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9969d386-6aed-5a1c-9d59-2f6531290062 with scrape type 2
2026-03-29 21:45:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9969d386-6aed-5a1c-9d59-2f6531290062 with scrape type 2
2026-03-29 21:45:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9969d386-6aed-5a1c-9d59-2f6531290062, identifier: 7009900auction111137
2026-03-29 21:45:13 [ecarstrade.be] INFO: Extracting details for car 7009896auction111137
2026-03-29 21:45:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 7009900auction111137
2026-03-29 21:45:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 7009900auction111137
2026-03-29 21:45:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 7009900auction111137 to the API
2026-03-29 21:45:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009900>
{'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-30T10:10:00Z',
'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/7009900',
'listing': 'auction',
'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-29 21:45:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009900auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:13 [ecarstrade.be] INFO: Saving data for 7009900auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624076.428648, 'last_price_update_time': 1774820713.998682}
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009900auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:14 [ecarstrade.be] INFO: Extracting details for car 7009983auction111137
2026-03-29 21:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009918> (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-29 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-29 21:45:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with identifier: 7009896auction111137
2026-03-29 21:45:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with scrape type 2
2026-03-29 21:45:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with scrape type 2
2026-03-29 21:45:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431, identifier: 7009896auction111137
2026-03-29 21:45:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feb4419c-3663-5516-ac59-394e7c50e840 with identifier: 7009983auction111137
2026-03-29 21:45:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb4419c-3663-5516-ac59-394e7c50e840 with scrape type 2
2026-03-29 21:45:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feb4419c-3663-5516-ac59-394e7c50e840 with scrape type 2
2026-03-29 21:45:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: feb4419c-3663-5516-ac59-394e7c50e840, identifier: 7009983auction111137
2026-03-29 21:45:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with identifier: 7009896auction111137
2026-03-29 21:45:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with identifier: 7009896auction111137
2026-03-29 21:45:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with identifier: 7009896auction111137 to the API
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009896>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '8c5cbe50-9c0f-5d2e-92ad-4b438de0a431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009896',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 224656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Mondeo 5d '14, Ford Mondeo 2.0TDCi 110kW Vignale 4d",
'transmission': 'manual',
'trim': ", 5d '14, 2.0TDCi 110kW Vignale 4d",
'vin': None,
'year': 2018}
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009896auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:14 [ecarstrade.be] INFO: Saving data for 7009896auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624063.555106, 'last_price_update_time': 1774820714.493029}
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009896auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: feb4419c-3663-5516-ac59-394e7c50e840 with identifier: 7009983auction111137
2026-03-29 21:45:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: feb4419c-3663-5516-ac59-394e7c50e840 with identifier: 7009983auction111137
2026-03-29 21:45:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: feb4419c-3663-5516-ac59-394e7c50e840 with identifier: 7009983auction111137 to the API
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009983>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'feb4419c-3663-5516-ac59-394e7c50e840',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009983',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 201421,
'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': 'Skoda Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009983auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:14 [ecarstrade.be] INFO: Saving data for 7009983auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624074.134245, 'last_price_update_time': 1774820714.770112}
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009983auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:14 [ecarstrade.be] INFO: Extracting details for car 7009918auction111137
2026-03-29 21:45:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65bd9088-e676-59f3-aff2-ecf4e9a08318 with identifier: 7009918auction111137
2026-03-29 21:45:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bd9088-e676-59f3-aff2-ecf4e9a08318 with scrape type 2
2026-03-29 21:45:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65bd9088-e676-59f3-aff2-ecf4e9a08318 with scrape type 2
2026-03-29 21:45:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65bd9088-e676-59f3-aff2-ecf4e9a08318, identifier: 7009918auction111137
2026-03-29 21:45:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65bd9088-e676-59f3-aff2-ecf4e9a08318 with identifier: 7009918auction111137
2026-03-29 21:45:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65bd9088-e676-59f3-aff2-ecf4e9a08318 with identifier: 7009918auction111137
2026-03-29 21:45:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65bd9088-e676-59f3-aff2-ecf4e9a08318 with identifier: 7009918auction111137 to the API
2026-03-29 21:45:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009918>
{'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-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '65bd9088-e676-59f3-aff2-ecf4e9a08318',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009918',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 137017,
'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': 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-29 21:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009918auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:15 [ecarstrade.be] INFO: Saving data for 7009918auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624291.480528, 'last_price_update_time': 1774820715.216963}
2026-03-29 21:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009918auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009977> (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-29 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-29 21:45:20 [ecarstrade.be] INFO: Extracting details for car 7009977auction111137
2026-03-29 21:45:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 7009977auction111137
2026-03-29 21:45:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60f4e064-3180-51c3-abfe-247bd143ed45 with scrape type 2
2026-03-29 21:45:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60f4e064-3180-51c3-abfe-247bd143ed45 with scrape type 2
2026-03-29 21:45:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60f4e064-3180-51c3-abfe-247bd143ed45, identifier: 7009977auction111137
2026-03-29 21:45:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 7009977auction111137
2026-03-29 21:45:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 7009977auction111137
2026-03-29 21:45:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 7009977auction111137 to the API
2026-03-29 21:45:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009977>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '60f4e064-3180-51c3-abfe-247bd143ed45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009977',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 162074,
'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': 5,
'seller_name': None,
'title': "Skoda, Octavia Combi '20, Skoda Octavia Combi 2.0 CRTDI 85kW Clever "
'5d',
'transmission': 'manual',
'trim': ", Combi '20, Combi 2.0 CRTDI 85kW Clever 5d",
'vin': None,
'year': 2022}
2026-03-29 21:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009977auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:20 [ecarstrade.be] INFO: Saving data for 7009977auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624055.716607, 'last_price_update_time': 1774820720.984833}
2026-03-29 21:45:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009977auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009931> (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-29 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-29 21:45:27 [ecarstrade.be] INFO: Extracting details for car 7009931auction111137
2026-03-29 21:45:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 7009931auction111137
2026-03-29 21:45:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b42e93-1533-54fb-be6e-533b8b131884 with scrape type 2
2026-03-29 21:45:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0b42e93-1533-54fb-be6e-533b8b131884 with scrape type 2
2026-03-29 21:45:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0b42e93-1533-54fb-be6e-533b8b131884, identifier: 7009931auction111137
2026-03-29 21:45:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 7009931auction111137
2026-03-29 21:45:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 7009931auction111137
2026-03-29 21:45:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 7009931auction111137 to the API
2026-03-29 21:45:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009931>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c0b42e93-1533-54fb-be6e-533b8b131884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009931',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 227783,
'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': 3,
'seller_name': None,
'title': 'Mercedes-Benz Vito 116 CDI L2 Aut. 4d',
'transmission': 'automatic',
'trim': '-Benz 116 CDI L2 Aut. 4d',
'vin': None,
'year': 2021}
2026-03-29 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009931auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:27 [ecarstrade.be] INFO: Saving data for 7009931auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624043.16385, 'last_price_update_time': 1774820727.62586}
2026-03-29 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009931auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009986> (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-29 21:45:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:29 [ecarstrade.be] INFO: Extracting details for car 7009986auction111137
2026-03-29 21:45:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 7009986auction111137
2026-03-29 21:45:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with scrape type 2
2026-03-29 21:45:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with scrape type 2
2026-03-29 21:45:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb, identifier: 7009986auction111137
2026-03-29 21:45:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 7009986auction111137
2026-03-29 21:45:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 7009986auction111137
2026-03-29 21:45:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 7009986auction111137 to the API
2026-03-29 21:45:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009986>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009986',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 152917,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 1.4 TSI iV 160kW DSG6 Clever 5d',
'transmission': 'automatic',
'trim': 'Combi 1.4 TSI iV 160kW DSG6 Clever 5d',
'vin': None,
'year': 2021}
2026-03-29 21:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009986auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:29 [ecarstrade.be] INFO: Saving data for 7009986auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624044.297092, 'last_price_update_time': 1774820729.740026}
2026-03-29 21:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009986auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009950> (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-29 21:45:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:32 [ecarstrade.be] INFO: Extracting details for car 7009950auction111137
2026-03-29 21:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 7009950auction111137
2026-03-29 21:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d585e530-65c3-5ea8-88f6-99489a295b27 with scrape type 2
2026-03-29 21:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d585e530-65c3-5ea8-88f6-99489a295b27 with scrape type 2
2026-03-29 21:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d585e530-65c3-5ea8-88f6-99489a295b27, identifier: 7009950auction111137
2026-03-29 21:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 7009950auction111137
2026-03-29 21:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 7009950auction111137
2026-03-29 21:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 7009950auction111137 to the API
2026-03-29 21:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009950>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'd585e530-65c3-5ea8-88f6-99489a295b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009950',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 133288,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S Allure Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-29 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009950auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:32 [ecarstrade.be] INFO: Saving data for 7009950auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624290.049315, 'last_price_update_time': 1774820732.548697}
2026-03-29 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009950auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009981> (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-29 21:45:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:32 [ecarstrade.be] INFO: Extracting details for car 7009981auction111137
2026-03-29 21:45:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 7009981auction111137
2026-03-29 21:45:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85de3a5d-2035-57d6-af6b-e1095445faf3 with scrape type 2
2026-03-29 21:45:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85de3a5d-2035-57d6-af6b-e1095445faf3 with scrape type 2
2026-03-29 21:45:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85de3a5d-2035-57d6-af6b-e1095445faf3, identifier: 7009981auction111137
2026-03-29 21:45:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 7009981auction111137
2026-03-29 21:45:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 7009981auction111137
2026-03-29 21:45:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 7009981auction111137 to the API
2026-03-29 21:45:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009981>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '85de3a5d-2035-57d6-af6b-e1095445faf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009981',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 153022,
'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': 'Skoda Octavia Combi 2.0 CRTDI 85kW Clever 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Clever 5d',
'vin': None,
'year': 2022}
2026-03-29 21:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009981auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:33 [ecarstrade.be] INFO: Saving data for 7009981auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624045.440939, 'last_price_update_time': 1774820733.06024}
2026-03-29 21:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009981auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009982> (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-29 21:45:40 [ecarstrade.be] INFO: Extracting details for car 7009982auction111137
2026-03-29 21:45:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 7009982auction111137
2026-03-29 21:45:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a3656b9-6553-512e-ab49-2af3890da126 with scrape type 2
2026-03-29 21:45:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a3656b9-6553-512e-ab49-2af3890da126 with scrape type 2
2026-03-29 21:45:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a3656b9-6553-512e-ab49-2af3890da126, identifier: 7009982auction111137
2026-03-29 21:45:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 7009982auction111137
2026-03-29 21:45:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 7009982auction111137
2026-03-29 21:45:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 7009982auction111137 to the API
2026-03-29 21:45:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009982>
{'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-30T10:10:00Z',
'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/7009982',
'listing': 'auction',
'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-29 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009982auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:40 [ecarstrade.be] INFO: Saving data for 7009982auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624290.926977, 'last_price_update_time': 1774820740.952676}
2026-03-29 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009982auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009967> (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-29 21:45:41 [ecarstrade.be] INFO: Extracting details for car 7009967auction111137
2026-03-29 21:45:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57913de8-a9ad-585d-ad88-66ac02034f90 with identifier: 7009967auction111137
2026-03-29 21:45:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57913de8-a9ad-585d-ad88-66ac02034f90 with scrape type 2
2026-03-29 21:45:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57913de8-a9ad-585d-ad88-66ac02034f90 with scrape type 2
2026-03-29 21:45:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57913de8-a9ad-585d-ad88-66ac02034f90, identifier: 7009967auction111137
2026-03-29 21:45:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57913de8-a9ad-585d-ad88-66ac02034f90 with identifier: 7009967auction111137
2026-03-29 21:45:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57913de8-a9ad-585d-ad88-66ac02034f90 with identifier: 7009967auction111137
2026-03-29 21:45:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57913de8-a9ad-585d-ad88-66ac02034f90 with identifier: 7009967auction111137 to the API
2026-03-29 21:45:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009967>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '57913de8-a9ad-585d-ad88-66ac02034f90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009967',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 17363,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'Peugeot Partner 1.5 BHDi L2 Heavy 96kW EAT8 4d !! Damaged Car !! '
'Rolling car',
'transmission': 'automatic',
'trim': '1.5 BHDi L2 Heavy 96kW EAT8 4d !! Damaged Car !! Rolling car',
'vin': None,
'year': 2024}
2026-03-29 21:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009967auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:41 [ecarstrade.be] INFO: Saving data for 7009967auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624296.159225, 'last_price_update_time': 1774820741.43294}
2026-03-29 21:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009967auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009987> (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-29 21:45:43 [ecarstrade.be] INFO: Extracting details for car 7009987auction111137
2026-03-29 21:45:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with identifier: 7009987auction111137
2026-03-29 21:45:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with scrape type 2
2026-03-29 21:45:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with scrape type 2
2026-03-29 21:45:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6652ac30-ec08-5870-82e5-01bacdfdd0a3, identifier: 7009987auction111137
2026-03-29 21:45:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with identifier: 7009987auction111137
2026-03-29 21:45:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with identifier: 7009987auction111137
2026-03-29 21:45:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with identifier: 7009987auction111137 to the API
2026-03-29 21:45:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009987>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6652ac30-ec08-5870-82e5-01bacdfdd0a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009987',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 185526,
'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': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 2.0 CRTDI 85kW Clever 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Clever 5d',
'vin': None,
'year': 2022}
2026-03-29 21:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009987auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:43 [ecarstrade.be] INFO: Saving data for 7009987auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624044.832861, 'last_price_update_time': 1774820743.434356}
2026-03-29 21:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009987auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:48 [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-29 21:45:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009953auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009953auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009953auction111137: 2
2026-03-29 21:45:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009954auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009954auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009954auction111137: 2
2026-03-29 21:45:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009937auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009937auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009937auction111137: 2
2026-03-29 21:45:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009966auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009966auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009966auction111137: 2
2026-03-29 21:45:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009908auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009908auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009908auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009917auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009917auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009917auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009901auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009901auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009901auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009980auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009980auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009980auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009945auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009945auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009945auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009911auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009911auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009911auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009919auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009919auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009919auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009936auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009936auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009936auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009990auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009990auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009990auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009895auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009895auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009895auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009949auction111137
2026-03-29 21:45:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009949auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:48 [ecarstrade.be] INFO: Scrape type for 7009949auction111137: 2
2026-03-29 21:45:48 [ecarstrade.be] INFO: Found listing with ID: 7009972auction111137
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009972auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:49 [ecarstrade.be] INFO: Scrape type for 7009972auction111137: 2
2026-03-29 21:45:49 [ecarstrade.be] INFO: Found listing with ID: 7009973auction111137
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009973auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:49 [ecarstrade.be] INFO: Scrape type for 7009973auction111137: 2
2026-03-29 21:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009871> (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-29 21:45:49 [ecarstrade.be] INFO: Found listing with ID: 7009974auction111137
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009974auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:49 [ecarstrade.be] INFO: Scrape type for 7009974auction111137: 2
2026-03-29 21:45:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:49 [ecarstrade.be] INFO: Found listing with ID: 7009939auction111137
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009939auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:49 [ecarstrade.be] INFO: Scrape type for 7009939auction111137: 2
2026-03-29 21:45:49 [ecarstrade.be] INFO: Found listing with ID: 7007792auction111116
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007792auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:45:49 [ecarstrade.be] INFO: Scrape type for 7007792auction111116: 2
2026-03-29 21:45:49 [ecarstrade.be] INFO: Extracting details for car 7009871auction111137
2026-03-29 21:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 7009871auction111137
2026-03-29 21:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feebd74b-68d6-51d6-b7b0-9cd655a50a18 with scrape type 2
2026-03-29 21:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item feebd74b-68d6-51d6-b7b0-9cd655a50a18 with scrape type 2
2026-03-29 21:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: feebd74b-68d6-51d6-b7b0-9cd655a50a18, identifier: 7009871auction111137
2026-03-29 21:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 7009871auction111137
2026-03-29 21:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 7009871auction111137
2026-03-29 21:45:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 7009871auction111137 to the API
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009871>
{'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-30T10:10:00Z',
'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/7009871',
'listing': 'auction',
'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-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009871auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:49 [ecarstrade.be] INFO: Saving data for 7009871auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624013.185473, 'last_price_update_time': 1774820749.581407}
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009871auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009996> (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-29 21:45:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:49 [ecarstrade.be] INFO: Extracting details for car 7009996auction111137
2026-03-29 21:45:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 7009996auction111137
2026-03-29 21:45:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0fe31c-17da-571d-86ff-2cb30e006b56 with scrape type 2
2026-03-29 21:45:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e0fe31c-17da-571d-86ff-2cb30e006b56 with scrape type 2
2026-03-29 21:45:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e0fe31c-17da-571d-86ff-2cb30e006b56, identifier: 7009996auction111137
2026-03-29 21:45:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 7009996auction111137
2026-03-29 21:45:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 7009996auction111137
2026-03-29 21:45:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 7009996auction111137 to the API
2026-03-29 21:45:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009996>
{'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-30T10:10:00Z',
'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/7009996',
'listing': 'auction',
'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-29 21:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009996auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:50 [ecarstrade.be] INFO: Saving data for 7009996auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624046.46602, 'last_price_update_time': 1774820750.198914}
2026-03-29 21:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009996auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009884> (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-29 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-29 21:45:55 [ecarstrade.be] INFO: Extracting details for car 7009884auction111137
2026-03-29 21:45:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with identifier: 7009884auction111137
2026-03-29 21:45:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with scrape type 2
2026-03-29 21:45:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with scrape type 2
2026-03-29 21:45:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872, identifier: 7009884auction111137
2026-03-29 21:45:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with identifier: 7009884auction111137
2026-03-29 21:45:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with identifier: 7009884auction111137
2026-03-29 21:45:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with identifier: 7009884auction111137 to the API
2026-03-29 21:45:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:45:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009884>
{'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-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a0ecab3e-ac4c-5314-b2a5-0c4a33d75872',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009884',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 201885,
'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 X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009884auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:55 [ecarstrade.be] INFO: Saving data for 7009884auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624078.463879, 'last_price_update_time': 1774820755.910125}
2026-03-29 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009884auction111137') HTTP/1.1" 204 0
2026-03-29 21:45:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009953> (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-29 21:45:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:45:57 [ecarstrade.be] INFO: Extracting details for car 7009953auction111137
2026-03-29 21:45:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 7009953auction111137
2026-03-29 21:45:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82100331-18fb-5b0c-8c94-4cac1448e757 with scrape type 2
2026-03-29 21:45:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82100331-18fb-5b0c-8c94-4cac1448e757 with scrape type 2
2026-03-29 21:45:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82100331-18fb-5b0c-8c94-4cac1448e757, identifier: 7009953auction111137
2026-03-29 21:45:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 7009953auction111137
2026-03-29 21:45:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 7009953auction111137
2026-03-29 21:45:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 7009953auction111137 to the API
2026-03-29 21:45:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:45: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-29 21:45:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009953>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '82100331-18fb-5b0c-8c94-4cac1448e757',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009953',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 150322,
'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': "Peugeot, 5008 '16, Peugeot 5008 1.2 PureTech 96kW S&S GT Line 5d",
'transmission': 'manual',
'trim': ", '16, 1.2 PureTech 96kW S&S GT Line 5d",
'vin': None,
'year': 2020}
2026-03-29 21:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009953auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:45:58 [ecarstrade.be] INFO: Saving data for 7009953auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624054.982493, 'last_price_update_time': 1774820758.02334}
2026-03-29 21:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009953auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009908> (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-29 21:46:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:05 [ecarstrade.be] INFO: Extracting details for car 7009908auction111137
2026-03-29 21:46:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 7009908auction111137
2026-03-29 21:46:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053f1637-6f41-53d6-b89d-610be947945c with scrape type 2
2026-03-29 21:46:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 053f1637-6f41-53d6-b89d-610be947945c with scrape type 2
2026-03-29 21:46:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 053f1637-6f41-53d6-b89d-610be947945c, identifier: 7009908auction111137
2026-03-29 21:46:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 7009908auction111137
2026-03-29 21:46:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 7009908auction111137
2026-03-29 21:46:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 7009908auction111137 to the API
2026-03-29 21:46:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009908>
{'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-30T10:10:00Z',
'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/7009908',
'listing': 'auction',
'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-29 21:46:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009908auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:06 [ecarstrade.be] INFO: Saving data for 7009908auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624127.132004, 'last_price_update_time': 1774820766.008535}
2026-03-29 21:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009908auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:06 [scrapy.extensions.logstats] INFO: Crawled 477 pages (at 22 pages/min), scraped 443 items (at 21 items/min)
2026-03-29 21:46:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009869> (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-29 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-29 21:46:07 [ecarstrade.be] INFO: Extracting details for car 7009869auction111137
2026-03-29 21:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 7009869auction111137
2026-03-29 21:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 370ed71a-0341-5d15-8806-ae6b1be07f32 with scrape type 2
2026-03-29 21:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 370ed71a-0341-5d15-8806-ae6b1be07f32 with scrape type 2
2026-03-29 21:46:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 370ed71a-0341-5d15-8806-ae6b1be07f32, identifier: 7009869auction111137
2026-03-29 21:46:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 7009869auction111137
2026-03-29 21:46:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 7009869auction111137
2026-03-29 21:46:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 7009869auction111137 to the API
2026-03-29 21:46:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009869>
{'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-30T10:10:00Z',
'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/7009869',
'listing': 'auction',
'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-29 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009869auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:07 [ecarstrade.be] INFO: Saving data for 7009869auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624010.24569, 'last_price_update_time': 1774820767.755808}
2026-03-29 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009869auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009937> (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-29 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-29 21:46:13 [ecarstrade.be] INFO: Extracting details for car 7009937auction111137
2026-03-29 21:46:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74987228-b3ef-5e72-9300-8d5a7c699f37 with identifier: 7009937auction111137
2026-03-29 21:46:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74987228-b3ef-5e72-9300-8d5a7c699f37 with scrape type 2
2026-03-29 21:46:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74987228-b3ef-5e72-9300-8d5a7c699f37 with scrape type 2
2026-03-29 21:46:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74987228-b3ef-5e72-9300-8d5a7c699f37, identifier: 7009937auction111137
2026-03-29 21:46:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74987228-b3ef-5e72-9300-8d5a7c699f37 with identifier: 7009937auction111137
2026-03-29 21:46:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74987228-b3ef-5e72-9300-8d5a7c699f37 with identifier: 7009937auction111137
2026-03-29 21:46:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74987228-b3ef-5e72-9300-8d5a7c699f37 with identifier: 7009937auction111137 to the API
2026-03-29 21:46:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009937>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '74987228-b3ef-5e72-9300-8d5a7c699f37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009937',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 158635,
'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': "Opel, Mokka '20, Opel Mokka 1.2 Turbo 74kW S/S GS Line 5d",
'transmission': 'manual',
'trim': ", '20, 1.2 Turbo 74kW S/S GS Line 5d",
'vin': None,
'year': 2022}
2026-03-29 21:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009937auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:13 [ecarstrade.be] INFO: Saving data for 7009937auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624129.215231, 'last_price_update_time': 1774820773.55901}
2026-03-29 21:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009937auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009901> (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-29 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-29 21:46:14 [ecarstrade.be] INFO: Extracting details for car 7009901auction111137
2026-03-29 21:46:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 7009901auction111137
2026-03-29 21:46:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa258438-db5e-5d02-93ca-5cac91448f78 with scrape type 2
2026-03-29 21:46:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa258438-db5e-5d02-93ca-5cac91448f78 with scrape type 2
2026-03-29 21:46:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa258438-db5e-5d02-93ca-5cac91448f78, identifier: 7009901auction111137
2026-03-29 21:46:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 7009901auction111137
2026-03-29 21:46:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 7009901auction111137
2026-03-29 21:46:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 7009901auction111137 to the API
2026-03-29 21:46:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009901>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fa258438-db5e-5d02-93ca-5cac91448f78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009901',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 258524,
'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': 3,
'seller_name': None,
'title': "Ford, _Trans.Custom FL'18, Ford Transit Custom 340L "
'2.0TD170Pk/125Kw A6 FWD T',
'transmission': 'automatic',
'trim': ", _Trans.Custom FL'18, 340L 2.0TD170Pk/125Kw A6 FWD T",
'vin': None,
'year': 2021}
2026-03-29 21:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009901auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:14 [ecarstrade.be] INFO: Saving data for 7009901auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624123.537127, 'last_price_update_time': 1774820774.561478}
2026-03-29 21:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009901auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009966> (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-29 21:46:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:18 [ecarstrade.be] INFO: Extracting details for car 7009966auction111137
2026-03-29 21:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 7009966auction111137
2026-03-29 21:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with scrape type 2
2026-03-29 21:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with scrape type 2
2026-03-29 21:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78f8c3cb-511e-5b68-9a3a-2defd6358b31, identifier: 7009966auction111137
2026-03-29 21:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 7009966auction111137
2026-03-29 21:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 7009966auction111137
2026-03-29 21:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 7009966auction111137 to the API
2026-03-29 21:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009966>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '78f8c3cb-511e-5b68-9a3a-2defd6358b31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009966',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 216794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 3,
'seller_name': None,
'title': "Peugeot, _Boxer '14, Peugeot Boxer 2.2 BlueHDi S&S 140 Premium 335 "
'L2H2',
'transmission': 'manual',
'trim': ", _ '14, 2.2 BlueHDi S&S 140 Premium 335 L2H2",
'vin': None,
'year': 2021}
2026-03-29 21:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009966auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:18 [ecarstrade.be] INFO: Saving data for 7009966auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624128.657567, 'last_price_update_time': 1774820778.516233}
2026-03-29 21:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009966auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009954> (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-29 21:46:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:18 [ecarstrade.be] INFO: Extracting details for car 7009954auction111137
2026-03-29 21:46:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e16cec92-da6f-5bc4-8f81-2da344ebe23a with identifier: 7009954auction111137
2026-03-29 21:46:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e16cec92-da6f-5bc4-8f81-2da344ebe23a with scrape type 2
2026-03-29 21:46:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e16cec92-da6f-5bc4-8f81-2da344ebe23a with scrape type 2
2026-03-29 21:46:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e16cec92-da6f-5bc4-8f81-2da344ebe23a, identifier: 7009954auction111137
2026-03-29 21:46:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e16cec92-da6f-5bc4-8f81-2da344ebe23a with identifier: 7009954auction111137
2026-03-29 21:46:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e16cec92-da6f-5bc4-8f81-2da344ebe23a with identifier: 7009954auction111137
2026-03-29 21:46:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e16cec92-da6f-5bc4-8f81-2da344ebe23a with identifier: 7009954auction111137 to the API
2026-03-29 21:46:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009954>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e16cec92-da6f-5bc4-8f81-2da344ebe23a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009954',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 151585,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 GT Line 5d !! Technical '
'isues !! rolling car',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 GT Line 5d !! Technical isues !! rolling '
'car',
'vin': None,
'year': 2020}
2026-03-29 21:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009954auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:19 [ecarstrade.be] INFO: Saving data for 7009954auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624275.337684, 'last_price_update_time': 1774820779.141786}
2026-03-29 21:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009954auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009945> (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-29 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-29 21:46:20 [ecarstrade.be] INFO: Extracting details for car 7009945auction111137
2026-03-29 21:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5759ca6-2e02-5e21-bd9f-92202770e623 with identifier: 7009945auction111137
2026-03-29 21:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5759ca6-2e02-5e21-bd9f-92202770e623 with scrape type 2
2026-03-29 21:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5759ca6-2e02-5e21-bd9f-92202770e623 with scrape type 2
2026-03-29 21:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5759ca6-2e02-5e21-bd9f-92202770e623, identifier: 7009945auction111137
2026-03-29 21:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5759ca6-2e02-5e21-bd9f-92202770e623 with identifier: 7009945auction111137
2026-03-29 21:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5759ca6-2e02-5e21-bd9f-92202770e623 with identifier: 7009945auction111137
2026-03-29 21:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5759ca6-2e02-5e21-bd9f-92202770e623 with identifier: 7009945auction111137 to the API
2026-03-29 21:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009945>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c5759ca6-2e02-5e21-bd9f-92202770e623',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009945',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '308',
'odometer': 194562,
'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': "Peugeot, 308 SW FL'17, Peugeot 308 SW 1.5 BlueHDi 130 S&S EAT8 "
'Allure 5d',
'transmission': 'automatic',
'trim': ", SW FL'17, SW 1.5 BlueHDi 130 S&S EAT8 Allure 5d",
'vin': None,
'year': 2021}
2026-03-29 21:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009945auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:21 [ecarstrade.be] INFO: Saving data for 7009945auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624117.386978, 'last_price_update_time': 1774820781.216056}
2026-03-29 21:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009945auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009980> (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-29 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-29 21:46:23 [ecarstrade.be] INFO: Extracting details for car 7009980auction111137
2026-03-29 21:46:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f44c1acf-483f-52d3-82e5-fc0133a087d4 with identifier: 7009980auction111137
2026-03-29 21:46:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44c1acf-483f-52d3-82e5-fc0133a087d4 with scrape type 2
2026-03-29 21:46:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f44c1acf-483f-52d3-82e5-fc0133a087d4 with scrape type 2
2026-03-29 21:46:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f44c1acf-483f-52d3-82e5-fc0133a087d4, identifier: 7009980auction111137
2026-03-29 21:46:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f44c1acf-483f-52d3-82e5-fc0133a087d4 with identifier: 7009980auction111137
2026-03-29 21:46:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f44c1acf-483f-52d3-82e5-fc0133a087d4 with identifier: 7009980auction111137
2026-03-29 21:46:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f44c1acf-483f-52d3-82e5-fc0133a087d4 with identifier: 7009980auction111137 to the API
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009980>
{'auction_title': '',
'c_o_2_emission_value': 197,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f44c1acf-483f-52d3-82e5-fc0133a087d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009980',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 221305,
'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': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 2019 1.6 dCi 95HP 27 L2H1 Grand '
'Confort 5d',
'transmission': 'manual',
'trim': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 2019 1.6 dCi 95HP 27 L2H1 Grand '
'Confort 5d',
'vin': None,
'year': 2020}
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009980auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Saving data for 7009980auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624314.348138, 'last_price_update_time': 1774820783.516983}
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009980auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:23 [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-29 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-29 21:46:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007793auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007793auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007793auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007801auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007801auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007801auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007811auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007811auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007811auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007812auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007812auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007812auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007813auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007813auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007813auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007816auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007816auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007816auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007823auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007823auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007823auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007828auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007828auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007828auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007832auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007832auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007832auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007833auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007833auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007833auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007834auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007834auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007834auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007835auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007835auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007835auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007839auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007839auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007839auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007840auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007840auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007840auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007841auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007841auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:23 [ecarstrade.be] INFO: Scrape type for 7007841auction111116: 2
2026-03-29 21:46:23 [ecarstrade.be] INFO: Found listing with ID: 7007845auction111116
2026-03-29 21:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007845auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:24 [ecarstrade.be] INFO: Scrape type for 7007845auction111116: 2
2026-03-29 21:46:24 [ecarstrade.be] INFO: Found listing with ID: 7007846auction111116
2026-03-29 21:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007846auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:24 [ecarstrade.be] INFO: Scrape type for 7007846auction111116: 2
2026-03-29 21:46:24 [ecarstrade.be] INFO: Found listing with ID: 7007847auction111116
2026-03-29 21:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007847auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:24 [ecarstrade.be] INFO: Scrape type for 7007847auction111116: 2
2026-03-29 21:46:24 [ecarstrade.be] INFO: Found listing with ID: 7007849auction111116
2026-03-29 21:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007849auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:24 [ecarstrade.be] INFO: Scrape type for 7007849auction111116: 2
2026-03-29 21:46:24 [ecarstrade.be] INFO: Found listing with ID: 7007850auction111116
2026-03-29 21:46:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007850auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:24 [ecarstrade.be] INFO: Scrape type for 7007850auction111116: 2
2026-03-29 21:46:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009911> (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-29 21:46:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:27 [ecarstrade.be] INFO: Extracting details for car 7009911auction111137
2026-03-29 21:46:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 7009911auction111137
2026-03-29 21:46:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24df3511-d57c-5b96-9a8c-f4a313798c13 with scrape type 2
2026-03-29 21:46:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24df3511-d57c-5b96-9a8c-f4a313798c13 with scrape type 2
2026-03-29 21:46:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24df3511-d57c-5b96-9a8c-f4a313798c13, identifier: 7009911auction111137
2026-03-29 21:46:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 7009911auction111137
2026-03-29 21:46:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 7009911auction111137
2026-03-29 21:46:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 7009911auction111137 to the API
2026-03-29 21:46:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009911>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '24df3511-d57c-5b96-9a8c-f4a313798c13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009911',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 212878,
'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': 'JEEP COMPASS DIESEL - 2017 1.6 MJD 120 4x2 Downtown (EU6d) 5d',
'transmission': 'manual',
'trim': 'JEEP COMPASS DIESEL - 2017 1.6 MJD 120 4x2 Downtown (EU6d) 5d',
'vin': None,
'year': 2020}
2026-03-29 21:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009911auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:27 [ecarstrade.be] INFO: Saving data for 7009911auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624316.520332, 'last_price_update_time': 1774820787.835428}
2026-03-29 21:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009911auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007792> (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-29 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-29 21:46:28 [ecarstrade.be] INFO: Extracting details for car 7007792auction111116
2026-03-29 21:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acbf8150-af05-527c-a17c-44c9f1bf6e25 with identifier: 7007792auction111116
2026-03-29 21:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acbf8150-af05-527c-a17c-44c9f1bf6e25 with scrape type 2
2026-03-29 21:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acbf8150-af05-527c-a17c-44c9f1bf6e25 with scrape type 2
2026-03-29 21:46:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acbf8150-af05-527c-a17c-44c9f1bf6e25, identifier: 7007792auction111116
2026-03-29 21:46:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acbf8150-af05-527c-a17c-44c9f1bf6e25 with identifier: 7007792auction111116
2026-03-29 21:46:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acbf8150-af05-527c-a17c-44c9f1bf6e25 with identifier: 7007792auction111116
2026-03-29 21:46:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acbf8150-af05-527c-a17c-44c9f1bf6e25 with identifier: 7007792auction111116 to the API
2026-03-29 21:46:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007792>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'acbf8150-af05-527c-a17c-44c9f1bf6e25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007792',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A3',
'odometer': 72443,
'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': 'AUDI A3 Sportback / 2020 / 5P / Berline 40 TFSI e 204 S Tronic S '
'Line',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2020 / 5P / Berline 40 TFSI e 204 S Tronic S Line',
'vin': None,
'year': 2023}
2026-03-29 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007792auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:28 [ecarstrade.be] INFO: Saving data for 7007792auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624285.369996, 'last_price_update_time': 1774820788.857299}
2026-03-29 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007792auction111116') HTTP/1.1" 204 0
2026-03-29 21:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009917> (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-29 21:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:30 [ecarstrade.be] INFO: Extracting details for car 7009917auction111137
2026-03-29 21:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 7009917auction111137
2026-03-29 21:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with scrape type 2
2026-03-29 21:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with scrape type 2
2026-03-29 21:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99, identifier: 7009917auction111137
2026-03-29 21:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 7009917auction111137
2026-03-29 21:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 7009917auction111137
2026-03-29 21:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 7009917auction111137 to the API
2026-03-29 21:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009917>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '20fb135b-b8ab-56ba-a41a-8a6a781a6a99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009917',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 160105,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 109 FOURGON MWB DIESEL 1.5 CDI A2 95 BE Perfect '
'Tool S/S (EU6d-T) 5d',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 109 FOURGON MWB DIESEL 1.5 CDI A2 95 BE Perfect '
'Tool S/S (EU6d-T) 5d',
'vin': None,
'year': 2020}
2026-03-29 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009917auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:30 [ecarstrade.be] INFO: Saving data for 7009917auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624126.492508, 'last_price_update_time': 1774820790.543873}
2026-03-29 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009917auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009974> (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-29 21:46:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:30 [ecarstrade.be] INFO: Extracting details for car 7009974auction111137
2026-03-29 21:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 7009974auction111137
2026-03-29 21:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f473fef-6f46-53ef-9f13-b68138861ff6 with scrape type 2
2026-03-29 21:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f473fef-6f46-53ef-9f13-b68138861ff6 with scrape type 2
2026-03-29 21:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f473fef-6f46-53ef-9f13-b68138861ff6, identifier: 7009974auction111137
2026-03-29 21:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 7009974auction111137
2026-03-29 21:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 7009974auction111137
2026-03-29 21:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 7009974auction111137 to the API
2026-03-29 21:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009974>
{'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-30T10:10:00Z',
'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/7009974',
'listing': 'auction',
'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-29 21:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009974auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:31 [ecarstrade.be] INFO: Saving data for 7009974auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624298.783169, 'last_price_update_time': 1774820791.073555}
2026-03-29 21:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009974auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009919> (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-29 21:46:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:31 [ecarstrade.be] INFO: Extracting details for car 7009919auction111137
2026-03-29 21:46:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2cf9f05-ae75-5802-85ed-4053af75fd99 with identifier: 7009919auction111137
2026-03-29 21:46:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cf9f05-ae75-5802-85ed-4053af75fd99 with scrape type 2
2026-03-29 21:46:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2cf9f05-ae75-5802-85ed-4053af75fd99 with scrape type 2
2026-03-29 21:46:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2cf9f05-ae75-5802-85ed-4053af75fd99, identifier: 7009919auction111137
2026-03-29 21:46:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2cf9f05-ae75-5802-85ed-4053af75fd99 with identifier: 7009919auction111137
2026-03-29 21:46:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2cf9f05-ae75-5802-85ed-4053af75fd99 with identifier: 7009919auction111137
2026-03-29 21:46:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2cf9f05-ae75-5802-85ed-4053af75fd99 with identifier: 7009919auction111137 to the API
2026-03-29 21:46:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009919>
{'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-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c2cf9f05-ae75-5802-85ed-4053af75fd99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009919',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 71253,
'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': 3,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d !! Technical '
'issues !! rolling car',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d !! Technical issues !! rolling '
'car',
'vin': None,
'year': 2020}
2026-03-29 21:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009919auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:32 [ecarstrade.be] INFO: Saving data for 7009919auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624316.208795, 'last_price_update_time': 1774820792.067393}
2026-03-29 21:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009919auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009949> (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-29 21:46:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:36 [ecarstrade.be] INFO: Extracting details for car 7009949auction111137
2026-03-29 21:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 7009949auction111137
2026-03-29 21:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b59daf6a-89de-55b3-9269-ae0d61d41879 with scrape type 2
2026-03-29 21:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b59daf6a-89de-55b3-9269-ae0d61d41879 with scrape type 2
2026-03-29 21:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b59daf6a-89de-55b3-9269-ae0d61d41879, identifier: 7009949auction111137
2026-03-29 21:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 7009949auction111137
2026-03-29 21:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 7009949auction111137
2026-03-29 21:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 7009949auction111137 to the API
2026-03-29 21:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:46:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009949>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'b59daf6a-89de-55b3-9269-ae0d61d41879',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009949',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 147534,
'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': 'Peugeot 308 SW 1.2 PureTech 130 S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech 130 S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-29 21:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009949auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:37 [ecarstrade.be] INFO: Saving data for 7009949auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624319.726269, 'last_price_update_time': 1774820797.025796}
2026-03-29 21:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009949auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009972> (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-29 21:46:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:38 [ecarstrade.be] INFO: Extracting details for car 7009972auction111137
2026-03-29 21:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 7009972auction111137
2026-03-29 21:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with scrape type 2
2026-03-29 21:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with scrape type 2
2026-03-29 21:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe, identifier: 7009972auction111137
2026-03-29 21:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 7009972auction111137
2026-03-29 21:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 7009972auction111137
2026-03-29 21:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 7009972auction111137 to the API
2026-03-29 21:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009972>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009972',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 119405,
'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': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'vin': None,
'year': 2021}
2026-03-29 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009972auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:38 [ecarstrade.be] INFO: Saving data for 7009972auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624320.014413, 'last_price_update_time': 1774820798.64135}
2026-03-29 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009972auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009990> (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-29 21:46:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:38 [ecarstrade.be] INFO: Extracting details for car 7009990auction111137
2026-03-29 21:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 7009990auction111137
2026-03-29 21:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d23773-35d6-5d16-a1f6-3710fbd69071 with scrape type 2
2026-03-29 21:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40d23773-35d6-5d16-a1f6-3710fbd69071 with scrape type 2
2026-03-29 21:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40d23773-35d6-5d16-a1f6-3710fbd69071, identifier: 7009990auction111137
2026-03-29 21:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 7009990auction111137
2026-03-29 21:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 7009990auction111137
2026-03-29 21:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 7009990auction111137 to the API
2026-03-29 21:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009990>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '40d23773-35d6-5d16-a1f6-3710fbd69071',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009990',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 157155,
'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': 'Volkswagen Caddy CRTDi 2.0 55kW SCR BMT Van Startline 3d',
'transmission': 'manual',
'trim': 'CRTDi 2.0 55kW SCR BMT Van Startline 3d',
'vin': None,
'year': 2019}
2026-03-29 21:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009990auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:39 [ecarstrade.be] INFO: Saving data for 7009990auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624298.361321, 'last_price_update_time': 1774820799.270196}
2026-03-29 21:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009990auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009939> (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-29 21:46:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:41 [ecarstrade.be] INFO: Extracting details for car 7009939auction111137
2026-03-29 21:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 7009939auction111137
2026-03-29 21:46:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 640942ca-ba80-526d-89c5-e41151c5090c with scrape type 2
2026-03-29 21:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 640942ca-ba80-526d-89c5-e41151c5090c with scrape type 2
2026-03-29 21:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 640942ca-ba80-526d-89c5-e41151c5090c, identifier: 7009939auction111137
2026-03-29 21:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 7009939auction111137
2026-03-29 21:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 7009939auction111137
2026-03-29 21:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 7009939auction111137 to the API
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009939>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '640942ca-ba80-526d-89c5-e41151c5090c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009939',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 149837,
'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': 'Opel Astra Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'vin': None,
'year': 2020}
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009939auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Saving data for 7009939auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624289.128766, 'last_price_update_time': 1774820801.674596}
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009939auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:41 [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-29 21:46:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007851auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007851auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007851auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007852auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007852auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007852auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007853auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007853auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007853auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007854auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007854auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007854auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007855auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007855auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007855auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007856auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007856auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007856auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007857auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007857auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007857auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007859auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007859auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007859auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007860auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007860auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:41 [ecarstrade.be] INFO: Scrape type for 7007860auction111116: 2
2026-03-29 21:46:41 [ecarstrade.be] INFO: Found listing with ID: 7007861auction111116
2026-03-29 21:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007861auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007861auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007862auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007862auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007862auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007863auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007863auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007863auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007864auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007864auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007864auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007866auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007866auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007866auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007867auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007867auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007867auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007868auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007868auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007868auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007870auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007870auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007870auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007873auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007873auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007873auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007874auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007874auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007874auction111116: 2
2026-03-29 21:46:42 [ecarstrade.be] INFO: Found listing with ID: 7007877auction111116
2026-03-29 21:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007877auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:42 [ecarstrade.be] INFO: Scrape type for 7007877auction111116: 2
2026-03-29 21:46:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007801> (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-29 21:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:45 [ecarstrade.be] INFO: Extracting details for car 7007801auction111116
2026-03-29 21:46:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with identifier: 7007801auction111116
2026-03-29 21:46:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with scrape type 2
2026-03-29 21:46:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with scrape type 2
2026-03-29 21:46:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 785b4d6f-0af5-5e9f-b871-5cda010a2e64, identifier: 7007801auction111116
2026-03-29 21:46:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with identifier: 7007801auction111116
2026-03-29 21:46:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with identifier: 7007801auction111116
2026-03-29 21:46:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with identifier: 7007801auction111116 to the API
2026-03-29 21:46:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007801>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '785b4d6f-0af5-5e9f-b871-5cda010a2e64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007801',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'Q5',
'odometer': 55147,
'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 Q5 / 2020 / 5P / SUV 50 TFSI e 299 QTT S TRONIC 7 S LINE',
'transmission': 'automatic',
'trim': 'AUDI / 2020 / 5P / SUV 50 TFSI e 299 QTT S TRONIC 7 S LINE',
'vin': None,
'year': 2022}
2026-03-29 21:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007801auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:45 [ecarstrade.be] INFO: Saving data for 7007801auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624287.664017, 'last_price_update_time': 1774820805.843725}
2026-03-29 21:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007801auction111116') HTTP/1.1" 204 0
2026-03-29 21:46:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007811> (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-29 21:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:46 [ecarstrade.be] INFO: Extracting details for car 7007811auction111116
2026-03-29 21:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7046da60-6458-53b9-98cc-1c6455fd8bca with identifier: 7007811auction111116
2026-03-29 21:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7046da60-6458-53b9-98cc-1c6455fd8bca with scrape type 2
2026-03-29 21:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7046da60-6458-53b9-98cc-1c6455fd8bca with scrape type 2
2026-03-29 21:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7046da60-6458-53b9-98cc-1c6455fd8bca, identifier: 7007811auction111116
2026-03-29 21:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7046da60-6458-53b9-98cc-1c6455fd8bca with identifier: 7007811auction111116
2026-03-29 21:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7046da60-6458-53b9-98cc-1c6455fd8bca with identifier: 7007811auction111116
2026-03-29 21:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7046da60-6458-53b9-98cc-1c6455fd8bca with identifier: 7007811auction111116 to the API
2026-03-29 21:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007811>
{'auction_title': '',
'c_o_2_emission_value': 15,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7046da60-6458-53b9-98cc-1c6455fd8bca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007811',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 44845,
'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 Série 2 Active Tourer / 2021 / 5P / monospace 225e xDrive 245ch '
'Business Design DKG7',
'transmission': 'automatic',
'trim': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 225e xDrive 245ch '
'Business Design DKG7',
'vin': None,
'year': 2023}
2026-03-29 21:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007811auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:46 [ecarstrade.be] INFO: Saving data for 7007811auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624286.164659, 'last_price_update_time': 1774820806.431877}
2026-03-29 21:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007811auction111116') HTTP/1.1" 204 0
2026-03-29 21:46:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009973> (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-29 21:46:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:47 [ecarstrade.be] INFO: Extracting details for car 7009973auction111137
2026-03-29 21:46:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 7009973auction111137
2026-03-29 21:46:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a6a082-cc88-50d7-9f3b-243aba840dbc with scrape type 2
2026-03-29 21:46:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84a6a082-cc88-50d7-9f3b-243aba840dbc with scrape type 2
2026-03-29 21:46:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84a6a082-cc88-50d7-9f3b-243aba840dbc, identifier: 7009973auction111137
2026-03-29 21:46:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 7009973auction111137
2026-03-29 21:46:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 7009973auction111137
2026-03-29 21:46:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 7009973auction111137 to the API
2026-03-29 21:46:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009973>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '84a6a082-cc88-50d7-9f3b-243aba840dbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009973',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 152181,
'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': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'vin': None,
'year': 2021}
2026-03-29 21:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009973auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:48 [ecarstrade.be] INFO: Saving data for 7009973auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624318.730598, 'last_price_update_time': 1774820808.020022}
2026-03-29 21:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009973auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009936> (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-29 21:46:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:50 [ecarstrade.be] INFO: Extracting details for car 7009936auction111137
2026-03-29 21:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 7009936auction111137
2026-03-29 21:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94be7e81-8417-59fd-b37b-80165df7a381 with scrape type 2
2026-03-29 21:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94be7e81-8417-59fd-b37b-80165df7a381 with scrape type 2
2026-03-29 21:46:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94be7e81-8417-59fd-b37b-80165df7a381, identifier: 7009936auction111137
2026-03-29 21:46:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 7009936auction111137
2026-03-29 21:46:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 7009936auction111137
2026-03-29 21:46:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 7009936auction111137 to the API
2026-03-29 21:46:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009936>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '94be7e81-8417-59fd-b37b-80165df7a381',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009936',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Combo',
'odometer': 196556,
'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': 'Opel Combo 1.5 Turbo 75kW 2.3T L2H1 Crew Van 4d',
'transmission': 'manual',
'trim': '1.5 Turbo 75kW 2.3T L2H1 Crew Van 4d',
'vin': None,
'year': 2021}
2026-03-29 21:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009936auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:46:51 [ecarstrade.be] INFO: Saving data for 7009936auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624299.395491, 'last_price_update_time': 1774820811.328435}
2026-03-29 21:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009936auction111137') HTTP/1.1" 204 0
2026-03-29 21:46:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007847> (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-29 21:46:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:53 [ecarstrade.be] INFO: Extracting details for car 7007847auction111116
2026-03-29 21:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with identifier: 7007847auction111116
2026-03-29 21:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with scrape type 2
2026-03-29 21:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with scrape type 2
2026-03-29 21:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad9a8d2f-462a-5aea-8c4a-0cadbb117130, identifier: 7007847auction111116
2026-03-29 21:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with identifier: 7007847auction111116
2026-03-29 21:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with identifier: 7007847auction111116
2026-03-29 21:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with identifier: 7007847auction111116 to the API
2026-03-29 21:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007847>
{'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-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ad9a8d2f-462a-5aea-8c4a-0cadbb117130',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007847',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Bayon',
'odometer': 21081,
'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 BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 HYBRID 48V INTUITIVE',
'transmission': 'manual',
'trim': 'HYUNDAI BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 HYBRID 48V INTUITIVE',
'vin': None,
'year': 2022}
2026-03-29 21:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:53 [urllib3.connectionpool] DEBUG: Resetting dropped connection: alxsourcingstorageprod.table.core.windows.net
2026-03-29 21:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007847auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:53 [ecarstrade.be] INFO: Saving data for 7007847auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624269.40972, 'last_price_update_time': 1774820813.474656}
2026-03-29 21:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007847auction111116') HTTP/1.1" 204 0
2026-03-29 21:46:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007793> (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-29 21:46:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:46:53 [ecarstrade.be] INFO: Extracting details for car 7007793auction111116
2026-03-29 21:46:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8b72467-43a0-5734-a69b-6226afcf91a9 with identifier: 7007793auction111116
2026-03-29 21:46:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b72467-43a0-5734-a69b-6226afcf91a9 with scrape type 2
2026-03-29 21:46:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8b72467-43a0-5734-a69b-6226afcf91a9 with scrape type 2
2026-03-29 21:46:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8b72467-43a0-5734-a69b-6226afcf91a9, identifier: 7007793auction111116
2026-03-29 21:46:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8b72467-43a0-5734-a69b-6226afcf91a9 with identifier: 7007793auction111116
2026-03-29 21:46:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8b72467-43a0-5734-a69b-6226afcf91a9 with identifier: 7007793auction111116
2026-03-29 21:46:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8b72467-43a0-5734-a69b-6226afcf91a9 with identifier: 7007793auction111116 to the API
2026-03-29 21:46:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:46: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-29 21:46:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007793>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd8b72467-43a0-5734-a69b-6226afcf91a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007793',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A3',
'odometer': 21980,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Berline / 2024 / 4P / Berline 30 TFSI 116 MHEV S Tronic S '
'Line',
'transmission': 'automatic',
'trim': 'AUDI Berline / 2024 / 4P / Berline 30 TFSI 116 MHEV S Tronic S Line',
'vin': None,
'year': 2025}
2026-03-29 21:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007793auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:46:54 [ecarstrade.be] INFO: Saving data for 7007793auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624098.763884, 'last_price_update_time': 1774820814.030212}
2026-03-29 21:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:46:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007793auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009895> (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-29 21:47:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:03 [ecarstrade.be] INFO: Extracting details for car 7009895auction111137
2026-03-29 21:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226d65de-ef93-52de-b9ef-dc2639f81b99 with identifier: 7009895auction111137
2026-03-29 21:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226d65de-ef93-52de-b9ef-dc2639f81b99 with scrape type 2
2026-03-29 21:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 226d65de-ef93-52de-b9ef-dc2639f81b99 with scrape type 2
2026-03-29 21:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 226d65de-ef93-52de-b9ef-dc2639f81b99, identifier: 7009895auction111137
2026-03-29 21:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 226d65de-ef93-52de-b9ef-dc2639f81b99 with identifier: 7009895auction111137
2026-03-29 21:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 226d65de-ef93-52de-b9ef-dc2639f81b99 with identifier: 7009895auction111137
2026-03-29 21:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 226d65de-ef93-52de-b9ef-dc2639f81b99 with identifier: 7009895auction111137 to the API
2026-03-29 21:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009895>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '226d65de-ef93-52de-b9ef-dc2639f81b99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009895',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 72570,
'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': 'Dacia Sandero SCe 75 Comfort 5d',
'transmission': 'manual',
'trim': 'SCe 75 Comfort 5d',
'vin': None,
'year': 2020}
2026-03-29 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009895auction111137%27 HTTP/1.1" 200 None
2026-03-29 21:47:03 [ecarstrade.be] INFO: Saving data for 7009895auction111137: {'auction_closing_time': 1774865400.0, 'created_time': 1774624299.8471, 'last_price_update_time': 1774820823.391667}
2026-03-29 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009895auction111137') HTTP/1.1" 204 0
2026-03-29 21:47:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007845> (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-29 21:47:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:04 [ecarstrade.be] INFO: Extracting details for car 7007845auction111116
2026-03-29 21:47:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5bd8113-5548-5fa6-b5c5-f878b1438f16 with identifier: 7007845auction111116
2026-03-29 21:47:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bd8113-5548-5fa6-b5c5-f878b1438f16 with scrape type 2
2026-03-29 21:47:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5bd8113-5548-5fa6-b5c5-f878b1438f16 with scrape type 2
2026-03-29 21:47:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5bd8113-5548-5fa6-b5c5-f878b1438f16, identifier: 7007845auction111116
2026-03-29 21:47:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5bd8113-5548-5fa6-b5c5-f878b1438f16 with identifier: 7007845auction111116
2026-03-29 21:47:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5bd8113-5548-5fa6-b5c5-f878b1438f16 with identifier: 7007845auction111116
2026-03-29 21:47:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5bd8113-5548-5fa6-b5c5-f878b1438f16 with identifier: 7007845auction111116 to the API
2026-03-29 21:47:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007845>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5bd8113-5548-5fa6-b5c5-f878b1438f16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007845',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 120249,
'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': 'Kuga Titanium Hybrid 2.5 190CV BVA6 E6dT',
'transmission': 'automatic',
'trim': 'Titanium Hybrid 2.5 190CV BVA6 E6dT',
'vin': None,
'year': 2021}
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007845auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:05 [ecarstrade.be] INFO: Saving data for 7007845auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624103.381382, 'last_price_update_time': 1774820825.384452}
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007845auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007849> (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-29 21:47:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:05 [ecarstrade.be] INFO: Extracting details for car 7007849auction111116
2026-03-29 21:47:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aec57f22-0f57-567d-9587-46a9c331e966 with identifier: 7007849auction111116
2026-03-29 21:47:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aec57f22-0f57-567d-9587-46a9c331e966 with scrape type 2
2026-03-29 21:47:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aec57f22-0f57-567d-9587-46a9c331e966 with scrape type 2
2026-03-29 21:47:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aec57f22-0f57-567d-9587-46a9c331e966, identifier: 7007849auction111116
2026-03-29 21:47:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aec57f22-0f57-567d-9587-46a9c331e966 with identifier: 7007849auction111116
2026-03-29 21:47:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aec57f22-0f57-567d-9587-46a9c331e966 with identifier: 7007849auction111116
2026-03-29 21:47:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aec57f22-0f57-567d-9587-46a9c331e966 with identifier: 7007849auction111116 to the API
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007849>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aec57f22-0f57-567d-9587-46a9c331e966',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007849',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Bayon',
'odometer': 17761,
'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': 'HYUNDAI BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 DCT- 7 HYB 48V '
'CREATIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 DCT- 7 HYB 48V '
'CREATIVE',
'vin': None,
'year': 2023}
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007849auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:05 [ecarstrade.be] INFO: Saving data for 7007849auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624268.959869, 'last_price_update_time': 1774820825.876485}
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007849auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007840> (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-29 21:47:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:06 [ecarstrade.be] INFO: Extracting details for car 7007840auction111116
2026-03-29 21:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with identifier: 7007840auction111116
2026-03-29 21:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with scrape type 2
2026-03-29 21:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with scrape type 2
2026-03-29 21:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a, identifier: 7007840auction111116
2026-03-29 21:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with identifier: 7007840auction111116
2026-03-29 21:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with identifier: 7007840auction111116
2026-03-29 21:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with identifier: 7007840auction111116 to the API
2026-03-29 21:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007840>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007840',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 21128,
'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': 'DS DS 7 / 2022 / 5P / SUV E-TENSE 4x4 360 LA PREMIERE(SL)',
'transmission': 'automatic',
'trim': 'DS DS 7 / 2022 / 5P / SUV E-TENSE 4x4 360 LA PREMIERE(SL)',
'vin': None,
'year': 2023}
2026-03-29 21:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007840auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:06 [ecarstrade.be] INFO: Saving data for 7007840auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624267.337192, 'last_price_update_time': 1774820826.365851}
2026-03-29 21:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007840auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007846> (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-29 21:47:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:06 [ecarstrade.be] INFO: Extracting details for car 7007846auction111116
2026-03-29 21:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe5ce89-bfff-5fa9-9071-17c4de5912b3 with identifier: 7007846auction111116
2026-03-29 21:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe5ce89-bfff-5fa9-9071-17c4de5912b3 with scrape type 2
2026-03-29 21:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afe5ce89-bfff-5fa9-9071-17c4de5912b3 with scrape type 2
2026-03-29 21:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afe5ce89-bfff-5fa9-9071-17c4de5912b3, identifier: 7007846auction111116
2026-03-29 21:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afe5ce89-bfff-5fa9-9071-17c4de5912b3 with identifier: 7007846auction111116
2026-03-29 21:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afe5ce89-bfff-5fa9-9071-17c4de5912b3 with identifier: 7007846auction111116
2026-03-29 21:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afe5ce89-bfff-5fa9-9071-17c4de5912b3 with identifier: 7007846auction111116 to the API
2026-03-29 21:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007846>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'afe5ce89-bfff-5fa9-9071-17c4de5912b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007846',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Puma',
'odometer': 50567,
'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': 'FORD Puma / 2019 / 5P / SUV 1.0EcoB Hyb 125 mHEV PShift ST-LINE X',
'transmission': 'automatic',
'trim': 'FORD / 2019 / 5P / SUV 1.0EcoB Hyb 125 mHEV PShift ST-LINE X',
'vin': None,
'year': 2022}
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007846auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:07 [ecarstrade.be] INFO: Saving data for 7007846auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624101.438065, 'last_price_update_time': 1774820827.039049}
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007846auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:07 [scrapy.extensions.logstats] INFO: Crawled 506 pages (at 29 pages/min), scraped 470 items (at 27 items/min)
2026-03-29 21:47:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:47:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007839> (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-29 21:47:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:07 [ecarstrade.be] INFO: Extracting details for car 7007839auction111116
2026-03-29 21:47:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with identifier: 7007839auction111116
2026-03-29 21:47:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with scrape type 2
2026-03-29 21:47:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with scrape type 2
2026-03-29 21:47:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b, identifier: 7007839auction111116
2026-03-29 21:47:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with identifier: 7007839auction111116
2026-03-29 21:47:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with identifier: 7007839auction111116
2026-03-29 21:47:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with identifier: 7007839auction111116 to the API
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007839>
{'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-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4a109ba4-37a7-59fd-9113-2e18bae9bf8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007839',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 91533,
'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': 'DS DS 7 Crossback / 2017 / 5P / SUV E-TENSE 225 PERFORMANCE Line',
'transmission': 'automatic',
'trim': 'DS DS 7 Crossback / 2017 / 5P / SUV E-TENSE 225 PERFORMANCE Line',
'vin': None,
'year': 2022}
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007839auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:07 [ecarstrade.be] INFO: Saving data for 7007839auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624266.80893, 'last_price_update_time': 1774820827.543523}
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007839auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007841> (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-29 21:47:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:08 [ecarstrade.be] INFO: Extracting details for car 7007841auction111116
2026-03-29 21:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with identifier: 7007841auction111116
2026-03-29 21:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with scrape type 2
2026-03-29 21:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with scrape type 2
2026-03-29 21:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6, identifier: 7007841auction111116
2026-03-29 21:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with identifier: 7007841auction111116
2026-03-29 21:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with identifier: 7007841auction111116
2026-03-29 21:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with identifier: 7007841auction111116 to the API
2026-03-29 21:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007841>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007841',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Fiat',
'model': '500',
'odometer': 33073,
'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': None,
'seller_name': None,
'title': 'FIAT 500 / 2015 / 3P / Berline Hybrid 1.0 BSG 70 ch Dolcevita',
'transmission': 'manual',
'trim': 'FIAT / 2015 / 3P / Berline Hybrid 1.0 BSG 70 ch Dolcevita',
'vin': None,
'year': 2022}
2026-03-29 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007841auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:09 [ecarstrade.be] INFO: Saving data for 7007841auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624267.812537, 'last_price_update_time': 1774820829.250602}
2026-03-29 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007841auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007835> (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-29 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-29 21:47:10 [ecarstrade.be] INFO: Extracting details for car 7007835auction111116
2026-03-29 21:47:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with identifier: 7007835auction111116
2026-03-29 21:47:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with scrape type 2
2026-03-29 21:47:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with scrape type 2
2026-03-29 21:47:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0, identifier: 7007835auction111116
2026-03-29 21:47:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with identifier: 7007835auction111116
2026-03-29 21:47:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with identifier: 7007835auction111116
2026-03-29 21:47:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with identifier: 7007835auction111116 to the API
2026-03-29 21:47:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007835>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7893e6c2-b7d9-5f88-a3fb-81a246b668b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007835',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 63699,
'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': 'BMW X3 / 2017 / 5P / SUV xDrive30e 292ch Business Design BVA8',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV xDrive30e 292ch Business Design BVA8',
'vin': None,
'year': 2020}
2026-03-29 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007835auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:11 [ecarstrade.be] INFO: Saving data for 7007835auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624100.574891, 'last_price_update_time': 1774820831.315582}
2026-03-29 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007835auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007850> (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-29 21:47:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:18 [ecarstrade.be] INFO: Extracting details for car 7007850auction111116
2026-03-29 21:47:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with identifier: 7007850auction111116
2026-03-29 21:47:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with scrape type 2
2026-03-29 21:47:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with scrape type 2
2026-03-29 21:47:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6, identifier: 7007850auction111116
2026-03-29 21:47:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with identifier: 7007850auction111116
2026-03-29 21:47:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with identifier: 7007850auction111116
2026-03-29 21:47:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with identifier: 7007850auction111116 to the API
2026-03-29 21:47:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007850>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '9d089b6b-ef54-5e4c-befc-14a82ee9dda6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007850',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 25822,
'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': 'Ioniq 6 Creative Electrique 77kWh BVA',
'transmission': 'automatic',
'trim': 'Ioniq 6 Creative Electrique 77kWh BVA',
'vin': None,
'year': 2023}
2026-03-29 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007850auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:18 [ecarstrade.be] INFO: Saving data for 7007850auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624148.937509, 'last_price_update_time': 1774820838.962544}
2026-03-29 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007850auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007834> (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-29 21:47:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:20 [ecarstrade.be] INFO: Extracting details for car 7007834auction111116
2026-03-29 21:47:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 051c962d-e52c-57d1-adde-956b44b96a89 with identifier: 7007834auction111116
2026-03-29 21:47:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 051c962d-e52c-57d1-adde-956b44b96a89 with scrape type 2
2026-03-29 21:47:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 051c962d-e52c-57d1-adde-956b44b96a89 with scrape type 2
2026-03-29 21:47:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 051c962d-e52c-57d1-adde-956b44b96a89, identifier: 7007834auction111116
2026-03-29 21:47:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 051c962d-e52c-57d1-adde-956b44b96a89 with identifier: 7007834auction111116
2026-03-29 21:47:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 051c962d-e52c-57d1-adde-956b44b96a89 with identifier: 7007834auction111116
2026-03-29 21:47:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 051c962d-e52c-57d1-adde-956b44b96a89 with identifier: 7007834auction111116 to the API
2026-03-29 21:47:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007834>
{'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-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '051c962d-e52c-57d1-adde-956b44b96a89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007834',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 63008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C5 Aircross 2018 5P SUV Hybrid 225 EAT8 Business',
'transmission': 'automatic',
'trim': 'CITROEN 2018 5P SUV Hybrid 225 EAT8 Business',
'vin': None,
'year': 2021}
2026-03-29 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007834auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:20 [ecarstrade.be] INFO: Saving data for 7007834auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624270.025835, 'last_price_update_time': 1774820840.934111}
2026-03-29 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007834auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007868> (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-29 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-29 21:47:23 [ecarstrade.be] INFO: Extracting details for car 7007868auction111116
2026-03-29 21:47:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1564755-8626-54e5-bead-674bcdbf41c2 with identifier: 7007868auction111116
2026-03-29 21:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1564755-8626-54e5-bead-674bcdbf41c2 with scrape type 2
2026-03-29 21:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1564755-8626-54e5-bead-674bcdbf41c2 with scrape type 2
2026-03-29 21:47:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1564755-8626-54e5-bead-674bcdbf41c2, identifier: 7007868auction111116
2026-03-29 21:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1564755-8626-54e5-bead-674bcdbf41c2 with identifier: 7007868auction111116
2026-03-29 21:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1564755-8626-54e5-bead-674bcdbf41c2 with identifier: 7007868auction111116
2026-03-29 21:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1564755-8626-54e5-bead-674bcdbf41c2 with identifier: 7007868auction111116 to the API
2026-03-29 21:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007868>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f1564755-8626-54e5-bead-674bcdbf41c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007868',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 68931,
'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': None,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC N LINE EXECU '
'4WD AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC N LINE EXECU 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-29 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007868auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:23 [ecarstrade.be] INFO: Saving data for 7007868auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624111.713582, 'last_price_update_time': 1774820843.48195}
2026-03-29 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007868auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007873> (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-29 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-29 21:47:25 [ecarstrade.be] INFO: Extracting details for car 7007873auction111116
2026-03-29 21:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with identifier: 7007873auction111116
2026-03-29 21:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with scrape type 2
2026-03-29 21:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with scrape type 2
2026-03-29 21:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437, identifier: 7007873auction111116
2026-03-29 21:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with identifier: 7007873auction111116
2026-03-29 21:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with identifier: 7007873auction111116
2026-03-29 21:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with identifier: 7007873auction111116 to the API
2026-03-29 21:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007873>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3f4fc59c-2de6-58c8-b516-f0a07bbc4437',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007873',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 100611,
'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': 'JEEP Renegade / 2018 / 5P / SUV 1.3 PHEV Turbo T4 190PS 4XE Limited '
'Auto',
'transmission': 'automatic',
'trim': 'JEEP / 2018 / 5P / SUV 1.3 PHEV Turbo T4 190PS 4XE Limited Auto',
'vin': None,
'year': 2022}
2026-03-29 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007873auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:25 [ecarstrade.be] INFO: Saving data for 7007873auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624112.999912, 'last_price_update_time': 1774820845.954098}
2026-03-29 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007873auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007874> (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-29 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-29 21:47:26 [ecarstrade.be] INFO: Extracting details for car 7007874auction111116
2026-03-29 21:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4549660-10ae-574c-bd94-58a1c9397742 with identifier: 7007874auction111116
2026-03-29 21:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4549660-10ae-574c-bd94-58a1c9397742 with scrape type 2
2026-03-29 21:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4549660-10ae-574c-bd94-58a1c9397742 with scrape type 2
2026-03-29 21:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4549660-10ae-574c-bd94-58a1c9397742, identifier: 7007874auction111116
2026-03-29 21:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4549660-10ae-574c-bd94-58a1c9397742 with identifier: 7007874auction111116
2026-03-29 21:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4549660-10ae-574c-bd94-58a1c9397742 with identifier: 7007874auction111116
2026-03-29 21:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4549660-10ae-574c-bd94-58a1c9397742 with identifier: 7007874auction111116 to the API
2026-03-29 21:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007874>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': 'f4549660-10ae-574c-bd94-58a1c9397742',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007874',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 84743,
'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': 'JEEP Renegade / 2018 / 5P / SUV 1.3 GSE T4 240 4xe S',
'transmission': 'automatic',
'trim': 'JEEP / 2018 / 5P / SUV 1.3 GSE T4 240 4xe S',
'vin': None,
'year': 2022}
2026-03-29 21:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007874auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:26 [ecarstrade.be] INFO: Saving data for 7007874auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624114.369285, 'last_price_update_time': 1774820846.4667}
2026-03-29 21:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007874auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007864> (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-29 21:47:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:27 [ecarstrade.be] INFO: Extracting details for car 7007864auction111116
2026-03-29 21:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7244be8f-540e-5af6-8096-f686a20a6ee9 with identifier: 7007864auction111116
2026-03-29 21:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7244be8f-540e-5af6-8096-f686a20a6ee9 with scrape type 2
2026-03-29 21:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7244be8f-540e-5af6-8096-f686a20a6ee9 with scrape type 2
2026-03-29 21:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7244be8f-540e-5af6-8096-f686a20a6ee9, identifier: 7007864auction111116
2026-03-29 21:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7244be8f-540e-5af6-8096-f686a20a6ee9 with identifier: 7007864auction111116
2026-03-29 21:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7244be8f-540e-5af6-8096-f686a20a6ee9 with identifier: 7007864auction111116
2026-03-29 21:47:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7244be8f-540e-5af6-8096-f686a20a6ee9 with identifier: 7007864auction111116 to the API
2026-03-29 21:47:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007864>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7244be8f-540e-5af6-8096-f686a20a6ee9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007864',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 35671,
'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 EXECUTIVE 4WD '
'AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC EXECUTIVE 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-29 21:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007864auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:28 [ecarstrade.be] INFO: Saving data for 7007864auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624110.859742, 'last_price_update_time': 1774820848.059362}
2026-03-29 21:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007864auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007870> (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-29 21:47:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:32 [ecarstrade.be] INFO: Extracting details for car 7007870auction111116
2026-03-29 21:47:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with identifier: 7007870auction111116
2026-03-29 21:47:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with scrape type 2
2026-03-29 21:47:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with scrape type 2
2026-03-29 21:47:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9, identifier: 7007870auction111116
2026-03-29 21:47:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with identifier: 7007870auction111116
2026-03-29 21:47:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with identifier: 7007870auction111116
2026-03-29 21:47:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with identifier: 7007870auction111116 to the API
2026-03-29 21:47:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007870>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0d59bd26-1c5c-5028-a197-022f3a6b6dd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007870',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 65895,
'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': 'Tucson Executive Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Executive Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007870auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:33 [ecarstrade.be] INFO: Saving data for 7007870auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624112.1361, 'last_price_update_time': 1774820853.082402}
2026-03-29 21:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007870auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007877> (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-29 21:47:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:37 [ecarstrade.be] INFO: Extracting details for car 7007877auction111116
2026-03-29 21:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0962359e-e86b-5f35-b335-50dbb46e5d71 with identifier: 7007877auction111116
2026-03-29 21:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0962359e-e86b-5f35-b335-50dbb46e5d71 with scrape type 2
2026-03-29 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0962359e-e86b-5f35-b335-50dbb46e5d71 with scrape type 2
2026-03-29 21:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0962359e-e86b-5f35-b335-50dbb46e5d71, identifier: 7007877auction111116
2026-03-29 21:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0962359e-e86b-5f35-b335-50dbb46e5d71 with identifier: 7007877auction111116
2026-03-29 21:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0962359e-e86b-5f35-b335-50dbb46e5d71 with identifier: 7007877auction111116
2026-03-29 21:47:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0962359e-e86b-5f35-b335-50dbb46e5d71 with identifier: 7007877auction111116 to the API
2026-03-29 21:47:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007877>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '0962359e-e86b-5f35-b335-50dbb46e5d71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007877',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'EV6',
'odometer': 78283,
'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': 'EV6 GT Line 2WD 77kWh BVA',
'transmission': 'automatic',
'trim': 'GT Line 2WD 77kWh BVA',
'vin': None,
'year': 2022}
2026-03-29 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007877auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:37 [ecarstrade.be] INFO: Saving data for 7007877auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624114.874233, 'last_price_update_time': 1774820857.67987}
2026-03-29 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007877auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007863> (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-29 21:47:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:37 [ecarstrade.be] INFO: Extracting details for car 7007863auction111116
2026-03-29 21:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 152f0c92-a0c5-57c0-936d-b9fb7965b868 with identifier: 7007863auction111116
2026-03-29 21:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152f0c92-a0c5-57c0-936d-b9fb7965b868 with scrape type 2
2026-03-29 21:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 152f0c92-a0c5-57c0-936d-b9fb7965b868 with scrape type 2
2026-03-29 21:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 152f0c92-a0c5-57c0-936d-b9fb7965b868, identifier: 7007863auction111116
2026-03-29 21:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 152f0c92-a0c5-57c0-936d-b9fb7965b868 with identifier: 7007863auction111116
2026-03-29 21:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 152f0c92-a0c5-57c0-936d-b9fb7965b868 with identifier: 7007863auction111116
2026-03-29 21:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 152f0c92-a0c5-57c0-936d-b9fb7965b868 with identifier: 7007863auction111116 to the API
2026-03-29 21:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007863>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '152f0c92-a0c5-57c0-936d-b9fb7965b868',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007863',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 69693,
'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': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 HYBRID 230 N LINE EXECUTIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 HYBRID 230 N LINE EXECUTIVE',
'vin': None,
'year': 2023}
2026-03-29 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007863auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:38 [ecarstrade.be] INFO: Saving data for 7007863auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624116.117439, 'last_price_update_time': 1774820858.297383}
2026-03-29 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007863auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007866> (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-29 21:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:39 [ecarstrade.be] INFO: Extracting details for car 7007866auction111116
2026-03-29 21:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with identifier: 7007866auction111116
2026-03-29 21:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with scrape type 2
2026-03-29 21:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with scrape type 2
2026-03-29 21:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7, identifier: 7007866auction111116
2026-03-29 21:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with identifier: 7007866auction111116
2026-03-29 21:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with identifier: 7007866auction111116
2026-03-29 21:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with identifier: 7007866auction111116 to the API
2026-03-29 21:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007866>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '75c3cded-0dd3-5ece-8754-da0ecdffbeb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007866',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 129839,
'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': 'Tucson Creative Mild-Hybrid 2WD 1.6 CRDI 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Creative Mild-Hybrid 2WD 1.6 CRDI 135CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007866auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:39 [ecarstrade.be] INFO: Saving data for 7007866auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624112.570518, 'last_price_update_time': 1774820859.6545}
2026-03-29 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007866auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007856> (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-29 21:47:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:44 [ecarstrade.be] INFO: Extracting details for car 7007856auction111116
2026-03-29 21:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a913602-6469-55e8-9783-a3d49c2f213b with identifier: 7007856auction111116
2026-03-29 21:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a913602-6469-55e8-9783-a3d49c2f213b with scrape type 2
2026-03-29 21:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a913602-6469-55e8-9783-a3d49c2f213b with scrape type 2
2026-03-29 21:47:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a913602-6469-55e8-9783-a3d49c2f213b, identifier: 7007856auction111116
2026-03-29 21:47:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a913602-6469-55e8-9783-a3d49c2f213b with identifier: 7007856auction111116
2026-03-29 21:47:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a913602-6469-55e8-9783-a3d49c2f213b with identifier: 7007856auction111116
2026-03-29 21:47:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a913602-6469-55e8-9783-a3d49c2f213b with identifier: 7007856auction111116 to the API
2026-03-29 21:47:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007856>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0a913602-6469-55e8-9783-a3d49c2f213b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007856',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 63704,
'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': 'Kona Creative Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Creative Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007856auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:45 [ecarstrade.be] INFO: Saving data for 7007856auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624123.071224, 'last_price_update_time': 1774820865.220086}
2026-03-29 21:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007856auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007867> (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-29 21:47:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:45 [ecarstrade.be] INFO: Extracting details for car 7007867auction111116
2026-03-29 21:47:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with identifier: 7007867auction111116
2026-03-29 21:47:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with scrape type 2
2026-03-29 21:47:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with scrape type 2
2026-03-29 21:47:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4, identifier: 7007867auction111116
2026-03-29 21:47:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with identifier: 7007867auction111116
2026-03-29 21:47:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with identifier: 7007867auction111116
2026-03-29 21:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with identifier: 7007867auction111116 to the API
2026-03-29 21:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007867>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2faa3347-f65c-5fc3-bc4c-c9beb4625ce4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007867',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 98826,
'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': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 HYBRID 230 EXECUTIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 HYBRID 230 EXECUTIVE',
'vin': None,
'year': 2021}
2026-03-29 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007867auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:46 [ecarstrade.be] INFO: Saving data for 7007867auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624113.930376, 'last_price_update_time': 1774820866.268621}
2026-03-29 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007867auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007862> (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-29 21:47:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:46 [ecarstrade.be] INFO: Extracting details for car 7007862auction111116
2026-03-29 21:47:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27a423e9-922d-5feb-8c92-92c9795f93ab with identifier: 7007862auction111116
2026-03-29 21:47:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27a423e9-922d-5feb-8c92-92c9795f93ab with scrape type 2
2026-03-29 21:47:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27a423e9-922d-5feb-8c92-92c9795f93ab with scrape type 2
2026-03-29 21:47:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27a423e9-922d-5feb-8c92-92c9795f93ab, identifier: 7007862auction111116
2026-03-29 21:47:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27a423e9-922d-5feb-8c92-92c9795f93ab with identifier: 7007862auction111116
2026-03-29 21:47:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27a423e9-922d-5feb-8c92-92c9795f93ab with identifier: 7007862auction111116
2026-03-29 21:47:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27a423e9-922d-5feb-8c92-92c9795f93ab with identifier: 7007862auction111116 to the API
2026-03-29 21:47:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007862>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '27a423e9-922d-5feb-8c92-92c9795f93ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007862',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 60845,
'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': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 T-GDI 150 DCT-7 HYBRID 48V '
'CREATIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 T-GDI 150 DCT-7 HYBRID 48V CREATIVE',
'vin': None,
'year': 2021}
2026-03-29 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007862auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:46 [ecarstrade.be] INFO: Saving data for 7007862auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624118.550681, 'last_price_update_time': 1774820866.800308}
2026-03-29 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007862auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007859> (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-29 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-29 21:47:47 [ecarstrade.be] INFO: Extracting details for car 7007859auction111116
2026-03-29 21:47:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8289899f-4196-5e0e-a752-fd7750da9bf1 with identifier: 7007859auction111116
2026-03-29 21:47:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8289899f-4196-5e0e-a752-fd7750da9bf1 with scrape type 2
2026-03-29 21:47:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8289899f-4196-5e0e-a752-fd7750da9bf1 with scrape type 2
2026-03-29 21:47:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8289899f-4196-5e0e-a752-fd7750da9bf1, identifier: 7007859auction111116
2026-03-29 21:47:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8289899f-4196-5e0e-a752-fd7750da9bf1 with identifier: 7007859auction111116
2026-03-29 21:47:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8289899f-4196-5e0e-a752-fd7750da9bf1 with identifier: 7007859auction111116
2026-03-29 21:47:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8289899f-4196-5e0e-a752-fd7750da9bf1 with identifier: 7007859auction111116 to the API
2026-03-29 21:47:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007859>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8289899f-4196-5e0e-a752-fd7750da9bf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007859',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 27146,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona N Line Executive Hybrid 2WD 1.6 T-GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'N Line Executive Hybrid 2WD 1.6 T-GDI 140CV BVA6 E6d',
'vin': None,
'year': 2024}
2026-03-29 21:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007859auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:47 [ecarstrade.be] INFO: Saving data for 7007859auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624126.066009, 'last_price_update_time': 1774820867.913034}
2026-03-29 21:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007859auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007860> (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-29 21:47:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:47:51 [ecarstrade.be] INFO: Extracting details for car 7007860auction111116
2026-03-29 21:47:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eac79719-6553-5dff-996b-224067de16cc with identifier: 7007860auction111116
2026-03-29 21:47:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eac79719-6553-5dff-996b-224067de16cc with scrape type 2
2026-03-29 21:47:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eac79719-6553-5dff-996b-224067de16cc with scrape type 2
2026-03-29 21:47:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eac79719-6553-5dff-996b-224067de16cc, identifier: 7007860auction111116
2026-03-29 21:47:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eac79719-6553-5dff-996b-224067de16cc with identifier: 7007860auction111116
2026-03-29 21:47:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eac79719-6553-5dff-996b-224067de16cc with identifier: 7007860auction111116
2026-03-29 21:47:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eac79719-6553-5dff-996b-224067de16cc with identifier: 7007860auction111116 to the API
2026-03-29 21:47:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007860>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eac79719-6553-5dff-996b-224067de16cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007860',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 103211,
'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': 'HYUNDAI Santa Fe / 2020 / 5P / SUV 1.6 T-GDI 265 PHEV HTRAC '
'CREATIVE AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 T-GDI 265 PHEV HTRAC CREATIVE AUTO',
'vin': None,
'year': 2021}
2026-03-29 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007860auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:51 [ecarstrade.be] INFO: Saving data for 7007860auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624125.064135, 'last_price_update_time': 1774820871.448091}
2026-03-29 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007860auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007861> (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-29 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-29 21:47:52 [ecarstrade.be] INFO: Extracting details for car 7007861auction111116
2026-03-29 21:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b919dff-aaf9-59b1-b66b-14de3c2a177c with identifier: 7007861auction111116
2026-03-29 21:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b919dff-aaf9-59b1-b66b-14de3c2a177c with scrape type 2
2026-03-29 21:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b919dff-aaf9-59b1-b66b-14de3c2a177c with scrape type 2
2026-03-29 21:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b919dff-aaf9-59b1-b66b-14de3c2a177c, identifier: 7007861auction111116
2026-03-29 21:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b919dff-aaf9-59b1-b66b-14de3c2a177c with identifier: 7007861auction111116
2026-03-29 21:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b919dff-aaf9-59b1-b66b-14de3c2a177c with identifier: 7007861auction111116
2026-03-29 21:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b919dff-aaf9-59b1-b66b-14de3c2a177c with identifier: 7007861auction111116 to the API
2026-03-29 21:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:47:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007861>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7b919dff-aaf9-59b1-b66b-14de3c2a177c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007861',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 38410,
'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': 7,
'seller_name': None,
'title': 'HYUNDAI Santa Fe / 2020 / 5P / SUV 1.6 T-GDI 265 PHEV HTRAC '
'EXECUTIVE AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 T-GDI 265 PHEV HTRAC EXECUTIVE AUTO',
'vin': None,
'year': 2021}
2026-03-29 21:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007861auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:53 [ecarstrade.be] INFO: Saving data for 7007861auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624125.385814, 'last_price_update_time': 1774820873.010995}
2026-03-29 21:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007861auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007855> (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-29 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-29 21:47:55 [ecarstrade.be] INFO: Extracting details for car 7007855auction111116
2026-03-29 21:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with identifier: 7007855auction111116
2026-03-29 21:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with scrape type 2
2026-03-29 21:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with scrape type 2
2026-03-29 21:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b, identifier: 7007855auction111116
2026-03-29 21:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with identifier: 7007855auction111116
2026-03-29 21:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with identifier: 7007855auction111116
2026-03-29 21:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with identifier: 7007855auction111116 to the API
2026-03-29 21:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007855>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '58d68b4f-7b2a-5583-b1a6-ef26f2e3011b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007855',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 97294,
'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': 'Kona Intuitive Hybrid 2WD 1.6 T-GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Intuitive Hybrid 2WD 1.6 T-GDI 140CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007855auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:55 [ecarstrade.be] INFO: Saving data for 7007855auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624124.501785, 'last_price_update_time': 1774820875.613862}
2026-03-29 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007855auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007854> (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-29 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-29 21:47:58 [ecarstrade.be] INFO: Extracting details for car 7007854auction111116
2026-03-29 21:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with identifier: 7007854auction111116
2026-03-29 21:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with scrape type 2
2026-03-29 21:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with scrape type 2
2026-03-29 21:47:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8, identifier: 7007854auction111116
2026-03-29 21:47:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with identifier: 7007854auction111116
2026-03-29 21:47:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with identifier: 7007854auction111116
2026-03-29 21:47:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with identifier: 7007854auction111116 to the API
2026-03-29 21:47:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007854>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007854',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 20213,
'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': 'Kona Executive Electrique 2WD 64kWh BVA',
'transmission': 'automatic',
'trim': 'Executive Electrique 2WD 64kWh BVA',
'vin': None,
'year': 2023}
2026-03-29 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007854auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:58 [ecarstrade.be] INFO: Saving data for 7007854auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624124.059143, 'last_price_update_time': 1774820878.776444}
2026-03-29 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007854auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007852> (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-29 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-29 21:47:58 [ecarstrade.be] INFO: Extracting details for car 7007852auction111116
2026-03-29 21:47:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with identifier: 7007852auction111116
2026-03-29 21:47:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with scrape type 2
2026-03-29 21:47:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with scrape type 2
2026-03-29 21:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1, identifier: 7007852auction111116
2026-03-29 21:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with identifier: 7007852auction111116
2026-03-29 21:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with identifier: 7007852auction111116
2026-03-29 21:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with identifier: 7007852auction111116 to the API
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007852>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '63e3a968-ad4e-5dc5-b22a-0b84fd1971c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007852',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 79995,
'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': 'Kona Business Electrique 2WD 64kWh BVA',
'transmission': 'automatic',
'trim': 'Business Electrique 2WD 64kWh BVA',
'vin': None,
'year': 2022}
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007852auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:59 [ecarstrade.be] INFO: Saving data for 7007852auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624249.07358, 'last_price_update_time': 1774820879.263573}
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007852auction111116') HTTP/1.1" 204 0
2026-03-29 21:47:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007833> (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-29 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-29 21:47:59 [ecarstrade.be] INFO: Extracting details for car 7007833auction111116
2026-03-29 21:47:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f378ba70-6f64-5e27-8518-c95100c5f8c2 with identifier: 7007833auction111116
2026-03-29 21:47:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f378ba70-6f64-5e27-8518-c95100c5f8c2 with scrape type 2
2026-03-29 21:47:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f378ba70-6f64-5e27-8518-c95100c5f8c2 with scrape type 2
2026-03-29 21:47:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f378ba70-6f64-5e27-8518-c95100c5f8c2, identifier: 7007833auction111116
2026-03-29 21:47:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f378ba70-6f64-5e27-8518-c95100c5f8c2 with identifier: 7007833auction111116
2026-03-29 21:47:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f378ba70-6f64-5e27-8518-c95100c5f8c2 with identifier: 7007833auction111116
2026-03-29 21:47:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f378ba70-6f64-5e27-8518-c95100c5f8c2 with identifier: 7007833auction111116 to the API
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:47: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-29 21:47:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007833>
{'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': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f378ba70-6f64-5e27-8518-c95100c5f8c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007833',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 82741,
'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 X3 / 2017 / 5P / SUV xDrive30e 292ch xLine BVA8',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV xDrive30e 292ch xLine BVA8',
'vin': None,
'year': 2021}
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007833auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:47:59 [ecarstrade.be] INFO: Saving data for 7007833auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624271.295539, 'last_price_update_time': 1774820879.986218}
2026-03-29 21:47:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007833auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007853> (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-29 21:48:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:01 [ecarstrade.be] INFO: Extracting details for car 7007853auction111116
2026-03-29 21:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with identifier: 7007853auction111116
2026-03-29 21:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with scrape type 2
2026-03-29 21:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with scrape type 2
2026-03-29 21:48:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb, identifier: 7007853auction111116
2026-03-29 21:48:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with identifier: 7007853auction111116
2026-03-29 21:48:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with identifier: 7007853auction111116
2026-03-29 21:48:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with identifier: 7007853auction111116 to the API
2026-03-29 21:48:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:48: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-29 21:48:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007853>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4e5e40ba-cb48-5d08-b92c-34d4614b01cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007853',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 77047,
'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 Kona / 2020 / 5P / SUV 1.6 HYBRID 141 BUSINESS HEV',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 HYBRID 141 BUSINESS HEV',
'vin': None,
'year': 2022}
2026-03-29 21:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007853auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:01 [ecarstrade.be] INFO: Saving data for 7007853auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624128.159375, 'last_price_update_time': 1774820881.553827}
2026-03-29 21:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007853auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007851> (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-29 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-29 21:48:04 [ecarstrade.be] INFO: Extracting details for car 7007851auction111116
2026-03-29 21:48:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with identifier: 7007851auction111116
2026-03-29 21:48:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with scrape type 2
2026-03-29 21:48:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with scrape type 2
2026-03-29 21:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb, identifier: 7007851auction111116
2026-03-29 21:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with identifier: 7007851auction111116
2026-03-29 21:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with identifier: 7007851auction111116
2026-03-29 21:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with identifier: 7007851auction111116 to the API
2026-03-29 21:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:48: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-29 21:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007851>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007851',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Hyundai',
'model': 'IONIQ 5',
'odometer': 60579,
'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': 'Ioniq 5 Creative Electrique 77kWh BVA',
'transmission': 'automatic',
'trim': 'Ioniq 5 Creative Electrique 77kWh BVA',
'vin': None,
'year': 2023}
2026-03-29 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007851auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:05 [ecarstrade.be] INFO: Saving data for 7007851auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624101.865174, 'last_price_update_time': 1774820885.333377}
2026-03-29 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007851auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007857> (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-29 21:48:06 [ecarstrade.be] INFO: Extracting details for car 7007857auction111116
2026-03-29 21:48:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 507e3ccd-b082-548d-91fa-740831880ec2 with identifier: 7007857auction111116
2026-03-29 21:48:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 507e3ccd-b082-548d-91fa-740831880ec2 with scrape type 2
2026-03-29 21:48:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 507e3ccd-b082-548d-91fa-740831880ec2 with scrape type 2
2026-03-29 21:48:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 507e3ccd-b082-548d-91fa-740831880ec2, identifier: 7007857auction111116
2026-03-29 21:48:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 507e3ccd-b082-548d-91fa-740831880ec2 with identifier: 7007857auction111116
2026-03-29 21:48:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 507e3ccd-b082-548d-91fa-740831880ec2 with identifier: 7007857auction111116
2026-03-29 21:48:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 507e3ccd-b082-548d-91fa-740831880ec2 with identifier: 7007857auction111116 to the API
2026-03-29 21:48:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007857>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '507e3ccd-b082-548d-91fa-740831880ec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007857',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 71335,
'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': 'Kona Business Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007857auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:06 [ecarstrade.be] INFO: Saving data for 7007857auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624218.872379, 'last_price_update_time': 1774820886.957984}
2026-03-29 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007857auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007816> (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-29 21:48:06 [scrapy.extensions.logstats] INFO: Crawled 533 pages (at 27 pages/min), scraped 496 items (at 26 items/min)
2026-03-29 21:48:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:48:07 [ecarstrade.be] INFO: Extracting details for car 7007816auction111116
2026-03-29 21:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with identifier: 7007816auction111116
2026-03-29 21:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with scrape type 2
2026-03-29 21:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with scrape type 2
2026-03-29 21:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832, identifier: 7007816auction111116
2026-03-29 21:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with identifier: 7007816auction111116
2026-03-29 21:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with identifier: 7007816auction111116
2026-03-29 21:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with identifier: 7007816auction111116 to the API
2026-03-29 21:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007816>
{'auction_title': '',
'c_o_2_emission_value': 17,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5a3b01d-6a91-5e90-bd8c-eb9f662e3832',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007816',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 75898,
'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': '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-29 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007816auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:07 [ecarstrade.be] INFO: Saving data for 7007816auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624288.07376, 'last_price_update_time': 1774820887.439693}
2026-03-29 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007816auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007832> (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-29 21:48:11 [ecarstrade.be] INFO: Extracting details for car 7007832auction111116
2026-03-29 21:48:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with identifier: 7007832auction111116
2026-03-29 21:48:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with scrape type 2
2026-03-29 21:48:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with scrape type 2
2026-03-29 21:48:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4, identifier: 7007832auction111116
2026-03-29 21:48:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with identifier: 7007832auction111116
2026-03-29 21:48:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with identifier: 7007832auction111116
2026-03-29 21:48:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with identifier: 7007832auction111116 to the API
2026-03-29 21:48:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:48: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-29 21:48:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007832>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2512a7a2-6d0b-54e9-ba4d-f693be6355f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007832',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 85619,
'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': 'CITROEN C5 Aircross / 2018 / 5P / SUV Hybrid 225 ë-EAT8 Shine Pack',
'transmission': 'automatic',
'trim': 'CITROEN / 2018 / 5P / SUV Hybrid 225 ë-EAT8 Shine Pack',
'vin': None,
'year': 2021}
2026-03-29 21:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007832auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:12 [ecarstrade.be] INFO: Saving data for 7007832auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624273.501421, 'last_price_update_time': 1774820892.226966}
2026-03-29 21:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007832auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007823> (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-29 21:48:13 [ecarstrade.be] INFO: Extracting details for car 7007823auction111116
2026-03-29 21:48:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94edcc42-9d02-554b-82e2-b52f4148f035 with identifier: 7007823auction111116
2026-03-29 21:48:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94edcc42-9d02-554b-82e2-b52f4148f035 with scrape type 2
2026-03-29 21:48:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94edcc42-9d02-554b-82e2-b52f4148f035 with scrape type 2
2026-03-29 21:48:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94edcc42-9d02-554b-82e2-b52f4148f035, identifier: 7007823auction111116
2026-03-29 21:48:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94edcc42-9d02-554b-82e2-b52f4148f035 with identifier: 7007823auction111116
2026-03-29 21:48:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94edcc42-9d02-554b-82e2-b52f4148f035 with identifier: 7007823auction111116
2026-03-29 21:48:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94edcc42-9d02-554b-82e2-b52f4148f035 with identifier: 7007823auction111116 to the API
2026-03-29 21:48:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:48: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-29 21:48:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007823>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '94edcc42-9d02-554b-82e2-b52f4148f035',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007823',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 39546,
'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': 'BMW X1 / 2019 / 5P / SUV xDrive25e Business Design BVA6',
'transmission': 'automatic',
'trim': '/ 2019 / 5P / SUV xDrive25e Business Design BVA6',
'vin': None,
'year': 2022}
2026-03-29 21:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007823auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:13 [ecarstrade.be] INFO: Saving data for 7007823auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624102.941099, 'last_price_update_time': 1774820893.363794}
2026-03-29 21:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007823auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007813> (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-29 21:48:22 [ecarstrade.be] INFO: Extracting details for car 7007813auction111116
2026-03-29 21:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with identifier: 7007813auction111116
2026-03-29 21:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with scrape type 2
2026-03-29 21:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with scrape type 2
2026-03-29 21:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 443b462c-7b5e-5fc8-91d2-96a7a327fb92, identifier: 7007813auction111116
2026-03-29 21:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with identifier: 7007813auction111116
2026-03-29 21:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with identifier: 7007813auction111116
2026-03-29 21:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with identifier: 7007813auction111116 to the API
2026-03-29 21:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007813>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '443b462c-7b5e-5fc8-91d2-96a7a327fb92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007813',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '320',
'odometer': 97425,
'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 Série 3 Berline / 2022 / 4P / Berline 320e 204ch Business '
'Design BVA8 Hybride',
'transmission': 'automatic',
'trim': 'Série 3 Berline / 2022 / 4P / Berline e 204ch Business Design BVA8 '
'Hybride',
'vin': None,
'year': 2023}
2026-03-29 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007813auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:23 [ecarstrade.be] INFO: Saving data for 7007813auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624289.752607, 'last_price_update_time': 1774820903.115368}
2026-03-29 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007813auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007828> (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-29 21:48:23 [ecarstrade.be] INFO: Extracting details for car 7007828auction111116
2026-03-29 21:48:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with identifier: 7007828auction111116
2026-03-29 21:48:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with scrape type 2
2026-03-29 21:48:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with scrape type 2
2026-03-29 21:48:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbda25d8-05d6-5826-be5c-9d0a91c4bef9, identifier: 7007828auction111116
2026-03-29 21:48:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with identifier: 7007828auction111116
2026-03-29 21:48:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with identifier: 7007828auction111116
2026-03-29 21:48:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with identifier: 7007828auction111116 to the API
2026-03-29 21:48:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007828>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dbda25d8-05d6-5826-be5c-9d0a91c4bef9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007828',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X2',
'odometer': 77969,
'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 X2 / 2017 / 5P / SUV xDrive25e Business Design BVA6',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV xDrive25e Business Design BVA6',
'vin': None,
'year': 2022}
2026-03-29 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007828auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:23 [ecarstrade.be] INFO: Saving data for 7007828auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624273.810778, 'last_price_update_time': 1774820903.938401}
2026-03-29 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007828auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:26 [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-29 21:48:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007879auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007879auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007879auction111116: 2
2026-03-29 21:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007880auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007880auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007880auction111116: 2
2026-03-29 21:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007884auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007884auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007884auction111116: 2
2026-03-29 21:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007885auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007885auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007885auction111116: 2
2026-03-29 21:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007887auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007887auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007887auction111116: 2
2026-03-29 21:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007888auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007888auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007888auction111116: 2
2026-03-29 21:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007890auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007890auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007890auction111116: 2
2026-03-29 21:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007892auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007892auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007892auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007893auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007893auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007893auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007894auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007894auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007894auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007895auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007895auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007895auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007896auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007896auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007896auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007898auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007898auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007898auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007899auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007899auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007899auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007900auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007900auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007900auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007901auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007901auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007901auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007902auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007902auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007902auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007903auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007903auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007903auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007906auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007906auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007906auction111116: 2
2026-03-29 21:48:26 [ecarstrade.be] INFO: Found listing with ID: 7007908auction111116
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007908auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:26 [ecarstrade.be] INFO: Scrape type for 7007908auction111116: 2
2026-03-29 21:48:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007812> (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-29 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-29 21:48:29 [ecarstrade.be] INFO: Extracting details for car 7007812auction111116
2026-03-29 21:48:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with identifier: 7007812auction111116
2026-03-29 21:48:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with scrape type 2
2026-03-29 21:48:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with scrape type 2
2026-03-29 21:48:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8, identifier: 7007812auction111116
2026-03-29 21:48:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with identifier: 7007812auction111116
2026-03-29 21:48:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with identifier: 7007812auction111116
2026-03-29 21:48:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with identifier: 7007812auction111116 to the API
2026-03-29 21:48:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:48: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-29 21:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007812>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007812',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 67368,
'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': 'BMW Serie 2 Active Tourer / 2018 / 5P / monospace 225xe Business '
'Design Auto',
'transmission': 'automatic',
'trim': 'BMW Serie 2 Active Tourer / 2018 / 5P / monospace 225xe Business '
'Design Auto',
'vin': None,
'year': 2021}
2026-03-29 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007812auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:30 [ecarstrade.be] INFO: Saving data for 7007812auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624286.992298, 'last_price_update_time': 1774820910.361543}
2026-03-29 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007812auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007880> (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-29 21:48:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:32 [ecarstrade.be] INFO: Extracting details for car 7007880auction111116
2026-03-29 21:48:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with identifier: 7007880auction111116
2026-03-29 21:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with scrape type 2
2026-03-29 21:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with scrape type 2
2026-03-29 21:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ea9e9a8-6f25-5031-91f9-216c72b42e36, identifier: 7007880auction111116
2026-03-29 21:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with identifier: 7007880auction111116
2026-03-29 21:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with identifier: 7007880auction111116
2026-03-29 21:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with identifier: 7007880auction111116 to the API
2026-03-29 21:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007880>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0ea9e9a8-6f25-5031-91f9-216c72b42e36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007880',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Niro',
'odometer': 121044,
'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': 'Niro Active 1.6 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Active 1.6 140CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007880auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:33 [ecarstrade.be] INFO: Saving data for 7007880auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624150.517314, 'last_price_update_time': 1774820913.121569}
2026-03-29 21:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007880auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007879> (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-29 21:48:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:40 [ecarstrade.be] INFO: Extracting details for car 7007879auction111116
2026-03-29 21:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aec0713f-ea3d-52c0-92b5-0e39e587a014 with identifier: 7007879auction111116
2026-03-29 21:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aec0713f-ea3d-52c0-92b5-0e39e587a014 with scrape type 2
2026-03-29 21:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aec0713f-ea3d-52c0-92b5-0e39e587a014 with scrape type 2
2026-03-29 21:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aec0713f-ea3d-52c0-92b5-0e39e587a014, identifier: 7007879auction111116
2026-03-29 21:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aec0713f-ea3d-52c0-92b5-0e39e587a014 with identifier: 7007879auction111116
2026-03-29 21:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aec0713f-ea3d-52c0-92b5-0e39e587a014 with identifier: 7007879auction111116
2026-03-29 21:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aec0713f-ea3d-52c0-92b5-0e39e587a014 with identifier: 7007879auction111116 to the API
2026-03-29 21:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:48: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-29 21:48:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007879>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'aec0713f-ea3d-52c0-92b5-0e39e587a014',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007879',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'Niro',
'odometer': 96661,
'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': 'Niro e-Niro Design 64kWh BVA',
'transmission': 'automatic',
'trim': 'e- Design 64kWh BVA',
'vin': None,
'year': 2021}
2026-03-29 21:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007879auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:41 [ecarstrade.be] INFO: Saving data for 7007879auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624115.34484, 'last_price_update_time': 1774820921.627426}
2026-03-29 21:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007879auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007884> (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-29 21:48:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:43 [ecarstrade.be] INFO: Extracting details for car 7007884auction111116
2026-03-29 21:48:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a8d880f-76a9-5eb5-b531-357e598a32b8 with identifier: 7007884auction111116
2026-03-29 21:48:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a8d880f-76a9-5eb5-b531-357e598a32b8 with scrape type 2
2026-03-29 21:48:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a8d880f-76a9-5eb5-b531-357e598a32b8 with scrape type 2
2026-03-29 21:48:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a8d880f-76a9-5eb5-b531-357e598a32b8, identifier: 7007884auction111116
2026-03-29 21:48:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a8d880f-76a9-5eb5-b531-357e598a32b8 with identifier: 7007884auction111116
2026-03-29 21:48:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a8d880f-76a9-5eb5-b531-357e598a32b8 with identifier: 7007884auction111116
2026-03-29 21:48:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a8d880f-76a9-5eb5-b531-357e598a32b8 with identifier: 7007884auction111116 to the API
2026-03-29 21:48:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:48: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-29 21:48:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007884>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7a8d880f-76a9-5eb5-b531-357e598a32b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007884',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 100013,
'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': 'KIA Sportage / 2021 / 5P / SUV 1.6 T-GDI 265 PHEV AUTO 4WD GT-LINE '
'PREM',
'transmission': 'automatic',
'trim': 'KIA / 2021 / 5P / SUV 1.6 T-GDI 265 PHEV AUTO 4WD GT-LINE PREM',
'vin': None,
'year': 2022}
2026-03-29 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007884auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:45 [ecarstrade.be] INFO: Saving data for 7007884auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624151.005609, 'last_price_update_time': 1774820925.11985}
2026-03-29 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007884auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007890> (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-29 21:48:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007887> (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-29 21:48:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:46 [ecarstrade.be] INFO: Extracting details for car 7007890auction111116
2026-03-29 21:48:46 [ecarstrade.be] INFO: Extracting details for car 7007887auction111116
2026-03-29 21:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91513d8e-de63-51e0-9b44-b9bf184f1394 with identifier: 7007890auction111116
2026-03-29 21:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91513d8e-de63-51e0-9b44-b9bf184f1394 with scrape type 2
2026-03-29 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91513d8e-de63-51e0-9b44-b9bf184f1394 with scrape type 2
2026-03-29 21:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91513d8e-de63-51e0-9b44-b9bf184f1394, identifier: 7007890auction111116
2026-03-29 21:48:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b28aa88-b9e4-5325-bf26-cf3a701af758 with identifier: 7007887auction111116
2026-03-29 21:48:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b28aa88-b9e4-5325-bf26-cf3a701af758 with scrape type 2
2026-03-29 21:48:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b28aa88-b9e4-5325-bf26-cf3a701af758 with scrape type 2
2026-03-29 21:48:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b28aa88-b9e4-5325-bf26-cf3a701af758, identifier: 7007887auction111116
2026-03-29 21:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91513d8e-de63-51e0-9b44-b9bf184f1394 with identifier: 7007890auction111116
2026-03-29 21:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91513d8e-de63-51e0-9b44-b9bf184f1394 with identifier: 7007890auction111116
2026-03-29 21:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91513d8e-de63-51e0-9b44-b9bf184f1394 with identifier: 7007890auction111116 to the API
2026-03-29 21:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007890>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '91513d8e-de63-51e0-9b44-b9bf184f1394',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007890',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 44871,
'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': 'LAND ROVER Range Rover Evoque / 2018 / 5P / SUV 1.5 P300e PHEV BVA '
'4WD R-Dynamic S',
'transmission': 'automatic',
'trim': 'LAND ROVER / 2018 / 5P / SUV 1.5 P300e PHEV BVA 4WD R-Dynamic S',
'vin': None,
'year': 2023}
2026-03-29 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007890auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:46 [ecarstrade.be] INFO: Saving data for 7007890auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624271.75687, 'last_price_update_time': 1774820926.775793}
2026-03-29 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007890auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b28aa88-b9e4-5325-bf26-cf3a701af758 with identifier: 7007887auction111116
2026-03-29 21:48:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b28aa88-b9e4-5325-bf26-cf3a701af758 with identifier: 7007887auction111116
2026-03-29 21:48:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b28aa88-b9e4-5325-bf26-cf3a701af758 with identifier: 7007887auction111116 to the API
2026-03-29 21:48:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007887>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3b28aa88-b9e4-5325-bf26-cf3a701af758',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007887',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 40514,
'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': 'Sportage Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007887auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:47 [ecarstrade.be] INFO: Saving data for 7007887auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624149.819562, 'last_price_update_time': 1774820927.081619}
2026-03-29 21:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007887auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007893> (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-29 21:48:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:49 [ecarstrade.be] INFO: Extracting details for car 7007893auction111116
2026-03-29 21:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1217208-6414-5758-ba96-7969ef00ee12 with identifier: 7007893auction111116
2026-03-29 21:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1217208-6414-5758-ba96-7969ef00ee12 with scrape type 2
2026-03-29 21:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1217208-6414-5758-ba96-7969ef00ee12 with scrape type 2
2026-03-29 21:48:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1217208-6414-5758-ba96-7969ef00ee12, identifier: 7007893auction111116
2026-03-29 21:48:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1217208-6414-5758-ba96-7969ef00ee12 with identifier: 7007893auction111116
2026-03-29 21:48:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1217208-6414-5758-ba96-7969ef00ee12 with identifier: 7007893auction111116
2026-03-29 21:48:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1217208-6414-5758-ba96-7969ef00ee12 with identifier: 7007893auction111116 to the API
2026-03-29 21:48:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007893>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f1217208-6414-5758-ba96-7969ef00ee12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007893',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 36707,
'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': 'LAND ROVER Discovery Sport / 2019 / 5P / SUV 1.5 P300e PHEV AUTO '
'4WD R-Dynamic SE',
'transmission': 'automatic',
'trim': 'LAND ROVER / 2019 / 5P / SUV 1.5 P300e PHEV AUTO 4WD R-Dynamic SE',
'vin': None,
'year': 2023}
2026-03-29 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007893auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:51 [ecarstrade.be] INFO: Saving data for 7007893auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624270.544835, 'last_price_update_time': 1774820931.124784}
2026-03-29 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007893auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007888> (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-29 21:48:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007885> (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-29 21:48:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:52 [ecarstrade.be] INFO: Extracting details for car 7007888auction111116
2026-03-29 21:48:52 [ecarstrade.be] INFO: Extracting details for car 7007885auction111116
2026-03-29 21:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dde6ba5-9634-5c9d-b46b-a453314975e6 with identifier: 7007888auction111116
2026-03-29 21:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dde6ba5-9634-5c9d-b46b-a453314975e6 with scrape type 2
2026-03-29 21:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dde6ba5-9634-5c9d-b46b-a453314975e6 with scrape type 2
2026-03-29 21:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dde6ba5-9634-5c9d-b46b-a453314975e6, identifier: 7007888auction111116
2026-03-29 21:48:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with identifier: 7007885auction111116
2026-03-29 21:48:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with scrape type 2
2026-03-29 21:48:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with scrape type 2
2026-03-29 21:48:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17, identifier: 7007885auction111116
2026-03-29 21:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dde6ba5-9634-5c9d-b46b-a453314975e6 with identifier: 7007888auction111116
2026-03-29 21:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dde6ba5-9634-5c9d-b46b-a453314975e6 with identifier: 7007888auction111116
2026-03-29 21:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dde6ba5-9634-5c9d-b46b-a453314975e6 with identifier: 7007888auction111116 to the API
2026-03-29 21:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007888>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1dde6ba5-9634-5c9d-b46b-a453314975e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007888',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 122704,
'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': None,
'seller_name': None,
'title': 'Sportage Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007888auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:52 [ecarstrade.be] INFO: Saving data for 7007888auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624148.311058, 'last_price_update_time': 1774820932.63521}
2026-03-29 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007888auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with identifier: 7007885auction111116
2026-03-29 21:48:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with identifier: 7007885auction111116
2026-03-29 21:48:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with identifier: 7007885auction111116 to the API
2026-03-29 21:48:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:48:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007885>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '350ffbb5-0af6-5c31-817a-4f7e54cf7e17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007885',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 91008,
'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': 'KIA Sportage 2021 5P SUV 1.6 TGDI 265 PHEV AUTO 4WD GTLINE PREM',
'transmission': 'automatic',
'trim': 'KIA 2021 5P SUV 1.6 TGDI 265 PHEV AUTO 4WD GTLINE PREM',
'vin': None,
'year': 2023}
2026-03-29 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007885auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:52 [ecarstrade.be] INFO: Saving data for 7007885auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624166.104517, 'last_price_update_time': 1774820932.908248}
2026-03-29 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007885auction111116') HTTP/1.1" 204 0
2026-03-29 21:48:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007898> (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-29 21:48:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:48:58 [ecarstrade.be] INFO: Extracting details for car 7007898auction111116
2026-03-29 21:48:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9e4e598-f261-5f02-bdc0-5e32719b45c0 with identifier: 7007898auction111116
2026-03-29 21:48:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9e4e598-f261-5f02-bdc0-5e32719b45c0 with scrape type 2
2026-03-29 21:48:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9e4e598-f261-5f02-bdc0-5e32719b45c0 with scrape type 2
2026-03-29 21:48:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9e4e598-f261-5f02-bdc0-5e32719b45c0, identifier: 7007898auction111116
2026-03-29 21:48:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9e4e598-f261-5f02-bdc0-5e32719b45c0 with identifier: 7007898auction111116
2026-03-29 21:48:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9e4e598-f261-5f02-bdc0-5e32719b45c0 with identifier: 7007898auction111116
2026-03-29 21:48:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9e4e598-f261-5f02-bdc0-5e32719b45c0 with identifier: 7007898auction111116 to the API
2026-03-29 21:48:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:48: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-29 21:48:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007898>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e9e4e598-f261-5f02-bdc0-5e32719b45c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007898',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 78040,
'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': 'MAZDA CX-30 / 2019 / 5P / Crossover 2.0L e-Skyactiv X M Hybrd '
'Exclusive BVA6',
'transmission': 'automatic',
'trim': 'MAZDA / 2019 / 5P / Crossover 2.0L e-Skyactiv X M Hybrd Exclusive '
'BVA6',
'vin': None,
'year': 2022}
2026-03-29 21:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007898auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:48:58 [ecarstrade.be] INFO: Saving data for 7007898auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624272.719063, 'last_price_update_time': 1774820938.658411}
2026-03-29 21:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:48:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007898auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:00 [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-29 21:49:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007914auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007914auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007914auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007917auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007917auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007917auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007919auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007919auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007919auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007920auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007920auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007920auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007921auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007921auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007921auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007922auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007922auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007922auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007924auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007924auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007924auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007926auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007926auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007926auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007928auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007928auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007928auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007929auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007929auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007929auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007932auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007932auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007932auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007933auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007933auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007933auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007936auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007936auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007936auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007937auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007937auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007937auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007938auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007938auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007938auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007939auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007939auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007939auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007940auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007940auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007940auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007941auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007941auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007941auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007942auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007942auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007942auction111116: 2
2026-03-29 21:49:00 [ecarstrade.be] INFO: Found listing with ID: 7007943auction111116
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007943auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:00 [ecarstrade.be] INFO: Scrape type for 7007943auction111116: 2
2026-03-29 21:49:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007894> (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-29 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-29 21:49:01 [ecarstrade.be] INFO: Extracting details for car 7007894auction111116
2026-03-29 21:49:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 257b0cac-bac6-52ad-bc89-6526f5eececb with identifier: 7007894auction111116
2026-03-29 21:49:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 257b0cac-bac6-52ad-bc89-6526f5eececb with scrape type 2
2026-03-29 21:49:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 257b0cac-bac6-52ad-bc89-6526f5eececb with scrape type 2
2026-03-29 21:49:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 257b0cac-bac6-52ad-bc89-6526f5eececb, identifier: 7007894auction111116
2026-03-29 21:49:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 257b0cac-bac6-52ad-bc89-6526f5eececb with identifier: 7007894auction111116
2026-03-29 21:49:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 257b0cac-bac6-52ad-bc89-6526f5eececb with identifier: 7007894auction111116
2026-03-29 21:49:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 257b0cac-bac6-52ad-bc89-6526f5eececb with identifier: 7007894auction111116 to the API
2026-03-29 21:49:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007894>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '257b0cac-bac6-52ad-bc89-6526f5eececb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007894',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'MG',
'model': 'EHS',
'odometer': 102576,
'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': 'MG EHS / 2021 / 5P / SUV 1.5T GDI PHEV Luxury Auto',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV 1.5T GDI PHEV Luxury Auto',
'vin': None,
'year': 2023}
2026-03-29 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007894auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:01 [ecarstrade.be] INFO: Saving data for 7007894auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624288.702605, 'last_price_update_time': 1774820941.640037}
2026-03-29 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007894auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007892> (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-29 21:49:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:02 [ecarstrade.be] INFO: Extracting details for car 7007892auction111116
2026-03-29 21:49:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ae12ede-7077-5512-8cc7-b837da883cae with identifier: 7007892auction111116
2026-03-29 21:49:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ae12ede-7077-5512-8cc7-b837da883cae with scrape type 2
2026-03-29 21:49:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ae12ede-7077-5512-8cc7-b837da883cae with scrape type 2
2026-03-29 21:49:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ae12ede-7077-5512-8cc7-b837da883cae, identifier: 7007892auction111116
2026-03-29 21:49:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ae12ede-7077-5512-8cc7-b837da883cae with identifier: 7007892auction111116
2026-03-29 21:49:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ae12ede-7077-5512-8cc7-b837da883cae with identifier: 7007892auction111116
2026-03-29 21:49:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ae12ede-7077-5512-8cc7-b837da883cae with identifier: 7007892auction111116 to the API
2026-03-29 21:49:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007892>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1ae12ede-7077-5512-8cc7-b837da883cae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007892',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 50847,
'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': 'KIA XCeed / 2019 / 5P / Crossover 1.6 GDI ISG ISG PHEV PREMIUM DCT6',
'transmission': 'automatic',
'trim': 'KIA / 2019 / 5P / Crossover 1.6 GDI ISG ISG PHEV PREMIUM DCT6',
'vin': None,
'year': 2022}
2026-03-29 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007892auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:02 [ecarstrade.be] INFO: Saving data for 7007892auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624147.766971, 'last_price_update_time': 1774820942.949507}
2026-03-29 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007892auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007895> (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-29 21:49:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:05 [ecarstrade.be] INFO: Extracting details for car 7007895auction111116
2026-03-29 21:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with identifier: 7007895auction111116
2026-03-29 21:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with scrape type 2
2026-03-29 21:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with scrape type 2
2026-03-29 21:49:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704, identifier: 7007895auction111116
2026-03-29 21:49:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with identifier: 7007895auction111116
2026-03-29 21:49:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with identifier: 7007895auction111116
2026-03-29 21:49:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with identifier: 7007895auction111116 to the API
2026-03-29 21:49:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007895>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3a0cced7-ebf0-5bb8-9644-cdc0e09ee704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007895',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'MG',
'model': 'EHS',
'odometer': 45284,
'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': 'MG EHS / 2021 / 5P / SUV 1.5T GDI PHEV Luxe Auto',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV 1.5T GDI PHEV Luxe Auto',
'vin': None,
'year': 2021}
2026-03-29 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007895auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:06 [ecarstrade.be] INFO: Saving data for 7007895auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624274.338513, 'last_price_update_time': 1774820946.345166}
2026-03-29 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007895auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:06 [scrapy.extensions.logstats] INFO: Crawled 552 pages (at 19 pages/min), scraped 514 items (at 18 items/min)
2026-03-29 21:49:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007901> (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-29 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-29 21:49:10 [ecarstrade.be] INFO: Extracting details for car 7007901auction111116
2026-03-29 21:49:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007896> (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-29 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-29 21:49:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7eddfbf-84d7-53f9-a705-c36b7377af25 with identifier: 7007901auction111116
2026-03-29 21:49:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7eddfbf-84d7-53f9-a705-c36b7377af25 with scrape type 2
2026-03-29 21:49:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7eddfbf-84d7-53f9-a705-c36b7377af25 with scrape type 2
2026-03-29 21:49:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7eddfbf-84d7-53f9-a705-c36b7377af25, identifier: 7007901auction111116
2026-03-29 21:49:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7eddfbf-84d7-53f9-a705-c36b7377af25 with identifier: 7007901auction111116
2026-03-29 21:49:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7eddfbf-84d7-53f9-a705-c36b7377af25 with identifier: 7007901auction111116
2026-03-29 21:49:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7eddfbf-84d7-53f9-a705-c36b7377af25 with identifier: 7007901auction111116 to the API
2026-03-29 21:49:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007901>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e7eddfbf-84d7-53f9-a705-c36b7377af25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007901',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 33085,
'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': 'MERCEDESBENZ Classe A Compact 2018 5P Berline A 250 e Business '
'Line 8GDCT',
'transmission': 'automatic',
'trim': 'MERCEDESBENZ Classe A Compact 2018 5P Berline A 250 e Business '
'Line 8GDCT',
'vin': None,
'year': 2021}
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007901auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:11 [ecarstrade.be] INFO: Saving data for 7007901auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624146.165581, 'last_price_update_time': 1774820951.068582}
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007901auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:11 [ecarstrade.be] INFO: Extracting details for car 7007896auction111116
2026-03-29 21:49:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with identifier: 7007896auction111116
2026-03-29 21:49:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with scrape type 2
2026-03-29 21:49:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with scrape type 2
2026-03-29 21:49:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6, identifier: 7007896auction111116
2026-03-29 21:49:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with identifier: 7007896auction111116
2026-03-29 21:49:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with identifier: 7007896auction111116
2026-03-29 21:49:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with identifier: 7007896auction111116 to the API
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007896>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '74e363f2-0f7c-5fbe-8f04-7252ab5180b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007896',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'MG',
'model': 'Marvel R',
'odometer': 39747,
'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': 'MG Marvel R / 2021 / 5P / SUV Luxury 70kWh',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV Luxury 70kWh',
'vin': None,
'year': 2023}
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007896auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:11 [ecarstrade.be] INFO: Saving data for 7007896auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624149.258951, 'last_price_update_time': 1774820951.45713}
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007896auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007902> (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-29 21:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:17 [ecarstrade.be] INFO: Extracting details for car 7007902auction111116
2026-03-29 21:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d4c459e-5857-5805-bbca-2965584c363c with identifier: 7007902auction111116
2026-03-29 21:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d4c459e-5857-5805-bbca-2965584c363c with scrape type 2
2026-03-29 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d4c459e-5857-5805-bbca-2965584c363c with scrape type 2
2026-03-29 21:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d4c459e-5857-5805-bbca-2965584c363c, identifier: 7007902auction111116
2026-03-29 21:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d4c459e-5857-5805-bbca-2965584c363c with identifier: 7007902auction111116
2026-03-29 21:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d4c459e-5857-5805-bbca-2965584c363c with identifier: 7007902auction111116
2026-03-29 21:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d4c459e-5857-5805-bbca-2965584c363c with identifier: 7007902auction111116 to the API
2026-03-29 21:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007902>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1d4c459e-5857-5805-bbca-2965584c363c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007902',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 90718,
'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': 'MERCEDES-BENZ CLA Shooting Brake / 2019 / 5P / Break CLA 180 '
'Business Line BA7',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ / 2019 / 5P / Break CLA 180 Business Line BA7',
'vin': None,
'year': 2023}
2026-03-29 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007902auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:17 [ecarstrade.be] INFO: Saving data for 7007902auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624268.348401, 'last_price_update_time': 1774820957.760229}
2026-03-29 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007902auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007903> (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-29 21:49:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:17 [ecarstrade.be] INFO: Extracting details for car 7007903auction111116
2026-03-29 21:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcfd5ea1-7129-5609-8c96-485d2f5a9107 with identifier: 7007903auction111116
2026-03-29 21:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcfd5ea1-7129-5609-8c96-485d2f5a9107 with scrape type 2
2026-03-29 21:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcfd5ea1-7129-5609-8c96-485d2f5a9107 with scrape type 2
2026-03-29 21:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcfd5ea1-7129-5609-8c96-485d2f5a9107, identifier: 7007903auction111116
2026-03-29 21:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcfd5ea1-7129-5609-8c96-485d2f5a9107 with identifier: 7007903auction111116
2026-03-29 21:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcfd5ea1-7129-5609-8c96-485d2f5a9107 with identifier: 7007903auction111116
2026-03-29 21:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcfd5ea1-7129-5609-8c96-485d2f5a9107 with identifier: 7007903auction111116 to the API
2026-03-29 21:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007903>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'bcfd5ea1-7129-5609-8c96-485d2f5a9107',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007903',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 50367,
'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': 'MERCEDES-BENZ EQA / 2021 / 5P / SUV EQA 250+ AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ / 2021 / 5P / SUV 250+ AMG Line',
'vin': None,
'year': 2023}
2026-03-29 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007903auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:18 [ecarstrade.be] INFO: Saving data for 7007903auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624220.596973, 'last_price_update_time': 1774820958.294816}
2026-03-29 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007903auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007914> (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-29 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-29 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007908> (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-29 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-29 21:49:18 [ecarstrade.be] INFO: Extracting details for car 7007914auction111116
2026-03-29 21:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec711f06-fca6-5353-9125-488ec27936ff with identifier: 7007914auction111116
2026-03-29 21:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec711f06-fca6-5353-9125-488ec27936ff with scrape type 2
2026-03-29 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec711f06-fca6-5353-9125-488ec27936ff with scrape type 2
2026-03-29 21:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec711f06-fca6-5353-9125-488ec27936ff, identifier: 7007914auction111116
2026-03-29 21:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec711f06-fca6-5353-9125-488ec27936ff with identifier: 7007914auction111116
2026-03-29 21:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec711f06-fca6-5353-9125-488ec27936ff with identifier: 7007914auction111116
2026-03-29 21:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec711f06-fca6-5353-9125-488ec27936ff with identifier: 7007914auction111116 to the API
2026-03-29 21:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007914>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ec711f06-fca6-5353-9125-488ec27936ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007914',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 45637,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 4,
'seller_name': None,
'title': 'MINI Mini / 2021 / 3P / Berline Cooper SE Finition MINI Yours 184 '
'ch BVA',
'transmission': 'automatic',
'trim': 'MINI / 2021 / 3P / Berline Finition MINI Yours 184 ch BVA',
'vin': None,
'year': 2021}
2026-03-29 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007914auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:18 [ecarstrade.be] INFO: Saving data for 7007914auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624145.009154, 'last_price_update_time': 1774820958.793557}
2026-03-29 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007914auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:18 [ecarstrade.be] INFO: Extracting details for car 7007908auction111116
2026-03-29 21:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007899> (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-29 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-29 21:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with identifier: 7007908auction111116
2026-03-29 21:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with scrape type 2
2026-03-29 21:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with scrape type 2
2026-03-29 21:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6, identifier: 7007908auction111116
2026-03-29 21:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with identifier: 7007908auction111116
2026-03-29 21:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with identifier: 7007908auction111116
2026-03-29 21:49:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with identifier: 7007908auction111116 to the API
2026-03-29 21:49:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007908>
{'auction_title': '',
'c_o_2_emission_value': 11,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007908',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 38929,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC / 2022 / 5P / SUV GLC 300 de Business Line 4MATIC',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC / 2022 / 5P / SUV de Business Line 4MATIC',
'vin': None,
'year': 2024}
2026-03-29 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007908auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:20 [ecarstrade.be] INFO: Saving data for 7007908auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624144.370786, 'last_price_update_time': 1774820960.800665}
2026-03-29 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007908auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:20 [ecarstrade.be] INFO: Extracting details for car 7007899auction111116
2026-03-29 21:49:20 [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-29 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-29 21:49:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007906> (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-29 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-29 21:49:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 266ce6f4-d37e-59ef-a73c-923fe08ff89b with identifier: 7007899auction111116
2026-03-29 21:49:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 266ce6f4-d37e-59ef-a73c-923fe08ff89b with scrape type 2
2026-03-29 21:49:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 266ce6f4-d37e-59ef-a73c-923fe08ff89b with scrape type 2
2026-03-29 21:49:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 266ce6f4-d37e-59ef-a73c-923fe08ff89b, identifier: 7007899auction111116
2026-03-29 21:49:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 266ce6f4-d37e-59ef-a73c-923fe08ff89b with identifier: 7007899auction111116
2026-03-29 21:49:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 266ce6f4-d37e-59ef-a73c-923fe08ff89b with identifier: 7007899auction111116
2026-03-29 21:49:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 266ce6f4-d37e-59ef-a73c-923fe08ff89b with identifier: 7007899auction111116 to the API
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007899>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '266ce6f4-d37e-59ef-a73c-923fe08ff89b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007899',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 97992,
'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': 'MERCEDES-BENZ CLA Coupe / 2019 / 4P / Coupé CLA 250 e AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA Coupe / 2019 / 4P / Coupé e AMG Line',
'vin': None,
'year': 2021}
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007899auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Saving data for 7007899auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624146.60569, 'last_price_update_time': 1774820961.215578}
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007899auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:21 [ecarstrade.be] INFO: Extracting details for car 7007906auction111116
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:49:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c68b52f-da2a-51b6-afef-18853dcd89cb with identifier: 7007906auction111116
2026-03-29 21:49:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c68b52f-da2a-51b6-afef-18853dcd89cb with scrape type 2
2026-03-29 21:49:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c68b52f-da2a-51b6-afef-18853dcd89cb with scrape type 2
2026-03-29 21:49:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c68b52f-da2a-51b6-afef-18853dcd89cb, identifier: 7007906auction111116
2026-03-29 21:49:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c68b52f-da2a-51b6-afef-18853dcd89cb with identifier: 7007906auction111116
2026-03-29 21:49:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c68b52f-da2a-51b6-afef-18853dcd89cb with identifier: 7007906auction111116
2026-03-29 21:49:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c68b52f-da2a-51b6-afef-18853dcd89cb with identifier: 7007906auction111116 to the API
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007906>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '1c68b52f-da2a-51b6-afef-18853dcd89cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007906',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 55937,
'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 GLA / 2020 / 5P / SUV 1.3 GLA 250 e AMG LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 1.3 e AMG LINE DCT',
'vin': None,
'year': 2022}
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007906auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Saving data for 7007906auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624219.979852, 'last_price_update_time': 1774820961.620501}
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007906auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007944auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007944auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007944auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007945auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007945auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007945auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007946auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007946auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007946auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007947auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007947auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007947auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007948auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007948auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007948auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007949auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007949auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007949auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007950auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007950auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007950auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007952auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007952auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007952auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007953auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007953auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007953auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007954auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007954auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007954auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007955auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007955auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007955auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007956auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007956auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007956auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007957auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007957auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007957auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007961auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007961auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007961auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007963auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007963auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007963auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007964auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007964auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007964auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007966auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007966auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007966auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007968auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007968auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007968auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007972auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007972auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:21 [ecarstrade.be] INFO: Scrape type for 7007972auction111116: 2
2026-03-29 21:49:21 [ecarstrade.be] INFO: Found listing with ID: 7007974auction111116
2026-03-29 21:49:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007974auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:22 [ecarstrade.be] INFO: Scrape type for 7007974auction111116: 2
2026-03-29 21:49:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007941> (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-29 21:49:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:31 [ecarstrade.be] INFO: Extracting details for car 7007941auction111116
2026-03-29 21:49:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cce06c04-4e25-56d1-bbb0-850f98523f01 with identifier: 7007941auction111116
2026-03-29 21:49:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cce06c04-4e25-56d1-bbb0-850f98523f01 with scrape type 2
2026-03-29 21:49:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cce06c04-4e25-56d1-bbb0-850f98523f01 with scrape type 2
2026-03-29 21:49:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cce06c04-4e25-56d1-bbb0-850f98523f01, identifier: 7007941auction111116
2026-03-29 21:49:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cce06c04-4e25-56d1-bbb0-850f98523f01 with identifier: 7007941auction111116
2026-03-29 21:49:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cce06c04-4e25-56d1-bbb0-850f98523f01 with identifier: 7007941auction111116
2026-03-29 21:49:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cce06c04-4e25-56d1-bbb0-850f98523f01 with identifier: 7007941auction111116 to the API
2026-03-29 21:49:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007941>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cce06c04-4e25-56d1-bbb0-850f98523f01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007941',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 126705,
'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': 'Arkana Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007941auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:31 [ecarstrade.be] INFO: Saving data for 7007941auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624165.139095, 'last_price_update_time': 1774820971.965694}
2026-03-29 21:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007941auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007920> (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-29 21:49:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:35 [ecarstrade.be] INFO: Extracting details for car 7007920auction111116
2026-03-29 21:49:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with identifier: 7007920auction111116
2026-03-29 21:49:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with scrape type 2
2026-03-29 21:49:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with scrape type 2
2026-03-29 21:49:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f45d51d-a8a6-50dd-86ab-5186df4042e2, identifier: 7007920auction111116
2026-03-29 21:49:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with identifier: 7007920auction111116
2026-03-29 21:49:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with identifier: 7007920auction111116
2026-03-29 21:49:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with identifier: 7007920auction111116 to the API
2026-03-29 21:49:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007920>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7f45d51d-a8a6-50dd-86ab-5186df4042e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007920',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 45002,
'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': 'NISSAN Qashqai / 2021 / 5P / Crossover e-Power 190 Tekna BVA',
'transmission': 'automatic',
'trim': 'NISSAN / 2021 / 5P / Crossover e-Power 190 Tekna BVA',
'vin': None,
'year': 2024}
2026-03-29 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007920auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:35 [ecarstrade.be] INFO: Saving data for 7007920auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624177.227899, 'last_price_update_time': 1774820975.41924}
2026-03-29 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007920auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007942> (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-29 21:49:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:38 [ecarstrade.be] INFO: Extracting details for car 7007942auction111116
2026-03-29 21:49:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f94cd20-9c5e-5210-b314-256fd25a67f8 with identifier: 7007942auction111116
2026-03-29 21:49:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f94cd20-9c5e-5210-b314-256fd25a67f8 with scrape type 2
2026-03-29 21:49:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f94cd20-9c5e-5210-b314-256fd25a67f8 with scrape type 2
2026-03-29 21:49:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f94cd20-9c5e-5210-b314-256fd25a67f8, identifier: 7007942auction111116
2026-03-29 21:49:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f94cd20-9c5e-5210-b314-256fd25a67f8 with identifier: 7007942auction111116
2026-03-29 21:49:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f94cd20-9c5e-5210-b314-256fd25a67f8 with identifier: 7007942auction111116
2026-03-29 21:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f94cd20-9c5e-5210-b314-256fd25a67f8 with identifier: 7007942auction111116 to the API
2026-03-29 21:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007942>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9f94cd20-9c5e-5210-b314-256fd25a67f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007942',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 50362,
'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': 'Arkana R.S. Line 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'R.S. Line 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007942auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:38 [ecarstrade.be] INFO: Saving data for 7007942auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624163.336198, 'last_price_update_time': 1774820978.9952}
2026-03-29 21:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007942auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007939> (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-29 21:49:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:39 [ecarstrade.be] INFO: Extracting details for car 7007939auction111116
2026-03-29 21:49:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e69520d3-aae4-53df-b268-25e08585f2b8 with identifier: 7007939auction111116
2026-03-29 21:49:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e69520d3-aae4-53df-b268-25e08585f2b8 with scrape type 2
2026-03-29 21:49:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e69520d3-aae4-53df-b268-25e08585f2b8 with scrape type 2
2026-03-29 21:49:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e69520d3-aae4-53df-b268-25e08585f2b8, identifier: 7007939auction111116
2026-03-29 21:49:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e69520d3-aae4-53df-b268-25e08585f2b8 with identifier: 7007939auction111116
2026-03-29 21:49:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e69520d3-aae4-53df-b268-25e08585f2b8 with identifier: 7007939auction111116
2026-03-29 21:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e69520d3-aae4-53df-b268-25e08585f2b8 with identifier: 7007939auction111116 to the API
2026-03-29 21:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007939>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e69520d3-aae4-53df-b268-25e08585f2b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007939',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 123633,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 8,
'seller_name': None,
'title': 'Traveller Allure Moteur électrique L2 75kWh BVA 8 Sieges',
'transmission': 'automatic',
'trim': 'Traveller Allure Moteur électrique L2 75kWh BVA 8 Sieges',
'vin': None,
'year': 2021}
2026-03-29 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007939auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:40 [ecarstrade.be] INFO: Saving data for 7007939auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624160.956923, 'last_price_update_time': 1774820980.239413}
2026-03-29 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007939auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007900> (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-29 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-29 21:49:40 [ecarstrade.be] INFO: Extracting details for car 7007900auction111116
2026-03-29 21:49:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915de2b2-99f5-53f5-af68-3a743499c8c3 with identifier: 7007900auction111116
2026-03-29 21:49:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915de2b2-99f5-53f5-af68-3a743499c8c3 with scrape type 2
2026-03-29 21:49:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 915de2b2-99f5-53f5-af68-3a743499c8c3 with scrape type 2
2026-03-29 21:49:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 915de2b2-99f5-53f5-af68-3a743499c8c3, identifier: 7007900auction111116
2026-03-29 21:49:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 915de2b2-99f5-53f5-af68-3a743499c8c3 with identifier: 7007900auction111116
2026-03-29 21:49:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 915de2b2-99f5-53f5-af68-3a743499c8c3 with identifier: 7007900auction111116
2026-03-29 21:49:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 915de2b2-99f5-53f5-af68-3a743499c8c3 with identifier: 7007900auction111116 to the API
2026-03-29 21:49:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007900>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '915de2b2-99f5-53f5-af68-3a743499c8c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007900',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 97971,
'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': 'MERCEDES-BENZ CLA Coupe / 2019 / 4P / Coupé CLA 250 e Business Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA Coupe / 2019 / 4P / Coupé e Business Line',
'vin': None,
'year': 2023}
2026-03-29 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007900auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:40 [ecarstrade.be] INFO: Saving data for 7007900auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624274.682386, 'last_price_update_time': 1774820980.722131}
2026-03-29 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007900auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007917> (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-29 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-29 21:49:41 [ecarstrade.be] INFO: Extracting details for car 7007917auction111116
2026-03-29 21:49:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ded9a5c-e560-545a-862d-7eda232b3e0c with identifier: 7007917auction111116
2026-03-29 21:49:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ded9a5c-e560-545a-862d-7eda232b3e0c with scrape type 2
2026-03-29 21:49:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ded9a5c-e560-545a-862d-7eda232b3e0c with scrape type 2
2026-03-29 21:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ded9a5c-e560-545a-862d-7eda232b3e0c, identifier: 7007917auction111116
2026-03-29 21:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ded9a5c-e560-545a-862d-7eda232b3e0c with identifier: 7007917auction111116
2026-03-29 21:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ded9a5c-e560-545a-862d-7eda232b3e0c with identifier: 7007917auction111116
2026-03-29 21:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ded9a5c-e560-545a-862d-7eda232b3e0c with identifier: 7007917auction111116 to the API
2026-03-29 21:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007917>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9ded9a5c-e560-545a-862d-7eda232b3e0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007917',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 48405,
'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': 'NISSAN Juke 2019 5P Crossover Hybrid 143 Business',
'transmission': 'automatic',
'trim': 'NISSAN 2019 5P Crossover Hybrid 143 Business',
'vin': None,
'year': 2023}
2026-03-29 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007917auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:42 [ecarstrade.be] INFO: Saving data for 7007917auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624147.230574, 'last_price_update_time': 1774820982.330451}
2026-03-29 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007917auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007938> (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-29 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-29 21:49:42 [ecarstrade.be] INFO: Extracting details for car 7007938auction111116
2026-03-29 21:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6767ba0-c2e6-562a-b9b0-63067a6af64a with identifier: 7007938auction111116
2026-03-29 21:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6767ba0-c2e6-562a-b9b0-63067a6af64a with scrape type 2
2026-03-29 21:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6767ba0-c2e6-562a-b9b0-63067a6af64a with scrape type 2
2026-03-29 21:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6767ba0-c2e6-562a-b9b0-63067a6af64a, identifier: 7007938auction111116
2026-03-29 21:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6767ba0-c2e6-562a-b9b0-63067a6af64a with identifier: 7007938auction111116
2026-03-29 21:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6767ba0-c2e6-562a-b9b0-63067a6af64a with identifier: 7007938auction111116
2026-03-29 21:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6767ba0-c2e6-562a-b9b0-63067a6af64a with identifier: 7007938auction111116 to the API
2026-03-29 21:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007938>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f6767ba0-c2e6-562a-b9b0-63067a6af64a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007938',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 92436,
'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': 'PEUGEOT 308 SW / 2021 / 5P / Break PHEV 180 E-EAT8 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2021 / 5P / Break PHEV 180 E-EAT8 ALLURE',
'vin': None,
'year': 2023}
2026-03-29 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007938auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:42 [ecarstrade.be] INFO: Saving data for 7007938auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624159.73959, 'last_price_update_time': 1774820982.894385}
2026-03-29 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007938auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007943> (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-29 21:49:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:43 [ecarstrade.be] INFO: Extracting details for car 7007943auction111116
2026-03-29 21:49:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c353fabd-f87c-51eb-8057-04f87de76a80 with identifier: 7007943auction111116
2026-03-29 21:49:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c353fabd-f87c-51eb-8057-04f87de76a80 with scrape type 2
2026-03-29 21:49:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c353fabd-f87c-51eb-8057-04f87de76a80 with scrape type 2
2026-03-29 21:49:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c353fabd-f87c-51eb-8057-04f87de76a80, identifier: 7007943auction111116
2026-03-29 21:49:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c353fabd-f87c-51eb-8057-04f87de76a80 with identifier: 7007943auction111116
2026-03-29 21:49:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c353fabd-f87c-51eb-8057-04f87de76a80 with identifier: 7007943auction111116
2026-03-29 21:49:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c353fabd-f87c-51eb-8057-04f87de76a80 with identifier: 7007943auction111116 to the API
2026-03-29 21:49:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007943>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'c353fabd-f87c-51eb-8057-04f87de76a80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007943',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 126865,
'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': 5,
'seller_name': None,
'title': 'RENAULT Arkana / 2021 / 5P / SUV Business TCe 140 EDC',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 5P / SUV Business TCe 140 EDC',
'vin': None,
'year': 2022}
2026-03-29 21:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007943auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:43 [ecarstrade.be] INFO: Saving data for 7007943auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624242.347648, 'last_price_update_time': 1774820983.769029}
2026-03-29 21:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007943auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007933> (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-29 21:49:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:46 [ecarstrade.be] INFO: Extracting details for car 7007933auction111116
2026-03-29 21:49:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with identifier: 7007933auction111116
2026-03-29 21:49:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with scrape type 2
2026-03-29 21:49:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with scrape type 2
2026-03-29 21:49:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf, identifier: 7007933auction111116
2026-03-29 21:49:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with identifier: 7007933auction111116
2026-03-29 21:49:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with identifier: 7007933auction111116
2026-03-29 21:49:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with identifier: 7007933auction111116 to the API
2026-03-29 21:49:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007933>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e0b5b15b-f3f0-5672-9b6c-6c3533d911cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007933',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 31028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 / 2024 / 5P / SUV 1.2 HYBRID 136 E-DCS6 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2024 / 5P / SUV 1.2 HYBRID 136 E-DCS6 ALLURE',
'vin': None,
'year': 2024}
2026-03-29 21:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007933auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:47 [ecarstrade.be] INFO: Saving data for 7007933auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624241.050358, 'last_price_update_time': 1774820987.212959}
2026-03-29 21:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007933auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007936> (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-29 21:49:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:48 [ecarstrade.be] INFO: Extracting details for car 7007936auction111116
2026-03-29 21:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6265696-073a-59f5-829e-d71f8df6acdb with identifier: 7007936auction111116
2026-03-29 21:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6265696-073a-59f5-829e-d71f8df6acdb with scrape type 2
2026-03-29 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6265696-073a-59f5-829e-d71f8df6acdb with scrape type 2
2026-03-29 21:49:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6265696-073a-59f5-829e-d71f8df6acdb, identifier: 7007936auction111116
2026-03-29 21:49:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6265696-073a-59f5-829e-d71f8df6acdb with identifier: 7007936auction111116
2026-03-29 21:49:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6265696-073a-59f5-829e-d71f8df6acdb with identifier: 7007936auction111116
2026-03-29 21:49:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6265696-073a-59f5-829e-d71f8df6acdb with identifier: 7007936auction111116 to the API
2026-03-29 21:49:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007936>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd6265696-073a-59f5-829e-d71f8df6acdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007936',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 25746,
'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': '3008 Hybrid 136 GT 1.2 135CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Hybrid 136 GT 1.2 135CV BVA6 6E',
'vin': None,
'year': 2024}
2026-03-29 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007936auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:48 [ecarstrade.be] INFO: Saving data for 7007936auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624162.140312, 'last_price_update_time': 1774820988.35761}
2026-03-29 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007936auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007932> (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-29 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-29 21:49:48 [ecarstrade.be] INFO: Extracting details for car 7007932auction111116
2026-03-29 21:49:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47934116-6073-57c5-86f3-86e61698f342 with identifier: 7007932auction111116
2026-03-29 21:49:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47934116-6073-57c5-86f3-86e61698f342 with scrape type 2
2026-03-29 21:49:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47934116-6073-57c5-86f3-86e61698f342 with scrape type 2
2026-03-29 21:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47934116-6073-57c5-86f3-86e61698f342, identifier: 7007932auction111116
2026-03-29 21:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47934116-6073-57c5-86f3-86e61698f342 with identifier: 7007932auction111116
2026-03-29 21:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47934116-6073-57c5-86f3-86e61698f342 with identifier: 7007932auction111116
2026-03-29 21:49:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47934116-6073-57c5-86f3-86e61698f342 with identifier: 7007932auction111116 to the API
2026-03-29 21:49:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007932>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '47934116-6073-57c5-86f3-86e61698f342',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007932',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '3008',
'odometer': 76870,
'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': 'PEUGEOT 3008 / 2020 / 5P / SUV 1.6 HYBRID4 300 E-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV 1.6 HYBRID4 300 E-EAT8 Allure Pack',
'vin': None,
'year': 2023}
2026-03-29 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007932auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:49 [ecarstrade.be] INFO: Saving data for 7007932auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624227.769901, 'last_price_update_time': 1774820989.285264}
2026-03-29 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007932auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007929> (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-29 21:49:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:49 [ecarstrade.be] INFO: Extracting details for car 7007929auction111116
2026-03-29 21:49:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2011f55-9597-5316-95cb-563845ccd082 with identifier: 7007929auction111116
2026-03-29 21:49:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2011f55-9597-5316-95cb-563845ccd082 with scrape type 2
2026-03-29 21:49:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2011f55-9597-5316-95cb-563845ccd082 with scrape type 2
2026-03-29 21:49:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2011f55-9597-5316-95cb-563845ccd082, identifier: 7007929auction111116
2026-03-29 21:49:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2011f55-9597-5316-95cb-563845ccd082 with identifier: 7007929auction111116
2026-03-29 21:49:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2011f55-9597-5316-95cb-563845ccd082 with identifier: 7007929auction111116
2026-03-29 21:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2011f55-9597-5316-95cb-563845ccd082 with identifier: 7007929auction111116 to the API
2026-03-29 21:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007929>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd2011f55-9597-5316-95cb-563845ccd082',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007929',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 69670,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Hybrid 100 Premium 1.2 100CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Hybrid 100 Premium 1.2 100CV BVA6 E6d',
'vin': None,
'year': 2024}
2026-03-29 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007929auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:50 [ecarstrade.be] INFO: Saving data for 7007929auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624227.242789, 'last_price_update_time': 1774820990.199129}
2026-03-29 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007929auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007928> (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-29 21:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:50 [ecarstrade.be] INFO: Extracting details for car 7007928auction111116
2026-03-29 21:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bb3d002-72e5-59d5-a770-715c415169b9 with identifier: 7007928auction111116
2026-03-29 21:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bb3d002-72e5-59d5-a770-715c415169b9 with scrape type 2
2026-03-29 21:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bb3d002-72e5-59d5-a770-715c415169b9 with scrape type 2
2026-03-29 21:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bb3d002-72e5-59d5-a770-715c415169b9, identifier: 7007928auction111116
2026-03-29 21:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bb3d002-72e5-59d5-a770-715c415169b9 with identifier: 7007928auction111116
2026-03-29 21:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bb3d002-72e5-59d5-a770-715c415169b9 with identifier: 7007928auction111116
2026-03-29 21:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bb3d002-72e5-59d5-a770-715c415169b9 with identifier: 7007928auction111116 to the API
2026-03-29 21:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007928>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '8bb3d002-72e5-59d5-a770-715c415169b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007928',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 45622,
'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': '208 (e-) Active 50kWh BVA',
'transmission': 'automatic',
'trim': '(e-) Active 50kWh BVA',
'vin': None,
'year': 2023}
2026-03-29 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007928auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:50 [ecarstrade.be] INFO: Saving data for 7007928auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624176.625377, 'last_price_update_time': 1774820990.76401}
2026-03-29 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007928auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007919> (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-29 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-29 21:49:52 [ecarstrade.be] INFO: Extracting details for car 7007919auction111116
2026-03-29 21:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4cfbe1a-196e-55a3-99b5-b7f0de54635e with identifier: 7007919auction111116
2026-03-29 21:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4cfbe1a-196e-55a3-99b5-b7f0de54635e with scrape type 2
2026-03-29 21:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4cfbe1a-196e-55a3-99b5-b7f0de54635e with scrape type 2
2026-03-29 21:49:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4cfbe1a-196e-55a3-99b5-b7f0de54635e, identifier: 7007919auction111116
2026-03-29 21:49:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4cfbe1a-196e-55a3-99b5-b7f0de54635e with identifier: 7007919auction111116
2026-03-29 21:49:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4cfbe1a-196e-55a3-99b5-b7f0de54635e with identifier: 7007919auction111116
2026-03-29 21:49:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4cfbe1a-196e-55a3-99b5-b7f0de54635e with identifier: 7007919auction111116 to the API
2026-03-29 21:49:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:49:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007919>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'c4cfbe1a-196e-55a3-99b5-b7f0de54635e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007919',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 12385,
'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': 'NISSAN Leaf / 2017 / 5P / Berline 150ch Business',
'transmission': 'automatic',
'trim': 'NISSAN / 2017 / 5P / Berline 150ch Business',
'vin': None,
'year': 2019}
2026-03-29 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007919auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:52 [ecarstrade.be] INFO: Saving data for 7007919auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624177.74868, 'last_price_update_time': 1774820992.797916}
2026-03-29 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007919auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007940> (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-29 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-29 21:49:55 [ecarstrade.be] INFO: Extracting details for car 7007940auction111116
2026-03-29 21:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with identifier: 7007940auction111116
2026-03-29 21:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with scrape type 2
2026-03-29 21:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with scrape type 2
2026-03-29 21:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d, identifier: 7007940auction111116
2026-03-29 21:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with identifier: 7007940auction111116
2026-03-29 21:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with identifier: 7007940auction111116
2026-03-29 21:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with identifier: 7007940auction111116 to the API
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007940>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007940',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 109040,
'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': 'Arkana Intens 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Intens 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007940auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:56 [ecarstrade.be] INFO: Saving data for 7007940auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624163.829773, 'last_price_update_time': 1774820996.24507}
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007940auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007937> (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-29 21:49:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007972> (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-29 21:49:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:56 [ecarstrade.be] INFO: Extracting details for car 7007937auction111116
2026-03-29 21:49:56 [ecarstrade.be] INFO: Extracting details for car 7007972auction111116
2026-03-29 21:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with identifier: 7007937auction111116
2026-03-29 21:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with scrape type 2
2026-03-29 21:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with scrape type 2
2026-03-29 21:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8, identifier: 7007937auction111116
2026-03-29 21:49:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 588b463a-2e84-557c-ad51-85ac9dbc9276 with identifier: 7007972auction111116
2026-03-29 21:49:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 588b463a-2e84-557c-ad51-85ac9dbc9276 with scrape type 2
2026-03-29 21:49:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 588b463a-2e84-557c-ad51-85ac9dbc9276 with scrape type 2
2026-03-29 21:49:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 588b463a-2e84-557c-ad51-85ac9dbc9276, identifier: 7007972auction111116
2026-03-29 21:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with identifier: 7007937auction111116
2026-03-29 21:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with identifier: 7007937auction111116
2026-03-29 21:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with identifier: 7007937auction111116 to the API
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007937>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007937',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 45920,
'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': 'PEUGEOT 308 / 2021 / 5P / Berline PHEV 180 E-EAT8 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2021 / 5P / Berline PHEV 180 E-EAT8 ALLURE',
'vin': None,
'year': 2023}
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007937auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:56 [ecarstrade.be] INFO: Saving data for 7007937auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624165.721438, 'last_price_update_time': 1774820996.846602}
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007937auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 588b463a-2e84-557c-ad51-85ac9dbc9276 with identifier: 7007972auction111116
2026-03-29 21:49:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 588b463a-2e84-557c-ad51-85ac9dbc9276 with identifier: 7007972auction111116
2026-03-29 21:49:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 588b463a-2e84-557c-ad51-85ac9dbc9276 with identifier: 7007972auction111116 to the API
2026-03-29 21:49:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007972>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '588b463a-2e84-557c-ad51-85ac9dbc9276',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007972',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 40260,
'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': 'TESLA Model 3 / 2018 / 4P / Berline -',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline -',
'vin': None,
'year': 2022}
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007972auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:57 [ecarstrade.be] INFO: Saving data for 7007972auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624235.318928, 'last_price_update_time': 1774820997.114706}
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007972auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007968> (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-29 21:49:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007964> (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-29 21:49:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:57 [ecarstrade.be] INFO: Extracting details for car 7007968auction111116
2026-03-29 21:49:57 [ecarstrade.be] INFO: Extracting details for car 7007964auction111116
2026-03-29 21:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with identifier: 7007968auction111116
2026-03-29 21:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with scrape type 2
2026-03-29 21:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with scrape type 2
2026-03-29 21:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2, identifier: 7007968auction111116
2026-03-29 21:49:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ec3f321-1256-5b4a-8cf3-0838a87262bd with identifier: 7007964auction111116
2026-03-29 21:49:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec3f321-1256-5b4a-8cf3-0838a87262bd with scrape type 2
2026-03-29 21:49:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ec3f321-1256-5b4a-8cf3-0838a87262bd with scrape type 2
2026-03-29 21:49:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ec3f321-1256-5b4a-8cf3-0838a87262bd, identifier: 7007964auction111116
2026-03-29 21:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with identifier: 7007968auction111116
2026-03-29 21:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with identifier: 7007968auction111116
2026-03-29 21:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with identifier: 7007968auction111116 to the API
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007968>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D-TEMP',
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007968',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Smart',
'model': 'ForTwo',
'odometer': 41733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'fortwo cabrio (453.491) electric drive / EQ 17kWh BVA',
'transmission': 'automatic',
'trim': 'fortwo cabrio (453.491) electric drive / EQ 17kWh BVA',
'vin': None,
'year': 2019}
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007968auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:57 [ecarstrade.be] INFO: Saving data for 7007968auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624233.63544, 'last_price_update_time': 1774820997.730955}
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007968auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ec3f321-1256-5b4a-8cf3-0838a87262bd with identifier: 7007964auction111116
2026-03-29 21:49:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ec3f321-1256-5b4a-8cf3-0838a87262bd with identifier: 7007964auction111116
2026-03-29 21:49:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ec3f321-1256-5b4a-8cf3-0838a87262bd with identifier: 7007964auction111116 to the API
2026-03-29 21:49:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007964>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7ec3f321-1256-5b4a-8cf3-0838a87262bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007964',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 95474,
'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': 'SKODA Octavia Combi / 2020 / 5P / Break 1.4 TSI PHEV iV 204 DSG6e '
'Business',
'transmission': 'automatic',
'trim': 'SKODA Combi / 2020 / 5P / Break 1.4 TSI PHEV iV 204 DSG6e Business',
'vin': None,
'year': 2021}
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007964auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:58 [ecarstrade.be] INFO: Saving data for 7007964auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624234.8716, 'last_price_update_time': 1774820998.016274}
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007964auction111116') HTTP/1.1" 204 0
2026-03-29 21:49:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007966> (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-29 21:49:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:49:58 [ecarstrade.be] INFO: Extracting details for car 7007966auction111116
2026-03-29 21:49:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9807d3-a14d-5051-9a0f-9affcbee7fde with identifier: 7007966auction111116
2026-03-29 21:49:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9807d3-a14d-5051-9a0f-9affcbee7fde with scrape type 2
2026-03-29 21:49:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c9807d3-a14d-5051-9a0f-9affcbee7fde with scrape type 2
2026-03-29 21:49:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c9807d3-a14d-5051-9a0f-9affcbee7fde, identifier: 7007966auction111116
2026-03-29 21:49:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c9807d3-a14d-5051-9a0f-9affcbee7fde with identifier: 7007966auction111116
2026-03-29 21:49:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c9807d3-a14d-5051-9a0f-9affcbee7fde with identifier: 7007966auction111116
2026-03-29 21:49:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c9807d3-a14d-5051-9a0f-9affcbee7fde with identifier: 7007966auction111116 to the API
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:49: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-29 21:49:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007966>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '0c9807d3-a14d-5051-9a0f-9affcbee7fde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007966',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 105677,
'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': 'Enyaq iV 60 Sportline 62kWh BVA',
'transmission': 'automatic',
'trim': 'iV 60 Sportline 62kWh BVA',
'vin': None,
'year': 2021}
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007966auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:49:58 [ecarstrade.be] INFO: Saving data for 7007966auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624233.156943, 'last_price_update_time': 1774820998.524062}
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:49:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007966auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007963> (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-29 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-29 21:50:02 [ecarstrade.be] INFO: Extracting details for car 7007963auction111116
2026-03-29 21:50:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc22575d-6b24-5e65-9ecc-30bae498b54d with identifier: 7007963auction111116
2026-03-29 21:50:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc22575d-6b24-5e65-9ecc-30bae498b54d with scrape type 2
2026-03-29 21:50:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc22575d-6b24-5e65-9ecc-30bae498b54d with scrape type 2
2026-03-29 21:50:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc22575d-6b24-5e65-9ecc-30bae498b54d, identifier: 7007963auction111116
2026-03-29 21:50:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc22575d-6b24-5e65-9ecc-30bae498b54d with identifier: 7007963auction111116
2026-03-29 21:50:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc22575d-6b24-5e65-9ecc-30bae498b54d with identifier: 7007963auction111116
2026-03-29 21:50:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc22575d-6b24-5e65-9ecc-30bae498b54d with identifier: 7007963auction111116 to the API
2026-03-29 21:50:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007963>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'bc22575d-6b24-5e65-9ecc-30bae498b54d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007963',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 99235,
'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': 'SKODA Octavia / 2020 / 5P / Berline 1.5 TSI mHEV e-TEC 150 DSG7 '
'Business',
'transmission': 'automatic',
'trim': 'SKODA / 2020 / 5P / Berline 1.5 TSI mHEV e-TEC 150 DSG7 Business',
'vin': None,
'year': 2023}
2026-03-29 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007963auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:02 [ecarstrade.be] INFO: Saving data for 7007963auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624239.621216, 'last_price_update_time': 1774821002.87487}
2026-03-29 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007963auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007957> (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-29 21:50:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:50:03 [ecarstrade.be] INFO: Extracting details for car 7007957auction111116
2026-03-29 21:50:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691d951d-ba2d-5f07-9458-57d9a472ee69 with identifier: 7007957auction111116
2026-03-29 21:50:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691d951d-ba2d-5f07-9458-57d9a472ee69 with scrape type 2
2026-03-29 21:50:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 691d951d-ba2d-5f07-9458-57d9a472ee69 with scrape type 2
2026-03-29 21:50:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 691d951d-ba2d-5f07-9458-57d9a472ee69, identifier: 7007957auction111116
2026-03-29 21:50:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 691d951d-ba2d-5f07-9458-57d9a472ee69 with identifier: 7007957auction111116
2026-03-29 21:50:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 691d951d-ba2d-5f07-9458-57d9a472ee69 with identifier: 7007957auction111116
2026-03-29 21:50:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 691d951d-ba2d-5f07-9458-57d9a472ee69 with identifier: 7007957auction111116 to the API
2026-03-29 21:50:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007957>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '691d951d-ba2d-5f07-9458-57d9a472ee69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007957',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Symbioz',
'odometer': 5212,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Symbioz 145 E-Tech Full Hybrid Techno 1.6 E-TECH 145CV BVA6 6E',
'transmission': 'automatic',
'trim': '145 E-Tech Full Hybrid Techno 1.6 E-TECH 145CV BVA6 6E',
'vin': None,
'year': 2025}
2026-03-29 21:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007957auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:03 [ecarstrade.be] INFO: Saving data for 7007957auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624236.955682, 'last_price_update_time': 1774821003.860807}
2026-03-29 21:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007957auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007961> (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-29 21:50:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:50:04 [ecarstrade.be] INFO: Extracting details for car 7007961auction111116
2026-03-29 21:50:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b10c7a7-6307-504c-ad20-d0e425a72e66 with identifier: 7007961auction111116
2026-03-29 21:50:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b10c7a7-6307-504c-ad20-d0e425a72e66 with scrape type 2
2026-03-29 21:50:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b10c7a7-6307-504c-ad20-d0e425a72e66 with scrape type 2
2026-03-29 21:50:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b10c7a7-6307-504c-ad20-d0e425a72e66, identifier: 7007961auction111116
2026-03-29 21:50:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b10c7a7-6307-504c-ad20-d0e425a72e66 with identifier: 7007961auction111116
2026-03-29 21:50:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b10c7a7-6307-504c-ad20-d0e425a72e66 with identifier: 7007961auction111116
2026-03-29 21:50:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b10c7a7-6307-504c-ad20-d0e425a72e66 with identifier: 7007961auction111116 to the API
2026-03-29 21:50:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007961>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '9b10c7a7-6307-504c-ad20-d0e425a72e66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007961',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'ZOE',
'odometer': 1008,
'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': 'Zoe Zen 52kWh BVA',
'transmission': 'automatic',
'trim': 'Zoe Zen 52kWh BVA',
'vin': None,
'year': 2021}
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007961auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:05 [ecarstrade.be] INFO: Saving data for 7007961auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624234.503255, 'last_price_update_time': 1774821005.01386}
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007961auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007974> (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-29 21:50:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:50:05 [ecarstrade.be] INFO: Extracting details for car 7007974auction111116
2026-03-29 21:50:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee75c9c-7795-58d9-950a-03c24cfc3382 with identifier: 7007974auction111116
2026-03-29 21:50:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee75c9c-7795-58d9-950a-03c24cfc3382 with scrape type 2
2026-03-29 21:50:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ee75c9c-7795-58d9-950a-03c24cfc3382 with scrape type 2
2026-03-29 21:50:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ee75c9c-7795-58d9-950a-03c24cfc3382, identifier: 7007974auction111116
2026-03-29 21:50:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ee75c9c-7795-58d9-950a-03c24cfc3382 with identifier: 7007974auction111116
2026-03-29 21:50:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ee75c9c-7795-58d9-950a-03c24cfc3382 with identifier: 7007974auction111116
2026-03-29 21:50:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ee75c9c-7795-58d9-950a-03c24cfc3382 with identifier: 7007974auction111116 to the API
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007974>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '8ee75c9c-7795-58d9-950a-03c24cfc3382',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007974',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 68423,
'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': 'TESLA Model 3 / 2018 / 4P / Berline Propulsion',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline Propulsion',
'vin': None,
'year': 2022}
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007974auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:05 [ecarstrade.be] INFO: Saving data for 7007974auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624236.457508, 'last_price_update_time': 1774821005.526989}
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007974auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007956> (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-29 21:50:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:50:06 [ecarstrade.be] INFO: Extracting details for car 7007956auction111116
2026-03-29 21:50:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with identifier: 7007956auction111116
2026-03-29 21:50:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with scrape type 2
2026-03-29 21:50:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with scrape type 2
2026-03-29 21:50:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294, identifier: 7007956auction111116
2026-03-29 21:50:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with identifier: 7007956auction111116
2026-03-29 21:50:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with identifier: 7007956auction111116
2026-03-29 21:50:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with identifier: 7007956auction111116 to the API
2026-03-29 21:50:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007956>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '71d0db1b-c15f-5dc3-a9e5-c541c54ef294',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007956',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 4702,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-01',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT Espace / 2025 / 5P / Crossover esprit Alpine 7PL full hyb '
'E-Tech 200-25',
'transmission': 'automatic',
'trim': 'RENAULT Espace / 2025 / 5P / Crossover esprit Alpine 7PL full hyb '
'E-Tech 200-25',
'vin': None,
'year': 2025}
2026-03-29 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007956auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:06 [ecarstrade.be] INFO: Saving data for 7007956auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624195.47711, 'last_price_update_time': 1774821006.62863}
2026-03-29 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007956auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:06 [scrapy.extensions.logstats] INFO: Crawled 586 pages (at 34 pages/min), scraped 547 items (at 33 items/min)
2026-03-29 21:50:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007954> (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-29 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-29 21:50:08 [ecarstrade.be] INFO: Extracting details for car 7007954auction111116
2026-03-29 21:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with identifier: 7007954auction111116
2026-03-29 21:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with scrape type 2
2026-03-29 21:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with scrape type 2
2026-03-29 21:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e, identifier: 7007954auction111116
2026-03-29 21:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with identifier: 7007954auction111116
2026-03-29 21:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with identifier: 7007954auction111116
2026-03-29 21:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with identifier: 7007954auction111116 to the API
2026-03-29 21:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007954>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '6581a5c0-e5e9-5f49-a990-c2c70db2ff9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007954',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 107494,
'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': 'RENAULT Mégane Estate / 2020 / 5P / Break Business E-TECH Plug-in '
'Hybride 160',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate / 2020 / 5P / Break Business E-TECH Plug-in '
'Hybride 160',
'vin': None,
'year': 2021}
2026-03-29 21:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007954auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:08 [ecarstrade.be] INFO: Saving data for 7007954auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624193.353628, 'last_price_update_time': 1774821008.819291}
2026-03-29 21:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007954auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007950> (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-29 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-29 21:50:10 [ecarstrade.be] INFO: Extracting details for car 7007950auction111116
2026-03-29 21:50:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with identifier: 7007950auction111116
2026-03-29 21:50:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with scrape type 2
2026-03-29 21:50:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with scrape type 2
2026-03-29 21:50:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf, identifier: 7007950auction111116
2026-03-29 21:50:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with identifier: 7007950auction111116
2026-03-29 21:50:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with identifier: 7007950auction111116
2026-03-29 21:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with identifier: 7007950auction111116 to the API
2026-03-29 21:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007950>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': 'c45b4bc3-6746-52b8-bc67-b405b0ba2bbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007950',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 68261,
'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': 'RENAULT Captur / 2019 / 5P / SUV Intens E-TECH Plug-in 160',
'transmission': 'automatic',
'trim': 'RENAULT / 2019 / 5P / SUV Intens E-TECH Plug-in 160',
'vin': None,
'year': 2021}
2026-03-29 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007950auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:11 [ecarstrade.be] INFO: Saving data for 7007950auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624196.264181, 'last_price_update_time': 1774821011.194947}
2026-03-29 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007950auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007949> (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-29 21:50:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:50:11 [ecarstrade.be] INFO: Extracting details for car 7007949auction111116
2026-03-29 21:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06db04e2-783d-5c2c-82c6-293ec5a2965b with identifier: 7007949auction111116
2026-03-29 21:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06db04e2-783d-5c2c-82c6-293ec5a2965b with scrape type 2
2026-03-29 21:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06db04e2-783d-5c2c-82c6-293ec5a2965b with scrape type 2
2026-03-29 21:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06db04e2-783d-5c2c-82c6-293ec5a2965b, identifier: 7007949auction111116
2026-03-29 21:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06db04e2-783d-5c2c-82c6-293ec5a2965b with identifier: 7007949auction111116
2026-03-29 21:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06db04e2-783d-5c2c-82c6-293ec5a2965b with identifier: 7007949auction111116
2026-03-29 21:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06db04e2-783d-5c2c-82c6-293ec5a2965b with identifier: 7007949auction111116 to the API
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007949>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '06db04e2-783d-5c2c-82c6-293ec5a2965b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007949',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 73446,
'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': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007949auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:12 [ecarstrade.be] INFO: Saving data for 7007949auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624196.759213, 'last_price_update_time': 1774821012.348054}
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007949auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007953> (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-29 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-29 21:50:12 [ecarstrade.be] INFO: Extracting details for car 7007953auction111116
2026-03-29 21:50:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with identifier: 7007953auction111116
2026-03-29 21:50:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with scrape type 2
2026-03-29 21:50:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with scrape type 2
2026-03-29 21:50:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab, identifier: 7007953auction111116
2026-03-29 21:50:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with identifier: 7007953auction111116
2026-03-29 21:50:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with identifier: 7007953auction111116
2026-03-29 21:50:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with identifier: 7007953auction111116 to the API
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007953>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '44d25a2d-6da8-5a4f-8b56-d289cf9a81ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007953',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 125540,
'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': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007953auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:12 [ecarstrade.be] INFO: Saving data for 7007953auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624195.801443, 'last_price_update_time': 1774821012.847555}
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007953auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007955> (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-29 21:50:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:50:17 [ecarstrade.be] INFO: Extracting details for car 7007955auction111116
2026-03-29 21:50:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3612aa1e-a872-5a69-b323-5d2714c0d495 with identifier: 7007955auction111116
2026-03-29 21:50:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3612aa1e-a872-5a69-b323-5d2714c0d495 with scrape type 2
2026-03-29 21:50:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3612aa1e-a872-5a69-b323-5d2714c0d495 with scrape type 2
2026-03-29 21:50:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3612aa1e-a872-5a69-b323-5d2714c0d495, identifier: 7007955auction111116
2026-03-29 21:50:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3612aa1e-a872-5a69-b323-5d2714c0d495 with identifier: 7007955auction111116
2026-03-29 21:50:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3612aa1e-a872-5a69-b323-5d2714c0d495 with identifier: 7007955auction111116
2026-03-29 21:50:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3612aa1e-a872-5a69-b323-5d2714c0d495 with identifier: 7007955auction111116 to the API
2026-03-29 21:50:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007955>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '3612aa1e-a872-5a69-b323-5d2714c0d495',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007955',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 29245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Kangoo / 2021 / 4P / Fourgonnette grand confort EV45 11kw '
'CD LOT 431',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 4P / Fourgonnette grand confort EV45 11kw CD LOT '
'431',
'vin': None,
'year': 2024}
2026-03-29 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007955auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:18 [ecarstrade.be] INFO: Saving data for 7007955auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624194.44371, 'last_price_update_time': 1774821018.04408}
2026-03-29 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007955auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007945> (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-29 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-29 21:50:18 [ecarstrade.be] INFO: Extracting details for car 7007945auction111116
2026-03-29 21:50:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with identifier: 7007945auction111116
2026-03-29 21:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with scrape type 2
2026-03-29 21:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with scrape type 2
2026-03-29 21:50:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dfead14-e9e2-5199-b083-963a3ae5a0d5, identifier: 7007945auction111116
2026-03-29 21:50:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with identifier: 7007945auction111116
2026-03-29 21:50:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with identifier: 7007945auction111116
2026-03-29 21:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with identifier: 7007945auction111116 to the API
2026-03-29 21:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007945>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1dfead14-e9e2-5199-b083-963a3ae5a0d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007945',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Austral',
'odometer': 126185,
'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': 'Austral Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'vin': None,
'year': 2023}
2026-03-29 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007945auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:19 [ecarstrade.be] INFO: Saving data for 7007945auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624197.454974, 'last_price_update_time': 1774821019.179841}
2026-03-29 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007945auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007948> (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-29 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-29 21:50:19 [ecarstrade.be] INFO: Extracting details for car 7007948auction111116
2026-03-29 21:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with identifier: 7007948auction111116
2026-03-29 21:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with scrape type 2
2026-03-29 21:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with scrape type 2
2026-03-29 21:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7, identifier: 7007948auction111116
2026-03-29 21:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with identifier: 7007948auction111116
2026-03-29 21:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with identifier: 7007948auction111116
2026-03-29 21:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with identifier: 7007948auction111116 to the API
2026-03-29 21:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007948>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007948',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 43104,
'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': 'Captur II Intens 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'II Intens 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007948auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:19 [ecarstrade.be] INFO: Saving data for 7007948auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624197.77212, 'last_price_update_time': 1774821019.740493}
2026-03-29 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007948auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007944> (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-29 21:50:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:50:29 [ecarstrade.be] INFO: Extracting details for car 7007944auction111116
2026-03-29 21:50:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b463ec8b-5cf9-58ac-837f-b442602c145b with identifier: 7007944auction111116
2026-03-29 21:50:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b463ec8b-5cf9-58ac-837f-b442602c145b with scrape type 2
2026-03-29 21:50:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b463ec8b-5cf9-58ac-837f-b442602c145b with scrape type 2
2026-03-29 21:50:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b463ec8b-5cf9-58ac-837f-b442602c145b, identifier: 7007944auction111116
2026-03-29 21:50:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b463ec8b-5cf9-58ac-837f-b442602c145b with identifier: 7007944auction111116
2026-03-29 21:50:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b463ec8b-5cf9-58ac-837f-b442602c145b with identifier: 7007944auction111116
2026-03-29 21:50:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b463ec8b-5cf9-58ac-837f-b442602c145b with identifier: 7007944auction111116 to the API
2026-03-29 21:50:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007944>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b463ec8b-5cf9-58ac-837f-b442602c145b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007944',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 27647,
'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 Arkana 2021 5P SUV Evolution mild hybrid 140 EDC 22',
'transmission': 'automatic',
'trim': 'RENAULT 2021 5P SUV Evolution mild hybrid 140 EDC 22',
'vin': None,
'year': 2022}
2026-03-29 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007944auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:29 [ecarstrade.be] INFO: Saving data for 7007944auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624164.36385, 'last_price_update_time': 1774821029.881284}
2026-03-29 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007944auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007926> (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-29 21:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007922> (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-29 21:50:34 [ecarstrade.be] INFO: Extracting details for car 7007926auction111116
2026-03-29 21:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52b57adc-9256-5b29-ad0d-a50f53e45f0f with identifier: 7007926auction111116
2026-03-29 21:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52b57adc-9256-5b29-ad0d-a50f53e45f0f with scrape type 2
2026-03-29 21:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52b57adc-9256-5b29-ad0d-a50f53e45f0f with scrape type 2
2026-03-29 21:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52b57adc-9256-5b29-ad0d-a50f53e45f0f, identifier: 7007926auction111116
2026-03-29 21:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52b57adc-9256-5b29-ad0d-a50f53e45f0f with identifier: 7007926auction111116
2026-03-29 21:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52b57adc-9256-5b29-ad0d-a50f53e45f0f with identifier: 7007926auction111116
2026-03-29 21:50:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52b57adc-9256-5b29-ad0d-a50f53e45f0f with identifier: 7007926auction111116 to the API
2026-03-29 21:50:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007926>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '52b57adc-9256-5b29-ad0d-a50f53e45f0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007926',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 44239,
'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': 2,
'seller_name': None,
'title': 'OPEL Vivaro / 2019 / 4P / Fourgon tôlé Vivaro-e 300 L3 Pack Clim',
'transmission': 'automatic',
'trim': 'OPEL / 2019 / 4P / Fourgon tôlé -e 300 L3 Pack Clim',
'vin': None,
'year': 2021}
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007926auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:35 [ecarstrade.be] INFO: Saving data for 7007926auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624175.310908, 'last_price_update_time': 1774821035.043428}
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007926auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:35 [ecarstrade.be] INFO: Extracting details for car 7007922auction111116
2026-03-29 21:50:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b240593-a14a-5ac9-afe0-2b009c849e31 with identifier: 7007922auction111116
2026-03-29 21:50:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b240593-a14a-5ac9-afe0-2b009c849e31 with scrape type 2
2026-03-29 21:50:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b240593-a14a-5ac9-afe0-2b009c849e31 with scrape type 2
2026-03-29 21:50:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b240593-a14a-5ac9-afe0-2b009c849e31, identifier: 7007922auction111116
2026-03-29 21:50:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b240593-a14a-5ac9-afe0-2b009c849e31 with identifier: 7007922auction111116
2026-03-29 21:50:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b240593-a14a-5ac9-afe0-2b009c849e31 with identifier: 7007922auction111116
2026-03-29 21:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b240593-a14a-5ac9-afe0-2b009c849e31 with identifier: 7007922auction111116 to the API
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007922>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1b240593-a14a-5ac9-afe0-2b009c849e31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007922',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 21433,
'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': 'NISSAN Qashqai 2021 5P Crossover 1.3 MHEV 158ch Xtronic Acenta',
'transmission': 'automatic',
'trim': 'NISSAN 2021 5P Crossover 1.3 MHEV 158ch Xtronic Acenta',
'vin': None,
'year': 2023}
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007922auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:35 [ecarstrade.be] INFO: Saving data for 7007922auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624174.582975, 'last_price_update_time': 1774821035.508763}
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007922auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007924> (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-29 21:50:38 [ecarstrade.be] INFO: Extracting details for car 7007924auction111116
2026-03-29 21:50:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cea9c36-3500-5927-86ba-057c385fa0b5 with identifier: 7007924auction111116
2026-03-29 21:50:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cea9c36-3500-5927-86ba-057c385fa0b5 with scrape type 2
2026-03-29 21:50:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0cea9c36-3500-5927-86ba-057c385fa0b5 with scrape type 2
2026-03-29 21:50:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0cea9c36-3500-5927-86ba-057c385fa0b5, identifier: 7007924auction111116
2026-03-29 21:50:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0cea9c36-3500-5927-86ba-057c385fa0b5 with identifier: 7007924auction111116
2026-03-29 21:50:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0cea9c36-3500-5927-86ba-057c385fa0b5 with identifier: 7007924auction111116
2026-03-29 21:50:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0cea9c36-3500-5927-86ba-057c385fa0b5 with identifier: 7007924auction111116 to the API
2026-03-29 21:50:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007924>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '0cea9c36-3500-5927-86ba-057c385fa0b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007924',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 21086,
'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': 'OPEL Grandland / 2021 / 5P / SUV Hybride 225 ch ELEGANCE BUSINESS '
'CD OP 150',
'transmission': 'automatic',
'trim': 'OPEL Grandland / 2021 / 5P / SUV Hybride 225 ch ELEGANCE BUSINESS CD '
'OP 150',
'vin': None,
'year': 2023}
2026-03-29 21:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007924auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:38 [ecarstrade.be] INFO: Saving data for 7007924auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624166.415834, 'last_price_update_time': 1774821038.666462}
2026-03-29 21:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007924auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007952> (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-29 21:50:40 [ecarstrade.be] INFO: Extracting details for car 7007952auction111116
2026-03-29 21:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with identifier: 7007952auction111116
2026-03-29 21:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with scrape type 2
2026-03-29 21:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with scrape type 2
2026-03-29 21:50:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a, identifier: 7007952auction111116
2026-03-29 21:50:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with identifier: 7007952auction111116
2026-03-29 21:50:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with identifier: 7007952auction111116
2026-03-29 21:50:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with identifier: 7007952auction111116 to the API
2026-03-29 21:50:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50: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-29 21:50:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007952>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007952',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 99472,
'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': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007952auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:40 [ecarstrade.be] INFO: Saving data for 7007952auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624193.917178, 'last_price_update_time': 1774821040.478604}
2026-03-29 21:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007952auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007947> (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-29 21:50:40 [ecarstrade.be] INFO: Extracting details for car 7007947auction111116
2026-03-29 21:50:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e374a58-6923-5e42-b63f-be5d6763fbda with identifier: 7007947auction111116
2026-03-29 21:50:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e374a58-6923-5e42-b63f-be5d6763fbda with scrape type 2
2026-03-29 21:50:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e374a58-6923-5e42-b63f-be5d6763fbda with scrape type 2
2026-03-29 21:50:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e374a58-6923-5e42-b63f-be5d6763fbda, identifier: 7007947auction111116
2026-03-29 21:50:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e374a58-6923-5e42-b63f-be5d6763fbda with identifier: 7007947auction111116
2026-03-29 21:50:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e374a58-6923-5e42-b63f-be5d6763fbda with identifier: 7007947auction111116
2026-03-29 21:50:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e374a58-6923-5e42-b63f-be5d6763fbda with identifier: 7007947auction111116 to the API
2026-03-29 21:50:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007947>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3e374a58-6923-5e42-b63f-be5d6763fbda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007947',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 54018,
'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': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007947auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:41 [ecarstrade.be] INFO: Saving data for 7007947auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624218.355917, 'last_price_update_time': 1774821041.210756}
2026-03-29 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007947auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007946> (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-29 21:50:43 [ecarstrade.be] INFO: Extracting details for car 7007946auction111116
2026-03-29 21:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd2e503b-36ad-5cb6-a0ee-0a19470164de with identifier: 7007946auction111116
2026-03-29 21:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd2e503b-36ad-5cb6-a0ee-0a19470164de with scrape type 2
2026-03-29 21:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd2e503b-36ad-5cb6-a0ee-0a19470164de with scrape type 2
2026-03-29 21:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd2e503b-36ad-5cb6-a0ee-0a19470164de, identifier: 7007946auction111116
2026-03-29 21:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd2e503b-36ad-5cb6-a0ee-0a19470164de with identifier: 7007946auction111116
2026-03-29 21:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd2e503b-36ad-5cb6-a0ee-0a19470164de with identifier: 7007946auction111116
2026-03-29 21:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd2e503b-36ad-5cb6-a0ee-0a19470164de with identifier: 7007946auction111116 to the API
2026-03-29 21:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007946>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': 'fd2e503b-36ad-5cb6-a0ee-0a19470164de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007946',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 103868,
'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': 'RENAULT Captur / 2019 / 5P / SUV Initiale Paris E-TECH Plug-in 160 '
'-21',
'transmission': 'automatic',
'trim': 'RENAULT / 2019 / 5P / SUV Initiale Paris E-TECH Plug-in 160 -21',
'vin': None,
'year': 2021}
2026-03-29 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007946auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:43 [ecarstrade.be] INFO: Saving data for 7007946auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624208.283, 'last_price_update_time': 1774821043.436734}
2026-03-29 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007946auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007921> (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-29 21:50:44 [ecarstrade.be] INFO: Extracting details for car 7007921auction111116
2026-03-29 21:50:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3ca2148-a1af-5c31-8fc9-80ce14885f8e with identifier: 7007921auction111116
2026-03-29 21:50:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3ca2148-a1af-5c31-8fc9-80ce14885f8e with scrape type 2
2026-03-29 21:50:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3ca2148-a1af-5c31-8fc9-80ce14885f8e with scrape type 2
2026-03-29 21:50:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3ca2148-a1af-5c31-8fc9-80ce14885f8e, identifier: 7007921auction111116
2026-03-29 21:50:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3ca2148-a1af-5c31-8fc9-80ce14885f8e with identifier: 7007921auction111116
2026-03-29 21:50:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3ca2148-a1af-5c31-8fc9-80ce14885f8e with identifier: 7007921auction111116
2026-03-29 21:50:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3ca2148-a1af-5c31-8fc9-80ce14885f8e with identifier: 7007921auction111116 to the API
2026-03-29 21:50:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007921>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b3ca2148-a1af-5c31-8fc9-80ce14885f8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007921',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 87405,
'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': 'Corsa F e Edition Business 50kWh BVA',
'transmission': 'automatic',
'trim': 'F e Edition Business 50kWh BVA',
'vin': None,
'year': 2020}
2026-03-29 21:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007921auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:45 [ecarstrade.be] INFO: Saving data for 7007921auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624175.935212, 'last_price_update_time': 1774821045.262679}
2026-03-29 21:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007921auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:47 [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-29 21:50:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007976auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007976auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007976auction111116: 2
2026-03-29 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-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007977auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007977auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007977auction111116: 2
2026-03-29 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-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007983auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007983auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007983auction111116: 2
2026-03-29 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-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007984auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007984auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007984auction111116: 2
2026-03-29 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-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007985auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007985auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007985auction111116: 2
2026-03-29 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-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007986auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007986auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007986auction111116: 2
2026-03-29 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-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007987auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007987auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007987auction111116: 2
2026-03-29 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-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007988auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007988auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007988auction111116: 2
2026-03-29 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-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007989auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007989auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007989auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007991auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007991auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007991auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007993auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007993auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007993auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007994auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007994auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007994auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007998auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007998auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007998auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7007999auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007999auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7007999auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7008000auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008000auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7008000auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7008001auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008001auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7008001auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7008003auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008003auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7008003auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7008005auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008005auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7008005auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7008007auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008007auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7008007auction111116: 2
2026-03-29 21:50:47 [ecarstrade.be] INFO: Found listing with ID: 7008025auction111116
2026-03-29 21:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008025auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:47 [ecarstrade.be] INFO: Scrape type for 7008025auction111116: 2
2026-03-29 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007984> (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-29 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-29 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007983> (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-29 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-29 21:50:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007986> (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-29 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-29 21:50:55 [ecarstrade.be] INFO: Extracting details for car 7007984auction111116
2026-03-29 21:50:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 229b9681-cdad-5462-9ea3-8dd93216f5c6 with identifier: 7007984auction111116
2026-03-29 21:50:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 229b9681-cdad-5462-9ea3-8dd93216f5c6 with scrape type 2
2026-03-29 21:50:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 229b9681-cdad-5462-9ea3-8dd93216f5c6 with scrape type 2
2026-03-29 21:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 229b9681-cdad-5462-9ea3-8dd93216f5c6, identifier: 7007984auction111116
2026-03-29 21:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 229b9681-cdad-5462-9ea3-8dd93216f5c6 with identifier: 7007984auction111116
2026-03-29 21:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 229b9681-cdad-5462-9ea3-8dd93216f5c6 with identifier: 7007984auction111116
2026-03-29 21:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 229b9681-cdad-5462-9ea3-8dd93216f5c6 with identifier: 7007984auction111116 to the API
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007984>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '229b9681-cdad-5462-9ea3-8dd93216f5c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007984',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 116513,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 5p SUV 1.8 HYBRIDE 122 DYNAMIC',
'transmission': 'automatic',
'trim': 'TOYOTA 5p SUV 1.8 HYBRIDE 122 DYNAMIC',
'vin': None,
'year': 2019}
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007984auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:56 [ecarstrade.be] INFO: Saving data for 7007984auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624238.629225, 'last_price_update_time': 1774821056.314961}
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007984auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:56 [ecarstrade.be] INFO: Extracting details for car 7007983auction111116
2026-03-29 21:50:56 [ecarstrade.be] INFO: Extracting details for car 7007986auction111116
2026-03-29 21:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c896e0e-7efa-56e8-90e3-a6135eece11a with identifier: 7007983auction111116
2026-03-29 21:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c896e0e-7efa-56e8-90e3-a6135eece11a with scrape type 2
2026-03-29 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c896e0e-7efa-56e8-90e3-a6135eece11a with scrape type 2
2026-03-29 21:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c896e0e-7efa-56e8-90e3-a6135eece11a, identifier: 7007983auction111116
2026-03-29 21:50:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2360bae1-67c5-594a-a82f-bd1765dc543f with identifier: 7007986auction111116
2026-03-29 21:50:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2360bae1-67c5-594a-a82f-bd1765dc543f with scrape type 2
2026-03-29 21:50:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2360bae1-67c5-594a-a82f-bd1765dc543f with scrape type 2
2026-03-29 21:50:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2360bae1-67c5-594a-a82f-bd1765dc543f, identifier: 7007986auction111116
2026-03-29 21:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c896e0e-7efa-56e8-90e3-a6135eece11a with identifier: 7007983auction111116
2026-03-29 21:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c896e0e-7efa-56e8-90e3-a6135eece11a with identifier: 7007983auction111116
2026-03-29 21:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c896e0e-7efa-56e8-90e3-a6135eece11a with identifier: 7007983auction111116 to the API
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:50:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007983>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8c896e0e-7efa-56e8-90e3-a6135eece11a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007983',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 84198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR / 2016 / 5P / SUV 1.8 HYBRIDE 122 GRAPHIC',
'transmission': 'automatic',
'trim': 'TOYOTA / 2016 / 5P / SUV 1.8 HYBRIDE 122 GRAPHIC',
'vin': None,
'year': 2019}
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007983auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:56 [ecarstrade.be] INFO: Saving data for 7007983auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624239.311046, 'last_price_update_time': 1774821056.882037}
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007983auction111116') HTTP/1.1" 204 0
2026-03-29 21:50:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2360bae1-67c5-594a-a82f-bd1765dc543f with identifier: 7007986auction111116
2026-03-29 21:50:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2360bae1-67c5-594a-a82f-bd1765dc543f with identifier: 7007986auction111116
2026-03-29 21:50:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2360bae1-67c5-594a-a82f-bd1765dc543f with identifier: 7007986auction111116 to the API
2026-03-29 21:50:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:50:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007986>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2360bae1-67c5-594a-a82f-bd1765dc543f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007986',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 119297,
'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': 'TOYOTA C-HR / 2016 / 5P / SUV 2.0 HYBRIDE 184 COLLECTION',
'transmission': 'automatic',
'trim': 'TOYOTA / 2016 / 5P / SUV 2.0 HYBRIDE 184 COLLECTION',
'vin': None,
'year': 2021}
2026-03-29 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007986auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:50:57 [ecarstrade.be] INFO: Saving data for 7007986auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624215.16164, 'last_price_update_time': 1774821057.161833}
2026-03-29 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007986auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007977> (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-29 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-29 21:51:02 [ecarstrade.be] INFO: Extracting details for car 7007977auction111116
2026-03-29 21:51:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b1b7410-8931-5f66-8b58-431a7e7e6071 with identifier: 7007977auction111116
2026-03-29 21:51:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b1b7410-8931-5f66-8b58-431a7e7e6071 with scrape type 2
2026-03-29 21:51:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b1b7410-8931-5f66-8b58-431a7e7e6071 with scrape type 2
2026-03-29 21:51:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b1b7410-8931-5f66-8b58-431a7e7e6071, identifier: 7007977auction111116
2026-03-29 21:51:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b1b7410-8931-5f66-8b58-431a7e7e6071 with identifier: 7007977auction111116
2026-03-29 21:51:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b1b7410-8931-5f66-8b58-431a7e7e6071 with identifier: 7007977auction111116
2026-03-29 21:51:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b1b7410-8931-5f66-8b58-431a7e7e6071 with identifier: 7007977auction111116 to the API
2026-03-29 21:51:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007977>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '9b1b7410-8931-5f66-8b58-431a7e7e6071',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007977',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 23979,
'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': None,
'seller_name': None,
'title': 'TESLA Model Y / 2020 / 5P / SUV Grande Autonomie Dual-Motor AWD',
'transmission': 'automatic',
'trim': 'TESLA / 2020 / 5P / SUV Grande Autonomie Dual-Motor AWD',
'vin': None,
'year': 2025}
2026-03-29 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007977auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:02 [ecarstrade.be] INFO: Saving data for 7007977auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624237.559168, 'last_price_update_time': 1774821062.723367}
2026-03-29 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007977auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007991> (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-29 21:51:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:05 [ecarstrade.be] INFO: Extracting details for car 7007991auction111116
2026-03-29 21:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630d2506-3535-5c57-b30d-ac112cbcbd1e with identifier: 7007991auction111116
2026-03-29 21:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630d2506-3535-5c57-b30d-ac112cbcbd1e with scrape type 2
2026-03-29 21:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 630d2506-3535-5c57-b30d-ac112cbcbd1e with scrape type 2
2026-03-29 21:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 630d2506-3535-5c57-b30d-ac112cbcbd1e, identifier: 7007991auction111116
2026-03-29 21:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 630d2506-3535-5c57-b30d-ac112cbcbd1e with identifier: 7007991auction111116
2026-03-29 21:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 630d2506-3535-5c57-b30d-ac112cbcbd1e with identifier: 7007991auction111116
2026-03-29 21:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 630d2506-3535-5c57-b30d-ac112cbcbd1e with identifier: 7007991auction111116 to the API
2026-03-29 21:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007991>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '630d2506-3535-5c57-b30d-ac112cbcbd1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007991',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 125227,
'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': 'TOYOTA Corolla Touring Sports 2018 5P Break Hybride 184h Design',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 2018 5P Break Hybride 184h Design',
'vin': None,
'year': 2022}
2026-03-29 21:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007991auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:05 [ecarstrade.be] INFO: Saving data for 7007991auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624217.49572, 'last_price_update_time': 1774821065.483519}
2026-03-29 21:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007991auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:06 [scrapy.extensions.logstats] INFO: Crawled 607 pages (at 21 pages/min), scraped 567 items (at 20 items/min)
2026-03-29 21:51:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:51:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007989> (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-29 21:51:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:09 [ecarstrade.be] INFO: Extracting details for car 7007989auction111116
2026-03-29 21:51:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d7681e9-fa7a-5937-bc45-7b750f56be56 with identifier: 7007989auction111116
2026-03-29 21:51:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d7681e9-fa7a-5937-bc45-7b750f56be56 with scrape type 2
2026-03-29 21:51:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d7681e9-fa7a-5937-bc45-7b750f56be56 with scrape type 2
2026-03-29 21:51:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d7681e9-fa7a-5937-bc45-7b750f56be56, identifier: 7007989auction111116
2026-03-29 21:51:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d7681e9-fa7a-5937-bc45-7b750f56be56 with identifier: 7007989auction111116
2026-03-29 21:51:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d7681e9-fa7a-5937-bc45-7b750f56be56 with identifier: 7007989auction111116
2026-03-29 21:51:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d7681e9-fa7a-5937-bc45-7b750f56be56 with identifier: 7007989auction111116 to the API
2026-03-29 21:51:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007989>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1d7681e9-fa7a-5937-bc45-7b750f56be56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007989',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 98843,
'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': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Supp Lomb',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Supp Lomb',
'vin': None,
'year': 2020}
2026-03-29 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007989auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:10 [ecarstrade.be] INFO: Saving data for 7007989auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624235.923061, 'last_price_update_time': 1774821070.033453}
2026-03-29 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007989auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007988> (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-29 21:51:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:11 [ecarstrade.be] INFO: Extracting details for car 7007988auction111116
2026-03-29 21:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with identifier: 7007988auction111116
2026-03-29 21:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with scrape type 2
2026-03-29 21:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with scrape type 2
2026-03-29 21:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2, identifier: 7007988auction111116
2026-03-29 21:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with identifier: 7007988auction111116
2026-03-29 21:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with identifier: 7007988auction111116
2026-03-29 21:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with identifier: 7007988auction111116 to the API
2026-03-29 21:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:51:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007988>
{'auction_title': '',
'c_o_2_emission_value': 76,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '958bb987-d1b0-5d03-b6b3-d56e49d7c8a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007988',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 56360,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla 5p Berline Hybride 122h Dynamic Business',
'transmission': 'automatic',
'trim': 'TOYOTA 5p Berline Hybride 122h Dynamic Business',
'vin': None,
'year': 2019}
2026-03-29 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007988auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:12 [ecarstrade.be] INFO: Saving data for 7007988auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624217.836823, 'last_price_update_time': 1774821072.565037}
2026-03-29 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007988auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007993> (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-29 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-29 21:51:15 [ecarstrade.be] INFO: Extracting details for car 7007993auction111116
2026-03-29 21:51:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with identifier: 7007993auction111116
2026-03-29 21:51:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with scrape type 2
2026-03-29 21:51:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with scrape type 2
2026-03-29 21:51:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6178c99-9ad2-54b0-bad1-fbe22f7e8185, identifier: 7007993auction111116
2026-03-29 21:51:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with identifier: 7007993auction111116
2026-03-29 21:51:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with identifier: 7007993auction111116
2026-03-29 21:51:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with identifier: 7007993auction111116 to the API
2026-03-29 21:51:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:51:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007993>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd6178c99-9ad2-54b0-bad1-fbe22f7e8185',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007993',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 42489,
'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': 'TOYOTA RAV4 Hybride / 2020 / 5P / SUV PHEV AWD Design Business '
'Beyond',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 Hybride / 2020 / 5P / SUV PHEV AWD Design Business '
'Beyond',
'vin': None,
'year': 2024}
2026-03-29 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007993auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:16 [ecarstrade.be] INFO: Saving data for 7007993auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624214.530582, 'last_price_update_time': 1774821076.325829}
2026-03-29 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007993auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007976> (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-29 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-29 21:51:16 [ecarstrade.be] INFO: Extracting details for car 7007976auction111116
2026-03-29 21:51:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a08ac01-4202-501b-bd09-547d90e365c6 with identifier: 7007976auction111116
2026-03-29 21:51:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a08ac01-4202-501b-bd09-547d90e365c6 with scrape type 2
2026-03-29 21:51:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a08ac01-4202-501b-bd09-547d90e365c6 with scrape type 2
2026-03-29 21:51:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a08ac01-4202-501b-bd09-547d90e365c6, identifier: 7007976auction111116
2026-03-29 21:51:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a08ac01-4202-501b-bd09-547d90e365c6 with identifier: 7007976auction111116
2026-03-29 21:51:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a08ac01-4202-501b-bd09-547d90e365c6 with identifier: 7007976auction111116
2026-03-29 21:51:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a08ac01-4202-501b-bd09-547d90e365c6 with identifier: 7007976auction111116 to the API
2026-03-29 21:51:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:51:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007976>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '0a08ac01-4202-501b-bd09-547d90e365c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007976',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 71309,
'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': 'TESLA Model Y / 2020 / 5P / SUV Long Range Dual Motor AWD',
'transmission': 'automatic',
'trim': 'TESLA / 2020 / 5P / SUV Long Range Dual Motor AWD',
'vin': None,
'year': 2021}
2026-03-29 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007976auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:17 [ecarstrade.be] INFO: Saving data for 7007976auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624194.946464, 'last_price_update_time': 1774821077.165517}
2026-03-29 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007976auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007998> (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-29 21:51:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:17 [ecarstrade.be] INFO: Extracting details for car 7007998auction111116
2026-03-29 21:51:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efefa487-d719-55f2-9443-754c47322da7 with identifier: 7007998auction111116
2026-03-29 21:51:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efefa487-d719-55f2-9443-754c47322da7 with scrape type 2
2026-03-29 21:51:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item efefa487-d719-55f2-9443-754c47322da7 with scrape type 2
2026-03-29 21:51:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: efefa487-d719-55f2-9443-754c47322da7, identifier: 7007998auction111116
2026-03-29 21:51:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: efefa487-d719-55f2-9443-754c47322da7 with identifier: 7007998auction111116
2026-03-29 21:51:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: efefa487-d719-55f2-9443-754c47322da7 with identifier: 7007998auction111116
2026-03-29 21:51:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: efefa487-d719-55f2-9443-754c47322da7 with identifier: 7007998auction111116 to the API
2026-03-29 21:51:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:51:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007998>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'efefa487-d719-55f2-9443-754c47322da7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007998',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 45682,
'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': 'TOYOTA Yaris Hybride 2019 5P Berline Hybride 116h Dynamic Business '
'Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA Hybride 2019 5P Berline Hybride 116h Dynamic Business Beyond '
'Zer',
'vin': None,
'year': 2023}
2026-03-29 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007998auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:18 [ecarstrade.be] INFO: Saving data for 7007998auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624212.579826, 'last_price_update_time': 1774821078.309743}
2026-03-29 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007998auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007987> (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-29 21:51:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007985> (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-29 21:51:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:21 [ecarstrade.be] INFO: Extracting details for car 7007987auction111116
2026-03-29 21:51:21 [ecarstrade.be] INFO: Extracting details for car 7007985auction111116
2026-03-29 21:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0c84b08-fb43-5892-a512-07509180b5ad with identifier: 7007987auction111116
2026-03-29 21:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c84b08-fb43-5892-a512-07509180b5ad with scrape type 2
2026-03-29 21:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0c84b08-fb43-5892-a512-07509180b5ad with scrape type 2
2026-03-29 21:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0c84b08-fb43-5892-a512-07509180b5ad, identifier: 7007987auction111116
2026-03-29 21:51:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5584d8c5-8381-528e-8adc-313001150750 with identifier: 7007985auction111116
2026-03-29 21:51:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5584d8c5-8381-528e-8adc-313001150750 with scrape type 2
2026-03-29 21:51:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5584d8c5-8381-528e-8adc-313001150750 with scrape type 2
2026-03-29 21:51:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5584d8c5-8381-528e-8adc-313001150750, identifier: 7007985auction111116
2026-03-29 21:51:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0c84b08-fb43-5892-a512-07509180b5ad with identifier: 7007987auction111116
2026-03-29 21:51:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0c84b08-fb43-5892-a512-07509180b5ad with identifier: 7007987auction111116
2026-03-29 21:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0c84b08-fb43-5892-a512-07509180b5ad with identifier: 7007987auction111116 to the API
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007987>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e0c84b08-fb43-5892-a512-07509180b5ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007987',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 63390,
'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': 'TOYOTA Corolla / 2018 / 5P / Berline Hybride 122h Collection',
'transmission': 'automatic',
'trim': 'TOYOTA / 2018 / 5P / Berline Hybride 122h Collection',
'vin': None,
'year': 2021}
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007987auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Saving data for 7007987auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624216.967714, 'last_price_update_time': 1774821082.244427}
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007987auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5584d8c5-8381-528e-8adc-313001150750 with identifier: 7007985auction111116
2026-03-29 21:51:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5584d8c5-8381-528e-8adc-313001150750 with identifier: 7007985auction111116
2026-03-29 21:51:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5584d8c5-8381-528e-8adc-313001150750 with identifier: 7007985auction111116 to the API
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007985>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5584d8c5-8381-528e-8adc-313001150750',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007985',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 48022,
'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': 'TOYOTA Corolla / 2018 / 5P / Berline Hybride 122h Dynamic Business '
'Supp Lomb',
'transmission': 'automatic',
'trim': 'TOYOTA / 2018 / 5P / Berline Hybride 122h Dynamic Business Supp '
'Lomb',
'vin': None,
'year': 2020}
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007985auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Saving data for 7007985auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624238.199081, 'last_price_update_time': 1774821082.524271}
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007985auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:22 [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-29 21:51:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7008026auction111116
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008026auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7008026auction111116: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7008029auction111116
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008029auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7008029auction111116: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7008030auction111116
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008030auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7008030auction111116: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7009400auction99101
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009400auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7009400auction99101: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7009427auction99101
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009427auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7009427auction99101: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7009448auction99101
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009448auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7009448auction99101: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7009468auction99101
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009468auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7009468auction99101: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7009487auction99101
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009487auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7009487auction99101: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7009499auction99101
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009499auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7009499auction99101: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7009510auction99101
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009510auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7009510auction99101: 2
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7003910auction111076
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003910auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7003910auction111076: 0
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7003911auction111076
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003911auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7003911auction111076: 0
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7003912auction111076
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003912auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7003912auction111076: 0
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7003913auction111076
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003913auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7003913auction111076: 0
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7003914auction111076
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003914auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:22 [ecarstrade.be] INFO: Scrape type for 7003914auction111076: 0
2026-03-29 21:51:22 [ecarstrade.be] INFO: Found listing with ID: 7003915auction111076
2026-03-29 21:51:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003915auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:23 [ecarstrade.be] INFO: Scrape type for 7003915auction111076: 0
2026-03-29 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7003916auction111076
2026-03-29 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003916auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:23 [ecarstrade.be] INFO: Scrape type for 7003916auction111076: 0
2026-03-29 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7003917auction111076
2026-03-29 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003917auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:23 [ecarstrade.be] INFO: Scrape type for 7003917auction111076: 0
2026-03-29 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7003918auction111076
2026-03-29 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003918auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:23 [ecarstrade.be] INFO: Scrape type for 7003918auction111076: 0
2026-03-29 21:51:23 [ecarstrade.be] INFO: Found listing with ID: 7003919auction111076
2026-03-29 21:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003919auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:23 [ecarstrade.be] INFO: Scrape type for 7003919auction111076: 0
2026-03-29 21:51:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008000> (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-29 21:51:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:25 [ecarstrade.be] INFO: Extracting details for car 7008000auction111116
2026-03-29 21:51:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with identifier: 7008000auction111116
2026-03-29 21:51:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with scrape type 2
2026-03-29 21:51:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with scrape type 2
2026-03-29 21:51:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe, identifier: 7008000auction111116
2026-03-29 21:51:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with identifier: 7008000auction111116
2026-03-29 21:51:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with identifier: 7008000auction111116
2026-03-29 21:51:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with identifier: 7008000auction111116 to the API
2026-03-29 21:51:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51: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-29 21:51:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008000>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2ef0d2f5-fa43-5e9a-ab94-79b004bedffe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008000',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 125661,
'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': 'VOLKSWAGEN Golf SW / 2020 / 5P / Break 1.0 eTSI OPF 110 DSG7 Life '
'Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN SW / 2020 / 5P / Break 1.0 eTSI OPF 110 DSG7 Life '
'Business',
'vin': None,
'year': 2023}
2026-03-29 21:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008000auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:26 [ecarstrade.be] INFO: Saving data for 7008000auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624216.086569, 'last_price_update_time': 1774821086.340872}
2026-03-29 21:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008000auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007999> (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-29 21:51:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:28 [ecarstrade.be] INFO: Extracting details for car 7007999auction111116
2026-03-29 21:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65bf2084-4207-587c-bb94-2ac906aeea9e with identifier: 7007999auction111116
2026-03-29 21:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bf2084-4207-587c-bb94-2ac906aeea9e with scrape type 2
2026-03-29 21:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65bf2084-4207-587c-bb94-2ac906aeea9e with scrape type 2
2026-03-29 21:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65bf2084-4207-587c-bb94-2ac906aeea9e, identifier: 7007999auction111116
2026-03-29 21:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65bf2084-4207-587c-bb94-2ac906aeea9e with identifier: 7007999auction111116
2026-03-29 21:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65bf2084-4207-587c-bb94-2ac906aeea9e with identifier: 7007999auction111116
2026-03-29 21:51:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65bf2084-4207-587c-bb94-2ac906aeea9e with identifier: 7007999auction111116 to the API
2026-03-29 21:51:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51: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-29 21:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007999>
{'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-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '65bf2084-4207-587c-bb94-2ac906aeea9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007999',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 18943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 1.0 eTSI OPF 110 DSG7 Life '
'Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.0 eTSI OPF 110 DSG7 Life '
'Business',
'vin': None,
'year': 2024}
2026-03-29 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007999auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:28 [ecarstrade.be] INFO: Saving data for 7007999auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624216.406217, 'last_price_update_time': 1774821088.720262}
2026-03-29 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007999auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008025> (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-29 21:51:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:31 [ecarstrade.be] INFO: Extracting details for car 7008025auction111116
2026-03-29 21:51:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f97a120f-808f-57e6-9dfb-752ab776a2fc with identifier: 7008025auction111116
2026-03-29 21:51:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f97a120f-808f-57e6-9dfb-752ab776a2fc with scrape type 2
2026-03-29 21:51:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f97a120f-808f-57e6-9dfb-752ab776a2fc with scrape type 2
2026-03-29 21:51:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f97a120f-808f-57e6-9dfb-752ab776a2fc, identifier: 7008025auction111116
2026-03-29 21:51:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f97a120f-808f-57e6-9dfb-752ab776a2fc with identifier: 7008025auction111116
2026-03-29 21:51:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f97a120f-808f-57e6-9dfb-752ab776a2fc with identifier: 7008025auction111116
2026-03-29 21:51:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f97a120f-808f-57e6-9dfb-752ab776a2fc with identifier: 7008025auction111116 to the API
2026-03-29 21:51:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:51:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008025>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f97a120f-808f-57e6-9dfb-752ab776a2fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008025',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 95742,
'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': 'VOLVO XC40 / 2017 / 5P / SUV Recharge T5 262 DCT7 Inscription Busi',
'transmission': 'automatic',
'trim': 'VOLVO / 2017 / 5P / SUV Recharge T5 262 DCT7 Inscription Busi',
'vin': None,
'year': 2021}
2026-03-29 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008025auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:31 [ecarstrade.be] INFO: Saving data for 7008025auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624211.36256, 'last_price_update_time': 1774821091.817148}
2026-03-29 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008025auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008005> (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-29 21:51:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:39 [ecarstrade.be] INFO: Extracting details for car 7008005auction111116
2026-03-29 21:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de985ef-634c-5b8d-be51-1afe6ee6df58 with identifier: 7008005auction111116
2026-03-29 21:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de985ef-634c-5b8d-be51-1afe6ee6df58 with scrape type 2
2026-03-29 21:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2de985ef-634c-5b8d-be51-1afe6ee6df58 with scrape type 2
2026-03-29 21:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2de985ef-634c-5b8d-be51-1afe6ee6df58, identifier: 7008005auction111116
2026-03-29 21:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2de985ef-634c-5b8d-be51-1afe6ee6df58 with identifier: 7008005auction111116
2026-03-29 21:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2de985ef-634c-5b8d-be51-1afe6ee6df58 with identifier: 7008005auction111116
2026-03-29 21:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2de985ef-634c-5b8d-be51-1afe6ee6df58 with identifier: 7008005auction111116 to the API
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51: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-29 21:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008005>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2de985ef-634c-5b8d-be51-1afe6ee6df58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008005',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 58316,
'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': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 Life '
'Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 Life Business',
'vin': None,
'year': 2022}
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008005auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:39 [ecarstrade.be] INFO: Saving data for 7008005auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624212.060106, 'last_price_update_time': 1774821099.483389}
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008005auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007994> (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-29 21:51:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:39 [ecarstrade.be] INFO: Extracting details for car 7007994auction111116
2026-03-29 21:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with identifier: 7007994auction111116
2026-03-29 21:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with scrape type 2
2026-03-29 21:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with scrape type 2
2026-03-29 21:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2417b76f-6568-50fd-8d3b-4da9efcdfc70, identifier: 7007994auction111116
2026-03-29 21:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with identifier: 7007994auction111116
2026-03-29 21:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with identifier: 7007994auction111116
2026-03-29 21:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with identifier: 7007994auction111116 to the API
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51: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-29 21:51:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007994>
{'auction_title': '',
'c_o_2_emission_value': 84,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2417b76f-6568-50fd-8d3b-4da9efcdfc70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007994',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 46176,
'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': 5,
'seller_name': None,
'title': 'TOYOTA Yaris Hybride / 2017 / 5P / Berline 1.5 VVT-I HYBRID France',
'transmission': 'automatic',
'trim': 'TOYOTA Hybride / 2017 / 5P / Berline 1.5 VVT-I HYBRID France',
'vin': None,
'year': 2019}
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007994auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:39 [ecarstrade.be] INFO: Saving data for 7007994auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624215.764742, 'last_price_update_time': 1774821099.970443}
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007994auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008029> (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-29 21:51:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:40 [ecarstrade.be] INFO: Extracting details for car 7008029auction111116
2026-03-29 21:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd341b6e-a229-5678-8bb9-1f962b7b7966 with identifier: 7008029auction111116
2026-03-29 21:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd341b6e-a229-5678-8bb9-1f962b7b7966 with scrape type 2
2026-03-29 21:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd341b6e-a229-5678-8bb9-1f962b7b7966 with scrape type 2
2026-03-29 21:51:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd341b6e-a229-5678-8bb9-1f962b7b7966, identifier: 7008029auction111116
2026-03-29 21:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd341b6e-a229-5678-8bb9-1f962b7b7966 with identifier: 7008029auction111116
2026-03-29 21:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd341b6e-a229-5678-8bb9-1f962b7b7966 with identifier: 7008029auction111116
2026-03-29 21:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd341b6e-a229-5678-8bb9-1f962b7b7966 with identifier: 7008029auction111116 to the API
2026-03-29 21:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008029>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cd341b6e-a229-5678-8bb9-1f962b7b7966',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008029',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 121979,
'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': 'VOLVO XC60 / 2021 / 5P / SUV Recharge T6 350 GT 8 Plus Style Dark',
'transmission': 'automatic',
'trim': 'VOLVO / 2021 / 5P / SUV Recharge T6 350 GT 8 Plus Style Dark',
'vin': None,
'year': 2023}
2026-03-29 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008029auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:40 [ecarstrade.be] INFO: Saving data for 7008029auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624252.068072, 'last_price_update_time': 1774821100.47072}
2026-03-29 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008029auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:41 [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-29 21:51:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003920auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003920auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003920auction111076: 0
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003921auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003921auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003921auction111076: 0
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003922auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003922auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003922auction111076: 0
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003923auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003923auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003923auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003924auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003924auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003924auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003925auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003925auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003925auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003926auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003926auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003926auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003927auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003927auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003927auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003928auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003928auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003928auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003929auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003929auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003929auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003930auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003930auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003930auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003931auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003931auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003931auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003932auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003932auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003932auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003933auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003933auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003933auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003934auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003934auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003934auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003935auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003935auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003935auction111076: 0
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003936auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003936auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003936auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003937auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003937auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003937auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003938auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003938auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003938auction111076: 2
2026-03-29 21:51:41 [ecarstrade.be] INFO: Found listing with ID: 7003939auction111076
2026-03-29 21:51:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003939auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:51:41 [ecarstrade.be] INFO: Scrape type for 7003939auction111076: 2
2026-03-29 21:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008007> (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-29 21:51:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008026> (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-29 21:51:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:44 [ecarstrade.be] INFO: Extracting details for car 7008007auction111116
2026-03-29 21:51:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef5b7cfb-9524-5676-9a70-3ae3ca613824 with identifier: 7008007auction111116
2026-03-29 21:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5b7cfb-9524-5676-9a70-3ae3ca613824 with scrape type 2
2026-03-29 21:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef5b7cfb-9524-5676-9a70-3ae3ca613824 with scrape type 2
2026-03-29 21:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef5b7cfb-9524-5676-9a70-3ae3ca613824, identifier: 7008007auction111116
2026-03-29 21:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef5b7cfb-9524-5676-9a70-3ae3ca613824 with identifier: 7008007auction111116
2026-03-29 21:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef5b7cfb-9524-5676-9a70-3ae3ca613824 with identifier: 7008007auction111116
2026-03-29 21:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef5b7cfb-9524-5676-9a70-3ae3ca613824 with identifier: 7008007auction111116 to the API
2026-03-29 21:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008007>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ef5b7cfb-9524-5676-9a70-3ae3ca613824',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008007',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 58596,
'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 Tiguan / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 R-Line '
'Exclusive',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 R-Line Exclusive',
'vin': None,
'year': 2021}
2026-03-29 21:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008007auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:44 [ecarstrade.be] INFO: Saving data for 7008007auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624213.236304, 'last_price_update_time': 1774821104.705671}
2026-03-29 21:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008007auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:44 [ecarstrade.be] INFO: Extracting details for car 7008026auction111116
2026-03-29 21:51:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70701ebd-df77-5e5c-a16e-8d2da7ba658d with identifier: 7008026auction111116
2026-03-29 21:51:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70701ebd-df77-5e5c-a16e-8d2da7ba658d with scrape type 2
2026-03-29 21:51:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70701ebd-df77-5e5c-a16e-8d2da7ba658d with scrape type 2
2026-03-29 21:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70701ebd-df77-5e5c-a16e-8d2da7ba658d, identifier: 7008026auction111116
2026-03-29 21:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70701ebd-df77-5e5c-a16e-8d2da7ba658d with identifier: 7008026auction111116
2026-03-29 21:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70701ebd-df77-5e5c-a16e-8d2da7ba658d with identifier: 7008026auction111116
2026-03-29 21:51:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70701ebd-df77-5e5c-a16e-8d2da7ba658d with identifier: 7008026auction111116 to the API
2026-03-29 21:51:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008026>
{'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-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '70701ebd-df77-5e5c-a16e-8d2da7ba658d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008026',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 61567,
'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': 'XC40 Pro Recharge Pure Electric AWD 78kWh BVA',
'transmission': 'automatic',
'trim': 'Pro Recharge Pure Electric AWD 78kWh BVA',
'vin': None,
'year': 2021}
2026-03-29 21:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008026auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:45 [ecarstrade.be] INFO: Saving data for 7008026auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624209.671585, 'last_price_update_time': 1774821105.200828}
2026-03-29 21:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008026auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009400> (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-29 21:51:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:46 [ecarstrade.be] INFO: Extracting details for car 7009400auction99101
2026-03-29 21:51:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fab2a77-a989-503b-ae60-51380bbce7c0 with identifier: 7009400auction99101
2026-03-29 21:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fab2a77-a989-503b-ae60-51380bbce7c0 with scrape type 2
2026-03-29 21:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fab2a77-a989-503b-ae60-51380bbce7c0 with scrape type 2
2026-03-29 21:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8fab2a77-a989-503b-ae60-51380bbce7c0, identifier: 7009400auction99101
2026-03-29 21:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8fab2a77-a989-503b-ae60-51380bbce7c0 with identifier: 7009400auction99101
2026-03-29 21:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8fab2a77-a989-503b-ae60-51380bbce7c0 with identifier: 7009400auction99101
2026-03-29 21:51:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8fab2a77-a989-503b-ae60-51380bbce7c0 with identifier: 7009400auction99101 to the API
2026-03-29 21:51:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009400>
{'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-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8fab2a77-a989-503b-ae60-51380bbce7c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009400',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 117283,
'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': 'VW T-Cross 1.0 TSI 115 Start/Stop DSG7 Style',
'transmission': 'automatic',
'trim': 'VW 1.0 TSI 115 Start/Stop DSG7 Style',
'vin': None,
'year': 2024}
2026-03-29 21:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009400auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:47 [ecarstrade.be] INFO: Saving data for 7009400auction99101: {'auction_closing_time': 1774867200.0, 'created_time': 1774624249.863042, 'last_price_update_time': 1774821107.227917}
2026-03-29 21:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009400auction99101') HTTP/1.1" 204 0
2026-03-29 21:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008003> (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-29 21:51:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009448> (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-29 21:51:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:48 [ecarstrade.be] INFO: Extracting details for car 7008003auction111116
2026-03-29 21:51:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb6877f5-2e14-5171-b32a-31330b6df7d9 with identifier: 7008003auction111116
2026-03-29 21:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb6877f5-2e14-5171-b32a-31330b6df7d9 with scrape type 2
2026-03-29 21:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb6877f5-2e14-5171-b32a-31330b6df7d9 with scrape type 2
2026-03-29 21:51:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cb6877f5-2e14-5171-b32a-31330b6df7d9, identifier: 7008003auction111116
2026-03-29 21:51:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cb6877f5-2e14-5171-b32a-31330b6df7d9 with identifier: 7008003auction111116
2026-03-29 21:51:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cb6877f5-2e14-5171-b32a-31330b6df7d9 with identifier: 7008003auction111116
2026-03-29 21:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cb6877f5-2e14-5171-b32a-31330b6df7d9 with identifier: 7008003auction111116 to the API
2026-03-29 21:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008003>
{'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-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'cb6877f5-2e14-5171-b32a-31330b6df7d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008003',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 43204,
'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': None,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 / 2020 / 5P / Berline 58 kWh 204ch Pro Performance '
'Active(SL)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 58 kWh 204ch Pro Performance '
'Active(SL)',
'vin': None,
'year': 2022}
2026-03-29 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008003auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:49 [ecarstrade.be] INFO: Saving data for 7008003auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624213.954804, 'last_price_update_time': 1774821109.406212}
2026-03-29 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008003auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:49 [ecarstrade.be] INFO: Extracting details for car 7009448auction99101
2026-03-29 21:51:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a836a3a-b612-53b9-bf83-f5bdb43160db with identifier: 7009448auction99101
2026-03-29 21:51:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a836a3a-b612-53b9-bf83-f5bdb43160db with scrape type 2
2026-03-29 21:51:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a836a3a-b612-53b9-bf83-f5bdb43160db with scrape type 2
2026-03-29 21:51:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a836a3a-b612-53b9-bf83-f5bdb43160db, identifier: 7009448auction99101
2026-03-29 21:51:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a836a3a-b612-53b9-bf83-f5bdb43160db with identifier: 7009448auction99101
2026-03-29 21:51:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a836a3a-b612-53b9-bf83-f5bdb43160db with identifier: 7009448auction99101
2026-03-29 21:51:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a836a3a-b612-53b9-bf83-f5bdb43160db with identifier: 7009448auction99101 to the API
2026-03-29 21:51:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009448>
{'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-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4a836a3a-b612-53b9-bf83-f5bdb43160db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009448',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'MG',
'model': 'MG5',
'odometer': 67114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'MG ZS 1.0 L T-GDI 111 CV BVM6 LUXURY GENERATION-1',
'transmission': 'manual',
'trim': 'ZS 1.0 L T-GDI 111 CV BVM6 LUXURY GENERATION-1',
'vin': None,
'year': 2023}
2026-03-29 21:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009448auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:50 [ecarstrade.be] INFO: Saving data for 7009448auction99101: {'auction_closing_time': 1774867200.0, 'created_time': 1774624251.553235, 'last_price_update_time': 1774821110.464904}
2026-03-29 21:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009448auction99101') HTTP/1.1" 204 0
2026-03-29 21:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009499> (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-29 21:51:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:53 [ecarstrade.be] INFO: Extracting details for car 7009499auction99101
2026-03-29 21:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc3cfcb6-c22b-55d5-b974-8819c697d1aa with identifier: 7009499auction99101
2026-03-29 21:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3cfcb6-c22b-55d5-b974-8819c697d1aa with scrape type 2
2026-03-29 21:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc3cfcb6-c22b-55d5-b974-8819c697d1aa with scrape type 2
2026-03-29 21:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc3cfcb6-c22b-55d5-b974-8819c697d1aa, identifier: 7009499auction99101
2026-03-29 21:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc3cfcb6-c22b-55d5-b974-8819c697d1aa with identifier: 7009499auction99101
2026-03-29 21:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc3cfcb6-c22b-55d5-b974-8819c697d1aa with identifier: 7009499auction99101
2026-03-29 21:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc3cfcb6-c22b-55d5-b974-8819c697d1aa with identifier: 7009499auction99101 to the API
2026-03-29 21:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009499>
{'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-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'bc3cfcb6-c22b-55d5-b974-8819c697d1aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009499',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Renault',
'model': 'Captur',
'odometer': 110039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur mild hybrid 140 R.S. line',
'transmission': 'automatic',
'trim': 'mild hybrid 140 R.S. line',
'vin': None,
'year': 2022}
2026-03-29 21:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009499auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:54 [ecarstrade.be] INFO: Saving data for 7009499auction99101: {'auction_closing_time': 1774867200.0, 'created_time': 1774624240.369514, 'last_price_update_time': 1774821114.279342}
2026-03-29 21:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009499auction99101') HTTP/1.1" 204 0
2026-03-29 21:51:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008030> (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-29 21:51:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:54 [ecarstrade.be] INFO: Extracting details for car 7008030auction111116
2026-03-29 21:51:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d58510a6-cb6f-5bed-a715-ce3a7e2da20e with identifier: 7008030auction111116
2026-03-29 21:51:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d58510a6-cb6f-5bed-a715-ce3a7e2da20e with scrape type 2
2026-03-29 21:51:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d58510a6-cb6f-5bed-a715-ce3a7e2da20e with scrape type 2
2026-03-29 21:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d58510a6-cb6f-5bed-a715-ce3a7e2da20e, identifier: 7008030auction111116
2026-03-29 21:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d58510a6-cb6f-5bed-a715-ce3a7e2da20e with identifier: 7008030auction111116
2026-03-29 21:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d58510a6-cb6f-5bed-a715-ce3a7e2da20e with identifier: 7008030auction111116
2026-03-29 21:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d58510a6-cb6f-5bed-a715-ce3a7e2da20e with identifier: 7008030auction111116 to the API
2026-03-29 21:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008030>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'd58510a6-cb6f-5bed-a715-ce3a7e2da20e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008030',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 123282,
'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': 'VOLVO XC60 / 2021 / 5P / SUV B4 197 Geartronic Start',
'transmission': 'automatic',
'trim': 'VOLVO / 2021 / 5P / SUV B4 197 Geartronic Start',
'vin': None,
'year': 2022}
2026-03-29 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008030auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:55 [ecarstrade.be] INFO: Saving data for 7008030auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624251.129313, 'last_price_update_time': 1774821115.11683}
2026-03-29 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008030auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008001> (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-29 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-29 21:51:57 [ecarstrade.be] INFO: Extracting details for car 7008001auction111116
2026-03-29 21:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1aa384d-8390-5ba8-91e8-ece3d18f4488 with identifier: 7008001auction111116
2026-03-29 21:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1aa384d-8390-5ba8-91e8-ece3d18f4488 with scrape type 2
2026-03-29 21:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1aa384d-8390-5ba8-91e8-ece3d18f4488 with scrape type 2
2026-03-29 21:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1aa384d-8390-5ba8-91e8-ece3d18f4488, identifier: 7008001auction111116
2026-03-29 21:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1aa384d-8390-5ba8-91e8-ece3d18f4488 with identifier: 7008001auction111116
2026-03-29 21:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1aa384d-8390-5ba8-91e8-ece3d18f4488 with identifier: 7008001auction111116
2026-03-29 21:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1aa384d-8390-5ba8-91e8-ece3d18f4488 with identifier: 7008001auction111116 to the API
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008001>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b1aa384d-8390-5ba8-91e8-ece3d18f4488',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008001',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 17220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris Cross Hybride / 2021 / 5P / SUV 1.5 HYBRID 116H '
'DYNAMIC BUSINESS BEYOND',
'transmission': 'automatic',
'trim': 'TOYOTA Cross Hybride / 2021 / 5P / SUV 1.5 HYBRID 116H DYNAMIC '
'BUSINESS BEYOND',
'vin': None,
'year': 2024}
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008001auction111116%27 HTTP/1.1" 200 None
2026-03-29 21:51:57 [ecarstrade.be] INFO: Saving data for 7008001auction111116: {'auction_closing_time': 1774867200.0, 'created_time': 1774624210.440287, 'last_price_update_time': 1774821117.45678}
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008001auction111116') HTTP/1.1" 204 0
2026-03-29 21:51:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009427> (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-29 21:51:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:51:57 [ecarstrade.be] INFO: Extracting details for car 7009427auction99101
2026-03-29 21:51:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with identifier: 7009427auction99101
2026-03-29 21:51:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with scrape type 2
2026-03-29 21:51:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with scrape type 2
2026-03-29 21:51:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 334b8268-ea30-5b93-b6e1-9a96329bb4c4, identifier: 7009427auction99101
2026-03-29 21:51:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with identifier: 7009427auction99101
2026-03-29 21:51:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with identifier: 7009427auction99101
2026-03-29 21:51:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with identifier: 7009427auction99101 to the API
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:51:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009427>
{'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-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '334b8268-ea30-5b93-b6e1-9a96329bb4c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009427',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Megane',
'odometer': 67585,
'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': 5,
'seller_name': None,
'title': 'Renault Megane IV Estate Blue dCi 115 EDC Techno',
'transmission': 'automatic',
'trim': 'IV Estate Blue dCi 115 EDC Techno',
'vin': None,
'year': 2024}
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009427auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:51:57 [ecarstrade.be] INFO: Saving data for 7009427auction99101: {'auction_closing_time': 1774867200.0, 'created_time': 1774624250.524075, 'last_price_update_time': 1774821117.956941}
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:51:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009427auction99101') HTTP/1.1" 204 0
2026-03-29 21:52:03 [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-29 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-29 21:52:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7003940auction111076
2026-03-29 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003940auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:03 [ecarstrade.be] INFO: Scrape type for 7003940auction111076: 2
2026-03-29 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7003941auction111076
2026-03-29 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003941auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:03 [ecarstrade.be] INFO: Scrape type for 7003941auction111076: 2
2026-03-29 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7003942auction111076
2026-03-29 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003942auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:03 [ecarstrade.be] INFO: Scrape type for 7003942auction111076: 2
2026-03-29 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7003943auction111076
2026-03-29 21:52:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003943auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:03 [ecarstrade.be] INFO: Scrape type for 7003943auction111076: 2
2026-03-29 21:52:03 [ecarstrade.be] INFO: Found listing with ID: 7003944auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003944auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003944auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003945auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003945auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003945auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003946auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003946auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003946auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003947auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003947auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003947auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003948auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003948auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003948auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003949auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003949auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003949auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003950auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003950auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003950auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003951auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003951auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003951auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003952auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003952auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003952auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003953auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003953auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003953auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003954auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003954auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003954auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003955auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003955auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003955auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003956auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003956auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003956auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003957auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003957auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003957auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003958auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003958auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003958auction111076: 2
2026-03-29 21:52:04 [ecarstrade.be] INFO: Found listing with ID: 7003959auction111076
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003959auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:04 [ecarstrade.be] INFO: Scrape type for 7003959auction111076: 2
2026-03-29 21:52:06 [scrapy.extensions.logstats] INFO: Crawled 632 pages (at 25 pages/min), scraped 589 items (at 22 items/min)
2026-03-29 21:52:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009510> (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-29 21:52:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:10 [ecarstrade.be] INFO: Extracting details for car 7009510auction99101
2026-03-29 21:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with identifier: 7009510auction99101
2026-03-29 21:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with scrape type 2
2026-03-29 21:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with scrape type 2
2026-03-29 21:52:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa, identifier: 7009510auction99101
2026-03-29 21:52:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with identifier: 7009510auction99101
2026-03-29 21:52:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with identifier: 7009510auction99101
2026-03-29 21:52:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with identifier: 7009510auction99101 to the API
2026-03-29 21:52:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:52:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009510>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7b8c1d94-48a5-5978-b4c8-a2441c3096aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009510',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'MG',
'model': 'MG5',
'odometer': 50227,
'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': 'MG ZS 1.0 L T-GDI 111 CV BVM6 LUXURY GENERATION-1',
'transmission': 'manual',
'trim': 'ZS 1.0 L T-GDI 111 CV BVM6 LUXURY GENERATION-1',
'vin': None,
'year': 2022}
2026-03-29 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009510auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:52:10 [ecarstrade.be] INFO: Saving data for 7009510auction99101: {'auction_closing_time': 1774867200.0, 'created_time': 1774624239.968106, 'last_price_update_time': 1774821130.614383}
2026-03-29 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009510auction99101') HTTP/1.1" 204 0
2026-03-29 21:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009487> (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-29 21:52:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003924> (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-29 21:52:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:10 [ecarstrade.be] INFO: Extracting details for car 7009487auction99101
2026-03-29 21:52:10 [ecarstrade.be] INFO: Extracting details for car 7003924auction111076
2026-03-29 21:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b16fffa5-8e1d-5766-9c69-9749b2b67f7e with identifier: 7009487auction99101
2026-03-29 21:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b16fffa5-8e1d-5766-9c69-9749b2b67f7e with scrape type 2
2026-03-29 21:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b16fffa5-8e1d-5766-9c69-9749b2b67f7e with scrape type 2
2026-03-29 21:52:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b16fffa5-8e1d-5766-9c69-9749b2b67f7e, identifier: 7009487auction99101
2026-03-29 21:52:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with identifier: 7003924auction111076
2026-03-29 21:52:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with scrape type 2
2026-03-29 21:52:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with scrape type 2
2026-03-29 21:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082, identifier: 7003924auction111076
2026-03-29 21:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b16fffa5-8e1d-5766-9c69-9749b2b67f7e with identifier: 7009487auction99101
2026-03-29 21:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b16fffa5-8e1d-5766-9c69-9749b2b67f7e with identifier: 7009487auction99101
2026-03-29 21:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b16fffa5-8e1d-5766-9c69-9749b2b67f7e with identifier: 7009487auction99101 to the API
2026-03-29 21:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009487>
{'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-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'b16fffa5-8e1d-5766-9c69-9749b2b67f7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009487',
'listing': 'auction',
'location': 'France - "2ndMove Toulouse"',
'make': 'Renault',
'model': 'Captur',
'odometer': 77893,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur mild hybrid 160 EDC R.S. line',
'transmission': 'automatic',
'trim': 'mild hybrid 160 EDC R.S. line',
'vin': None,
'year': 2022}
2026-03-29 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009487auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:52:11 [ecarstrade.be] INFO: Saving data for 7009487auction99101: {'auction_closing_time': 1774867200.0, 'created_time': 1774624248.242673, 'last_price_update_time': 1774821131.303808}
2026-03-29 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009487auction99101') HTTP/1.1" 204 0
2026-03-29 21:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with identifier: 7003924auction111076
2026-03-29 21:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with identifier: 7003924auction111076
2026-03-29 21:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e8bc4e1-f7c8-5540-bc38-5d019e62c082 with identifier: 7003924auction111076 to the API
2026-03-29 21:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003924>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '4e8bc4e1-f7c8-5540-bc38-5d019e62c082',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003924',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C3',
'odometer': 34844,
'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': 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': 2020}
2026-03-29 21:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003924auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:13 [ecarstrade.be] INFO: Saving data for 7003924auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538167.459265, 'last_price_update_time': 1774821133.466383}
2026-03-29 21:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003924auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009468> (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-29 21:52:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:13 [ecarstrade.be] INFO: Extracting details for car 7009468auction99101
2026-03-29 21:52:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with identifier: 7009468auction99101
2026-03-29 21:52:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with scrape type 2
2026-03-29 21:52:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with scrape type 2
2026-03-29 21:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89a9a92f-9a6a-57c4-90fd-794ca7488a53, identifier: 7009468auction99101
2026-03-29 21:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with identifier: 7009468auction99101
2026-03-29 21:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with identifier: 7009468auction99101
2026-03-29 21:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with identifier: 7009468auction99101 to the API
2026-03-29 21:52:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009468>
{'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-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '89a9a92f-9a6a-57c4-90fd-794ca7488a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009468',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'Peugeot',
'model': '208',
'odometer': 58987,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2022}
2026-03-29 21:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009468auction99101%27 HTTP/1.1" 200 None
2026-03-29 21:52:14 [ecarstrade.be] INFO: Saving data for 7009468auction99101: {'auction_closing_time': 1774867200.0, 'created_time': 1774624252.363872, 'last_price_update_time': 1774821134.17457}
2026-03-29 21:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009468auction99101') HTTP/1.1" 204 0
2026-03-29 21:52:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003939> (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-29 21:52:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:15 [ecarstrade.be] INFO: Extracting details for car 7003939auction111076
2026-03-29 21:52:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with identifier: 7003939auction111076
2026-03-29 21:52:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with scrape type 2
2026-03-29 21:52:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with scrape type 2
2026-03-29 21:52:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68e18e34-f17a-5698-98b0-36d4d50ad2e8, identifier: 7003939auction111076
2026-03-29 21:52:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with identifier: 7003939auction111076
2026-03-29 21:52:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with identifier: 7003939auction111076
2026-03-29 21:52:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68e18e34-f17a-5698-98b0-36d4d50ad2e8 with identifier: 7003939auction111076 to the API
2026-03-29 21:52:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003939>
{'auction_title': '',
'c_o_2_emission_value': 233,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '68e18e34-f17a-5698-98b0-36d4d50ad2e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003939',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 89675,
'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': None,
'seller_name': None,
'title': 'FIAT Ducato / 2014 / 4P / Fourgon tôlé 3.0 M H2 2.3 Multijet 120 '
'Pack Pro Nav',
'transmission': 'manual',
'trim': 'FIAT / 2014 / 4P / Fourgon tôlé 3.0 M H2 2.3 Multijet 120 Pack Pro '
'Nav',
'vin': None,
'year': 2020}
2026-03-29 21:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003939auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:15 [ecarstrade.be] INFO: Saving data for 7003939auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538212.542691, 'last_price_update_time': 1774821135.643721}
2026-03-29 21:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003939auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003923> (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-29 21:52:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:19 [ecarstrade.be] INFO: Extracting details for car 7003923auction111076
2026-03-29 21:52:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28e7676c-3ccd-5dab-a028-9a91d054680e with identifier: 7003923auction111076
2026-03-29 21:52:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28e7676c-3ccd-5dab-a028-9a91d054680e with scrape type 2
2026-03-29 21:52:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28e7676c-3ccd-5dab-a028-9a91d054680e with scrape type 2
2026-03-29 21:52:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28e7676c-3ccd-5dab-a028-9a91d054680e, identifier: 7003923auction111076
2026-03-29 21:52:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28e7676c-3ccd-5dab-a028-9a91d054680e with identifier: 7003923auction111076
2026-03-29 21:52:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28e7676c-3ccd-5dab-a028-9a91d054680e with identifier: 7003923auction111076
2026-03-29 21:52:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28e7676c-3ccd-5dab-a028-9a91d054680e with identifier: 7003923auction111076 to the API
2026-03-29 21:52:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003923>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '28e7676c-3ccd-5dab-a028-9a91d054680e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003923',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 113835,
'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': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 650 1.5 BlueHDi 75CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Club M 650 1.5 BlueHDi 75CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003923auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:19 [ecarstrade.be] INFO: Saving data for 7003923auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538169.209103, 'last_price_update_time': 1774821139.893307}
2026-03-29 21:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003923auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003925> (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-29 21:52:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:20 [ecarstrade.be] INFO: Extracting details for car 7003925auction111076
2026-03-29 21:52:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with identifier: 7003925auction111076
2026-03-29 21:52:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with scrape type 2
2026-03-29 21:52:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with scrape type 2
2026-03-29 21:52:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28, identifier: 7003925auction111076
2026-03-29 21:52:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with identifier: 7003925auction111076
2026-03-29 21:52:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with identifier: 7003925auction111076
2026-03-29 21:52:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d3157c92-6f95-5ab8-a8dc-e1fe49f35a28 with identifier: 7003925auction111076 to the API
2026-03-29 21:52:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003925>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'd3157c92-6f95-5ab8-a8dc-e1fe49f35a28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003925',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C3',
'odometer': 49188,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN C3 Société / 2020 / 5P / Berline / VU BlueHDi 100 SandS '
'BVM6 Feel Business R',
'transmission': 'manual',
'trim': 'CITROEN Société / 2020 / 5P / Berline / VU BlueHDi 100 SandS BVM6 '
'Feel Business R',
'vin': None,
'year': 2024}
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003925auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:21 [ecarstrade.be] INFO: Saving data for 7003925auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538172.400477, 'last_price_update_time': 1774821141.171036}
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003925auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003938> (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-29 21:52:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:21 [ecarstrade.be] INFO: Extracting details for car 7003938auction111076
2026-03-29 21:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with identifier: 7003938auction111076
2026-03-29 21:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with scrape type 2
2026-03-29 21:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with scrape type 2
2026-03-29 21:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027, identifier: 7003938auction111076
2026-03-29 21:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with identifier: 7003938auction111076
2026-03-29 21:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with identifier: 7003938auction111076
2026-03-29 21:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b33cc0d1-e7bd-5e79-bb29-6105ef3a6027 with identifier: 7003938auction111076 to the API
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003938>
{'auction_title': '',
'c_o_2_emission_value': 231,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.3L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'b33cc0d1-e7bd-5e79-bb29-6105ef3a6027',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003938',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 60983,
'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': 'FIAT Ducato 2014 4P Fourgon tôlé 30 C H1 23 Multijet 120 Pack '
'Pro Nav',
'transmission': 'manual',
'trim': 'FIAT 2014 4P Fourgon tôlé 30 C H1 23 Multijet 120 Pack Pro Nav',
'vin': None,
'year': 2020}
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003938auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:21 [ecarstrade.be] INFO: Saving data for 7003938auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538215.99987, 'last_price_update_time': 1774821141.669191}
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003938auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003937> (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-29 21:52:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:27 [ecarstrade.be] INFO: Extracting details for car 7003937auction111076
2026-03-29 21:52:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e494ab06-afbb-5b13-8e5a-731ab228c660 with identifier: 7003937auction111076
2026-03-29 21:52:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e494ab06-afbb-5b13-8e5a-731ab228c660 with scrape type 2
2026-03-29 21:52:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e494ab06-afbb-5b13-8e5a-731ab228c660 with scrape type 2
2026-03-29 21:52:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e494ab06-afbb-5b13-8e5a-731ab228c660, identifier: 7003937auction111076
2026-03-29 21:52:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e494ab06-afbb-5b13-8e5a-731ab228c660 with identifier: 7003937auction111076
2026-03-29 21:52:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e494ab06-afbb-5b13-8e5a-731ab228c660 with identifier: 7003937auction111076
2026-03-29 21:52:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e494ab06-afbb-5b13-8e5a-731ab228c660 with identifier: 7003937auction111076 to the API
2026-03-29 21:52:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003937>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'e494ab06-afbb-5b13-8e5a-731ab228c660',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003937',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 89102,
'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': 3,
'seller_name': None,
'title': 'Jumpy Fourgon Driver M 2.0 BlueHDi 120CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Driver M 2.0 BlueHDi 120CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003937auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:27 [ecarstrade.be] INFO: Saving data for 7003937auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538216.359597, 'last_price_update_time': 1774821147.897842}
2026-03-29 21:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003937auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003931> (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-29 21:52:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:31 [ecarstrade.be] INFO: Extracting details for car 7003931auction111076
2026-03-29 21:52:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3 with identifier: 7003931auction111076
2026-03-29 21:52:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3 with scrape type 2
2026-03-29 21:52:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3 with scrape type 2
2026-03-29 21:52:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3, identifier: 7003931auction111076
2026-03-29 21:52:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3 with identifier: 7003931auction111076
2026-03-29 21:52:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3 with identifier: 7003931auction111076
2026-03-29 21:52:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3 with identifier: 7003931auction111076 to the API
2026-03-29 21:52:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003931>
{'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-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'c35d44a7-7dc8-5481-9fdd-a1f2c4a4b6c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003931',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C4',
'odometer': 88323,
'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': 'C4 X Feel Pack 1.2 PureTech 130CV BVA8 6E',
'transmission': 'automatic',
'trim': 'X Feel Pack 1.2 PureTech 130CV BVA8 6E',
'vin': None,
'year': 2023}
2026-03-29 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003931auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:32 [ecarstrade.be] INFO: Saving data for 7003931auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538278.779349, 'last_price_update_time': 1774821152.246053}
2026-03-29 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003931auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003932> (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-29 21:52:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003934> (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-29 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-29 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-29 21:52:32 [ecarstrade.be] INFO: Extracting details for car 7003932auction111076
2026-03-29 21:52:32 [ecarstrade.be] INFO: Extracting details for car 7003934auction111076
2026-03-29 21:52:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with identifier: 7003932auction111076
2026-03-29 21:52:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with scrape type 2
2026-03-29 21:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with scrape type 2
2026-03-29 21:52:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee, identifier: 7003932auction111076
2026-03-29 21:52:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with identifier: 7003934auction111076
2026-03-29 21:52:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with scrape type 2
2026-03-29 21:52:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with scrape type 2
2026-03-29 21:52:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dced2ca-e060-58ef-a543-f94ff9e36bd7, identifier: 7003934auction111076
2026-03-29 21:52:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with identifier: 7003932auction111076
2026-03-29 21:52:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with identifier: 7003932auction111076
2026-03-29 21:52:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3797e7b0-31ff-5c8e-9f67-22d0d953f3ee with identifier: 7003932auction111076 to the API
2026-03-29 21:52:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003932>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '3797e7b0-31ff-5c8e-9f67-22d0d953f3ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003932',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 93873,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN Jumper / 2014 / 4P / Fourgon tôlé 30 L1H1 BlueHDi 130 BVM6 '
'Business',
'transmission': 'manual',
'trim': 'CITROEN / 2014 / 4P / Fourgon tôlé 30 L1H1 BlueHDi 130 BVM6 '
'Business',
'vin': None,
'year': 2019}
2026-03-29 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003932auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:32 [ecarstrade.be] INFO: Saving data for 7003932auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538214.48934, 'last_price_update_time': 1774821152.857922}
2026-03-29 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003932auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with identifier: 7003934auction111076
2026-03-29 21:52:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with identifier: 7003934auction111076
2026-03-29 21:52:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dced2ca-e060-58ef-a543-f94ff9e36bd7 with identifier: 7003934auction111076 to the API
2026-03-29 21:52:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003934>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '1dced2ca-e060-58ef-a543-f94ff9e36bd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003934',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 98388,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN Jumper VU 4p Fourgon 35 L2H2 BlueHDi 130 S&S BVM6 Club',
'transmission': 'manual',
'trim': 'CITROEN VU 4p Fourgon 35 L2H2 BlueHDi 130 S&S BVM6 Club',
'vin': None,
'year': 2019}
2026-03-29 21:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003934auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:33 [ecarstrade.be] INFO: Saving data for 7003934auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538213.74926, 'last_price_update_time': 1774821153.128619}
2026-03-29 21:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003934auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003933> (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-29 21:52:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:34 [ecarstrade.be] INFO: Extracting details for car 7003933auction111076
2026-03-29 21:52:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with identifier: 7003933auction111076
2026-03-29 21:52:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with scrape type 2
2026-03-29 21:52:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with scrape type 2
2026-03-29 21:52:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e60cd02-c184-5db0-b6a6-e07c5fc47456, identifier: 7003933auction111076
2026-03-29 21:52:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with identifier: 7003933auction111076
2026-03-29 21:52:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with identifier: 7003933auction111076
2026-03-29 21:52:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e60cd02-c184-5db0-b6a6-e07c5fc47456 with identifier: 7003933auction111076 to the API
2026-03-29 21:52:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003933>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '3e60cd02-c184-5db0-b6a6-e07c5fc47456',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003933',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 117987,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'C5 Aircross Business 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Business 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003933auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:35 [ecarstrade.be] INFO: Saving data for 7003933auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538215.037245, 'last_price_update_time': 1774821155.272271}
2026-03-29 21:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003933auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003936> (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-29 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-29 21:52:40 [ecarstrade.be] INFO: Extracting details for car 7003936auction111076
2026-03-29 21:52:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with identifier: 7003936auction111076
2026-03-29 21:52:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with scrape type 2
2026-03-29 21:52:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with scrape type 2
2026-03-29 21:52:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53558f10-7c00-5c24-a2a1-eaefe25e9f94, identifier: 7003936auction111076
2026-03-29 21:52:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with identifier: 7003936auction111076
2026-03-29 21:52:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with identifier: 7003936auction111076
2026-03-29 21:52:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53558f10-7c00-5c24-a2a1-eaefe25e9f94 with identifier: 7003936auction111076 to the API
2026-03-29 21:52:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003936>
{'auction_title': '',
'c_o_2_emission_value': 213,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '53558f10-7c00-5c24-a2a1-eaefe25e9f94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003936',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 42538,
'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': None,
'seller_name': None,
'title': 'FIAT Ducato / 2014 / 4P / Fourgon tôlé H3-Power 120 3.0 M H2 Pack',
'transmission': 'manual',
'trim': 'FIAT / 2014 / 4P / Fourgon tôlé H3-Power 120 3.0 M H2 Pack',
'vin': None,
'year': 2022}
2026-03-29 21:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003936auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:40 [ecarstrade.be] INFO: Saving data for 7003936auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538217.632294, 'last_price_update_time': 1774821160.451207}
2026-03-29 21:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003936auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003955> (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-29 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-29 21:52:44 [ecarstrade.be] INFO: Extracting details for car 7003955auction111076
2026-03-29 21:52:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e48a5232-0a92-5eae-bf45-4ff971287192 with identifier: 7003955auction111076
2026-03-29 21:52:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e48a5232-0a92-5eae-bf45-4ff971287192 with scrape type 2
2026-03-29 21:52:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e48a5232-0a92-5eae-bf45-4ff971287192 with scrape type 2
2026-03-29 21:52:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e48a5232-0a92-5eae-bf45-4ff971287192, identifier: 7003955auction111076
2026-03-29 21:52:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e48a5232-0a92-5eae-bf45-4ff971287192 with identifier: 7003955auction111076
2026-03-29 21:52:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e48a5232-0a92-5eae-bf45-4ff971287192 with identifier: 7003955auction111076
2026-03-29 21:52:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e48a5232-0a92-5eae-bf45-4ff971287192 with identifier: 7003955auction111076 to the API
2026-03-29 21:52:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003955>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'e48a5232-0a92-5eae-bf45-4ff971287192',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003955',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '108',
'odometer': 110435,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 4,
'seller_name': None,
'title': '108 Active 1.0 70CV BVM5 E6',
'transmission': 'manual',
'trim': 'Active 1.0 70CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-29 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003955auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:44 [ecarstrade.be] INFO: Saving data for 7003955auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538240.743203, 'last_price_update_time': 1774821164.931105}
2026-03-29 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003955auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003929> (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-29 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-29 21:52:45 [ecarstrade.be] INFO: Extracting details for car 7003929auction111076
2026-03-29 21:52:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 865d73d4-faf8-5d20-8613-ec54a2e856ef with identifier: 7003929auction111076
2026-03-29 21:52:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 865d73d4-faf8-5d20-8613-ec54a2e856ef with scrape type 2
2026-03-29 21:52:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 865d73d4-faf8-5d20-8613-ec54a2e856ef with scrape type 2
2026-03-29 21:52:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 865d73d4-faf8-5d20-8613-ec54a2e856ef, identifier: 7003929auction111076
2026-03-29 21:52:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 865d73d4-faf8-5d20-8613-ec54a2e856ef with identifier: 7003929auction111076
2026-03-29 21:52:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 865d73d4-faf8-5d20-8613-ec54a2e856ef with identifier: 7003929auction111076
2026-03-29 21:52:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 865d73d4-faf8-5d20-8613-ec54a2e856ef with identifier: 7003929auction111076 to the API
2026-03-29 21:52:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:52:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003929>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '865d73d4-faf8-5d20-8613-ec54a2e856ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003929',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 127140,
'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': 2,
'seller_name': None,
'title': 'C3 Aircross Shine 1.5 BlueHDi 120CV BVA6 E6d / TRANSFO VP/VF',
'transmission': 'automatic',
'trim': 'Shine 1.5 BlueHDi 120CV BVA6 E6d / TRANSFO VP/VF',
'vin': None,
'year': 2022}
2026-03-29 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003929auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:45 [ecarstrade.be] INFO: Saving data for 7003929auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538268.031812, 'last_price_update_time': 1774821165.421869}
2026-03-29 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003929auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003957> (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-29 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-29 21:52:46 [ecarstrade.be] INFO: Extracting details for car 7003957auction111076
2026-03-29 21:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49609085-f5d2-5e1d-b68d-e2115f0af37f with identifier: 7003957auction111076
2026-03-29 21:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49609085-f5d2-5e1d-b68d-e2115f0af37f with scrape type 2
2026-03-29 21:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49609085-f5d2-5e1d-b68d-e2115f0af37f with scrape type 2
2026-03-29 21:52:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49609085-f5d2-5e1d-b68d-e2115f0af37f, identifier: 7003957auction111076
2026-03-29 21:52:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49609085-f5d2-5e1d-b68d-e2115f0af37f with identifier: 7003957auction111076
2026-03-29 21:52:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49609085-f5d2-5e1d-b68d-e2115f0af37f with identifier: 7003957auction111076
2026-03-29 21:52:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49609085-f5d2-5e1d-b68d-e2115f0af37f with identifier: 7003957auction111076 to the API
2026-03-29 21:52:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:52:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003957>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '49609085-f5d2-5e1d-b68d-e2115f0af37f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003957',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 97980,
'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': 5,
'seller_name': None,
'title': '2008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003957auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:47 [ecarstrade.be] INFO: Saving data for 7003957auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538249.551258, 'last_price_update_time': 1774821167.301213}
2026-03-29 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003957auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003959> (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-29 21:52:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:53 [ecarstrade.be] INFO: Extracting details for car 7003959auction111076
2026-03-29 21:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with identifier: 7003959auction111076
2026-03-29 21:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with scrape type 2
2026-03-29 21:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with scrape type 2
2026-03-29 21:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e18bca4-e047-5bf5-846e-f42a001f3bb4, identifier: 7003959auction111076
2026-03-29 21:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with identifier: 7003959auction111076
2026-03-29 21:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with identifier: 7003959auction111076
2026-03-29 21:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e18bca4-e047-5bf5-846e-f42a001f3bb4 with identifier: 7003959auction111076 to the API
2026-03-29 21:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:52:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003959>
{'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-30T11:40:00Z',
'fuel_type': 'Electric',
'id': '9e18bca4-e047-5bf5-846e-f42a001f3bb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003959',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '208',
'odometer': 15661,
'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': '208 (e-) Active Business 50kWh BVA',
'transmission': 'automatic',
'trim': '(e-) Active Business 50kWh BVA',
'vin': None,
'year': 2020}
2026-03-29 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003959auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:53 [ecarstrade.be] INFO: Saving data for 7003959auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538246.239525, 'last_price_update_time': 1774821173.43521}
2026-03-29 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003959auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003952> (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-29 21:52:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:53 [ecarstrade.be] INFO: Extracting details for car 7003952auction111076
2026-03-29 21:52:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f485f06-6906-50db-9d10-8e81af1bcf3a with identifier: 7003952auction111076
2026-03-29 21:52:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f485f06-6906-50db-9d10-8e81af1bcf3a with scrape type 2
2026-03-29 21:52:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f485f06-6906-50db-9d10-8e81af1bcf3a with scrape type 2
2026-03-29 21:52:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f485f06-6906-50db-9d10-8e81af1bcf3a, identifier: 7003952auction111076
2026-03-29 21:52:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f485f06-6906-50db-9d10-8e81af1bcf3a with identifier: 7003952auction111076
2026-03-29 21:52:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f485f06-6906-50db-9d10-8e81af1bcf3a with identifier: 7003952auction111076
2026-03-29 21:52:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f485f06-6906-50db-9d10-8e81af1bcf3a with identifier: 7003952auction111076 to the API
2026-03-29 21:52:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:52:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003952>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '8f485f06-6906-50db-9d10-8e81af1bcf3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003952',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 41913,
'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': 'Crossland X Elegance Business 1.2 Turbo 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Elegance Business 1.2 Turbo 110CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003952auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:54 [ecarstrade.be] INFO: Saving data for 7003952auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538239.976189, 'last_price_update_time': 1774821174.422168}
2026-03-29 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003952auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003930> (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-29 21:52:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:55 [ecarstrade.be] INFO: Extracting details for car 7003930auction111076
2026-03-29 21:52:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57f15cb8-43aa-5f8b-a422-00e9d166dff8 with identifier: 7003930auction111076
2026-03-29 21:52:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57f15cb8-43aa-5f8b-a422-00e9d166dff8 with scrape type 2
2026-03-29 21:52:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57f15cb8-43aa-5f8b-a422-00e9d166dff8 with scrape type 2
2026-03-29 21:52:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57f15cb8-43aa-5f8b-a422-00e9d166dff8, identifier: 7003930auction111076
2026-03-29 21:52:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57f15cb8-43aa-5f8b-a422-00e9d166dff8 with identifier: 7003930auction111076
2026-03-29 21:52:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57f15cb8-43aa-5f8b-a422-00e9d166dff8 with identifier: 7003930auction111076
2026-03-29 21:52:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57f15cb8-43aa-5f8b-a422-00e9d166dff8 with identifier: 7003930auction111076 to the API
2026-03-29 21:52:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:52:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003930>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '57f15cb8-43aa-5f8b-a422-00e9d166dff8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003930',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C4',
'odometer': 121795,
'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': 2,
'seller_name': None,
'title': 'C4 Berline Feel Nav Business R 1.5 BlueHDI 130CV BVA8 6E',
'transmission': 'automatic',
'trim': 'Berline Feel Nav Business R 1.5 BlueHDI 130CV BVA8 6E',
'vin': None,
'year': 2023}
2026-03-29 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003930auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:55 [ecarstrade.be] INFO: Saving data for 7003930auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538281.055166, 'last_price_update_time': 1774821175.773881}
2026-03-29 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003930auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003958> (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-29 21:52:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:52:56 [ecarstrade.be] INFO: Extracting details for car 7003958auction111076
2026-03-29 21:52:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with identifier: 7003958auction111076
2026-03-29 21:52:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with scrape type 2
2026-03-29 21:52:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with scrape type 2
2026-03-29 21:52:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d, identifier: 7003958auction111076
2026-03-29 21:52:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with identifier: 7003958auction111076
2026-03-29 21:52:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with identifier: 7003958auction111076
2026-03-29 21:52:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e9c3494-cfe5-5519-b2aa-637f8d7af69d with identifier: 7003958auction111076 to the API
2026-03-29 21:52:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:52: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-29 21:52:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003958>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '1e9c3494-cfe5-5519-b2aa-637f8d7af69d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003958',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 80693,
'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': '2008 Active Business 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Business 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003958auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:56 [ecarstrade.be] INFO: Saving data for 7003958auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538244.29716, 'last_price_update_time': 1774821176.537647}
2026-03-29 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003958auction111076') HTTP/1.1" 204 0
2026-03-29 21:52:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003953> (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-29 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-29 21:52:57 [ecarstrade.be] INFO: Extracting details for car 7003953auction111076
2026-03-29 21:52:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b5b5467-5e39-5a32-a8d4-914373e4e298 with identifier: 7003953auction111076
2026-03-29 21:52:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b5b5467-5e39-5a32-a8d4-914373e4e298 with scrape type 2
2026-03-29 21:52:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b5b5467-5e39-5a32-a8d4-914373e4e298 with scrape type 2
2026-03-29 21:52:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b5b5467-5e39-5a32-a8d4-914373e4e298, identifier: 7003953auction111076
2026-03-29 21:52:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b5b5467-5e39-5a32-a8d4-914373e4e298 with identifier: 7003953auction111076
2026-03-29 21:52:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b5b5467-5e39-5a32-a8d4-914373e4e298 with identifier: 7003953auction111076
2026-03-29 21:52:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b5b5467-5e39-5a32-a8d4-914373e4e298 with identifier: 7003953auction111076 to the API
2026-03-29 21:52:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:52:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003953>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '6b5b5467-5e39-5a32-a8d4-914373e4e298',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003953',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 120575,
'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': 'Grandland X Elegance Business 1.5 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Elegance Business 1.5 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003953auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:52:58 [ecarstrade.be] INFO: Saving data for 7003953auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538241.669604, 'last_price_update_time': 1774821178.108631}
2026-03-29 21:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:52:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003953auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003950> (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-29 21:53:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:01 [ecarstrade.be] INFO: Extracting details for car 7003950auction111076
2026-03-29 21:53:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb080666-246c-5e6d-8ada-8c16b641b544 with identifier: 7003950auction111076
2026-03-29 21:53:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb080666-246c-5e6d-8ada-8c16b641b544 with scrape type 2
2026-03-29 21:53:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb080666-246c-5e6d-8ada-8c16b641b544 with scrape type 2
2026-03-29 21:53:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb080666-246c-5e6d-8ada-8c16b641b544, identifier: 7003950auction111076
2026-03-29 21:53:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb080666-246c-5e6d-8ada-8c16b641b544 with identifier: 7003950auction111076
2026-03-29 21:53:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb080666-246c-5e6d-8ada-8c16b641b544 with identifier: 7003950auction111076
2026-03-29 21:53:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb080666-246c-5e6d-8ada-8c16b641b544 with identifier: 7003950auction111076 to the API
2026-03-29 21:53:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:53:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003950>
{'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-30T11:40:00Z',
'fuel_type': 'Electric',
'id': 'bb080666-246c-5e6d-8ada-8c16b641b544',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003950',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 69756,
'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': 'NISSAN Leaf / 2017 / 5P / Berline 62 kWh 217ch Business+',
'transmission': 'automatic',
'trim': 'NISSAN / 2017 / 5P / Berline 62 kWh 217ch Business+',
'vin': None,
'year': 2020}
2026-03-29 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003950auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:01 [ecarstrade.be] INFO: Saving data for 7003950auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538241.213078, 'last_price_update_time': 1774821181.433281}
2026-03-29 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003950auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003951> (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-29 21:53:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:02 [ecarstrade.be] INFO: Extracting details for car 7003951auction111076
2026-03-29 21:53:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0914b08-8ff0-5ef4-8922-9f930c7f6281 with identifier: 7003951auction111076
2026-03-29 21:53:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0914b08-8ff0-5ef4-8922-9f930c7f6281 with scrape type 2
2026-03-29 21:53:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0914b08-8ff0-5ef4-8922-9f930c7f6281 with scrape type 2
2026-03-29 21:53:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0914b08-8ff0-5ef4-8922-9f930c7f6281, identifier: 7003951auction111076
2026-03-29 21:53:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0914b08-8ff0-5ef4-8922-9f930c7f6281 with identifier: 7003951auction111076
2026-03-29 21:53:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0914b08-8ff0-5ef4-8922-9f930c7f6281 with identifier: 7003951auction111076
2026-03-29 21:53:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0914b08-8ff0-5ef4-8922-9f930c7f6281 with identifier: 7003951auction111076 to the API
2026-03-29 21:53:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:53:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003951>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'b0914b08-8ff0-5ef4-8922-9f930c7f6281',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003951',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 97524,
'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': 2,
'seller_name': None,
'title': 'Corsa F Elegance Business 1.2 Turbo 100CV BVM6 E6d / TRANSFO VP/VF',
'transmission': 'manual',
'trim': 'F Elegance Business 1.2 Turbo 100CV BVM6 E6d / TRANSFO VP/VF',
'vin': None,
'year': 2022}
2026-03-29 21:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003951auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:02 [ecarstrade.be] INFO: Saving data for 7003951auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538243.044325, 'last_price_update_time': 1774821182.66531}
2026-03-29 21:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003951auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003948> (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-29 21:53:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:04 [ecarstrade.be] INFO: Extracting details for car 7003948auction111076
2026-03-29 21:53:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with identifier: 7003948auction111076
2026-03-29 21:53:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with scrape type 2
2026-03-29 21:53:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with scrape type 2
2026-03-29 21:53:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a, identifier: 7003948auction111076
2026-03-29 21:53:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with identifier: 7003948auction111076
2026-03-29 21:53:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with identifier: 7003948auction111076
2026-03-29 21:53:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82881b84-b9bc-5d1d-8569-d50f8bb7e87a with identifier: 7003948auction111076 to the API
2026-03-29 21:53:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003948>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '82881b84-b9bc-5d1d-8569-d50f8bb7e87a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003948',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'MAN',
'model': 'Mini Cooper SE Countryman',
'odometer': 86673,
'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': 'MINI Countryman / 2020 / 5P / Crossover Cooper SE ALL4 Busi Design '
'125+95ch BVA6',
'transmission': 'automatic',
'trim': 'MINI Countryman / 2020 / 5P / Crossover Cooper SE ALL4 Busi Design '
'125+95ch BVA6',
'vin': None,
'year': 2021}
2026-03-29 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003948auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:04 [ecarstrade.be] INFO: Saving data for 7003948auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538248.539778, 'last_price_update_time': 1774821184.784861}
2026-03-29 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003948auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:06 [scrapy.extensions.logstats] INFO: Crawled 657 pages (at 25 pages/min), scraped 614 items (at 25 items/min)
2026-03-29 21:53:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:53:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003956> (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-29 21:53:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:07 [ecarstrade.be] INFO: Extracting details for car 7003956auction111076
2026-03-29 21:53:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with identifier: 7003956auction111076
2026-03-29 21:53:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with scrape type 2
2026-03-29 21:53:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with scrape type 2
2026-03-29 21:53:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3, identifier: 7003956auction111076
2026-03-29 21:53:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with identifier: 7003956auction111076
2026-03-29 21:53:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with identifier: 7003956auction111076
2026-03-29 21:53:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3 with identifier: 7003956auction111076 to the API
2026-03-29 21:53:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003956>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'ccb9cbd2-e46d-5213-86f4-c529ed2f3bc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003956',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 112573,
'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': '2008 Active Business 1.5 HDi 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDi 110CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003956auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:07 [ecarstrade.be] INFO: Saving data for 7003956auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538244.649983, 'last_price_update_time': 1774821187.989304}
2026-03-29 21:53:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003956auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003949> (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-29 21:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:08 [ecarstrade.be] INFO: Extracting details for car 7003949auction111076
2026-03-29 21:53:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd8a979c-2bde-5742-ae7e-60377ab6b82a with identifier: 7003949auction111076
2026-03-29 21:53:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd8a979c-2bde-5742-ae7e-60377ab6b82a with scrape type 2
2026-03-29 21:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd8a979c-2bde-5742-ae7e-60377ab6b82a with scrape type 2
2026-03-29 21:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd8a979c-2bde-5742-ae7e-60377ab6b82a, identifier: 7003949auction111076
2026-03-29 21:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd8a979c-2bde-5742-ae7e-60377ab6b82a with identifier: 7003949auction111076
2026-03-29 21:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd8a979c-2bde-5742-ae7e-60377ab6b82a with identifier: 7003949auction111076
2026-03-29 21:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd8a979c-2bde-5742-ae7e-60377ab6b82a with identifier: 7003949auction111076 to the API
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003949>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'cd8a979c-2bde-5742-ae7e-60377ab6b82a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003949',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 57239,
'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': 'NISSAN Juke / 2019 / 5P / Crossover DIG-T 114 DCT Business+',
'transmission': 'automatic',
'trim': 'NISSAN / 2019 / 5P / Crossover DIG-T 114 DCT Business+',
'vin': None,
'year': 2022}
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003949auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:08 [ecarstrade.be] INFO: Saving data for 7003949auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538249.040321, 'last_price_update_time': 1774821188.467226}
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003949auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003945> (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-29 21:53:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:08 [ecarstrade.be] INFO: Extracting details for car 7003945auction111076
2026-03-29 21:53:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 258dc547-132f-55ed-a527-24301e262939 with identifier: 7003945auction111076
2026-03-29 21:53:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 258dc547-132f-55ed-a527-24301e262939 with scrape type 2
2026-03-29 21:53:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 258dc547-132f-55ed-a527-24301e262939 with scrape type 2
2026-03-29 21:53:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 258dc547-132f-55ed-a527-24301e262939, identifier: 7003945auction111076
2026-03-29 21:53:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 258dc547-132f-55ed-a527-24301e262939 with identifier: 7003945auction111076
2026-03-29 21:53:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 258dc547-132f-55ed-a527-24301e262939 with identifier: 7003945auction111076
2026-03-29 21:53:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 258dc547-132f-55ed-a527-24301e262939 with identifier: 7003945auction111076 to the API
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003945>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '258dc547-132f-55ed-a527-24301e262939',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003945',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 64534,
'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-BENZ Classe A Berline / 2018 / 4P / Berline A 250 e AMG '
'Line 8G-DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe A Berline / 2018 / 4P / Berline A 250 e AMG '
'Line 8G-DCT',
'vin': None,
'year': 2021}
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003945auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:08 [ecarstrade.be] INFO: Saving data for 7003945auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538219.427197, 'last_price_update_time': 1774821188.974248}
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003945auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003954> (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-29 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-29 21:53:13 [ecarstrade.be] INFO: Extracting details for car 7003954auction111076
2026-03-29 21:53:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd6337b1-911d-5958-8e67-9c2e5c4255c8 with identifier: 7003954auction111076
2026-03-29 21:53:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd6337b1-911d-5958-8e67-9c2e5c4255c8 with scrape type 2
2026-03-29 21:53:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd6337b1-911d-5958-8e67-9c2e5c4255c8 with scrape type 2
2026-03-29 21:53:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd6337b1-911d-5958-8e67-9c2e5c4255c8, identifier: 7003954auction111076
2026-03-29 21:53:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd6337b1-911d-5958-8e67-9c2e5c4255c8 with identifier: 7003954auction111076
2026-03-29 21:53:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd6337b1-911d-5958-8e67-9c2e5c4255c8 with identifier: 7003954auction111076
2026-03-29 21:53:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd6337b1-911d-5958-8e67-9c2e5c4255c8 with identifier: 7003954auction111076 to the API
2026-03-29 21:53:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003954>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'bd6337b1-911d-5958-8e67-9c2e5c4255c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003954',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 79650,
'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': '2008 Style 1.2 PureTech 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Style 1.2 PureTech 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003954auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:14 [ecarstrade.be] INFO: Saving data for 7003954auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538242.199997, 'last_price_update_time': 1774821194.15024}
2026-03-29 21:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003954auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003946> (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-29 21:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:15 [ecarstrade.be] INFO: Extracting details for car 7003946auction111076
2026-03-29 21:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 784009c3-a153-5270-a509-c7509b5df58c with identifier: 7003946auction111076
2026-03-29 21:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 784009c3-a153-5270-a509-c7509b5df58c with scrape type 2
2026-03-29 21:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 784009c3-a153-5270-a509-c7509b5df58c with scrape type 2
2026-03-29 21:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 784009c3-a153-5270-a509-c7509b5df58c, identifier: 7003946auction111076
2026-03-29 21:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 784009c3-a153-5270-a509-c7509b5df58c with identifier: 7003946auction111076
2026-03-29 21:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 784009c3-a153-5270-a509-c7509b5df58c with identifier: 7003946auction111076
2026-03-29 21:53:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 784009c3-a153-5270-a509-c7509b5df58c with identifier: 7003946auction111076 to the API
2026-03-29 21:53:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003946>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.3L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '784009c3-a153-5270-a509-c7509b5df58c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003946',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'B 200',
'odometer': 57569,
'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-BENZ Classe B / 2019 / 5P / monospace B 200 AMG Line '
'Edition BA7',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe B / 2019 / 5P / monospace AMG Line Edition BA7',
'vin': None,
'year': 2021}
2026-03-29 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003946auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:15 [ecarstrade.be] INFO: Saving data for 7003946auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538268.66151, 'last_price_update_time': 1774821195.756624}
2026-03-29 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003946auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003940> (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-29 21:53:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:15 [ecarstrade.be] INFO: Extracting details for car 7003940auction111076
2026-03-29 21:53:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with identifier: 7003940auction111076
2026-03-29 21:53:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with scrape type 2
2026-03-29 21:53:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with scrape type 2
2026-03-29 21:53:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fda6be25-8f18-5bcf-909e-c7b01fb05cb2, identifier: 7003940auction111076
2026-03-29 21:53:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with identifier: 7003940auction111076
2026-03-29 21:53:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with identifier: 7003940auction111076
2026-03-29 21:53:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fda6be25-8f18-5bcf-909e-c7b01fb05cb2 with identifier: 7003940auction111076 to the API
2026-03-29 21:53:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003940>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fda6be25-8f18-5bcf-909e-c7b01fb05cb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003940',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 31197,
'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': 'FORD Kuga / 2019 / 5P / SUV 2.5 190 hybrid Flexifuel Pshift '
'Titanium',
'transmission': 'automatic',
'trim': 'FORD / 2019 / 5P / SUV 2.5 190 hybrid Flexifuel Pshift Titanium',
'vin': None,
'year': 2023}
2026-03-29 21:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003940auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:16 [ecarstrade.be] INFO: Saving data for 7003940auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538210.904261, 'last_price_update_time': 1774821196.270092}
2026-03-29 21:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003940auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003943> (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-29 21:53:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:18 [ecarstrade.be] INFO: Extracting details for car 7003943auction111076
2026-03-29 21:53:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e8d605e-d027-5fdb-92f5-c4625de9e844 with identifier: 7003943auction111076
2026-03-29 21:53:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e8d605e-d027-5fdb-92f5-c4625de9e844 with scrape type 2
2026-03-29 21:53:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e8d605e-d027-5fdb-92f5-c4625de9e844 with scrape type 2
2026-03-29 21:53:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e8d605e-d027-5fdb-92f5-c4625de9e844, identifier: 7003943auction111076
2026-03-29 21:53:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e8d605e-d027-5fdb-92f5-c4625de9e844 with identifier: 7003943auction111076
2026-03-29 21:53:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e8d605e-d027-5fdb-92f5-c4625de9e844 with identifier: 7003943auction111076
2026-03-29 21:53:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e8d605e-d027-5fdb-92f5-c4625de9e844 with identifier: 7003943auction111076 to the API
2026-03-29 21:53:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003943>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1e8d605e-d027-5fdb-92f5-c4625de9e844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003943',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 112992,
'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': None,
'seller_name': None,
'title': 'Kona Intuitive Hybrid 2WD 1.6 GDI 140CV BVA6 E6d / Pare-brise HS',
'transmission': 'automatic',
'trim': 'Intuitive Hybrid 2WD 1.6 GDI 140CV BVA6 E6d / Pare-brise HS',
'vin': None,
'year': 2022}
2026-03-29 21:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003943auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:19 [ecarstrade.be] INFO: Saving data for 7003943auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538209.4606, 'last_price_update_time': 1774821199.051969}
2026-03-29 21:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003943auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:21 [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-29 21:53:21 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003960auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003960auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003960auction111076: 2
2026-03-29 21:53:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003961auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003961auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003961auction111076: 2
2026-03-29 21:53:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003944> (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-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003962auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003962auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003962auction111076: 2
2026-03-29 21:53:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003963auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003963auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003963auction111076: 2
2026-03-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003964auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003964auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003964auction111076: 2
2026-03-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003965auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003965auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003965auction111076: 2
2026-03-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003966auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003966auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003966auction111076: 2
2026-03-29 21:53:21 [ecarstrade.be] INFO: Extracting details for car 7003944auction111076
2026-03-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003967auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003967auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003967auction111076: 2
2026-03-29 21:53:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with identifier: 7003944auction111076
2026-03-29 21:53:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with scrape type 2
2026-03-29 21:53:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with scrape type 2
2026-03-29 21:53:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4b123cf-1a79-5fe2-a02f-9a942fae8a77, identifier: 7003944auction111076
2026-03-29 21:53:21 [ecarstrade.be] INFO: Found listing with ID: 7003968auction111076
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003968auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:21 [ecarstrade.be] INFO: Scrape type for 7003968auction111076: 2
2026-03-29 21:53:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with identifier: 7003944auction111076
2026-03-29 21:53:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with identifier: 7003944auction111076
2026-03-29 21:53:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4b123cf-1a79-5fe2-a02f-9a942fae8a77 with identifier: 7003944auction111076 to the API
2026-03-29 21:53:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003944>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'd4b123cf-1a79-5fe2-a02f-9a942fae8a77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003944',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': "cee'd",
'odometer': 129326,
'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': 2,
'seller_name': None,
'title': 'Ceed Sportswagon Active 1.6 CRDi 135CV BVA7 E6d / TRANSFO VP VF',
'transmission': 'automatic',
'trim': 'Ceed Sportswagon Active 1.6 CRDi 135CV BVA7 E6d / TRANSFO VP VF',
'vin': None,
'year': 2023}
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003944auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Saving data for 7003944auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538217.088629, 'last_price_update_time': 1774821202.074961}
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003944auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003969auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003969auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003969auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003970auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003970auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003970auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003971auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003971auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003971auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003972auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003972auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003972auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003973auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003973auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003973auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003974auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003974auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003974auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003975auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003975auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003975auction111076: 0
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003976auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003976auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003976auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003977auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003977auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003977auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003978auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003978auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003978auction111076: 2
2026-03-29 21:53:22 [ecarstrade.be] INFO: Found listing with ID: 7003979auction111076
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003979auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:22 [ecarstrade.be] INFO: Scrape type for 7003979auction111076: 2
2026-03-29 21:53:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003941> (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-29 21:53:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:23 [ecarstrade.be] INFO: Extracting details for car 7003941auction111076
2026-03-29 21:53:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with identifier: 7003941auction111076
2026-03-29 21:53:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with scrape type 2
2026-03-29 21:53:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with scrape type 2
2026-03-29 21:53:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55, identifier: 7003941auction111076
2026-03-29 21:53:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with identifier: 7003941auction111076
2026-03-29 21:53:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with identifier: 7003941auction111076
2026-03-29 21:53:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 838fc3ef-e984-5ed8-b09c-dd1b192a2c55 with identifier: 7003941auction111076 to the API
2026-03-29 21:53:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003941>
{'auction_title': '',
'c_o_2_emission_value': 228,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '838fc3ef-e984-5ed8-b09c-dd1b192a2c55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003941',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Transit',
'odometer': 4964,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit / 2019 / 4P / Fourgon tôlé 2.0 ECOB 130PS 330 L3H2 '
'TREND BUSINESS',
'transmission': 'manual',
'trim': 'FORD / 2019 / 4P / Fourgon tôlé 2.0 ECOB 130PS 330 L3H2 TREND '
'BUSINESS',
'vin': None,
'year': 2024}
2026-03-29 21:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003941auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:24 [ecarstrade.be] INFO: Saving data for 7003941auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538211.720919, 'last_price_update_time': 1774821204.897223}
2026-03-29 21:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003941auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003947> (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-29 21:53:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:25 [ecarstrade.be] INFO: Extracting details for car 7003947auction111076
2026-03-29 21:53:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 877eadfd-6544-5441-ba1f-537608ff73e8 with identifier: 7003947auction111076
2026-03-29 21:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 877eadfd-6544-5441-ba1f-537608ff73e8 with scrape type 2
2026-03-29 21:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 877eadfd-6544-5441-ba1f-537608ff73e8 with scrape type 2
2026-03-29 21:53:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 877eadfd-6544-5441-ba1f-537608ff73e8, identifier: 7003947auction111076
2026-03-29 21:53:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 877eadfd-6544-5441-ba1f-537608ff73e8 with identifier: 7003947auction111076
2026-03-29 21:53:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 877eadfd-6544-5441-ba1f-537608ff73e8 with identifier: 7003947auction111076
2026-03-29 21:53:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 877eadfd-6544-5441-ba1f-537608ff73e8 with identifier: 7003947auction111076 to the API
2026-03-29 21:53:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003947>
{'auction_title': '',
'c_o_2_emission_value': 211,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '877eadfd-6544-5441-ba1f-537608ff73e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003947',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 111998,
'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': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ Sprinter VU 4p Fourgon 316 CDI 37S 3.5T',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ VU 4p Fourgon 316 CDI 37S 3.5T',
'vin': None,
'year': 2018}
2026-03-29 21:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003947auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:25 [ecarstrade.be] INFO: Saving data for 7003947auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538266.953554, 'last_price_update_time': 1774821205.77615}
2026-03-29 21:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003947auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003926> (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-29 21:53:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:25 [ecarstrade.be] INFO: Extracting details for car 7003926auction111076
2026-03-29 21:53:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b78561b5-96e9-5a02-be95-7df60db49640 with identifier: 7003926auction111076
2026-03-29 21:53:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b78561b5-96e9-5a02-be95-7df60db49640 with scrape type 2
2026-03-29 21:53:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b78561b5-96e9-5a02-be95-7df60db49640 with scrape type 2
2026-03-29 21:53:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b78561b5-96e9-5a02-be95-7df60db49640, identifier: 7003926auction111076
2026-03-29 21:53:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b78561b5-96e9-5a02-be95-7df60db49640 with identifier: 7003926auction111076
2026-03-29 21:53:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b78561b5-96e9-5a02-be95-7df60db49640 with identifier: 7003926auction111076
2026-03-29 21:53:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b78561b5-96e9-5a02-be95-7df60db49640 with identifier: 7003926auction111076 to the API
2026-03-29 21:53:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003926>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'b78561b5-96e9-5a02-be95-7df60db49640',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003926',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 74953,
'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': 'C3 Shine Business 1.2 PureTech 110CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Shine Business 1.2 PureTech 110CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003926auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:26 [ecarstrade.be] INFO: Saving data for 7003926auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538224.790561, 'last_price_update_time': 1774821206.304663}
2026-03-29 21:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003926auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003960> (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-29 21:53:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:29 [ecarstrade.be] INFO: Extracting details for car 7003960auction111076
2026-03-29 21:53:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff697c8-dfac-5f5b-ae5c-829d9db471d8 with identifier: 7003960auction111076
2026-03-29 21:53:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff697c8-dfac-5f5b-ae5c-829d9db471d8 with scrape type 2
2026-03-29 21:53:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dff697c8-dfac-5f5b-ae5c-829d9db471d8 with scrape type 2
2026-03-29 21:53:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dff697c8-dfac-5f5b-ae5c-829d9db471d8, identifier: 7003960auction111076
2026-03-29 21:53:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dff697c8-dfac-5f5b-ae5c-829d9db471d8 with identifier: 7003960auction111076
2026-03-29 21:53:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dff697c8-dfac-5f5b-ae5c-829d9db471d8 with identifier: 7003960auction111076
2026-03-29 21:53:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dff697c8-dfac-5f5b-ae5c-829d9db471d8 with identifier: 7003960auction111076 to the API
2026-03-29 21:53:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003960>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'dff697c8-dfac-5f5b-ae5c-829d9db471d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003960',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '208',
'odometer': 96866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Affaire Premium Pack 1.2 80CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Affaire Premium Pack 1.2 80CV BVM5 E6dT',
'vin': None,
'year': 2018}
2026-03-29 21:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003960auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:30 [ecarstrade.be] INFO: Saving data for 7003960auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538245.416056, 'last_price_update_time': 1774821210.845334}
2026-03-29 21:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003960auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003961> (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-29 21:53:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:31 [ecarstrade.be] INFO: Extracting details for car 7003961auction111076
2026-03-29 21:53:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3685a5b-60c8-5ed6-a565-93e772b8837c with identifier: 7003961auction111076
2026-03-29 21:53:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3685a5b-60c8-5ed6-a565-93e772b8837c with scrape type 2
2026-03-29 21:53:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3685a5b-60c8-5ed6-a565-93e772b8837c with scrape type 2
2026-03-29 21:53:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3685a5b-60c8-5ed6-a565-93e772b8837c, identifier: 7003961auction111076
2026-03-29 21:53:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3685a5b-60c8-5ed6-a565-93e772b8837c with identifier: 7003961auction111076
2026-03-29 21:53:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3685a5b-60c8-5ed6-a565-93e772b8837c with identifier: 7003961auction111076
2026-03-29 21:53:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3685a5b-60c8-5ed6-a565-93e772b8837c with identifier: 7003961auction111076 to the API
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003961>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'f3685a5b-60c8-5ed6-a565-93e772b8837c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003961',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '208',
'odometer': 5044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-01',
'seats_number': 5,
'seller_name': None,
'title': '208 Active 1.2 PureTech 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active 1.2 PureTech 100CV BVM6 E6d',
'vin': None,
'year': 2024}
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003961auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:32 [ecarstrade.be] INFO: Saving data for 7003961auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538249.954308, 'last_price_update_time': 1774821212.26931}
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003961auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003942> (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-29 21:53:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:32 [ecarstrade.be] INFO: Extracting details for car 7003942auction111076
2026-03-29 21:53:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21d0dbce-df3a-5141-b065-d2b823590731 with identifier: 7003942auction111076
2026-03-29 21:53:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21d0dbce-df3a-5141-b065-d2b823590731 with scrape type 2
2026-03-29 21:53:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21d0dbce-df3a-5141-b065-d2b823590731 with scrape type 2
2026-03-29 21:53:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21d0dbce-df3a-5141-b065-d2b823590731, identifier: 7003942auction111076
2026-03-29 21:53:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21d0dbce-df3a-5141-b065-d2b823590731 with identifier: 7003942auction111076
2026-03-29 21:53:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21d0dbce-df3a-5141-b065-d2b823590731 with identifier: 7003942auction111076
2026-03-29 21:53:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21d0dbce-df3a-5141-b065-d2b823590731 with identifier: 7003942auction111076 to the API
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003942>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '21d0dbce-df3a-5141-b065-d2b823590731',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003942',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Bayon',
'odometer': 112016,
'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': 2,
'seller_name': None,
'title': 'BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 HYBRID 48V INTUITIVE / '
'TRANSFO VP/VF',
'transmission': 'automatic',
'trim': 'BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 HYBRID 48V INTUITIVE / TRANSFO '
'VP/VF',
'vin': None,
'year': 2023}
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003942auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:32 [ecarstrade.be] INFO: Saving data for 7003942auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538232.952075, 'last_price_update_time': 1774821212.777266}
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003942auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003928> (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-29 21:53:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:39 [ecarstrade.be] INFO: Extracting details for car 7003928auction111076
2026-03-29 21:53:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee49274a-d3dd-5b00-9550-6d70df8d4a96 with identifier: 7003928auction111076
2026-03-29 21:53:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee49274a-d3dd-5b00-9550-6d70df8d4a96 with scrape type 2
2026-03-29 21:53:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee49274a-d3dd-5b00-9550-6d70df8d4a96 with scrape type 2
2026-03-29 21:53:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee49274a-d3dd-5b00-9550-6d70df8d4a96, identifier: 7003928auction111076
2026-03-29 21:53:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee49274a-d3dd-5b00-9550-6d70df8d4a96 with identifier: 7003928auction111076
2026-03-29 21:53:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee49274a-d3dd-5b00-9550-6d70df8d4a96 with identifier: 7003928auction111076
2026-03-29 21:53:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee49274a-d3dd-5b00-9550-6d70df8d4a96 with identifier: 7003928auction111076 to the API
2026-03-29 21:53:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003928>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'ee49274a-d3dd-5b00-9550-6d70df8d4a96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003928',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 129570,
'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': 2,
'seller_name': None,
'title': 'C3 Aircross Feel Pack Business 1.5 BlueHDi 120CV BVA6 E6d / TRANSFO '
'VP/VF',
'transmission': 'automatic',
'trim': 'Feel Pack Business 1.5 BlueHDi 120CV BVA6 E6d / TRANSFO VP/VF',
'vin': None,
'year': 2021}
2026-03-29 21:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003928auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:39 [ecarstrade.be] INFO: Saving data for 7003928auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538213.055119, 'last_price_update_time': 1774821219.657914}
2026-03-29 21:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003928auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003927> (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-29 21:53:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:40 [ecarstrade.be] INFO: Extracting details for car 7003927auction111076
2026-03-29 21:53:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dba40035-d32b-553e-88fc-ad14f4fd7ac1 with identifier: 7003927auction111076
2026-03-29 21:53:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dba40035-d32b-553e-88fc-ad14f4fd7ac1 with scrape type 2
2026-03-29 21:53:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dba40035-d32b-553e-88fc-ad14f4fd7ac1 with scrape type 2
2026-03-29 21:53:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dba40035-d32b-553e-88fc-ad14f4fd7ac1, identifier: 7003927auction111076
2026-03-29 21:53:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dba40035-d32b-553e-88fc-ad14f4fd7ac1 with identifier: 7003927auction111076
2026-03-29 21:53:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dba40035-d32b-553e-88fc-ad14f4fd7ac1 with identifier: 7003927auction111076
2026-03-29 21:53:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dba40035-d32b-553e-88fc-ad14f4fd7ac1 with identifier: 7003927auction111076 to the API
2026-03-29 21:53:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003927>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'dba40035-d32b-553e-88fc-ad14f4fd7ac1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003927',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 68084,
'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': 'C3 Feel 1.2 PureTech 80CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Feel 1.2 PureTech 80CV BVM5 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003927auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:40 [ecarstrade.be] INFO: Saving data for 7003927auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538263.268272, 'last_price_update_time': 1774821220.52131}
2026-03-29 21:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003927auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003963> (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-29 21:53:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:42 [ecarstrade.be] INFO: Extracting details for car 7003963auction111076
2026-03-29 21:53:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 250b3264-207e-5dab-ab54-16e6ac1a5861 with identifier: 7003963auction111076
2026-03-29 21:53:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 250b3264-207e-5dab-ab54-16e6ac1a5861 with scrape type 2
2026-03-29 21:53:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 250b3264-207e-5dab-ab54-16e6ac1a5861 with scrape type 2
2026-03-29 21:53:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 250b3264-207e-5dab-ab54-16e6ac1a5861, identifier: 7003963auction111076
2026-03-29 21:53:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 250b3264-207e-5dab-ab54-16e6ac1a5861 with identifier: 7003963auction111076
2026-03-29 21:53:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 250b3264-207e-5dab-ab54-16e6ac1a5861 with identifier: 7003963auction111076
2026-03-29 21:53:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 250b3264-207e-5dab-ab54-16e6ac1a5861 with identifier: 7003963auction111076 to the API
2026-03-29 21:53:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:53:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003963>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '250b3264-207e-5dab-ab54-16e6ac1a5861',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003963',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 105479,
'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': '3008 II Allure Pack 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Allure Pack 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003963auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:44 [ecarstrade.be] INFO: Saving data for 7003963auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538243.721476, 'last_price_update_time': 1774821224.014973}
2026-03-29 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003963auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003964> (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-29 21:53:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:45 [ecarstrade.be] INFO: Extracting details for car 7003964auction111076
2026-03-29 21:53:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0751a1f-164a-5ceb-baa4-ec77261403c6 with identifier: 7003964auction111076
2026-03-29 21:53:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0751a1f-164a-5ceb-baa4-ec77261403c6 with scrape type 2
2026-03-29 21:53:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0751a1f-164a-5ceb-baa4-ec77261403c6 with scrape type 2
2026-03-29 21:53:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0751a1f-164a-5ceb-baa4-ec77261403c6, identifier: 7003964auction111076
2026-03-29 21:53:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0751a1f-164a-5ceb-baa4-ec77261403c6 with identifier: 7003964auction111076
2026-03-29 21:53:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0751a1f-164a-5ceb-baa4-ec77261403c6 with identifier: 7003964auction111076
2026-03-29 21:53:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0751a1f-164a-5ceb-baa4-ec77261403c6 with identifier: 7003964auction111076 to the API
2026-03-29 21:53:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:53:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003964>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'b0751a1f-164a-5ceb-baa4-ec77261403c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003964',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 104466,
'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': '3008 Active Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003964auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:45 [ecarstrade.be] INFO: Saving data for 7003964auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538218.734387, 'last_price_update_time': 1774821225.814935}
2026-03-29 21:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003964auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003966> (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-29 21:53:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:48 [ecarstrade.be] INFO: Extracting details for car 7003966auction111076
2026-03-29 21:53:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f48ddf5c-b955-5210-941e-70dfdb4b016e with identifier: 7003966auction111076
2026-03-29 21:53:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f48ddf5c-b955-5210-941e-70dfdb4b016e with scrape type 2
2026-03-29 21:53:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f48ddf5c-b955-5210-941e-70dfdb4b016e with scrape type 2
2026-03-29 21:53:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f48ddf5c-b955-5210-941e-70dfdb4b016e, identifier: 7003966auction111076
2026-03-29 21:53:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f48ddf5c-b955-5210-941e-70dfdb4b016e with identifier: 7003966auction111076
2026-03-29 21:53:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f48ddf5c-b955-5210-941e-70dfdb4b016e with identifier: 7003966auction111076
2026-03-29 21:53:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f48ddf5c-b955-5210-941e-70dfdb4b016e with identifier: 7003966auction111076 to the API
2026-03-29 21:53:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:53:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003966>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'f48ddf5c-b955-5210-941e-70dfdb4b016e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003966',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '3008',
'odometer': 91432,
'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': '3008 Allure Business 1.5 HDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Allure Business 1.5 HDi 130CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003966auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:48 [ecarstrade.be] INFO: Saving data for 7003966auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538334.17406, 'last_price_update_time': 1774821228.962023}
2026-03-29 21:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003966auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:50 [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-29 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-29 21:53:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003980auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003980auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003980auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003981auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003981auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003981auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003982auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003982auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003982auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003983auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003983auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003983auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003984auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003984auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003984auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003985auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003985auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003985auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003986auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003986auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003986auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003987auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003987auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003987auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003988auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003988auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003988auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003989auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003989auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003989auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003990auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003990auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003990auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003991auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003991auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003991auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003992auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003992auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:50 [ecarstrade.be] INFO: Scrape type for 7003992auction111076: 2
2026-03-29 21:53:50 [ecarstrade.be] INFO: Found listing with ID: 7003993auction111076
2026-03-29 21:53:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003993auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:51 [ecarstrade.be] INFO: Scrape type for 7003993auction111076: 2
2026-03-29 21:53:51 [ecarstrade.be] INFO: Found listing with ID: 7003994auction111076
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003994auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:51 [ecarstrade.be] INFO: Scrape type for 7003994auction111076: 2
2026-03-29 21:53:51 [ecarstrade.be] INFO: Found listing with ID: 7003995auction111076
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003995auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:51 [ecarstrade.be] INFO: Scrape type for 7003995auction111076: 2
2026-03-29 21:53:51 [ecarstrade.be] INFO: Found listing with ID: 7003996auction111076
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003996auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:51 [ecarstrade.be] INFO: Scrape type for 7003996auction111076: 2
2026-03-29 21:53:51 [ecarstrade.be] INFO: Found listing with ID: 7003997auction111076
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003997auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:51 [ecarstrade.be] INFO: Scrape type for 7003997auction111076: 2
2026-03-29 21:53:51 [ecarstrade.be] INFO: Found listing with ID: 7003998auction111076
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003998auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:51 [ecarstrade.be] INFO: Scrape type for 7003998auction111076: 2
2026-03-29 21:53:51 [ecarstrade.be] INFO: Found listing with ID: 7003999auction111076
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003999auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:51 [ecarstrade.be] INFO: Scrape type for 7003999auction111076: 2
2026-03-29 21:53:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003978> (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-29 21:53:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:55 [ecarstrade.be] INFO: Extracting details for car 7003978auction111076
2026-03-29 21:53:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea16e288-b6ef-502d-8694-9359ae09ae47 with identifier: 7003978auction111076
2026-03-29 21:53:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea16e288-b6ef-502d-8694-9359ae09ae47 with scrape type 2
2026-03-29 21:53:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea16e288-b6ef-502d-8694-9359ae09ae47 with scrape type 2
2026-03-29 21:53:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea16e288-b6ef-502d-8694-9359ae09ae47, identifier: 7003978auction111076
2026-03-29 21:53:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea16e288-b6ef-502d-8694-9359ae09ae47 with identifier: 7003978auction111076
2026-03-29 21:53:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea16e288-b6ef-502d-8694-9359ae09ae47 with identifier: 7003978auction111076
2026-03-29 21:53:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea16e288-b6ef-502d-8694-9359ae09ae47 with identifier: 7003978auction111076 to the API
2026-03-29 21:53:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:53:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003978>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'ea16e288-b6ef-502d-8694-9359ae09ae47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003978',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 98961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Partner L1 Premium Pack 1.6 HDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'L1 Premium Pack 1.6 HDi 100CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-29 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003978auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:56 [ecarstrade.be] INFO: Saving data for 7003978auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538286.694894, 'last_price_update_time': 1774821236.788517}
2026-03-29 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003978auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003977> (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-29 21:53:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:57 [ecarstrade.be] INFO: Extracting details for car 7003977auction111076
2026-03-29 21:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75d1c6bc-a78e-55e8-a8c6-340587ffd14c with identifier: 7003977auction111076
2026-03-29 21:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75d1c6bc-a78e-55e8-a8c6-340587ffd14c with scrape type 2
2026-03-29 21:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75d1c6bc-a78e-55e8-a8c6-340587ffd14c with scrape type 2
2026-03-29 21:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75d1c6bc-a78e-55e8-a8c6-340587ffd14c, identifier: 7003977auction111076
2026-03-29 21:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75d1c6bc-a78e-55e8-a8c6-340587ffd14c with identifier: 7003977auction111076
2026-03-29 21:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75d1c6bc-a78e-55e8-a8c6-340587ffd14c with identifier: 7003977auction111076
2026-03-29 21:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75d1c6bc-a78e-55e8-a8c6-340587ffd14c with identifier: 7003977auction111076 to the API
2026-03-29 21:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53: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-29 21:53:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003977>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '75d1c6bc-a78e-55e8-a8c6-340587ffd14c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003977',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 23076,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT Partner VU 3p Fourgonnette 1.6 BLUEHDI 100 STANDARD PRO',
'transmission': 'manual',
'trim': 'PEUGEOT VU 3p Fourgonnette 1.6 BLUEHDI 100 STANDARD PRO',
'vin': None,
'year': 2017}
2026-03-29 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003977auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:57 [ecarstrade.be] INFO: Saving data for 7003977auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538287.120642, 'last_price_update_time': 1774821237.497141}
2026-03-29 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003977auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003968> (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-29 21:53:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:57 [ecarstrade.be] INFO: Extracting details for car 7003968auction111076
2026-03-29 21:53:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8983d11-685c-507b-81b2-1fbeb846975a with identifier: 7003968auction111076
2026-03-29 21:53:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8983d11-685c-507b-81b2-1fbeb846975a with scrape type 2
2026-03-29 21:53:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8983d11-685c-507b-81b2-1fbeb846975a with scrape type 2
2026-03-29 21:53:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8983d11-685c-507b-81b2-1fbeb846975a, identifier: 7003968auction111076
2026-03-29 21:53:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8983d11-685c-507b-81b2-1fbeb846975a with identifier: 7003968auction111076
2026-03-29 21:53:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8983d11-685c-507b-81b2-1fbeb846975a with identifier: 7003968auction111076
2026-03-29 21:53:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8983d11-685c-507b-81b2-1fbeb846975a with identifier: 7003968auction111076 to the API
2026-03-29 21:53:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:53:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:53:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003968>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'c8983d11-685c-507b-81b2-1fbeb846975a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003968',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 84326,
'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': '308 Active Pack 1.2 PureTech 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.2 PureTech 110CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003968auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:53:59 [ecarstrade.be] INFO: Saving data for 7003968auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538290.031395, 'last_price_update_time': 1774821239.026009}
2026-03-29 21:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:53:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003968auction111076') HTTP/1.1" 204 0
2026-03-29 21:53:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003962> (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-29 21:53:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:53:59 [ecarstrade.be] INFO: Extracting details for car 7003962auction111076
2026-03-29 21:54:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with identifier: 7003962auction111076
2026-03-29 21:54:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with scrape type 2
2026-03-29 21:54:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with scrape type 2
2026-03-29 21:54:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27, identifier: 7003962auction111076
2026-03-29 21:54:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with identifier: 7003962auction111076
2026-03-29 21:54:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with identifier: 7003962auction111076
2026-03-29 21:54:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27 with identifier: 7003962auction111076 to the API
2026-03-29 21:54:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003962>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '1eed0cc9-3ba6-5fd1-b7fb-8eea5a47ef27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003962',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 115459,
'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': '3008 II Active Pack 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Active Pack 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003962auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:00 [ecarstrade.be] INFO: Saving data for 7003962auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538245.943586, 'last_price_update_time': 1774821240.374642}
2026-03-29 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003962auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003967> (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-29 21:54:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:02 [ecarstrade.be] INFO: Extracting details for car 7003967auction111076
2026-03-29 21:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2d24c4-182f-517b-b83a-95baa12812e6 with identifier: 7003967auction111076
2026-03-29 21:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2d24c4-182f-517b-b83a-95baa12812e6 with scrape type 2
2026-03-29 21:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2d24c4-182f-517b-b83a-95baa12812e6 with scrape type 2
2026-03-29 21:54:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c2d24c4-182f-517b-b83a-95baa12812e6, identifier: 7003967auction111076
2026-03-29 21:54:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c2d24c4-182f-517b-b83a-95baa12812e6 with identifier: 7003967auction111076
2026-03-29 21:54:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c2d24c4-182f-517b-b83a-95baa12812e6 with identifier: 7003967auction111076
2026-03-29 21:54:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c2d24c4-182f-517b-b83a-95baa12812e6 with identifier: 7003967auction111076 to the API
2026-03-29 21:54:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003967>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '1c2d24c4-182f-517b-b83a-95baa12812e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003967',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 120765,
'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': '3008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003967auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:02 [ecarstrade.be] INFO: Saving data for 7003967auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538290.633272, 'last_price_update_time': 1774821242.789304}
2026-03-29 21:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003967auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003965> (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-29 21:54:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003979> (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-29 21:54:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:02 [ecarstrade.be] INFO: Extracting details for car 7003965auction111076
2026-03-29 21:54:02 [ecarstrade.be] INFO: Extracting details for car 7003979auction111076
2026-03-29 21:54:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3284d52-24e9-5db9-8834-a92deff3ed78 with identifier: 7003965auction111076
2026-03-29 21:54:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3284d52-24e9-5db9-8834-a92deff3ed78 with scrape type 2
2026-03-29 21:54:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3284d52-24e9-5db9-8834-a92deff3ed78 with scrape type 2
2026-03-29 21:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3284d52-24e9-5db9-8834-a92deff3ed78, identifier: 7003965auction111076
2026-03-29 21:54:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7117f8dc-0fd6-5611-9511-7657a8b94561 with identifier: 7003979auction111076
2026-03-29 21:54:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7117f8dc-0fd6-5611-9511-7657a8b94561 with scrape type 2
2026-03-29 21:54:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7117f8dc-0fd6-5611-9511-7657a8b94561 with scrape type 2
2026-03-29 21:54:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7117f8dc-0fd6-5611-9511-7657a8b94561, identifier: 7003979auction111076
2026-03-29 21:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3284d52-24e9-5db9-8834-a92deff3ed78 with identifier: 7003965auction111076
2026-03-29 21:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3284d52-24e9-5db9-8834-a92deff3ed78 with identifier: 7003965auction111076
2026-03-29 21:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3284d52-24e9-5db9-8834-a92deff3ed78 with identifier: 7003965auction111076 to the API
2026-03-29 21:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003965>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'e3284d52-24e9-5db9-8834-a92deff3ed78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003965',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 115514,
'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': '3008 Allure Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003965auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:03 [ecarstrade.be] INFO: Saving data for 7003965auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538218.17833, 'last_price_update_time': 1774821243.393727}
2026-03-29 21:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003965auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7117f8dc-0fd6-5611-9511-7657a8b94561 with identifier: 7003979auction111076
2026-03-29 21:54:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7117f8dc-0fd6-5611-9511-7657a8b94561 with identifier: 7003979auction111076
2026-03-29 21:54:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7117f8dc-0fd6-5611-9511-7657a8b94561 with identifier: 7003979auction111076 to the API
2026-03-29 21:54:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003979>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '7117f8dc-0fd6-5611-9511-7657a8b94561',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003979',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 98707,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'Captur Business 0.9 TCe 90CV BVM5 E6 / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'Business 0.9 TCe 90CV BVM5 E6 / TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-29 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003979auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:04 [ecarstrade.be] INFO: Saving data for 7003979auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538288.021762, 'last_price_update_time': 1774821244.283634}
2026-03-29 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003979auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003974> (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-29 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-29 21:54:04 [ecarstrade.be] INFO: Extracting details for car 7003974auction111076
2026-03-29 21:54:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cc14c70-0793-5345-8ad8-30418a732bcd with identifier: 7003974auction111076
2026-03-29 21:54:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cc14c70-0793-5345-8ad8-30418a732bcd with scrape type 2
2026-03-29 21:54:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cc14c70-0793-5345-8ad8-30418a732bcd with scrape type 2
2026-03-29 21:54:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cc14c70-0793-5345-8ad8-30418a732bcd, identifier: 7003974auction111076
2026-03-29 21:54:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cc14c70-0793-5345-8ad8-30418a732bcd with identifier: 7003974auction111076
2026-03-29 21:54:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cc14c70-0793-5345-8ad8-30418a732bcd with identifier: 7003974auction111076
2026-03-29 21:54:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cc14c70-0793-5345-8ad8-30418a732bcd with identifier: 7003974auction111076 to the API
2026-03-29 21:54:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003974>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '8cc14c70-0793-5345-8ad8-30418a732bcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003974',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 124417,
'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': 3,
'seller_name': None,
'title': 'PEUGEOT Boxer / 2014 / 4P / Fourgon tôlé BlueHDi S&S 140 S&S '
'ASPHALT 333 L2H2',
'transmission': 'manual',
'trim': 'PEUGEOT / 2014 / 4P / Fourgon tôlé BlueHDi S&S 140 S&S ASPHALT 333 '
'L2H2',
'vin': None,
'year': 2020}
2026-03-29 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003974auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:04 [ecarstrade.be] INFO: Saving data for 7003974auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538333.609343, 'last_price_update_time': 1774821244.77786}
2026-03-29 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003974auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:06 [scrapy.extensions.logstats] INFO: Crawled 686 pages (at 29 pages/min), scraped 641 items (at 27 items/min)
2026-03-29 21:54:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:54:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003980> (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-29 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-29 21:54:11 [ecarstrade.be] INFO: Extracting details for car 7003980auction111076
2026-03-29 21:54:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a42fc64b-0c61-5357-8e1b-ea8b1958585f with identifier: 7003980auction111076
2026-03-29 21:54:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a42fc64b-0c61-5357-8e1b-ea8b1958585f with scrape type 2
2026-03-29 21:54:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a42fc64b-0c61-5357-8e1b-ea8b1958585f with scrape type 2
2026-03-29 21:54:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a42fc64b-0c61-5357-8e1b-ea8b1958585f, identifier: 7003980auction111076
2026-03-29 21:54:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a42fc64b-0c61-5357-8e1b-ea8b1958585f with identifier: 7003980auction111076
2026-03-29 21:54:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a42fc64b-0c61-5357-8e1b-ea8b1958585f with identifier: 7003980auction111076
2026-03-29 21:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a42fc64b-0c61-5357-8e1b-ea8b1958585f with identifier: 7003980auction111076 to the API
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003980>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'a42fc64b-0c61-5357-8e1b-ea8b1958585f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003980',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 95839,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Rifter Allure L1 1.2 PureTech 110CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Allure L1 1.2 PureTech 110CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003980auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:12 [ecarstrade.be] INFO: Saving data for 7003980auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538287.604763, 'last_price_update_time': 1774821252.21734}
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003980auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003970> (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-29 21:54:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:12 [ecarstrade.be] INFO: Extracting details for car 7003970auction111076
2026-03-29 21:54:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with identifier: 7003970auction111076
2026-03-29 21:54:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with scrape type 2
2026-03-29 21:54:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with scrape type 2
2026-03-29 21:54:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9bb38ac5-f403-5137-9cf5-81501f59e8f3, identifier: 7003970auction111076
2026-03-29 21:54:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with identifier: 7003970auction111076
2026-03-29 21:54:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with identifier: 7003970auction111076
2026-03-29 21:54:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9bb38ac5-f403-5137-9cf5-81501f59e8f3 with identifier: 7003970auction111076 to the API
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003970>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '9bb38ac5-f403-5137-9cf5-81501f59e8f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003970',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 96556,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 2,
'seller_name': None,
'title': '308 SW / 2017 / 5P / Break BlueHDi 130 EAT6 S&S ACTIVE BUSINESS / '
'TRANSFO VP/VF',
'transmission': 'automatic',
'trim': 'SW / 2017 / 5P / Break BlueHDi 130 EAT6 S&S ACTIVE BUSINESS / '
'TRANSFO VP/VF',
'vin': None,
'year': 2019}
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003970auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:12 [ecarstrade.be] INFO: Saving data for 7003970auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538262.270536, 'last_price_update_time': 1774821252.71126}
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003970auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003976> (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-29 21:54:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:13 [ecarstrade.be] INFO: Extracting details for car 7003976auction111076
2026-03-29 21:54:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1098262-ea66-5949-8d5c-44dd2bf9aba3 with identifier: 7003976auction111076
2026-03-29 21:54:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1098262-ea66-5949-8d5c-44dd2bf9aba3 with scrape type 2
2026-03-29 21:54:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1098262-ea66-5949-8d5c-44dd2bf9aba3 with scrape type 2
2026-03-29 21:54:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1098262-ea66-5949-8d5c-44dd2bf9aba3, identifier: 7003976auction111076
2026-03-29 21:54:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1098262-ea66-5949-8d5c-44dd2bf9aba3 with identifier: 7003976auction111076
2026-03-29 21:54:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1098262-ea66-5949-8d5c-44dd2bf9aba3 with identifier: 7003976auction111076
2026-03-29 21:54:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1098262-ea66-5949-8d5c-44dd2bf9aba3 with identifier: 7003976auction111076 to the API
2026-03-29 21:54:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003976>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'e1098262-ea66-5949-8d5c-44dd2bf9aba3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003976',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 118304,
'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': 3,
'seller_name': None,
'title': 'Expert Fourgon Premium L2 1.5 HDi 120CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Premium L2 1.5 HDi 120CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003976auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:13 [ecarstrade.be] INFO: Saving data for 7003976auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538289.583649, 'last_price_update_time': 1774821253.770172}
2026-03-29 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003976auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003971> (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-29 21:54:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:14 [ecarstrade.be] INFO: Extracting details for car 7003971auction111076
2026-03-29 21:54:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca6f9731-b977-52a3-99b5-4263e2be3657 with identifier: 7003971auction111076
2026-03-29 21:54:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca6f9731-b977-52a3-99b5-4263e2be3657 with scrape type 2
2026-03-29 21:54:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca6f9731-b977-52a3-99b5-4263e2be3657 with scrape type 2
2026-03-29 21:54:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca6f9731-b977-52a3-99b5-4263e2be3657, identifier: 7003971auction111076
2026-03-29 21:54:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca6f9731-b977-52a3-99b5-4263e2be3657 with identifier: 7003971auction111076
2026-03-29 21:54:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca6f9731-b977-52a3-99b5-4263e2be3657 with identifier: 7003971auction111076
2026-03-29 21:54:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca6f9731-b977-52a3-99b5-4263e2be3657 with identifier: 7003971auction111076 to the API
2026-03-29 21:54:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003971>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'ca6f9731-b977-52a3-99b5-4263e2be3657',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003971',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 123034,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 5,
'seller_name': None,
'title': '308 SW Active Business 1.2 PureTech 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'SW Active Business 1.2 PureTech 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-29 21:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003971auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:14 [ecarstrade.be] INFO: Saving data for 7003971auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538266.419774, 'last_price_update_time': 1774821254.624245}
2026-03-29 21:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003971auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003969> (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-29 21:54:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:16 [ecarstrade.be] INFO: Extracting details for car 7003969auction111076
2026-03-29 21:54:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4 with identifier: 7003969auction111076
2026-03-29 21:54:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4 with scrape type 2
2026-03-29 21:54:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4 with scrape type 2
2026-03-29 21:54:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4, identifier: 7003969auction111076
2026-03-29 21:54:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4 with identifier: 7003969auction111076
2026-03-29 21:54:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4 with identifier: 7003969auction111076
2026-03-29 21:54:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4 with identifier: 7003969auction111076 to the API
2026-03-29 21:54:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003969>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '46cbeb6a-b5e9-5bca-9b6e-41ffd1d254c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003969',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 50997,
'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': 'PEUGEOT 308 / 2017 / 5P / Berline Puretech 110 S&S Active Business',
'transmission': 'manual',
'trim': 'PEUGEOT / 2017 / 5P / Berline Puretech 110 S&S Active Business',
'vin': None,
'year': 2021}
2026-03-29 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003969auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:16 [ecarstrade.be] INFO: Saving data for 7003969auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538265.636871, 'last_price_update_time': 1774821256.635086}
2026-03-29 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003969auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:19 [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-29 21:54:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7004000auction111076
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004000auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7004000auction111076: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7004001auction111076
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004001auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7004001auction111076: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7004002auction111076
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004002auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7004002auction111076: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7004003auction111076
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004003auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7004003auction111076: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7004004auction111076
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004004auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7004004auction111076: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7004005auction111076
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004005auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7004005auction111076: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7008992auction111128
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008992auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7008992auction111128: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7008990auction111128
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008990auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7008990auction111128: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7008953auction111128
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008953auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7008953auction111128: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7008979auction111128
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008979auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7008979auction111128: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7008988auction111128
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008988auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7008988auction111128: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7008960auction111128
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008960auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7008960auction111128: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7008993auction111128
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008993auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:19 [ecarstrade.be] INFO: Scrape type for 7008993auction111128: 2
2026-03-29 21:54:19 [ecarstrade.be] INFO: Found listing with ID: 7008989auction111128
2026-03-29 21:54:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008989auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:20 [ecarstrade.be] INFO: Scrape type for 7008989auction111128: 2
2026-03-29 21:54:20 [ecarstrade.be] INFO: Found listing with ID: 7008994auction111128
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008994auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:20 [ecarstrade.be] INFO: Scrape type for 7008994auction111128: 2
2026-03-29 21:54:20 [ecarstrade.be] INFO: Found listing with ID: 7008985auction111128
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008985auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:20 [ecarstrade.be] INFO: Scrape type for 7008985auction111128: 2
2026-03-29 21:54:20 [ecarstrade.be] INFO: Found listing with ID: 7008991auction111128
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008991auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:20 [ecarstrade.be] INFO: Scrape type for 7008991auction111128: 2
2026-03-29 21:54:20 [ecarstrade.be] INFO: Found listing with ID: 7008958auction111128
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008958auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:20 [ecarstrade.be] INFO: Scrape type for 7008958auction111128: 2
2026-03-29 21:54:20 [ecarstrade.be] INFO: Found listing with ID: 7008963auction111128
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008963auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:20 [ecarstrade.be] INFO: Scrape type for 7008963auction111128: 2
2026-03-29 21:54:20 [ecarstrade.be] INFO: Found listing with ID: 7008961auction111128
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008961auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:20 [ecarstrade.be] INFO: Scrape type for 7008961auction111128: 2
2026-03-29 21:54:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003973> (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-29 21:54:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:24 [ecarstrade.be] INFO: Extracting details for car 7003973auction111076
2026-03-29 21:54:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 487644ea-47bd-5714-8ae9-a54aec039bc2 with identifier: 7003973auction111076
2026-03-29 21:54:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 487644ea-47bd-5714-8ae9-a54aec039bc2 with scrape type 2
2026-03-29 21:54:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 487644ea-47bd-5714-8ae9-a54aec039bc2 with scrape type 2
2026-03-29 21:54:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 487644ea-47bd-5714-8ae9-a54aec039bc2, identifier: 7003973auction111076
2026-03-29 21:54:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 487644ea-47bd-5714-8ae9-a54aec039bc2 with identifier: 7003973auction111076
2026-03-29 21:54:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 487644ea-47bd-5714-8ae9-a54aec039bc2 with identifier: 7003973auction111076
2026-03-29 21:54:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 487644ea-47bd-5714-8ae9-a54aec039bc2 with identifier: 7003973auction111076 to the API
2026-03-29 21:54:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003973>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '487644ea-47bd-5714-8ae9-a54aec039bc2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003973',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 31524,
'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': 7,
'seller_name': None,
'title': '5008 GT Line 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'GT Line 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003973auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:24 [ecarstrade.be] INFO: Saving data for 7003973auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538277.573427, 'last_price_update_time': 1774821264.758575}
2026-03-29 21:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003973auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003994> (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-29 21:54:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:28 [ecarstrade.be] INFO: Extracting details for car 7003994auction111076
2026-03-29 21:54:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1684983b-77fd-52bd-8af2-f350bc20c31d with identifier: 7003994auction111076
2026-03-29 21:54:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1684983b-77fd-52bd-8af2-f350bc20c31d with scrape type 2
2026-03-29 21:54:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1684983b-77fd-52bd-8af2-f350bc20c31d with scrape type 2
2026-03-29 21:54:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1684983b-77fd-52bd-8af2-f350bc20c31d, identifier: 7003994auction111076
2026-03-29 21:54:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1684983b-77fd-52bd-8af2-f350bc20c31d with identifier: 7003994auction111076
2026-03-29 21:54:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1684983b-77fd-52bd-8af2-f350bc20c31d with identifier: 7003994auction111076
2026-03-29 21:54:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1684983b-77fd-52bd-8af2-f350bc20c31d with identifier: 7003994auction111076 to the API
2026-03-29 21:54:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003994>
{'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-30T11:40:00Z',
'fuel_type': 'Electric',
'id': '1684983b-77fd-52bd-8af2-f350bc20c31d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003994',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 40134,
'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': 'TESLA Model 3 / 2018 / 4P / Berline Grande Autonomie',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline Grande Autonomie',
'vin': None,
'year': 2022}
2026-03-29 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003994auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:28 [ecarstrade.be] INFO: Saving data for 7003994auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538310.17591, 'last_price_update_time': 1774821268.42534}
2026-03-29 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003994auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003997> (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-29 21:54:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:32 [ecarstrade.be] INFO: Extracting details for car 7003997auction111076
2026-03-29 21:54:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fe1094b-f4ee-5bfa-8e3f-3a83342f825b with identifier: 7003997auction111076
2026-03-29 21:54:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fe1094b-f4ee-5bfa-8e3f-3a83342f825b with scrape type 2
2026-03-29 21:54:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fe1094b-f4ee-5bfa-8e3f-3a83342f825b with scrape type 2
2026-03-29 21:54:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1fe1094b-f4ee-5bfa-8e3f-3a83342f825b, identifier: 7003997auction111076
2026-03-29 21:54:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1fe1094b-f4ee-5bfa-8e3f-3a83342f825b with identifier: 7003997auction111076
2026-03-29 21:54:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1fe1094b-f4ee-5bfa-8e3f-3a83342f825b with identifier: 7003997auction111076
2026-03-29 21:54:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1fe1094b-f4ee-5bfa-8e3f-3a83342f825b with identifier: 7003997auction111076 to the API
2026-03-29 21:54:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003997>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1fe1094b-f4ee-5bfa-8e3f-3a83342f825b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003997',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 87099,
'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': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business',
'vin': None,
'year': 2020}
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003997auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:33 [ecarstrade.be] INFO: Saving data for 7003997auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538330.96022, 'last_price_update_time': 1774821273.362297}
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003997auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003972> (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-29 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-29 21:54:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003995> (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-29 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-29 21:54:33 [ecarstrade.be] INFO: Extracting details for car 7003972auction111076
2026-03-29 21:54:33 [ecarstrade.be] INFO: Extracting details for car 7003995auction111076
2026-03-29 21:54:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11848560-f170-5c9d-b9c7-de57ae7327f8 with identifier: 7003972auction111076
2026-03-29 21:54:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11848560-f170-5c9d-b9c7-de57ae7327f8 with scrape type 2
2026-03-29 21:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11848560-f170-5c9d-b9c7-de57ae7327f8 with scrape type 2
2026-03-29 21:54:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11848560-f170-5c9d-b9c7-de57ae7327f8, identifier: 7003972auction111076
2026-03-29 21:54:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8515afe0-3169-5645-8c90-9dee24f1e9bb with identifier: 7003995auction111076
2026-03-29 21:54:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8515afe0-3169-5645-8c90-9dee24f1e9bb with scrape type 2
2026-03-29 21:54:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8515afe0-3169-5645-8c90-9dee24f1e9bb with scrape type 2
2026-03-29 21:54:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8515afe0-3169-5645-8c90-9dee24f1e9bb, identifier: 7003995auction111076
2026-03-29 21:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11848560-f170-5c9d-b9c7-de57ae7327f8 with identifier: 7003972auction111076
2026-03-29 21:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11848560-f170-5c9d-b9c7-de57ae7327f8 with identifier: 7003972auction111076
2026-03-29 21:54:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11848560-f170-5c9d-b9c7-de57ae7327f8 with identifier: 7003972auction111076 to the API
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003972>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '11848560-f170-5c9d-b9c7-de57ae7327f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003972',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 50435,
'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': 7,
'seller_name': None,
'title': '5008 Active Business 1.2 PureTech 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Active Business 1.2 PureTech 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2021}
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003972auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:33 [ecarstrade.be] INFO: Saving data for 7003972auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538265.016045, 'last_price_update_time': 1774821273.948587}
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003972auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8515afe0-3169-5645-8c90-9dee24f1e9bb with identifier: 7003995auction111076
2026-03-29 21:54:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8515afe0-3169-5645-8c90-9dee24f1e9bb with identifier: 7003995auction111076
2026-03-29 21:54:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8515afe0-3169-5645-8c90-9dee24f1e9bb with identifier: 7003995auction111076 to the API
2026-03-29 21:54:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003995>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '8515afe0-3169-5645-8c90-9dee24f1e9bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003995',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 119901,
'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': 'Kodiaq Style 1.5 TSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Style 1.5 TSI 150CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003995auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:34 [ecarstrade.be] INFO: Saving data for 7003995auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538306.870064, 'last_price_update_time': 1774821274.234694}
2026-03-29 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003995auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003992> (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-29 21:54:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003999> (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-29 21:54:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:37 [ecarstrade.be] INFO: Extracting details for car 7003992auction111076
2026-03-29 21:54:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 28245d6f-405d-5d92-a7e5-ab7b65f945a8 with identifier: 7003992auction111076
2026-03-29 21:54:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 28245d6f-405d-5d92-a7e5-ab7b65f945a8 with scrape type 2
2026-03-29 21:54:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 28245d6f-405d-5d92-a7e5-ab7b65f945a8 with scrape type 2
2026-03-29 21:54:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 28245d6f-405d-5d92-a7e5-ab7b65f945a8, identifier: 7003992auction111076
2026-03-29 21:54:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 28245d6f-405d-5d92-a7e5-ab7b65f945a8 with identifier: 7003992auction111076
2026-03-29 21:54:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 28245d6f-405d-5d92-a7e5-ab7b65f945a8 with identifier: 7003992auction111076
2026-03-29 21:54:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 28245d6f-405d-5d92-a7e5-ab7b65f945a8 with identifier: 7003992auction111076 to the API
2026-03-29 21:54:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003992>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '28245d6f-405d-5d92-a7e5-ab7b65f945a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003992',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 119911,
'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': 5,
'seller_name': None,
'title': 'Karoq Style 2.0 TDI 150CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Style 2.0 TDI 150CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003992auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:38 [ecarstrade.be] INFO: Saving data for 7003992auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538308.816725, 'last_price_update_time': 1774821278.164597}
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003992auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:38 [ecarstrade.be] INFO: Extracting details for car 7003999auction111076
2026-03-29 21:54:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003996> (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-29 21:54:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5278dcf-d1fb-5606-b299-2f20c0a820d1 with identifier: 7003999auction111076
2026-03-29 21:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5278dcf-d1fb-5606-b299-2f20c0a820d1 with scrape type 2
2026-03-29 21:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5278dcf-d1fb-5606-b299-2f20c0a820d1 with scrape type 2
2026-03-29 21:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5278dcf-d1fb-5606-b299-2f20c0a820d1, identifier: 7003999auction111076
2026-03-29 21:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5278dcf-d1fb-5606-b299-2f20c0a820d1 with identifier: 7003999auction111076
2026-03-29 21:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5278dcf-d1fb-5606-b299-2f20c0a820d1 with identifier: 7003999auction111076
2026-03-29 21:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5278dcf-d1fb-5606-b299-2f20c0a820d1 with identifier: 7003999auction111076 to the API
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003999>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'b5278dcf-d1fb-5606-b299-2f20c0a820d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003999',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'IQ',
'odometer': 29769,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-08-01',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA iQ 3p Berline 68 VVT-i iQ',
'transmission': 'manual',
'trim': 'TOYOTA iQ 3p Berline 68 VVT-i iQ',
'vin': None,
'year': 2013}
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003999auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:38 [ecarstrade.be] INFO: Saving data for 7003999auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538360.640316, 'last_price_update_time': 1774821278.570872}
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003999auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:38 [ecarstrade.be] INFO: Extracting details for car 7003996auction111076
2026-03-29 21:54:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b2743d-f33f-5fda-a349-cfc508c03d18 with identifier: 7003996auction111076
2026-03-29 21:54:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b2743d-f33f-5fda-a349-cfc508c03d18 with scrape type 2
2026-03-29 21:54:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1b2743d-f33f-5fda-a349-cfc508c03d18 with scrape type 2
2026-03-29 21:54:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1b2743d-f33f-5fda-a349-cfc508c03d18, identifier: 7003996auction111076
2026-03-29 21:54:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1b2743d-f33f-5fda-a349-cfc508c03d18 with identifier: 7003996auction111076
2026-03-29 21:54:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1b2743d-f33f-5fda-a349-cfc508c03d18 with identifier: 7003996auction111076
2026-03-29 21:54:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1b2743d-f33f-5fda-a349-cfc508c03d18 with identifier: 7003996auction111076 to the API
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003996>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'd1b2743d-f33f-5fda-a349-cfc508c03d18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003996',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Avensis',
'odometer': 72671,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Avensis 4p Berline 112 D-4D Active Pro',
'transmission': 'manual',
'trim': 'TOYOTA 4p Berline 112 D-4D Active Pro',
'vin': None,
'year': 2017}
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003996auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:38 [ecarstrade.be] INFO: Saving data for 7003996auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538312.468601, 'last_price_update_time': 1774821278.97764}
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003996auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003993> (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-29 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-29 21:54:40 [ecarstrade.be] INFO: Extracting details for car 7003993auction111076
2026-03-29 21:54:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adc6bc7f-8c06-5623-b957-30329ba9886a with identifier: 7003993auction111076
2026-03-29 21:54:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adc6bc7f-8c06-5623-b957-30329ba9886a with scrape type 2
2026-03-29 21:54:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adc6bc7f-8c06-5623-b957-30329ba9886a with scrape type 2
2026-03-29 21:54:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: adc6bc7f-8c06-5623-b957-30329ba9886a, identifier: 7003993auction111076
2026-03-29 21:54:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: adc6bc7f-8c06-5623-b957-30329ba9886a with identifier: 7003993auction111076
2026-03-29 21:54:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: adc6bc7f-8c06-5623-b957-30329ba9886a with identifier: 7003993auction111076
2026-03-29 21:54:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: adc6bc7f-8c06-5623-b957-30329ba9886a with identifier: 7003993auction111076 to the API
2026-03-29 21:54:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003993>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'adc6bc7f-8c06-5623-b957-30329ba9886a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003993',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 100642,
'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': 2,
'seller_name': None,
'title': 'Ateca Style Business 1.0 TSI 110CV BVM6 E6d / TRANSFO VP/VF',
'transmission': 'manual',
'trim': 'Style Business 1.0 TSI 110CV BVM6 E6d / TRANSFO VP/VF',
'vin': None,
'year': 2022}
2026-03-29 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003993auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:40 [ecarstrade.be] INFO: Saving data for 7003993auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538307.530408, 'last_price_update_time': 1774821280.891778}
2026-03-29 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003993auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003991> (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-29 21:54:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:41 [ecarstrade.be] INFO: Extracting details for car 7003991auction111076
2026-03-29 21:54:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ea67212-1a71-542b-9abb-192ef743ffe9 with identifier: 7003991auction111076
2026-03-29 21:54:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ea67212-1a71-542b-9abb-192ef743ffe9 with scrape type 2
2026-03-29 21:54:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ea67212-1a71-542b-9abb-192ef743ffe9 with scrape type 2
2026-03-29 21:54:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ea67212-1a71-542b-9abb-192ef743ffe9, identifier: 7003991auction111076
2026-03-29 21:54:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ea67212-1a71-542b-9abb-192ef743ffe9 with identifier: 7003991auction111076
2026-03-29 21:54:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ea67212-1a71-542b-9abb-192ef743ffe9 with identifier: 7003991auction111076
2026-03-29 21:54:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ea67212-1a71-542b-9abb-192ef743ffe9 with identifier: 7003991auction111076 to the API
2026-03-29 21:54:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003991>
{'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': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '9ea67212-1a71-542b-9abb-192ef743ffe9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003991',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Seat',
'model': 'Alhambra',
'odometer': 35015,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Alhambra Style 2.0 TDI 150CV BVM6 E6',
'transmission': 'manual',
'trim': 'Style 2.0 TDI 150CV BVM6 E6',
'vin': None,
'year': 2019}
2026-03-29 21:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003991auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:41 [ecarstrade.be] INFO: Saving data for 7003991auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538308.38523, 'last_price_update_time': 1774821281.954933}
2026-03-29 21:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003991auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003988> (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-29 21:54:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:45 [ecarstrade.be] INFO: Extracting details for car 7003988auction111076
2026-03-29 21:54:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98492c62-4d37-5e01-afba-486d4a170037 with identifier: 7003988auction111076
2026-03-29 21:54:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98492c62-4d37-5e01-afba-486d4a170037 with scrape type 2
2026-03-29 21:54:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98492c62-4d37-5e01-afba-486d4a170037 with scrape type 2
2026-03-29 21:54:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98492c62-4d37-5e01-afba-486d4a170037, identifier: 7003988auction111076
2026-03-29 21:54:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98492c62-4d37-5e01-afba-486d4a170037 with identifier: 7003988auction111076
2026-03-29 21:54:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98492c62-4d37-5e01-afba-486d4a170037 with identifier: 7003988auction111076
2026-03-29 21:54:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98492c62-4d37-5e01-afba-486d4a170037 with identifier: 7003988auction111076 to the API
2026-03-29 21:54:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003988>
{'auction_title': '',
'c_o_2_emission_value': 185,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '98492c62-4d37-5e01-afba-486d4a170037',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003988',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 50347,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 9,
'seller_name': None,
'title': 'RENAULT Trafic / 2021 / 4P / Combi Zen L1 Blue dCi 150 S&S - 8 pl',
'transmission': 'manual',
'trim': 'RENAULT / 2021 / 4P / Combi Zen L1 Blue dCi 150 S&S - 8 pl',
'vin': None,
'year': 2024}
2026-03-29 21:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003988auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:46 [ecarstrade.be] INFO: Saving data for 7003988auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538332.575737, 'last_price_update_time': 1774821286.225809}
2026-03-29 21:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003988auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003998> (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-29 21:54:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:46 [ecarstrade.be] INFO: Extracting details for car 7003998auction111076
2026-03-29 21:54:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4952f7c8-4343-5157-a4e6-b07773507d4b with identifier: 7003998auction111076
2026-03-29 21:54:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4952f7c8-4343-5157-a4e6-b07773507d4b with scrape type 2
2026-03-29 21:54:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4952f7c8-4343-5157-a4e6-b07773507d4b with scrape type 2
2026-03-29 21:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4952f7c8-4343-5157-a4e6-b07773507d4b, identifier: 7003998auction111076
2026-03-29 21:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4952f7c8-4343-5157-a4e6-b07773507d4b with identifier: 7003998auction111076
2026-03-29 21:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4952f7c8-4343-5157-a4e6-b07773507d4b with identifier: 7003998auction111076
2026-03-29 21:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4952f7c8-4343-5157-a4e6-b07773507d4b with identifier: 7003998auction111076 to the API
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003998>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Natural Gas',
'id': '4952f7c8-4343-5157-a4e6-b07773507d4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003998',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 39209,
'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': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Van / 2015 / 4P / Fourgonnette 1.4 TGI GNV 110 '
'Business Line',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Van / 2015 / 4P / Fourgonnette 1.4 TGI GNV 110 Business '
'Line',
'vin': None,
'year': 2021}
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003998auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:47 [ecarstrade.be] INFO: Saving data for 7003998auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538359.850695, 'last_price_update_time': 1774821287.260831}
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003998auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003986> (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-29 21:54:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:47 [ecarstrade.be] INFO: Extracting details for car 7003986auction111076
2026-03-29 21:54:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d9f5e64-9c3b-5d13-97c9-84b2f97592d6 with identifier: 7003986auction111076
2026-03-29 21:54:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d9f5e64-9c3b-5d13-97c9-84b2f97592d6 with scrape type 2
2026-03-29 21:54:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d9f5e64-9c3b-5d13-97c9-84b2f97592d6 with scrape type 2
2026-03-29 21:54:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d9f5e64-9c3b-5d13-97c9-84b2f97592d6, identifier: 7003986auction111076
2026-03-29 21:54:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d9f5e64-9c3b-5d13-97c9-84b2f97592d6 with identifier: 7003986auction111076
2026-03-29 21:54:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d9f5e64-9c3b-5d13-97c9-84b2f97592d6 with identifier: 7003986auction111076
2026-03-29 21:54:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d9f5e64-9c3b-5d13-97c9-84b2f97592d6 with identifier: 7003986auction111076 to the API
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003986>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '4d9f5e64-9c3b-5d13-97c9-84b2f97592d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003986',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 32636,
'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': 2,
'seller_name': None,
'title': 'Clio V Société Air Nav 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Société Air Nav 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277003986auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:47 [ecarstrade.be] INFO: Saving data for 7003986auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538333.100185, 'last_price_update_time': 1774821287.792579}
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003986auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003990> (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-29 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-29 21:54:48 [ecarstrade.be] INFO: Extracting details for car 7003990auction111076
2026-03-29 21:54:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7205a8e6-88f3-5587-955e-e3be3957b205 with identifier: 7003990auction111076
2026-03-29 21:54:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7205a8e6-88f3-5587-955e-e3be3957b205 with scrape type 2
2026-03-29 21:54:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7205a8e6-88f3-5587-955e-e3be3957b205 with scrape type 2
2026-03-29 21:54:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7205a8e6-88f3-5587-955e-e3be3957b205, identifier: 7003990auction111076
2026-03-29 21:54:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7205a8e6-88f3-5587-955e-e3be3957b205 with identifier: 7003990auction111076
2026-03-29 21:54:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7205a8e6-88f3-5587-955e-e3be3957b205 with identifier: 7003990auction111076
2026-03-29 21:54:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7205a8e6-88f3-5587-955e-e3be3957b205 with identifier: 7003990auction111076 to the API
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003990>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '7205a8e6-88f3-5587-955e-e3be3957b205',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003990',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 98819,
'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': 'Ateca Reference 1.0 TSI 115CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Reference 1.0 TSI 115CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003990auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:54:49 [ecarstrade.be] INFO: Saving data for 7003990auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538312.908813, 'last_price_update_time': 1774821289.198563}
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003990auction111076') HTTP/1.1" 204 0
2026-03-29 21:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008961> (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-29 21:54:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:49 [ecarstrade.be] INFO: Extracting details for car 7008961auction111128
2026-03-29 21:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3144aad-4ad6-584d-a2c3-6f474b605361 with identifier: 7008961auction111128
2026-03-29 21:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3144aad-4ad6-584d-a2c3-6f474b605361 with scrape type 2
2026-03-29 21:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3144aad-4ad6-584d-a2c3-6f474b605361 with scrape type 2
2026-03-29 21:54:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3144aad-4ad6-584d-a2c3-6f474b605361, identifier: 7008961auction111128
2026-03-29 21:54:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3144aad-4ad6-584d-a2c3-6f474b605361 with identifier: 7008961auction111128
2026-03-29 21:54:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3144aad-4ad6-584d-a2c3-6f474b605361 with identifier: 7008961auction111128
2026-03-29 21:54:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3144aad-4ad6-584d-a2c3-6f474b605361 with identifier: 7008961auction111128 to the API
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008961>
{'auction_title': '',
'c_o_2_emission_value': 207,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e3144aad-4ad6-584d-a2c3-6f474b605361',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008961',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Iveco',
'model': 'Other',
'odometer': 153866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'IVECO Daily VU 4p Fourgon 2.3 35S16A8 V11 H2 3520',
'transmission': 'automatic',
'trim': 'IVECO Daily VU 4p Fourgon 2.3 35S16A8 V11 H2 3520',
'vin': None,
'year': 2019}
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008961auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:49 [ecarstrade.be] INFO: Saving data for 7008961auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624311.310848, 'last_price_update_time': 1774821289.748501}
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008961auction111128') HTTP/1.1" 204 0
2026-03-29 21:54:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008963> (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-29 21:54:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:49 [ecarstrade.be] INFO: Extracting details for car 7008963auction111128
2026-03-29 21:54:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with identifier: 7008963auction111128
2026-03-29 21:54:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with scrape type 2
2026-03-29 21:54:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with scrape type 2
2026-03-29 21:54:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e52e3b0-c2f9-59cc-928d-10f22f67a232, identifier: 7008963auction111128
2026-03-29 21:54:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with identifier: 7008963auction111128
2026-03-29 21:54:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with identifier: 7008963auction111128
2026-03-29 21:54:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with identifier: 7008963auction111128 to the API
2026-03-29 21:54:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008963>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9e52e3b0-c2f9-59cc-928d-10f22f67a232',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008963',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 147650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT Boxer VU 4p Fourgon BLUEHDI 130 S&S PREMIUM 335 L3H2',
'transmission': 'manual',
'trim': 'PEUGEOT VU 4p Fourgon BLUEHDI 130 S&S PREMIUM 335 L3H2',
'vin': None,
'year': 2019}
2026-03-29 21:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008963auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:50 [ecarstrade.be] INFO: Saving data for 7008963auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624311.748622, 'last_price_update_time': 1774821290.250052}
2026-03-29 21:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008963auction111128') HTTP/1.1" 204 0
2026-03-29 21:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008985> (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-29 21:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008958> (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-29 21:54:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:55 [ecarstrade.be] INFO: Extracting details for car 7008985auction111128
2026-03-29 21:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bbf733c-0e31-5800-a620-f7c15734cb24 with identifier: 7008985auction111128
2026-03-29 21:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bbf733c-0e31-5800-a620-f7c15734cb24 with scrape type 2
2026-03-29 21:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bbf733c-0e31-5800-a620-f7c15734cb24 with scrape type 2
2026-03-29 21:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bbf733c-0e31-5800-a620-f7c15734cb24, identifier: 7008985auction111128
2026-03-29 21:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bbf733c-0e31-5800-a620-f7c15734cb24 with identifier: 7008985auction111128
2026-03-29 21:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bbf733c-0e31-5800-a620-f7c15734cb24 with identifier: 7008985auction111128
2026-03-29 21:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bbf733c-0e31-5800-a620-f7c15734cb24 with identifier: 7008985auction111128 to the API
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008985>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5bbf733c-0e31-5800-a620-f7c15734cb24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008985',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 179403,
'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': 3,
'seller_name': None,
'title': 'Trafic Fourgon L2H1 3T Grand Confort 2.0 dCi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon L2H1 3T Grand Confort 2.0 dCi 130CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008985auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:55 [ecarstrade.be] INFO: Saving data for 7008985auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624309.229452, 'last_price_update_time': 1774821295.51502}
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008985auction111128') HTTP/1.1" 204 0
2026-03-29 21:54:55 [ecarstrade.be] INFO: Extracting details for car 7008958auction111128
2026-03-29 21:54:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with identifier: 7008958auction111128
2026-03-29 21:54:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with scrape type 2
2026-03-29 21:54:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with scrape type 2
2026-03-29 21:54:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7083e992-2c63-528e-ac6e-7a08e66a1ee2, identifier: 7008958auction111128
2026-03-29 21:54:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with identifier: 7008958auction111128
2026-03-29 21:54:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with identifier: 7008958auction111128
2026-03-29 21:54:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with identifier: 7008958auction111128 to the API
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008958>
{'auction_title': '',
'c_o_2_emission_value': 233,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '7083e992-2c63-528e-ac6e-7a08e66a1ee2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008958',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 140452,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'Sprinter VU 4p Fourgon 316 Bi-carburation essence/gaz 37S 3.5T',
'transmission': 'manual',
'trim': 'VU 4p Fourgon 316 Bi-carburation essence/gaz 37S 3.5T',
'vin': None,
'year': 2017}
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008958auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:55 [ecarstrade.be] INFO: Saving data for 7008958auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624310.753911, 'last_price_update_time': 1774821295.893109}
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008958auction111128') HTTP/1.1" 204 0
2026-03-29 21:54:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008989> (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-29 21:54:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:56 [ecarstrade.be] INFO: Extracting details for car 7008989auction111128
2026-03-29 21:54:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b98836d-8cda-5398-a63c-871a7ff21062 with identifier: 7008989auction111128
2026-03-29 21:54:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b98836d-8cda-5398-a63c-871a7ff21062 with scrape type 2
2026-03-29 21:54:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b98836d-8cda-5398-a63c-871a7ff21062 with scrape type 2
2026-03-29 21:54:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b98836d-8cda-5398-a63c-871a7ff21062, identifier: 7008989auction111128
2026-03-29 21:54:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b98836d-8cda-5398-a63c-871a7ff21062 with identifier: 7008989auction111128
2026-03-29 21:54:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b98836d-8cda-5398-a63c-871a7ff21062 with identifier: 7008989auction111128
2026-03-29 21:54:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b98836d-8cda-5398-a63c-871a7ff21062 with identifier: 7008989auction111128 to the API
2026-03-29 21:54:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008989>
{'auction_title': '',
'c_o_2_emission_value': 202,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6b98836d-8cda-5398-a63c-871a7ff21062',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008989',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 153707,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Crafter Fourgon Fourgon 35 mittlerer Radstand mit Hochdach FWD 2.0 '
'140CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon Fourgon 35 mittlerer Radstand mit Hochdach FWD 2.0 140CV '
'BVM6',
'vin': None,
'year': 2019}
2026-03-29 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008989auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:56 [ecarstrade.be] INFO: Saving data for 7008989auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624312.95527, 'last_price_update_time': 1774821296.481741}
2026-03-29 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008989auction111128') HTTP/1.1" 204 0
2026-03-29 21:54:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008994> (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-29 21:54:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:57 [ecarstrade.be] INFO: Extracting details for car 7008994auction111128
2026-03-29 21:54:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3923c664-b9f2-548d-934b-768908691363 with identifier: 7008994auction111128
2026-03-29 21:54:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3923c664-b9f2-548d-934b-768908691363 with scrape type 2
2026-03-29 21:54:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3923c664-b9f2-548d-934b-768908691363 with scrape type 2
2026-03-29 21:54:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3923c664-b9f2-548d-934b-768908691363, identifier: 7008994auction111128
2026-03-29 21:54:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3923c664-b9f2-548d-934b-768908691363 with identifier: 7008994auction111128
2026-03-29 21:54:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3923c664-b9f2-548d-934b-768908691363 with identifier: 7008994auction111128
2026-03-29 21:54:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3923c664-b9f2-548d-934b-768908691363 with identifier: 7008994auction111128 to the API
2026-03-29 21:54:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:54:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008994>
{'auction_title': '',
'c_o_2_emission_value': 999,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3923c664-b9f2-548d-934b-768908691363',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008994',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 200733,
'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': 'VOLKSWAGEN Transporter / 2019 / 4P / Fourgon tôlé 2.0 TDi 150 DSG7 '
'L1H1 Business Line',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter / 2019 / 4P / Fourgon tôlé 2.0 TDi 150 DSG7 '
'L1H1 Business Line',
'vin': None,
'year': 2020}
2026-03-29 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008994auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:57 [ecarstrade.be] INFO: Saving data for 7008994auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624313.559604, 'last_price_update_time': 1774821297.703342}
2026-03-29 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008994auction111128') HTTP/1.1" 204 0
2026-03-29 21:54:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008993> (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-29 21:54:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:54:58 [ecarstrade.be] INFO: Extracting details for car 7008993auction111128
2026-03-29 21:54:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee05650d-e1e1-575b-b391-d9017a6ed1c7 with identifier: 7008993auction111128
2026-03-29 21:54:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee05650d-e1e1-575b-b391-d9017a6ed1c7 with scrape type 2
2026-03-29 21:54:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee05650d-e1e1-575b-b391-d9017a6ed1c7 with scrape type 2
2026-03-29 21:54:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee05650d-e1e1-575b-b391-d9017a6ed1c7, identifier: 7008993auction111128
2026-03-29 21:54:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee05650d-e1e1-575b-b391-d9017a6ed1c7 with identifier: 7008993auction111128
2026-03-29 21:54:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee05650d-e1e1-575b-b391-d9017a6ed1c7 with identifier: 7008993auction111128
2026-03-29 21:54:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee05650d-e1e1-575b-b391-d9017a6ed1c7 with identifier: 7008993auction111128 to the API
2026-03-29 21:54:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:54: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-29 21:54:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008993>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ee05650d-e1e1-575b-b391-d9017a6ed1c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008993',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 132399,
'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': 2,
'seller_name': None,
'title': 'T6 Transporter Fourgon -Hochdach lang 2.0 100CV BVM5',
'transmission': 'manual',
'trim': 'Fourgon -Hochdach lang 2.0 100CV BVM5',
'vin': None,
'year': 2020}
2026-03-29 21:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008993auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:54:59 [ecarstrade.be] INFO: Saving data for 7008993auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624321.307894, 'last_price_update_time': 1774821299.818744}
2026-03-29 21:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:54:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008993auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003987> (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-29 21:55:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003989> (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-29 21:55:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:01 [ecarstrade.be] INFO: Extracting details for car 7003987auction111076
2026-03-29 21:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cebf96c5-7ffe-5e52-8525-c97a903adcf0 with identifier: 7003987auction111076
2026-03-29 21:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cebf96c5-7ffe-5e52-8525-c97a903adcf0 with scrape type 2
2026-03-29 21:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cebf96c5-7ffe-5e52-8525-c97a903adcf0 with scrape type 2
2026-03-29 21:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cebf96c5-7ffe-5e52-8525-c97a903adcf0, identifier: 7003987auction111076
2026-03-29 21:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cebf96c5-7ffe-5e52-8525-c97a903adcf0 with identifier: 7003987auction111076
2026-03-29 21:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cebf96c5-7ffe-5e52-8525-c97a903adcf0 with identifier: 7003987auction111076
2026-03-29 21:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cebf96c5-7ffe-5e52-8525-c97a903adcf0 with identifier: 7003987auction111076 to the API
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003987>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'cebf96c5-7ffe-5e52-8525-c97a903adcf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003987',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 105223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'Kangoo Express Compact Grand Confort (L0) 1.5 dCi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'Express Compact Grand Confort (L0) 1.5 dCi 75CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003987auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:01 [ecarstrade.be] INFO: Saving data for 7003987auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538312.147781, 'last_price_update_time': 1774821301.56774}
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003987auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:01 [ecarstrade.be] INFO: Extracting details for car 7003989auction111076
2026-03-29 21:55:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82b2c462-5b0e-53e4-a9cc-bda60a7bf33e with identifier: 7003989auction111076
2026-03-29 21:55:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82b2c462-5b0e-53e4-a9cc-bda60a7bf33e with scrape type 2
2026-03-29 21:55:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82b2c462-5b0e-53e4-a9cc-bda60a7bf33e with scrape type 2
2026-03-29 21:55:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82b2c462-5b0e-53e4-a9cc-bda60a7bf33e, identifier: 7003989auction111076
2026-03-29 21:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82b2c462-5b0e-53e4-a9cc-bda60a7bf33e with identifier: 7003989auction111076
2026-03-29 21:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82b2c462-5b0e-53e4-a9cc-bda60a7bf33e with identifier: 7003989auction111076
2026-03-29 21:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82b2c462-5b0e-53e4-a9cc-bda60a7bf33e with identifier: 7003989auction111076 to the API
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003989>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '82b2c462-5b0e-53e4-a9cc-bda60a7bf33e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003989',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Twingo',
'odometer': 122699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Twingo 2019 5P Berline Zen SCe 75 / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'RENAULT 2019 5P Berline Zen SCe 75 / TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003989auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:01 [ecarstrade.be] INFO: Saving data for 7003989auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538311.387762, 'last_price_update_time': 1774821301.953216}
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003989auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008960> (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-29 21:55:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:03 [ecarstrade.be] INFO: Extracting details for car 7008960auction111128
2026-03-29 21:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64722bf9-2b94-5665-8e26-de28846c4792 with identifier: 7008960auction111128
2026-03-29 21:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64722bf9-2b94-5665-8e26-de28846c4792 with scrape type 2
2026-03-29 21:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64722bf9-2b94-5665-8e26-de28846c4792 with scrape type 2
2026-03-29 21:55:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64722bf9-2b94-5665-8e26-de28846c4792, identifier: 7008960auction111128
2026-03-29 21:55:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64722bf9-2b94-5665-8e26-de28846c4792 with identifier: 7008960auction111128
2026-03-29 21:55:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64722bf9-2b94-5665-8e26-de28846c4792 with identifier: 7008960auction111128
2026-03-29 21:55:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64722bf9-2b94-5665-8e26-de28846c4792 with identifier: 7008960auction111128 to the API
2026-03-29 21:55:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008960>
{'auction_title': '',
'c_o_2_emission_value': 229,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '64722bf9-2b94-5665-8e26-de28846c4792',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008960',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Nissan',
'model': 'Navara',
'odometer': 175846,
'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': None,
'seller_name': None,
'title': 'NISSAN NAVARA / 2015 / 4P / Pick-up King-Cab 2.3 dCi 160 N-CONNECTA',
'transmission': 'manual',
'trim': 'NISSAN NAVARA / 2015 / 4P / Pick-up King-Cab 2.3 dCi 160 N-CONNECTA',
'vin': None,
'year': 2021}
2026-03-29 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008960auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:03 [ecarstrade.be] INFO: Saving data for 7008960auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624320.393181, 'last_price_update_time': 1774821303.815154}
2026-03-29 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008960auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008988> (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-29 21:55:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008991> (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-29 21:55:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:03 [ecarstrade.be] INFO: Extracting details for car 7008988auction111128
2026-03-29 21:55:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56b22ffe-923c-5d76-9799-f5698068a78e with identifier: 7008988auction111128
2026-03-29 21:55:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56b22ffe-923c-5d76-9799-f5698068a78e with scrape type 2
2026-03-29 21:55:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56b22ffe-923c-5d76-9799-f5698068a78e with scrape type 2
2026-03-29 21:55:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56b22ffe-923c-5d76-9799-f5698068a78e, identifier: 7008988auction111128
2026-03-29 21:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56b22ffe-923c-5d76-9799-f5698068a78e with identifier: 7008988auction111128
2026-03-29 21:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56b22ffe-923c-5d76-9799-f5698068a78e with identifier: 7008988auction111128
2026-03-29 21:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56b22ffe-923c-5d76-9799-f5698068a78e with identifier: 7008988auction111128 to the API
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008988>
{'auction_title': '',
'c_o_2_emission_value': 231,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '56b22ffe-923c-5d76-9799-f5698068a78e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008988',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 141965,
'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': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Crafter / 2017 / 4P / Fourgon tôlé 2.0TDI 140 30 L3H3 '
'Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 4P / Fourgon tôlé 2.0TDI 140 30 L3H3 Business',
'vin': None,
'year': 2022}
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008988auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:04 [ecarstrade.be] INFO: Saving data for 7008988auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624319.196361, 'last_price_update_time': 1774821304.345012}
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008988auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:04 [ecarstrade.be] INFO: Extracting details for car 7008991auction111128
2026-03-29 21:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5afffa6a-90c5-5cdc-942e-1317eb097677 with identifier: 7008991auction111128
2026-03-29 21:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5afffa6a-90c5-5cdc-942e-1317eb097677 with scrape type 2
2026-03-29 21:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5afffa6a-90c5-5cdc-942e-1317eb097677 with scrape type 2
2026-03-29 21:55:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5afffa6a-90c5-5cdc-942e-1317eb097677, identifier: 7008991auction111128
2026-03-29 21:55:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5afffa6a-90c5-5cdc-942e-1317eb097677 with identifier: 7008991auction111128
2026-03-29 21:55:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5afffa6a-90c5-5cdc-942e-1317eb097677 with identifier: 7008991auction111128
2026-03-29 21:55:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5afffa6a-90c5-5cdc-942e-1317eb097677 with identifier: 7008991auction111128 to the API
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008991>
{'auction_title': '',
'c_o_2_emission_value': 184,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5afffa6a-90c5-5cdc-942e-1317eb097677',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008991',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 156463,
'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': 3,
'seller_name': None,
'title': 'RENAULT Trafic / 2021 / 4P / Fourgon tôlé FG CF L1H1 2T8 Blue dCi '
'150 EDC',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 4P / Fourgon tôlé FG CF L1H1 2T8 Blue dCi 150 EDC',
'vin': None,
'year': 2022}
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008991auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:04 [ecarstrade.be] INFO: Saving data for 7008991auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624309.876335, 'last_price_update_time': 1774821304.720704}
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008991auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008979> (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-29 21:55:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008953> (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-29 21:55:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:04 [ecarstrade.be] INFO: Extracting details for car 7008979auction111128
2026-03-29 21:55:04 [ecarstrade.be] INFO: Extracting details for car 7008953auction111128
2026-03-29 21:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9c3f828-429f-5ba7-8a16-6505e451b6d4 with identifier: 7008979auction111128
2026-03-29 21:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9c3f828-429f-5ba7-8a16-6505e451b6d4 with scrape type 2
2026-03-29 21:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9c3f828-429f-5ba7-8a16-6505e451b6d4 with scrape type 2
2026-03-29 21:55:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9c3f828-429f-5ba7-8a16-6505e451b6d4, identifier: 7008979auction111128
2026-03-29 21:55:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bb00a35-be3a-5bde-8165-05f905ca1b5f with identifier: 7008953auction111128
2026-03-29 21:55:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb00a35-be3a-5bde-8165-05f905ca1b5f with scrape type 2
2026-03-29 21:55:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bb00a35-be3a-5bde-8165-05f905ca1b5f with scrape type 2
2026-03-29 21:55:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bb00a35-be3a-5bde-8165-05f905ca1b5f, identifier: 7008953auction111128
2026-03-29 21:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9c3f828-429f-5ba7-8a16-6505e451b6d4 with identifier: 7008979auction111128
2026-03-29 21:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9c3f828-429f-5ba7-8a16-6505e451b6d4 with identifier: 7008979auction111128
2026-03-29 21:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9c3f828-429f-5ba7-8a16-6505e451b6d4 with identifier: 7008979auction111128 to the API
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008979>
{'auction_title': '',
'c_o_2_emission_value': 260,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f9c3f828-429f-5ba7-8a16-6505e451b6d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008979',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Master',
'odometer': 155965,
'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': 3,
'seller_name': None,
'title': 'RENAULT Master 2019 4P Fourgon tôlé FG Tr CF F3500 L3H2 Blue dCi '
'150BVR',
'transmission': 'automatic',
'trim': 'RENAULT 2019 4P Fourgon tôlé FG Tr CF F3500 L3H2 Blue dCi 150BVR',
'vin': None,
'year': 2023}
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008979auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:05 [ecarstrade.be] INFO: Saving data for 7008979auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624317.294211, 'last_price_update_time': 1774821305.311695}
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008979auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bb00a35-be3a-5bde-8165-05f905ca1b5f with identifier: 7008953auction111128
2026-03-29 21:55:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bb00a35-be3a-5bde-8165-05f905ca1b5f with identifier: 7008953auction111128
2026-03-29 21:55:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bb00a35-be3a-5bde-8165-05f905ca1b5f with identifier: 7008953auction111128 to the API
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008953>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '0bb00a35-be3a-5bde-8165-05f905ca1b5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008953',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 150225,
'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': 'Jumpy Fourgon Driver Cabines Approfondies Fixes M 2.0 BlueHDi 180CV '
'BVA8 E6d',
'transmission': 'automatic',
'trim': 'Fourgon Driver Cabines Approfondies Fixes M 2.0 BlueHDi 180CV BVA8 '
'E6d',
'vin': None,
'year': 2023}
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008953auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:05 [ecarstrade.be] INFO: Saving data for 7008953auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624332.174363, 'last_price_update_time': 1774821305.583496}
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008953auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:06 [scrapy.extensions.logstats] INFO: Crawled 720 pages (at 34 pages/min), scraped 674 items (at 33 items/min)
2026-03-29 21:55:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008990> (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-29 21:55:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:08 [ecarstrade.be] INFO: Extracting details for car 7008990auction111128
2026-03-29 21:55:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with identifier: 7008990auction111128
2026-03-29 21:55:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with scrape type 2
2026-03-29 21:55:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with scrape type 2
2026-03-29 21:55:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b, identifier: 7008990auction111128
2026-03-29 21:55:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with identifier: 7008990auction111128
2026-03-29 21:55:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with identifier: 7008990auction111128
2026-03-29 21:55:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with identifier: 7008990auction111128 to the API
2026-03-29 21:55:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008990>
{'auction_title': '',
'c_o_2_emission_value': 244,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9fa7f6fa-84d7-5809-926b-61b9ce550e8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008990',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 176723,
'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': 3,
'seller_name': None,
'title': 'Crafter Plateau Plateau 50 lang RWD',
'transmission': 'manual',
'trim': 'Plateau Plateau 50 lang RWD',
'vin': None,
'year': 2022}
2026-03-29 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008990auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:08 [ecarstrade.be] INFO: Saving data for 7008990auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624328.959096, 'last_price_update_time': 1774821308.765311}
2026-03-29 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008990auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004004> (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-29 21:55:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:10 [ecarstrade.be] INFO: Extracting details for car 7004004auction111076
2026-03-29 21:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 955ddea4-406a-51b7-9abc-13e12f4f3c33 with identifier: 7004004auction111076
2026-03-29 21:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 955ddea4-406a-51b7-9abc-13e12f4f3c33 with scrape type 2
2026-03-29 21:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 955ddea4-406a-51b7-9abc-13e12f4f3c33 with scrape type 2
2026-03-29 21:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 955ddea4-406a-51b7-9abc-13e12f4f3c33, identifier: 7004004auction111076
2026-03-29 21:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 955ddea4-406a-51b7-9abc-13e12f4f3c33 with identifier: 7004004auction111076
2026-03-29 21:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 955ddea4-406a-51b7-9abc-13e12f4f3c33 with identifier: 7004004auction111076
2026-03-29 21:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 955ddea4-406a-51b7-9abc-13e12f4f3c33 with identifier: 7004004auction111076 to the API
2026-03-29 21:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004004>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '955ddea4-406a-51b7-9abc-13e12f4f3c33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004004',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Taigo',
'odometer': 17937,
'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': 'Taigo Style 1.0 TSI 110CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Style 1.0 TSI 110CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004004auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:10 [ecarstrade.be] INFO: Saving data for 7004004auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538362.179198, 'last_price_update_time': 1774821310.926407}
2026-03-29 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004004auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004002> (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-29 21:55:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:12 [ecarstrade.be] INFO: Extracting details for car 7004002auction111076
2026-03-29 21:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a931e3dc-553a-54d0-80a1-af2e2a45e531 with identifier: 7004002auction111076
2026-03-29 21:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a931e3dc-553a-54d0-80a1-af2e2a45e531 with scrape type 2
2026-03-29 21:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a931e3dc-553a-54d0-80a1-af2e2a45e531 with scrape type 2
2026-03-29 21:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a931e3dc-553a-54d0-80a1-af2e2a45e531, identifier: 7004002auction111076
2026-03-29 21:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a931e3dc-553a-54d0-80a1-af2e2a45e531 with identifier: 7004002auction111076
2026-03-29 21:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a931e3dc-553a-54d0-80a1-af2e2a45e531 with identifier: 7004002auction111076
2026-03-29 21:55:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a931e3dc-553a-54d0-80a1-af2e2a45e531 with identifier: 7004002auction111076 to the API
2026-03-29 21:55:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004002>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'a931e3dc-553a-54d0-80a1-af2e2a45e531',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004002',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 23251,
'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': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Polo / 2021 / 5P / Berline / VU 1.0 TSI 95 LIFE BUSI DSG '
'7 STE REVER',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2021 / 5P / Berline / VU 1.0 TSI 95 LIFE BUSI DSG 7 '
'STE REVER',
'vin': None,
'year': 2023}
2026-03-29 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004002auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:12 [ecarstrade.be] INFO: Saving data for 7004002auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538363.825404, 'last_price_update_time': 1774821312.544099}
2026-03-29 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004002auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004000> (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-29 21:55:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:12 [ecarstrade.be] INFO: Extracting details for car 7004000auction111076
2026-03-29 21:55:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b32bc114-52a5-5cdb-a85c-b01f4d3c5f13 with identifier: 7004000auction111076
2026-03-29 21:55:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b32bc114-52a5-5cdb-a85c-b01f4d3c5f13 with scrape type 2
2026-03-29 21:55:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b32bc114-52a5-5cdb-a85c-b01f4d3c5f13 with scrape type 2
2026-03-29 21:55:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b32bc114-52a5-5cdb-a85c-b01f4d3c5f13, identifier: 7004000auction111076
2026-03-29 21:55:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b32bc114-52a5-5cdb-a85c-b01f4d3c5f13 with identifier: 7004000auction111076
2026-03-29 21:55:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b32bc114-52a5-5cdb-a85c-b01f4d3c5f13 with identifier: 7004000auction111076
2026-03-29 21:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b32bc114-52a5-5cdb-a85c-b01f4d3c5f13 with identifier: 7004000auction111076 to the API
2026-03-29 21:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004000>
{'auction_title': '',
'c_o_2_emission_value': 88,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b32bc114-52a5-5cdb-a85c-b01f4d3c5f13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004000',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 33948,
'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': None,
'seller_name': None,
'title': 'TOYOTA Yaris Hybride / 2019 / 5P / Berline Hybride 116h France '
'Business',
'transmission': 'automatic',
'trim': 'TOYOTA Hybride / 2019 / 5P / Berline Hybride 116h France Business',
'vin': None,
'year': 2021}
2026-03-29 21:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004000auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:13 [ecarstrade.be] INFO: Saving data for 7004000auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538362.955827, 'last_price_update_time': 1774821313.187197}
2026-03-29 21:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004000auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004005> (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-29 21:55:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:14 [ecarstrade.be] INFO: Extracting details for car 7004005auction111076
2026-03-29 21:55:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1b7737e-c634-5386-8470-739225b3d3e3 with identifier: 7004005auction111076
2026-03-29 21:55:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1b7737e-c634-5386-8470-739225b3d3e3 with scrape type 2
2026-03-29 21:55:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1b7737e-c634-5386-8470-739225b3d3e3 with scrape type 2
2026-03-29 21:55:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1b7737e-c634-5386-8470-739225b3d3e3, identifier: 7004005auction111076
2026-03-29 21:55:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1b7737e-c634-5386-8470-739225b3d3e3 with identifier: 7004005auction111076
2026-03-29 21:55:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1b7737e-c634-5386-8470-739225b3d3e3 with identifier: 7004005auction111076
2026-03-29 21:55:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1b7737e-c634-5386-8470-739225b3d3e3 with identifier: 7004005auction111076 to the API
2026-03-29 21:55:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004005>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'b1b7737e-c634-5386-8470-739225b3d3e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004005',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 87609,
'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': 'VOLKSWAGEN Tiguan / 2016 / 5P / SUV 2.0 TDI 150 DSG7 Confortline '
'Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2016 / 5P / SUV 2.0 TDI 150 DSG7 Confortline Business',
'vin': None,
'year': 2020}
2026-03-29 21:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004005auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:14 [ecarstrade.be] INFO: Saving data for 7004005auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538310.817989, 'last_price_update_time': 1774821314.551614}
2026-03-29 21:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004005auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003985> (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-29 21:55:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:19 [ecarstrade.be] INFO: Extracting details for car 7003985auction111076
2026-03-29 21:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66fbdebe-fe79-58aa-9c15-d2722ff1e4a1 with identifier: 7003985auction111076
2026-03-29 21:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66fbdebe-fe79-58aa-9c15-d2722ff1e4a1 with scrape type 2
2026-03-29 21:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66fbdebe-fe79-58aa-9c15-d2722ff1e4a1 with scrape type 2
2026-03-29 21:55:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66fbdebe-fe79-58aa-9c15-d2722ff1e4a1, identifier: 7003985auction111076
2026-03-29 21:55:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66fbdebe-fe79-58aa-9c15-d2722ff1e4a1 with identifier: 7003985auction111076
2026-03-29 21:55:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66fbdebe-fe79-58aa-9c15-d2722ff1e4a1 with identifier: 7003985auction111076
2026-03-29 21:55:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66fbdebe-fe79-58aa-9c15-d2722ff1e4a1 with identifier: 7003985auction111076 to the API
2026-03-29 21:55:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003985>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '66fbdebe-fe79-58aa-9c15-d2722ff1e4a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003985',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Kadjar',
'odometer': 95510,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': None,
'seller_name': None,
'title': 'RENAULT Kadjar 5p Crossover Business TCe 140 FAP',
'transmission': 'manual',
'trim': 'RENAULT 5p Crossover Business TCe 140 FAP',
'vin': None,
'year': 2019}
2026-03-29 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003985auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:19 [ecarstrade.be] INFO: Saving data for 7003985auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538277.125854, 'last_price_update_time': 1774821319.88595}
2026-03-29 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003985auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003984> (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-29 21:55:20 [ecarstrade.be] INFO: Extracting details for car 7003984auction111076
2026-03-29 21:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6463a32-ced8-5339-a9da-498a09e84553 with identifier: 7003984auction111076
2026-03-29 21:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6463a32-ced8-5339-a9da-498a09e84553 with scrape type 2
2026-03-29 21:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6463a32-ced8-5339-a9da-498a09e84553 with scrape type 2
2026-03-29 21:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6463a32-ced8-5339-a9da-498a09e84553, identifier: 7003984auction111076
2026-03-29 21:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6463a32-ced8-5339-a9da-498a09e84553 with identifier: 7003984auction111076
2026-03-29 21:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6463a32-ced8-5339-a9da-498a09e84553 with identifier: 7003984auction111076
2026-03-29 21:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6463a32-ced8-5339-a9da-498a09e84553 with identifier: 7003984auction111076 to the API
2026-03-29 21:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003984>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'e6463a32-ced8-5339-a9da-498a09e84553',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003984',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 92143,
'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': 'Clio V Business 1.0 TCe 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 90CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003984auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:20 [ecarstrade.be] INFO: Saving data for 7003984auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538275.116545, 'last_price_update_time': 1774821320.400963}
2026-03-29 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003984auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003982> (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-29 21:55:20 [ecarstrade.be] INFO: Extracting details for car 7003982auction111076
2026-03-29 21:55:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca286e5e-a4e9-53b9-95e0-331e714b8844 with identifier: 7003982auction111076
2026-03-29 21:55:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca286e5e-a4e9-53b9-95e0-331e714b8844 with scrape type 2
2026-03-29 21:55:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca286e5e-a4e9-53b9-95e0-331e714b8844 with scrape type 2
2026-03-29 21:55:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca286e5e-a4e9-53b9-95e0-331e714b8844, identifier: 7003982auction111076
2026-03-29 21:55:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca286e5e-a4e9-53b9-95e0-331e714b8844 with identifier: 7003982auction111076
2026-03-29 21:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca286e5e-a4e9-53b9-95e0-331e714b8844 with identifier: 7003982auction111076
2026-03-29 21:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca286e5e-a4e9-53b9-95e0-331e714b8844 with identifier: 7003982auction111076 to the API
2026-03-29 21:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003982>
{'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-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'ca286e5e-a4e9-53b9-95e0-331e714b8844',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003982',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 26997,
'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': 'Clio V Business 1.0 TCe 100CV / GPL BVM6 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV / GPL BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003982auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:21 [ecarstrade.be] INFO: Saving data for 7003982auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538276.476848, 'last_price_update_time': 1774821321.150767}
2026-03-29 21:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003982auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004003> (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-29 21:55:21 [ecarstrade.be] INFO: Extracting details for car 7004003auction111076
2026-03-29 21:55:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa228d2f-2a2d-5b28-b259-7ceb54df5e04 with identifier: 7004003auction111076
2026-03-29 21:55:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa228d2f-2a2d-5b28-b259-7ceb54df5e04 with scrape type 2
2026-03-29 21:55:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa228d2f-2a2d-5b28-b259-7ceb54df5e04 with scrape type 2
2026-03-29 21:55:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa228d2f-2a2d-5b28-b259-7ceb54df5e04, identifier: 7004003auction111076
2026-03-29 21:55:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa228d2f-2a2d-5b28-b259-7ceb54df5e04 with identifier: 7004003auction111076
2026-03-29 21:55:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa228d2f-2a2d-5b28-b259-7ceb54df5e04 with identifier: 7004003auction111076
2026-03-29 21:55:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa228d2f-2a2d-5b28-b259-7ceb54df5e04 with identifier: 7004003auction111076 to the API
2026-03-29 21:55:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004003>
{'auction_title': '',
'c_o_2_emission_value': 185,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': 'aa228d2f-2a2d-5b28-b259-7ceb54df5e04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004003',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 124647,
'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': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter / 2019 / 4P / Fourgon tôlé 2.0 TDi 110 L1H1 '
'Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter / 2019 / 4P / Fourgon tôlé 2.0 TDi 110 L1H1 '
'Business',
'vin': None,
'year': 2022}
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004003auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Saving data for 7004003auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538377.196844, 'last_price_update_time': 1774821322.135507}
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004003auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:22 [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-29 21:55:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008955auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008955auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008955auction111128: 2
2026-03-29 21:55:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008987auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008987auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008987auction111128: 2
2026-03-29 21:55:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008956auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008956auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008956auction111128: 2
2026-03-29 21:55:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008977auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008977auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008977auction111128: 2
2026-03-29 21:55:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008984auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008984auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008984auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008959auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008959auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008959auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008950auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008950auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008950auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008951auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008951auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008951auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008957auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008957auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008957auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008982auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008982auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008982auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008948auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008948auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008948auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008952auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008952auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008952auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008975auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008975auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008975auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008939auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008939auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008939auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008954auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008954auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008954auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008940auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008940auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008940auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008942auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008942auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008942auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008941auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008941auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008941auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008964auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008964auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008964auction111128: 2
2026-03-29 21:55:22 [ecarstrade.be] INFO: Found listing with ID: 7008945auction111128
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008945auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:22 [ecarstrade.be] INFO: Scrape type for 7008945auction111128: 2
2026-03-29 21:55:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004001> (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-29 21:55:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:29 [ecarstrade.be] INFO: Extracting details for car 7004001auction111076
2026-03-29 21:55:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6730febd-1547-59f3-91d7-ab230ee5af47 with identifier: 7004001auction111076
2026-03-29 21:55:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6730febd-1547-59f3-91d7-ab230ee5af47 with scrape type 2
2026-03-29 21:55:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6730febd-1547-59f3-91d7-ab230ee5af47 with scrape type 2
2026-03-29 21:55:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6730febd-1547-59f3-91d7-ab230ee5af47, identifier: 7004001auction111076
2026-03-29 21:55:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6730febd-1547-59f3-91d7-ab230ee5af47 with identifier: 7004001auction111076
2026-03-29 21:55:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6730febd-1547-59f3-91d7-ab230ee5af47 with identifier: 7004001auction111076
2026-03-29 21:55:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6730febd-1547-59f3-91d7-ab230ee5af47 with identifier: 7004001auction111076 to the API
2026-03-29 21:55:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004001>
{'auction_title': '',
'c_o_2_emission_value': 227,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Diesel',
'id': '6730febd-1547-59f3-91d7-ab230ee5af47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004001',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 128032,
'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': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Crafter / 2017 / 4P / Fourgon tôlé 2.0TDI 140 35 L3H3 '
'Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 4P / Fourgon tôlé 2.0TDI 140 35 L3H3 Business',
'vin': None,
'year': 2022}
2026-03-29 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277004001auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:30 [ecarstrade.be] INFO: Saving data for 7004001auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538361.867626, 'last_price_update_time': 1774821330.192176}
2026-03-29 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004001auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008987> (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-29 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-29 21:55:31 [ecarstrade.be] INFO: Extracting details for car 7008987auction111128
2026-03-29 21:55:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cdda86d-f1ba-59e6-89d4-77a97a067912 with identifier: 7008987auction111128
2026-03-29 21:55:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cdda86d-f1ba-59e6-89d4-77a97a067912 with scrape type 2
2026-03-29 21:55:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cdda86d-f1ba-59e6-89d4-77a97a067912 with scrape type 2
2026-03-29 21:55:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cdda86d-f1ba-59e6-89d4-77a97a067912, identifier: 7008987auction111128
2026-03-29 21:55:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cdda86d-f1ba-59e6-89d4-77a97a067912 with identifier: 7008987auction111128
2026-03-29 21:55:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cdda86d-f1ba-59e6-89d4-77a97a067912 with identifier: 7008987auction111128
2026-03-29 21:55:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cdda86d-f1ba-59e6-89d4-77a97a067912 with identifier: 7008987auction111128 to the API
2026-03-29 21:55:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008987>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5cdda86d-f1ba-59e6-89d4-77a97a067912',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008987',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 168875,
'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': 3,
'seller_name': None,
'title': 'Trafic Fourgon L1H1 1000 Confort 1.6 dCi',
'transmission': 'manual',
'trim': 'Fourgon L1H1 1000 Confort 1.6 dCi',
'vin': None,
'year': 2021}
2026-03-29 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008987auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:31 [ecarstrade.be] INFO: Saving data for 7008987auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624312.338021, 'last_price_update_time': 1774821331.795914}
2026-03-29 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008987auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003983> (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-29 21:55:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:33 [ecarstrade.be] INFO: Extracting details for car 7003983auction111076
2026-03-29 21:55:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 221dd53f-feaf-513d-b0a2-078e24af8ec2 with identifier: 7003983auction111076
2026-03-29 21:55:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 221dd53f-feaf-513d-b0a2-078e24af8ec2 with scrape type 2
2026-03-29 21:55:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 221dd53f-feaf-513d-b0a2-078e24af8ec2 with scrape type 2
2026-03-29 21:55:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 221dd53f-feaf-513d-b0a2-078e24af8ec2, identifier: 7003983auction111076
2026-03-29 21:55:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 221dd53f-feaf-513d-b0a2-078e24af8ec2 with identifier: 7003983auction111076
2026-03-29 21:55:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 221dd53f-feaf-513d-b0a2-078e24af8ec2 with identifier: 7003983auction111076
2026-03-29 21:55:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 221dd53f-feaf-513d-b0a2-078e24af8ec2 with identifier: 7003983auction111076 to the API
2026-03-29 21:55:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003983>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': '221dd53f-feaf-513d-b0a2-078e24af8ec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003983',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 44919,
'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': 'Clio V Business 1.0 SCe 70CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'V Business 1.0 SCe 70CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003983auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:33 [ecarstrade.be] INFO: Saving data for 7003983auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538275.709493, 'last_price_update_time': 1774821333.920689}
2026-03-29 21:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003983auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008977> (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-29 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-29 21:55:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008992> (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-29 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-29 21:55:38 [ecarstrade.be] INFO: Extracting details for car 7008977auction111128
2026-03-29 21:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72c89049-cd17-51bc-be73-f42dbfffe058 with identifier: 7008977auction111128
2026-03-29 21:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72c89049-cd17-51bc-be73-f42dbfffe058 with scrape type 2
2026-03-29 21:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72c89049-cd17-51bc-be73-f42dbfffe058 with scrape type 2
2026-03-29 21:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72c89049-cd17-51bc-be73-f42dbfffe058, identifier: 7008977auction111128
2026-03-29 21:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72c89049-cd17-51bc-be73-f42dbfffe058 with identifier: 7008977auction111128
2026-03-29 21:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72c89049-cd17-51bc-be73-f42dbfffe058 with identifier: 7008977auction111128
2026-03-29 21:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72c89049-cd17-51bc-be73-f42dbfffe058 with identifier: 7008977auction111128 to the API
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008977>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '72c89049-cd17-51bc-be73-f42dbfffe058',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008977',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 137873,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Master VU 4p Fourgon FG GCf Trac F3500 L3H2 Energy dCi 145 '
'E6',
'transmission': 'manual',
'trim': 'RENAULT VU 4p Fourgon FG GCf Trac F3500 L3H2 Energy dCi 145 E6',
'vin': None,
'year': 2019}
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008977auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:39 [ecarstrade.be] INFO: Saving data for 7008977auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624360.463231, 'last_price_update_time': 1774821339.37896}
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008977auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:39 [ecarstrade.be] INFO: Extracting details for car 7008992auction111128
2026-03-29 21:55:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with identifier: 7008992auction111128
2026-03-29 21:55:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with scrape type 2
2026-03-29 21:55:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with scrape type 2
2026-03-29 21:55:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27, identifier: 7008992auction111128
2026-03-29 21:55:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with identifier: 7008992auction111128
2026-03-29 21:55:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with identifier: 7008992auction111128
2026-03-29 21:55:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with identifier: 7008992auction111128 to the API
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008992>
{'auction_title': '',
'c_o_2_emission_value': 205,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 6,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b57fdcc5-a89b-504b-9b7c-1ee44ebffe27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008992',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 139045,
'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 Transporter ProCab / 2019 / 4P / Fourgon tôlé 2.0 TDi '
'150 DSG7 L2H1 Business Plus',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter ProCab / 2019 / 4P / Fourgon tôlé 2.0 TDi 150 '
'DSG7 L2H1 Business Plus',
'vin': None,
'year': 2022}
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008992auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:39 [ecarstrade.be] INFO: Saving data for 7008992auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624331.705654, 'last_price_update_time': 1774821339.772171}
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008992auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008956> (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-29 21:55:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:40 [ecarstrade.be] INFO: Extracting details for car 7008956auction111128
2026-03-29 21:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with identifier: 7008956auction111128
2026-03-29 21:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with scrape type 2
2026-03-29 21:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with scrape type 2
2026-03-29 21:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087, identifier: 7008956auction111128
2026-03-29 21:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with identifier: 7008956auction111128
2026-03-29 21:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with identifier: 7008956auction111128
2026-03-29 21:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with identifier: 7008956auction111128 to the API
2026-03-29 21:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008956>
{'auction_title': '',
'c_o_2_emission_value': 247,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Other',
'id': '6bca64b7-f2c7-5ad8-93cc-68b405ebe087',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008956',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Iveco',
'model': 'Other',
'odometer': 166606,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'IVECO Daily VU 4p Fourgon 3.0 TURBO 35S14N V11 H2 3520',
'transmission': 'manual',
'trim': 'IVECO Daily VU 4p Fourgon 3.0 TURBO 35S14N V11 H2 3520',
'vin': None,
'year': 2017}
2026-03-29 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008956auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:40 [ecarstrade.be] INFO: Saving data for 7008956auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624361.17981, 'last_price_update_time': 1774821340.46553}
2026-03-29 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008956auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008984> (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-29 21:55:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008959> (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-29 21:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:40 [ecarstrade.be] INFO: Extracting details for car 7008984auction111128
2026-03-29 21:55:40 [ecarstrade.be] INFO: Extracting details for car 7008959auction111128
2026-03-29 21:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with identifier: 7008984auction111128
2026-03-29 21:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with scrape type 2
2026-03-29 21:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with scrape type 2
2026-03-29 21:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425, identifier: 7008984auction111128
2026-03-29 21:55:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with identifier: 7008959auction111128
2026-03-29 21:55:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with scrape type 2
2026-03-29 21:55:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with scrape type 2
2026-03-29 21:55:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3, identifier: 7008959auction111128
2026-03-29 21:55:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with identifier: 7008984auction111128
2026-03-29 21:55:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with identifier: 7008984auction111128
2026-03-29 21:55:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with identifier: 7008984auction111128 to the API
2026-03-29 21:55:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008984>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008984',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 136674,
'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': 3,
'seller_name': None,
'title': 'Trafic Furgon Grand Confort L1H1 1200 1.6 dCi 125CV BVM6 E6',
'transmission': 'manual',
'trim': 'Furgon Grand Confort L1H1 1200 1.6 dCi 125CV BVM6 E6',
'vin': None,
'year': 2019}
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008984auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:41 [ecarstrade.be] INFO: Saving data for 7008984auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624359.441263, 'last_price_update_time': 1774821341.092574}
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008984auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with identifier: 7008959auction111128
2026-03-29 21:55:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with identifier: 7008959auction111128
2026-03-29 21:55:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with identifier: 7008959auction111128 to the API
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008959>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3ccff05d-22e4-5a96-840b-dd2adbdbe4b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008959',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 172914,
'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': 3,
'seller_name': None,
'title': 'OPEL Vivaro / 2019 / 4P / Fourgon tôlé 1.5 Diesel 120 L2 PACK '
'BUSINESS',
'transmission': 'manual',
'trim': 'OPEL / 2019 / 4P / Fourgon tôlé 1.5 Diesel 120 L2 PACK BUSINESS',
'vin': None,
'year': 2021}
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008959auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:41 [ecarstrade.be] INFO: Saving data for 7008959auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624358.799656, 'last_price_update_time': 1774821341.37151}
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008959auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:41 [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-29 21:55:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:41 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:55:41 [ecarstrade.be] INFO: Found listing with ID: 7008971auction111128
2026-03-29 21:55:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008971auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008971auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008978auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008978auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008978auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008944auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008944auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008944auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008967auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008967auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008967auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008968auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008968auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008968auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008972auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008972auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008972auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008962auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008962auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008962auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008973auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008973auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008973auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008981auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008981auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008981auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008983auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008983auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008983auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008970auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008970auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008970auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008974auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008974auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008974auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008946auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008946auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008946auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008969auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008969auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008969auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008947auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008947auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008947auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7008965auction111128
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008965auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7008965auction111128: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7009006auction111129
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009006auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7009006auction111129: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7009125auction111129
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009125auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7009125auction111129: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7009139auction111129
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009139auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7009139auction111129: 2
2026-03-29 21:55:42 [ecarstrade.be] INFO: Found listing with ID: 7009003auction111129
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009003auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:55:42 [ecarstrade.be] INFO: Scrape type for 7009003auction111129: 2
2026-03-29 21:55:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008955> (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-29 21:55:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:45 [ecarstrade.be] INFO: Extracting details for car 7008955auction111128
2026-03-29 21:55:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f81ebca-e17c-573f-a4ed-00e999337ae2 with identifier: 7008955auction111128
2026-03-29 21:55:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f81ebca-e17c-573f-a4ed-00e999337ae2 with scrape type 2
2026-03-29 21:55:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f81ebca-e17c-573f-a4ed-00e999337ae2 with scrape type 2
2026-03-29 21:55:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f81ebca-e17c-573f-a4ed-00e999337ae2, identifier: 7008955auction111128
2026-03-29 21:55:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f81ebca-e17c-573f-a4ed-00e999337ae2 with identifier: 7008955auction111128
2026-03-29 21:55:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f81ebca-e17c-573f-a4ed-00e999337ae2 with identifier: 7008955auction111128
2026-03-29 21:55:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f81ebca-e17c-573f-a4ed-00e999337ae2 with identifier: 7008955auction111128 to the API
2026-03-29 21:55:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008955>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9f81ebca-e17c-573f-a4ed-00e999337ae2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008955',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 137592,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom / 2018 / 4P / Fourgon tôlé 2.0 ECOBLUE 130 300 '
'L1H2 TREND BUSINESS',
'transmission': 'manual',
'trim': 'FORD / 2018 / 4P / Fourgon tôlé 2.0 ECOBLUE 130 300 L1H2 TREND '
'BUSINESS',
'vin': None,
'year': 2019}
2026-03-29 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008955auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:46 [ecarstrade.be] INFO: Saving data for 7008955auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624314.076024, 'last_price_update_time': 1774821346.144137}
2026-03-29 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008955auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008951> (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-29 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-29 21:55:46 [ecarstrade.be] INFO: Extracting details for car 7008951auction111128
2026-03-29 21:55:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49b9b645-6ea7-591e-995c-7d0289507c92 with identifier: 7008951auction111128
2026-03-29 21:55:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49b9b645-6ea7-591e-995c-7d0289507c92 with scrape type 2
2026-03-29 21:55:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49b9b645-6ea7-591e-995c-7d0289507c92 with scrape type 2
2026-03-29 21:55:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49b9b645-6ea7-591e-995c-7d0289507c92, identifier: 7008951auction111128
2026-03-29 21:55:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49b9b645-6ea7-591e-995c-7d0289507c92 with identifier: 7008951auction111128
2026-03-29 21:55:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49b9b645-6ea7-591e-995c-7d0289507c92 with identifier: 7008951auction111128
2026-03-29 21:55:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49b9b645-6ea7-591e-995c-7d0289507c92 with identifier: 7008951auction111128 to the API
2026-03-29 21:55:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008951>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '49b9b645-6ea7-591e-995c-7d0289507c92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008951',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 163862,
'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': 3,
'seller_name': None,
'title': 'CITROEN Jumpy / 2016 / 4P / Fourgon tôlé M BlueHDi 100 S&S BVM6 '
'Club',
'transmission': 'manual',
'trim': 'CITROEN / 2016 / 4P / Fourgon tôlé M BlueHDi 100 S&S BVM6 Club',
'vin': None,
'year': 2022}
2026-03-29 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008951auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:46 [ecarstrade.be] INFO: Saving data for 7008951auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624357.639636, 'last_price_update_time': 1774821346.922089}
2026-03-29 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008951auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008957> (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-29 21:55:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:47 [ecarstrade.be] INFO: Extracting details for car 7008957auction111128
2026-03-29 21:55:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with identifier: 7008957auction111128
2026-03-29 21:55:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with scrape type 2
2026-03-29 21:55:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with scrape type 2
2026-03-29 21:55:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06, identifier: 7008957auction111128
2026-03-29 21:55:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with identifier: 7008957auction111128
2026-03-29 21:55:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with identifier: 7008957auction111128
2026-03-29 21:55:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with identifier: 7008957auction111128 to the API
2026-03-29 21:55:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008957>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f38ff2c9-762d-53fb-88bf-14b0b9fb1f06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008957',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 194024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom / 2018 / 4P / Fourgon tôlé 2.0 ECOBLUE 130 300 '
'L1H1 TREND BUSINESS',
'transmission': 'manual',
'trim': 'FORD / 2018 / 4P / Fourgon tôlé 2.0 ECOBLUE 130 300 L1H1 TREND '
'BUSINESS',
'vin': None,
'year': 2021}
2026-03-29 21:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008957auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:47 [ecarstrade.be] INFO: Saving data for 7008957auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624359.892707, 'last_price_update_time': 1774821347.745198}
2026-03-29 21:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008957auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008964> (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-29 21:55:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008945> (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-29 21:55:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:52 [ecarstrade.be] INFO: Extracting details for car 7008964auction111128
2026-03-29 21:55:53 [ecarstrade.be] INFO: Extracting details for car 7008945auction111128
2026-03-29 21:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3055c60e-92fc-5431-849f-260e87e2d9ab with identifier: 7008964auction111128
2026-03-29 21:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3055c60e-92fc-5431-849f-260e87e2d9ab with scrape type 2
2026-03-29 21:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3055c60e-92fc-5431-849f-260e87e2d9ab with scrape type 2
2026-03-29 21:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3055c60e-92fc-5431-849f-260e87e2d9ab, identifier: 7008964auction111128
2026-03-29 21:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdef3a69-d835-54c2-b070-86727b6f509a with identifier: 7008945auction111128
2026-03-29 21:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdef3a69-d835-54c2-b070-86727b6f509a with scrape type 2
2026-03-29 21:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdef3a69-d835-54c2-b070-86727b6f509a with scrape type 2
2026-03-29 21:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdef3a69-d835-54c2-b070-86727b6f509a, identifier: 7008945auction111128
2026-03-29 21:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3055c60e-92fc-5431-849f-260e87e2d9ab with identifier: 7008964auction111128
2026-03-29 21:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3055c60e-92fc-5431-849f-260e87e2d9ab with identifier: 7008964auction111128
2026-03-29 21:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3055c60e-92fc-5431-849f-260e87e2d9ab with identifier: 7008964auction111128 to the API
2026-03-29 21:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008964>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3055c60e-92fc-5431-849f-260e87e2d9ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008964',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 208450,
'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': 3,
'seller_name': None,
'title': 'Expert Fourgon Premium L3 2.0 HDi 120CV BVM6 E6',
'transmission': 'manual',
'trim': 'Fourgon Premium L3 2.0 HDi 120CV BVM6 E6',
'vin': None,
'year': 2019}
2026-03-29 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008964auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:53 [ecarstrade.be] INFO: Saving data for 7008964auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624406.315518, 'last_price_update_time': 1774821353.477936}
2026-03-29 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008964auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdef3a69-d835-54c2-b070-86727b6f509a with identifier: 7008945auction111128
2026-03-29 21:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdef3a69-d835-54c2-b070-86727b6f509a with identifier: 7008945auction111128
2026-03-29 21:55:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdef3a69-d835-54c2-b070-86727b6f509a with identifier: 7008945auction111128 to the API
2026-03-29 21:55:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008945>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cdef3a69-d835-54c2-b070-86727b6f509a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008945',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 153666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Berlingo Fourgon Club XL 950 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Club XL 950 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-29 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008945auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:53 [ecarstrade.be] INFO: Saving data for 7008945auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624407.251783, 'last_price_update_time': 1774821353.764043}
2026-03-29 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008945auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008982> (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-29 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-29 21:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008941> (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-29 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-29 21:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008942> (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-29 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-29 21:55:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008950> (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-29 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-29 21:55:53 [ecarstrade.be] INFO: Extracting details for car 7008982auction111128
2026-03-29 21:55:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd51e6de-40c4-599d-9837-94fcb3d0d81a with identifier: 7008982auction111128
2026-03-29 21:55:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd51e6de-40c4-599d-9837-94fcb3d0d81a with scrape type 2
2026-03-29 21:55:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd51e6de-40c4-599d-9837-94fcb3d0d81a with scrape type 2
2026-03-29 21:55:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd51e6de-40c4-599d-9837-94fcb3d0d81a, identifier: 7008982auction111128
2026-03-29 21:55:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd51e6de-40c4-599d-9837-94fcb3d0d81a with identifier: 7008982auction111128
2026-03-29 21:55:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd51e6de-40c4-599d-9837-94fcb3d0d81a with identifier: 7008982auction111128
2026-03-29 21:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd51e6de-40c4-599d-9837-94fcb3d0d81a with identifier: 7008982auction111128 to the API
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008982>
{'auction_title': '',
'c_o_2_emission_value': 211,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bd51e6de-40c4-599d-9837-94fcb3d0d81a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008982',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 182441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-01',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT Master VU 4p Fourgon CA-G CF TRAC F3500 L3H2 dCi 125 EU5',
'transmission': 'manual',
'trim': 'RENAULT VU 4p Fourgon CA-G CF TRAC F3500 L3H2 dCi 125 EU5',
'vin': None,
'year': 2013}
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008982auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:54 [ecarstrade.be] INFO: Saving data for 7008982auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624356.762408, 'last_price_update_time': 1774821354.248975}
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008982auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:54 [ecarstrade.be] INFO: Extracting details for car 7008941auction111128
2026-03-29 21:55:54 [ecarstrade.be] INFO: Extracting details for car 7008942auction111128
2026-03-29 21:55:54 [ecarstrade.be] INFO: Extracting details for car 7008950auction111128
2026-03-29 21:55:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7003981> (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-29 21:55:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c688dade-2674-580e-b603-fd31d274cbd5 with identifier: 7008941auction111128
2026-03-29 21:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c688dade-2674-580e-b603-fd31d274cbd5 with scrape type 2
2026-03-29 21:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c688dade-2674-580e-b603-fd31d274cbd5 with scrape type 2
2026-03-29 21:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c688dade-2674-580e-b603-fd31d274cbd5, identifier: 7008941auction111128
2026-03-29 21:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4280ac4b-6464-5a35-8930-818d8fd105c5 with identifier: 7008942auction111128
2026-03-29 21:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4280ac4b-6464-5a35-8930-818d8fd105c5 with scrape type 2
2026-03-29 21:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4280ac4b-6464-5a35-8930-818d8fd105c5 with scrape type 2
2026-03-29 21:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4280ac4b-6464-5a35-8930-818d8fd105c5, identifier: 7008942auction111128
2026-03-29 21:55:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d0113d7-5787-5411-909e-df6edf5f15b4 with identifier: 7008950auction111128
2026-03-29 21:55:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d0113d7-5787-5411-909e-df6edf5f15b4 with scrape type 2
2026-03-29 21:55:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d0113d7-5787-5411-909e-df6edf5f15b4 with scrape type 2
2026-03-29 21:55:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d0113d7-5787-5411-909e-df6edf5f15b4, identifier: 7008950auction111128
2026-03-29 21:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c688dade-2674-580e-b603-fd31d274cbd5 with identifier: 7008941auction111128
2026-03-29 21:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c688dade-2674-580e-b603-fd31d274cbd5 with identifier: 7008941auction111128
2026-03-29 21:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c688dade-2674-580e-b603-fd31d274cbd5 with identifier: 7008941auction111128 to the API
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:55:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008941>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c688dade-2674-580e-b603-fd31d274cbd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008941',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 151985,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2021}
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008941auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:54 [ecarstrade.be] INFO: Saving data for 7008941auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624451.599225, 'last_price_update_time': 1774821354.865833}
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008941auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4280ac4b-6464-5a35-8930-818d8fd105c5 with identifier: 7008942auction111128
2026-03-29 21:55:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4280ac4b-6464-5a35-8930-818d8fd105c5 with identifier: 7008942auction111128
2026-03-29 21:55:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4280ac4b-6464-5a35-8930-818d8fd105c5 with identifier: 7008942auction111128 to the API
2026-03-29 21:55:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008942>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4280ac4b-6464-5a35-8930-818d8fd105c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008942',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 132261,
'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': '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-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008942auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:55 [ecarstrade.be] INFO: Saving data for 7008942auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624354.031176, 'last_price_update_time': 1774821355.134552}
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008942auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d0113d7-5787-5411-909e-df6edf5f15b4 with identifier: 7008950auction111128
2026-03-29 21:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d0113d7-5787-5411-909e-df6edf5f15b4 with identifier: 7008950auction111128
2026-03-29 21:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d0113d7-5787-5411-909e-df6edf5f15b4 with identifier: 7008950auction111128 to the API
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008950>
{'auction_title': '',
'c_o_2_emission_value': 237,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7d0113d7-5787-5411-909e-df6edf5f15b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008950',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 227398,
'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': 3,
'seller_name': None,
'title': 'CITROEN Jumper / 2014 / 4P / Fourgon tôlé 33 L2H2 BlueHDi 120 S&S '
'BVM6 Driver',
'transmission': 'manual',
'trim': 'CITROEN / 2014 / 4P / Fourgon tôlé 33 L2H2 BlueHDi 120 S&S BVM6 '
'Driver',
'vin': None,
'year': 2022}
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008950auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:55 [ecarstrade.be] INFO: Saving data for 7008950auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624361.62903, 'last_price_update_time': 1774821355.406088}
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008950auction111128') HTTP/1.1" 204 0
2026-03-29 21:55:55 [ecarstrade.be] INFO: Extracting details for car 7003981auction111076
2026-03-29 21:55:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b16b71a7-4020-5593-8bb1-e23570413faa with identifier: 7003981auction111076
2026-03-29 21:55:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b16b71a7-4020-5593-8bb1-e23570413faa with scrape type 2
2026-03-29 21:55:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b16b71a7-4020-5593-8bb1-e23570413faa with scrape type 2
2026-03-29 21:55:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b16b71a7-4020-5593-8bb1-e23570413faa, identifier: 7003981auction111076
2026-03-29 21:55:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b16b71a7-4020-5593-8bb1-e23570413faa with identifier: 7003981auction111076
2026-03-29 21:55:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b16b71a7-4020-5593-8bb1-e23570413faa with identifier: 7003981auction111076
2026-03-29 21:55:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b16b71a7-4020-5593-8bb1-e23570413faa with identifier: 7003981auction111076 to the API
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7003981>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T11:40:00Z',
'fuel_type': 'Petrol',
'id': 'b16b71a7-4020-5593-8bb1-e23570413faa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7003981',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Clio',
'odometer': 44262,
'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 Evolution 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Evolution 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003981auction111076%27 HTTP/1.1" 200 None
2026-03-29 21:55:55 [ecarstrade.be] INFO: Saving data for 7003981auction111076: {'auction_closing_time': 1774870800.0, 'created_time': 1774538276.835568, 'last_price_update_time': 1774821355.79164}
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7003981auction111076') HTTP/1.1" 204 0
2026-03-29 21:55:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008948> (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-29 21:55:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:55:56 [ecarstrade.be] INFO: Extracting details for car 7008948auction111128
2026-03-29 21:55:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1874f7c3-6cc2-5341-b722-e9d5361fe11b with identifier: 7008948auction111128
2026-03-29 21:55:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1874f7c3-6cc2-5341-b722-e9d5361fe11b with scrape type 2
2026-03-29 21:55:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1874f7c3-6cc2-5341-b722-e9d5361fe11b with scrape type 2
2026-03-29 21:55:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1874f7c3-6cc2-5341-b722-e9d5361fe11b, identifier: 7008948auction111128
2026-03-29 21:55:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1874f7c3-6cc2-5341-b722-e9d5361fe11b with identifier: 7008948auction111128
2026-03-29 21:55:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1874f7c3-6cc2-5341-b722-e9d5361fe11b with identifier: 7008948auction111128
2026-03-29 21:55:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1874f7c3-6cc2-5341-b722-e9d5361fe11b with identifier: 7008948auction111128 to the API
2026-03-29 21:55:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:55: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-29 21:55:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008948>
{'auction_title': '',
'c_o_2_emission_value': 175,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '1874f7c3-6cc2-5341-b722-e9d5361fe11b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008948',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 162814,
'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': 3,
'seller_name': None,
'title': 'Jumpy Fourgon Club M 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Club M 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008948auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:55:56 [ecarstrade.be] INFO: Saving data for 7008948auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624426.033953, 'last_price_update_time': 1774821356.596498}
2026-03-29 21:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:55:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008948auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008954> (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-29 21:56:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:01 [ecarstrade.be] INFO: Extracting details for car 7008954auction111128
2026-03-29 21:56:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with identifier: 7008954auction111128
2026-03-29 21:56:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with scrape type 2
2026-03-29 21:56:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with scrape type 2
2026-03-29 21:56:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f, identifier: 7008954auction111128
2026-03-29 21:56:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with identifier: 7008954auction111128
2026-03-29 21:56:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with identifier: 7008954auction111128
2026-03-29 21:56:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with identifier: 7008954auction111128 to the API
2026-03-29 21:56:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008954>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e25f753d-0a1a-5d6b-9869-1ed9aa6f095f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008954',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 200572,
'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': 2,
'seller_name': None,
'title': 'Transit Connect Fourgon lang Trend 1.5 100CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon lang Trend 1.5 100CV BVM6',
'vin': None,
'year': 2022}
2026-03-29 21:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008954auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:01 [ecarstrade.be] INFO: Saving data for 7008954auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624354.628398, 'last_price_update_time': 1774821361.565988}
2026-03-29 21:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008954auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008952> (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-29 21:56:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:02 [ecarstrade.be] INFO: Extracting details for car 7008952auction111128
2026-03-29 21:56:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c313085a-ba7b-5dc2-9bfd-f0fa64344835 with identifier: 7008952auction111128
2026-03-29 21:56:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c313085a-ba7b-5dc2-9bfd-f0fa64344835 with scrape type 2
2026-03-29 21:56:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c313085a-ba7b-5dc2-9bfd-f0fa64344835 with scrape type 2
2026-03-29 21:56:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c313085a-ba7b-5dc2-9bfd-f0fa64344835, identifier: 7008952auction111128
2026-03-29 21:56:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c313085a-ba7b-5dc2-9bfd-f0fa64344835 with identifier: 7008952auction111128
2026-03-29 21:56:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c313085a-ba7b-5dc2-9bfd-f0fa64344835 with identifier: 7008952auction111128
2026-03-29 21:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c313085a-ba7b-5dc2-9bfd-f0fa64344835 with identifier: 7008952auction111128 to the API
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008952>
{'auction_title': '',
'c_o_2_emission_value': 175,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c313085a-ba7b-5dc2-9bfd-f0fa64344835',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008952',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 146150,
'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': 3,
'seller_name': None,
'title': 'Jumpy Fourgon Club M 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Club M 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008952auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:03 [ecarstrade.be] INFO: Saving data for 7008952auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624355.558413, 'last_price_update_time': 1774821363.168107}
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008952auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009003> (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-29 21:56:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:03 [ecarstrade.be] INFO: Extracting details for car 7009003auction111129
2026-03-29 21:56:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with identifier: 7009003auction111129
2026-03-29 21:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with scrape type 2
2026-03-29 21:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with scrape type 2
2026-03-29 21:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bf2f106-ca68-5644-9e2b-e32fd85785b8, identifier: 7009003auction111129
2026-03-29 21:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with identifier: 7009003auction111129
2026-03-29 21:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with identifier: 7009003auction111129
2026-03-29 21:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with identifier: 7009003auction111129 to the API
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009003>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3bf2f106-ca68-5644-9e2b-e32fd85785b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009003',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': '320',
'odometer': 147722,
'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': None,
'seller_name': None,
'title': 'BMW Série 3 Touring / 2022 / 5P / Break 320e 204ch Business Design '
'BVA8 Hybride',
'transmission': 'automatic',
'trim': 'Série 3 Touring / 2022 / 5P / Break e 204ch Business Design BVA8 '
'Hybride',
'vin': None,
'year': 2023}
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009003auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:03 [ecarstrade.be] INFO: Saving data for 7009003auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624369.852553, 'last_price_update_time': 1774821363.647881}
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009003auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008940> (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-29 21:56:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:03 [ecarstrade.be] INFO: Extracting details for car 7008940auction111128
2026-03-29 21:56:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81475a19-a193-505f-8484-d2976f47930a with identifier: 7008940auction111128
2026-03-29 21:56:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81475a19-a193-505f-8484-d2976f47930a with scrape type 2
2026-03-29 21:56:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81475a19-a193-505f-8484-d2976f47930a with scrape type 2
2026-03-29 21:56:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81475a19-a193-505f-8484-d2976f47930a, identifier: 7008940auction111128
2026-03-29 21:56:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81475a19-a193-505f-8484-d2976f47930a with identifier: 7008940auction111128
2026-03-29 21:56:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81475a19-a193-505f-8484-d2976f47930a with identifier: 7008940auction111128
2026-03-29 21:56:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81475a19-a193-505f-8484-d2976f47930a with identifier: 7008940auction111128 to the API
2026-03-29 21:56:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008940>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '81475a19-a193-505f-8484-d2976f47930a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008940',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 149650,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008940auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:04 [ecarstrade.be] INFO: Saving data for 7008940auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624371.992432, 'last_price_update_time': 1774821364.121747}
2026-03-29 21:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008940auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009125> (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-29 21:56:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:04 [ecarstrade.be] INFO: Extracting details for car 7009125auction111129
2026-03-29 21:56:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77f85fdf-2442-5a7b-8aad-37b9c684965f with identifier: 7009125auction111129
2026-03-29 21:56:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77f85fdf-2442-5a7b-8aad-37b9c684965f with scrape type 2
2026-03-29 21:56:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77f85fdf-2442-5a7b-8aad-37b9c684965f with scrape type 2
2026-03-29 21:56:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77f85fdf-2442-5a7b-8aad-37b9c684965f, identifier: 7009125auction111129
2026-03-29 21:56:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77f85fdf-2442-5a7b-8aad-37b9c684965f with identifier: 7009125auction111129
2026-03-29 21:56:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77f85fdf-2442-5a7b-8aad-37b9c684965f with identifier: 7009125auction111129
2026-03-29 21:56:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77f85fdf-2442-5a7b-8aad-37b9c684965f with identifier: 7009125auction111129 to the API
2026-03-29 21:56:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009125>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '77f85fdf-2442-5a7b-8aad-37b9c684965f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009125',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 169062,
'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': 'Kodiaq L&K 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'L&K 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009125auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:05 [ecarstrade.be] INFO: Saving data for 7009125auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624371.16833, 'last_price_update_time': 1774821365.033128}
2026-03-29 21:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009125auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009139> (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-29 21:56:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:06 [scrapy.extensions.logstats] INFO: Crawled 756 pages (at 36 pages/min), scraped 707 items (at 33 items/min)
2026-03-29 21:56:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:56:06 [ecarstrade.be] INFO: Extracting details for car 7009139auction111129
2026-03-29 21:56:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with identifier: 7009139auction111129
2026-03-29 21:56:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with scrape type 2
2026-03-29 21:56:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with scrape type 2
2026-03-29 21:56:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4, identifier: 7009139auction111129
2026-03-29 21:56:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with identifier: 7009139auction111129
2026-03-29 21:56:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with identifier: 7009139auction111129
2026-03-29 21:56:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with identifier: 7009139auction111129 to the API
2026-03-29 21:56:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009139>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cae3a575-5dbe-5d57-9b38-efa5f26a3ad4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009139',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 137124,
'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': 'TOYOTA RAV4 Hybride / 2018 / 5P / SUV Hybride AWD Dynamic Business '
'Beyond Zero',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 Hybride / 2018 / 5P / SUV Hybride AWD Dynamic Business '
'Beyond Zero',
'vin': None,
'year': 2023}
2026-03-29 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009139auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:07 [ecarstrade.be] INFO: Saving data for 7009139auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624371.58864, 'last_price_update_time': 1774821367.197475}
2026-03-29 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009139auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009006> (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-29 21:56:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:08 [ecarstrade.be] INFO: Extracting details for car 7009006auction111129
2026-03-29 21:56:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with identifier: 7009006auction111129
2026-03-29 21:56:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with scrape type 2
2026-03-29 21:56:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with scrape type 2
2026-03-29 21:56:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4, identifier: 7009006auction111129
2026-03-29 21:56:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with identifier: 7009006auction111129
2026-03-29 21:56:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with identifier: 7009006auction111129
2026-03-29 21:56:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with identifier: 7009006auction111129 to the API
2026-03-29 21:56:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009006>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009006',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X3',
'odometer': 145295,
'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': 'BMW X3 / 2021 / 5P / SUV sDrive18d 150ch Business Design BVA8',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV sDrive18d 150ch Business Design BVA8',
'vin': None,
'year': 2023}
2026-03-29 21:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009006auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:09 [ecarstrade.be] INFO: Saving data for 7009006auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624373.117636, 'last_price_update_time': 1774821369.331616}
2026-03-29 21:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009006auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008939> (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-29 21:56:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:11 [ecarstrade.be] INFO: Extracting details for car 7008939auction111128
2026-03-29 21:56:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008947> (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-29 21:56:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with identifier: 7008939auction111128
2026-03-29 21:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with scrape type 2
2026-03-29 21:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with scrape type 2
2026-03-29 21:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f, identifier: 7008939auction111128
2026-03-29 21:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with identifier: 7008939auction111128
2026-03-29 21:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with identifier: 7008939auction111128
2026-03-29 21:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with identifier: 7008939auction111128 to the API
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008939>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008939',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 168571,
'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': 'Berlingo Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2021}
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008939auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:11 [ecarstrade.be] INFO: Saving data for 7008939auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624358.258346, 'last_price_update_time': 1774821371.559284}
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008939auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:11 [ecarstrade.be] INFO: Extracting details for car 7008947auction111128
2026-03-29 21:56:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9951d93b-e2ae-567e-9e08-8c4998351b78 with identifier: 7008947auction111128
2026-03-29 21:56:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9951d93b-e2ae-567e-9e08-8c4998351b78 with scrape type 2
2026-03-29 21:56:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9951d93b-e2ae-567e-9e08-8c4998351b78 with scrape type 2
2026-03-29 21:56:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9951d93b-e2ae-567e-9e08-8c4998351b78, identifier: 7008947auction111128
2026-03-29 21:56:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9951d93b-e2ae-567e-9e08-8c4998351b78 with identifier: 7008947auction111128
2026-03-29 21:56:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9951d93b-e2ae-567e-9e08-8c4998351b78 with identifier: 7008947auction111128
2026-03-29 21:56:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9951d93b-e2ae-567e-9e08-8c4998351b78 with identifier: 7008947auction111128 to the API
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008947>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9951d93b-e2ae-567e-9e08-8c4998351b78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008947',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 154733,
'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': 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': 2020}
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008947auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:11 [ecarstrade.be] INFO: Saving data for 7008947auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624370.841408, 'last_price_update_time': 1774821371.949504}
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008947auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008946> (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-29 21:56:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:12 [ecarstrade.be] INFO: Extracting details for car 7008946auction111128
2026-03-29 21:56:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with identifier: 7008946auction111128
2026-03-29 21:56:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with scrape type 2
2026-03-29 21:56:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with scrape type 2
2026-03-29 21:56:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab5c10b8-8850-5a43-a7fe-79d85f70ba76, identifier: 7008946auction111128
2026-03-29 21:56:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with identifier: 7008946auction111128
2026-03-29 21:56:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with identifier: 7008946auction111128
2026-03-29 21:56:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with identifier: 7008946auction111128 to the API
2026-03-29 21:56:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008946>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ab5c10b8-8850-5a43-a7fe-79d85f70ba76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008946',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 134664,
'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': 'C3 Société Feel 1.5 BlueHDI 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Société Feel 1.5 BlueHDI 100CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-29 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008946auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:13 [ecarstrade.be] INFO: Saving data for 7008946auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624427.539354, 'last_price_update_time': 1774821373.242377}
2026-03-29 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008946auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008974> (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-29 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-29 21:56:13 [ecarstrade.be] INFO: Extracting details for car 7008974auction111128
2026-03-29 21:56:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe48e5cf-fc8d-5e06-87bc-555be4702f1a with identifier: 7008974auction111128
2026-03-29 21:56:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe48e5cf-fc8d-5e06-87bc-555be4702f1a with scrape type 2
2026-03-29 21:56:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe48e5cf-fc8d-5e06-87bc-555be4702f1a with scrape type 2
2026-03-29 21:56:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe48e5cf-fc8d-5e06-87bc-555be4702f1a, identifier: 7008974auction111128
2026-03-29 21:56:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe48e5cf-fc8d-5e06-87bc-555be4702f1a with identifier: 7008974auction111128
2026-03-29 21:56:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe48e5cf-fc8d-5e06-87bc-555be4702f1a with identifier: 7008974auction111128
2026-03-29 21:56:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe48e5cf-fc8d-5e06-87bc-555be4702f1a with identifier: 7008974auction111128 to the API
2026-03-29 21:56:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008974>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fe48e5cf-fc8d-5e06-87bc-555be4702f1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008974',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 203515,
'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': 2,
'seller_name': None,
'title': 'Clio V Société Air Nav 1.5 dCi 85CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'V Société Air Nav 1.5 dCi 85CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008974auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:14 [ecarstrade.be] INFO: Saving data for 7008974auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624426.720881, 'last_price_update_time': 1774821374.277528}
2026-03-29 21:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008974auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008983> (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-29 21:56:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008981> (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-29 21:56:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:18 [ecarstrade.be] INFO: Extracting details for car 7008983auction111128
2026-03-29 21:56:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71b9f09-0254-5a3c-877a-0042bb2a6155 with identifier: 7008983auction111128
2026-03-29 21:56:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71b9f09-0254-5a3c-877a-0042bb2a6155 with scrape type 2
2026-03-29 21:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a71b9f09-0254-5a3c-877a-0042bb2a6155 with scrape type 2
2026-03-29 21:56:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a71b9f09-0254-5a3c-877a-0042bb2a6155, identifier: 7008983auction111128
2026-03-29 21:56:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a71b9f09-0254-5a3c-877a-0042bb2a6155 with identifier: 7008983auction111128
2026-03-29 21:56:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a71b9f09-0254-5a3c-877a-0042bb2a6155 with identifier: 7008983auction111128
2026-03-29 21:56:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a71b9f09-0254-5a3c-877a-0042bb2a6155 with identifier: 7008983auction111128 to the API
2026-03-29 21:56:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008983>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a71b9f09-0254-5a3c-877a-0042bb2a6155',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008983',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 178282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'MEGANE SOCIETE VF 5p BER Air Nav réversible Energy dCi110 bi-corps '
'VU',
'transmission': 'manual',
'trim': 'MEGANE SOCIETE VF 5p BER Air Nav réversible Energy dCi110 bi-corps '
'VU',
'vin': None,
'year': 2017}
2026-03-29 21:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008983auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:18 [ecarstrade.be] INFO: Saving data for 7008983auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624424.721061, 'last_price_update_time': 1774821378.882298}
2026-03-29 21:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008983auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:18 [ecarstrade.be] INFO: Extracting details for car 7008981auction111128
2026-03-29 21:56:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008969> (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-29 21:56:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with identifier: 7008981auction111128
2026-03-29 21:56:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with scrape type 2
2026-03-29 21:56:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with scrape type 2
2026-03-29 21:56:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6, identifier: 7008981auction111128
2026-03-29 21:56:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with identifier: 7008981auction111128
2026-03-29 21:56:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with identifier: 7008981auction111128
2026-03-29 21:56:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with identifier: 7008981auction111128 to the API
2026-03-29 21:56:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008981>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008981',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 175754,
'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': 2,
'seller_name': None,
'title': 'RENAULT Mégane Société VU 5p Berline Air Nav 2P Blue dCi 95',
'transmission': 'manual',
'trim': 'RENAULT Mégane Société VU 5p Berline Air Nav 2P Blue dCi 95',
'vin': None,
'year': 2019}
2026-03-29 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008981auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:19 [ecarstrade.be] INFO: Saving data for 7008981auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624427.087576, 'last_price_update_time': 1774821379.259069}
2026-03-29 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008981auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:19 [ecarstrade.be] INFO: Extracting details for car 7008969auction111128
2026-03-29 21:56:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with identifier: 7008969auction111128
2026-03-29 21:56:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with scrape type 2
2026-03-29 21:56:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with scrape type 2
2026-03-29 21:56:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6, identifier: 7008969auction111128
2026-03-29 21:56:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with identifier: 7008969auction111128
2026-03-29 21:56:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with identifier: 7008969auction111128
2026-03-29 21:56:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with identifier: 7008969auction111128 to the API
2026-03-29 21:56:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008969>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '846201a4-3f6f-5e07-b4ee-86eb85aa58a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008969',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Clio',
'odometer': 135856,
'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': 'Clio IV Air 1.5 dCi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Air 1.5 dCi 75CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-29 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008969auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:19 [ecarstrade.be] INFO: Saving data for 7008969auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624401.176727, 'last_price_update_time': 1774821379.653716}
2026-03-29 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008969auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008962> (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-29 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-29 21:56:20 [ecarstrade.be] INFO: Extracting details for car 7008962auction111128
2026-03-29 21:56:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11ebe76b-89c5-59cb-aabc-d00bb4701718 with identifier: 7008962auction111128
2026-03-29 21:56:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11ebe76b-89c5-59cb-aabc-d00bb4701718 with scrape type 2
2026-03-29 21:56:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11ebe76b-89c5-59cb-aabc-d00bb4701718 with scrape type 2
2026-03-29 21:56:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11ebe76b-89c5-59cb-aabc-d00bb4701718, identifier: 7008962auction111128
2026-03-29 21:56:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11ebe76b-89c5-59cb-aabc-d00bb4701718 with identifier: 7008962auction111128
2026-03-29 21:56:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11ebe76b-89c5-59cb-aabc-d00bb4701718 with identifier: 7008962auction111128
2026-03-29 21:56:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11ebe76b-89c5-59cb-aabc-d00bb4701718 with identifier: 7008962auction111128 to the API
2026-03-29 21:56:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008962>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '11ebe76b-89c5-59cb-aabc-d00bb4701718',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008962',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 138045,
'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-29 21:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008962auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:21 [ecarstrade.be] INFO: Saving data for 7008962auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624423.252475, 'last_price_update_time': 1774821381.125578}
2026-03-29 21:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008962auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008973> (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-29 21:56:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:24 [ecarstrade.be] INFO: Extracting details for car 7008973auction111128
2026-03-29 21:56:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08aee12-45c7-5d8a-976b-e3828d71f326 with identifier: 7008973auction111128
2026-03-29 21:56:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08aee12-45c7-5d8a-976b-e3828d71f326 with scrape type 2
2026-03-29 21:56:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c08aee12-45c7-5d8a-976b-e3828d71f326 with scrape type 2
2026-03-29 21:56:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c08aee12-45c7-5d8a-976b-e3828d71f326, identifier: 7008973auction111128
2026-03-29 21:56:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c08aee12-45c7-5d8a-976b-e3828d71f326 with identifier: 7008973auction111128
2026-03-29 21:56:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c08aee12-45c7-5d8a-976b-e3828d71f326 with identifier: 7008973auction111128
2026-03-29 21:56:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c08aee12-45c7-5d8a-976b-e3828d71f326 with identifier: 7008973auction111128 to the API
2026-03-29 21:56:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008973>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c08aee12-45c7-5d8a-976b-e3828d71f326',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008973',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 173502,
'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': 2,
'seller_name': None,
'title': 'Kangoo II Express Maxi Grand Confort 1.5 dCi 95CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'II Express Maxi Grand Confort 1.5 dCi 95CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008973auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:25 [ecarstrade.be] INFO: Saving data for 7008973auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624423.705314, 'last_price_update_time': 1774821385.344641}
2026-03-29 21:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008973auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008972> (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-29 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-29 21:56:26 [ecarstrade.be] INFO: Extracting details for car 7008972auction111128
2026-03-29 21:56:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96fdf271-8baf-54c7-ab71-23576e72fe26 with identifier: 7008972auction111128
2026-03-29 21:56:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96fdf271-8baf-54c7-ab71-23576e72fe26 with scrape type 2
2026-03-29 21:56:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96fdf271-8baf-54c7-ab71-23576e72fe26 with scrape type 2
2026-03-29 21:56:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96fdf271-8baf-54c7-ab71-23576e72fe26, identifier: 7008972auction111128
2026-03-29 21:56:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96fdf271-8baf-54c7-ab71-23576e72fe26 with identifier: 7008972auction111128
2026-03-29 21:56:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96fdf271-8baf-54c7-ab71-23576e72fe26 with identifier: 7008972auction111128
2026-03-29 21:56:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96fdf271-8baf-54c7-ab71-23576e72fe26 with identifier: 7008972auction111128 to the API
2026-03-29 21:56:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008972>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '96fdf271-8baf-54c7-ab71-23576e72fe26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008972',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 149625,
'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': 2,
'seller_name': None,
'title': 'Kangoo Express Maxi Extra (Série Spéciale) 1.5',
'transmission': 'manual',
'trim': 'Express Maxi Extra (Série Spéciale) 1.5',
'vin': None,
'year': 2020}
2026-03-29 21:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008972auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:27 [ecarstrade.be] INFO: Saving data for 7008972auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624422.39418, 'last_price_update_time': 1774821387.065464}
2026-03-29 21:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008972auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008967> (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-29 21:56:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:28 [ecarstrade.be] INFO: Extracting details for car 7008967auction111128
2026-03-29 21:56:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cd6b5be-b1a1-583b-a521-184cd5b75025 with identifier: 7008967auction111128
2026-03-29 21:56:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cd6b5be-b1a1-583b-a521-184cd5b75025 with scrape type 2
2026-03-29 21:56:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cd6b5be-b1a1-583b-a521-184cd5b75025 with scrape type 2
2026-03-29 21:56:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cd6b5be-b1a1-583b-a521-184cd5b75025, identifier: 7008967auction111128
2026-03-29 21:56:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cd6b5be-b1a1-583b-a521-184cd5b75025 with identifier: 7008967auction111128
2026-03-29 21:56:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cd6b5be-b1a1-583b-a521-184cd5b75025 with identifier: 7008967auction111128
2026-03-29 21:56:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cd6b5be-b1a1-583b-a521-184cd5b75025 with identifier: 7008967auction111128 to the API
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008967>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9cd6b5be-b1a1-583b-a521-184cd5b75025',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008967',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 197789,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'Partner Premium L1 1.5 HDi 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Premium L1 1.5 HDi 130CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008967auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:29 [ecarstrade.be] INFO: Saving data for 7008967auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624417.488015, 'last_price_update_time': 1774821389.260745}
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008967auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008975> (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-29 21:56:29 [ecarstrade.be] INFO: Extracting details for car 7008975auction111128
2026-03-29 21:56:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bacf226d-7d6b-5243-b833-dc68b7834193 with identifier: 7008975auction111128
2026-03-29 21:56:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bacf226d-7d6b-5243-b833-dc68b7834193 with scrape type 2
2026-03-29 21:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bacf226d-7d6b-5243-b833-dc68b7834193 with scrape type 2
2026-03-29 21:56:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bacf226d-7d6b-5243-b833-dc68b7834193, identifier: 7008975auction111128
2026-03-29 21:56:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bacf226d-7d6b-5243-b833-dc68b7834193 with identifier: 7008975auction111128
2026-03-29 21:56:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bacf226d-7d6b-5243-b833-dc68b7834193 with identifier: 7008975auction111128
2026-03-29 21:56:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bacf226d-7d6b-5243-b833-dc68b7834193 with identifier: 7008975auction111128 to the API
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008975>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bacf226d-7d6b-5243-b833-dc68b7834193',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008975',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 141011,
'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': 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-29 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008975auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:29 [ecarstrade.be] INFO: Saving data for 7008975auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624355.076093, 'last_price_update_time': 1774821389.741323}
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008975auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008968> (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-29 21:56:29 [ecarstrade.be] INFO: Extracting details for car 7008968auction111128
2026-03-29 21:56:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e74171a-54ff-54e9-a43a-4b8dec70a54b with identifier: 7008968auction111128
2026-03-29 21:56:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e74171a-54ff-54e9-a43a-4b8dec70a54b with scrape type 2
2026-03-29 21:56:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e74171a-54ff-54e9-a43a-4b8dec70a54b with scrape type 2
2026-03-29 21:56:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e74171a-54ff-54e9-a43a-4b8dec70a54b, identifier: 7008968auction111128
2026-03-29 21:56:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e74171a-54ff-54e9-a43a-4b8dec70a54b with identifier: 7008968auction111128
2026-03-29 21:56:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e74171a-54ff-54e9-a43a-4b8dec70a54b with identifier: 7008968auction111128
2026-03-29 21:56:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e74171a-54ff-54e9-a43a-4b8dec70a54b with identifier: 7008968auction111128 to the API
2026-03-29 21:56:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008968>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3e74171a-54ff-54e9-a43a-4b8dec70a54b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008968',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 150205,
'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': 2,
'seller_name': None,
'title': 'Partner Premium L1 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Premium L1 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008968auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:30 [ecarstrade.be] INFO: Saving data for 7008968auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624422.89673, 'last_price_update_time': 1774821390.324087}
2026-03-29 21:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008968auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008978> (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-29 21:56:33 [ecarstrade.be] INFO: Extracting details for car 7008978auction111128
2026-03-29 21:56:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7da95049-9d9c-558c-86d7-41bf21277b8f with identifier: 7008978auction111128
2026-03-29 21:56:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7da95049-9d9c-558c-86d7-41bf21277b8f with scrape type 2
2026-03-29 21:56:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7da95049-9d9c-558c-86d7-41bf21277b8f with scrape type 2
2026-03-29 21:56:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7da95049-9d9c-558c-86d7-41bf21277b8f, identifier: 7008978auction111128
2026-03-29 21:56:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7da95049-9d9c-558c-86d7-41bf21277b8f with identifier: 7008978auction111128
2026-03-29 21:56:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7da95049-9d9c-558c-86d7-41bf21277b8f with identifier: 7008978auction111128
2026-03-29 21:56:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7da95049-9d9c-558c-86d7-41bf21277b8f with identifier: 7008978auction111128 to the API
2026-03-29 21:56:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008978>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7da95049-9d9c-558c-86d7-41bf21277b8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008978',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 142623,
'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': 2,
'seller_name': None,
'title': 'Kangoo II Express Extra (Série Spéciale) 1.5 dCi 95CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'II Express Extra (Série Spéciale) 1.5 dCi 95CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-29 21:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008978auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:33 [ecarstrade.be] INFO: Saving data for 7008978auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624373.879695, 'last_price_update_time': 1774821393.882027}
2026-03-29 21:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008978auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008971> (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-29 21:56:34 [ecarstrade.be] INFO: Extracting details for car 7008971auction111128
2026-03-29 21:56:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41c323e0-b86c-5246-a253-92045721dd80 with identifier: 7008971auction111128
2026-03-29 21:56:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41c323e0-b86c-5246-a253-92045721dd80 with scrape type 2
2026-03-29 21:56:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41c323e0-b86c-5246-a253-92045721dd80 with scrape type 2
2026-03-29 21:56:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41c323e0-b86c-5246-a253-92045721dd80, identifier: 7008971auction111128
2026-03-29 21:56:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41c323e0-b86c-5246-a253-92045721dd80 with identifier: 7008971auction111128
2026-03-29 21:56:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41c323e0-b86c-5246-a253-92045721dd80 with identifier: 7008971auction111128
2026-03-29 21:56:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41c323e0-b86c-5246-a253-92045721dd80 with identifier: 7008971auction111128 to the API
2026-03-29 21:56:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008971>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '41c323e0-b86c-5246-a253-92045721dd80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008971',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 134567,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': None,
'seller_name': None,
'title': 'Kangoo Express Grand Confort (L1) 1.5 dCi 90CV BVM5 E6',
'transmission': 'manual',
'trim': 'Express Grand Confort (L1) 1.5 dCi 90CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-29 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008971auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:34 [ecarstrade.be] INFO: Saving data for 7008971auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624409.576102, 'last_price_update_time': 1774821394.624943}
2026-03-29 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008971auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:35 [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-29 21:56:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:56:35 [ecarstrade.be] INFO: Found listing with ID: 7008998auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008998auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7008998auction111129: 2
2026-03-29 21:56:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009039auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009039auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009039auction111129: 2
2026-03-29 21:56:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009004auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009004auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009004auction111129: 2
2026-03-29 21:56:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009138auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009138auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009138auction111129: 2
2026-03-29 21:56:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009030auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009030auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009030auction111129: 2
2026-03-29 21:56:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009150auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009150auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009150auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009149auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009149auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009149auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009148auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009148auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009148auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009031auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009031auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009031auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009126auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009126auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009126auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009124auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009124auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009124auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009043auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009043auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009043auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009028auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009028auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009028auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009141auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009141auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009141auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009151auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009151auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009151auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009005auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009005auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009005auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009034auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009034auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009034auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009001auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009001auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009001auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7008996auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008996auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7008996auction111129: 2
2026-03-29 21:56:36 [ecarstrade.be] INFO: Found listing with ID: 7009018auction111129
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009018auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:36 [ecarstrade.be] INFO: Scrape type for 7009018auction111129: 2
2026-03-29 21:56:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008965> (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-29 21:56:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:37 [ecarstrade.be] INFO: Extracting details for car 7008965auction111128
2026-03-29 21:56:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2a9a568-f10f-5695-9845-1756c27c27f3 with identifier: 7008965auction111128
2026-03-29 21:56:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2a9a568-f10f-5695-9845-1756c27c27f3 with scrape type 2
2026-03-29 21:56:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2a9a568-f10f-5695-9845-1756c27c27f3 with scrape type 2
2026-03-29 21:56:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2a9a568-f10f-5695-9845-1756c27c27f3, identifier: 7008965auction111128
2026-03-29 21:56:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2a9a568-f10f-5695-9845-1756c27c27f3 with identifier: 7008965auction111128
2026-03-29 21:56:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2a9a568-f10f-5695-9845-1756c27c27f3 with identifier: 7008965auction111128
2026-03-29 21:56:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2a9a568-f10f-5695-9845-1756c27c27f3 with identifier: 7008965auction111128 to the API
2026-03-29 21:56:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008965>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b2a9a568-f10f-5695-9845-1756c27c27f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008965',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 160910,
'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': '208 Affaire Premium Pack 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Affaire Premium Pack 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008965auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:37 [ecarstrade.be] INFO: Saving data for 7008965auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624372.591218, 'last_price_update_time': 1774821397.886838}
2026-03-29 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008965auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:42 [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-29 21:56:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009025auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009025auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009025auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009038auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009038auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009038auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009101auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009101auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009101auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009007auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009007auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009007auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009033auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009033auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009033auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009042auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009042auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009042auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009029auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009029auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009029auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009002auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009002auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009002auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7008999auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008999auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7008999auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009152auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009152auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009152auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009019auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009019auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009019auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009132auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009132auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009132auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009136auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009136auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009136auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009128auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009128auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009128auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7008997auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008997auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7008997auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009032auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009032auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009032auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009037auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009037auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009037auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009089auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009089auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009089auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009117auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009117auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009117auction111129: 2
2026-03-29 21:56:42 [ecarstrade.be] INFO: Found listing with ID: 7009120auction111129
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009120auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:42 [ecarstrade.be] INFO: Scrape type for 7009120auction111129: 2
2026-03-29 21:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009030> (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-29 21:56:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:44 [ecarstrade.be] INFO: Extracting details for car 7009030auction111129
2026-03-29 21:56:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with identifier: 7009030auction111129
2026-03-29 21:56:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with scrape type 2
2026-03-29 21:56:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with scrape type 2
2026-03-29 21:56:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30, identifier: 7009030auction111129
2026-03-29 21:56:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with identifier: 7009030auction111129
2026-03-29 21:56:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with identifier: 7009030auction111129
2026-03-29 21:56:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with identifier: 7009030auction111129 to the API
2026-03-29 21:56:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009030>
{'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-30T13:40:00Z',
'fuel_type': 'Electric',
'id': '7cd836f2-e0c8-5a5b-ab15-f77515c7be30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009030',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'EV6',
'odometer': 142811,
'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': 'KIA Ev6 / 2021 / 5P / SUV BEV 77.4 KWH AIR DESIGN',
'transmission': 'automatic',
'trim': 'KIA Ev6 / 2021 / 5P / SUV BEV 77.4 KWH AIR DESIGN',
'vin': None,
'year': 2023}
2026-03-29 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009030auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:44 [ecarstrade.be] INFO: Saving data for 7009030auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624420.913124, 'last_price_update_time': 1774821404.479462}
2026-03-29 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009030auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008944> (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-29 21:56:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:46 [ecarstrade.be] INFO: Extracting details for car 7008944auction111128
2026-03-29 21:56:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with identifier: 7008944auction111128
2026-03-29 21:56:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with scrape type 2
2026-03-29 21:56:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with scrape type 2
2026-03-29 21:56:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe, identifier: 7008944auction111128
2026-03-29 21:56:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with identifier: 7008944auction111128
2026-03-29 21:56:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with identifier: 7008944auction111128
2026-03-29 21:56:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with identifier: 7008944auction111128 to the API
2026-03-29 21:56:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008944>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008944',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 145694,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 650 1.6 BlueHDi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Club M 650 1.6 BlueHDi 75CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008944auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:47 [ecarstrade.be] INFO: Saving data for 7008944auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624409.897756, 'last_price_update_time': 1774821407.044936}
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008944auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009138> (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-29 21:56:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:47 [ecarstrade.be] INFO: Extracting details for car 7009138auction111129
2026-03-29 21:56:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with identifier: 7009138auction111129
2026-03-29 21:56:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with scrape type 2
2026-03-29 21:56:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with scrape type 2
2026-03-29 21:56:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c, identifier: 7009138auction111129
2026-03-29 21:56:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with identifier: 7009138auction111129
2026-03-29 21:56:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with identifier: 7009138auction111129
2026-03-29 21:56:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with identifier: 7009138auction111129 to the API
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009138>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '72b9ea60-067d-5b7e-926e-0b0ae1c99b0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009138',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 190429,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 Hybride / 2018 / 5P / SUV Hybride 2WD Dynamic Business '
'Beyond Zero',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 Hybride / 2018 / 5P / SUV Hybride 2WD Dynamic Business '
'Beyond Zero',
'vin': None,
'year': 2024}
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009138auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:47 [ecarstrade.be] INFO: Saving data for 7009138auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624428.231234, 'last_price_update_time': 1774821407.568523}
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009138auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009150> (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-29 21:56:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009149> (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-29 21:56:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:50 [ecarstrade.be] INFO: Extracting details for car 7009150auction111129
2026-03-29 21:56:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87347f80-f211-52e7-89eb-ff1caf9f5e4b with identifier: 7009150auction111129
2026-03-29 21:56:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87347f80-f211-52e7-89eb-ff1caf9f5e4b with scrape type 2
2026-03-29 21:56:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87347f80-f211-52e7-89eb-ff1caf9f5e4b with scrape type 2
2026-03-29 21:56:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87347f80-f211-52e7-89eb-ff1caf9f5e4b, identifier: 7009150auction111129
2026-03-29 21:56:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87347f80-f211-52e7-89eb-ff1caf9f5e4b with identifier: 7009150auction111129
2026-03-29 21:56:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87347f80-f211-52e7-89eb-ff1caf9f5e4b with identifier: 7009150auction111129
2026-03-29 21:56:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87347f80-f211-52e7-89eb-ff1caf9f5e4b with identifier: 7009150auction111129 to the API
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009150>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '87347f80-f211-52e7-89eb-ff1caf9f5e4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009150',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 161692,
'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': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 Elegance',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 Elegance',
'vin': None,
'year': 2022}
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009150auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:51 [ecarstrade.be] INFO: Saving data for 7009150auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624402.421198, 'last_price_update_time': 1774821411.261339}
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009150auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:51 [ecarstrade.be] INFO: Extracting details for car 7009149auction111129
2026-03-29 21:56:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with identifier: 7009149auction111129
2026-03-29 21:56:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with scrape type 2
2026-03-29 21:56:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with scrape type 2
2026-03-29 21:56:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e, identifier: 7009149auction111129
2026-03-29 21:56:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with identifier: 7009149auction111129
2026-03-29 21:56:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with identifier: 7009149auction111129
2026-03-29 21:56:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with identifier: 7009149auction111129 to the API
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:56:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009149>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '31dca0dd-b57a-5d3c-b8c2-436b3f87973e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009149',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 199879,
'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': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Allspace / 2021 / 5P / SUV 1.5 TSI 150 DSG7 LIFE '
'BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Allspace / 2021 / 5P / SUV 1.5 TSI 150 DSG7 LIFE '
'BUSINESS',
'vin': None,
'year': 2023}
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009149auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:51 [ecarstrade.be] INFO: Saving data for 7009149auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624420.23857, 'last_price_update_time': 1774821411.648579}
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009149auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009031> (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-29 21:56:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:55 [ecarstrade.be] INFO: Extracting details for car 7009031auction111129
2026-03-29 21:56:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7128031-f347-5076-a875-97f8a8008d91 with identifier: 7009031auction111129
2026-03-29 21:56:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7128031-f347-5076-a875-97f8a8008d91 with scrape type 2
2026-03-29 21:56:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7128031-f347-5076-a875-97f8a8008d91 with scrape type 2
2026-03-29 21:56:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7128031-f347-5076-a875-97f8a8008d91, identifier: 7009031auction111129
2026-03-29 21:56:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7128031-f347-5076-a875-97f8a8008d91 with identifier: 7009031auction111129
2026-03-29 21:56:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7128031-f347-5076-a875-97f8a8008d91 with identifier: 7009031auction111129
2026-03-29 21:56:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7128031-f347-5076-a875-97f8a8008d91 with identifier: 7009031auction111129 to the API
2026-03-29 21:56:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009031>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b7128031-f347-5076-a875-97f8a8008d91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009031',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 142665,
'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': 'Sportage Design Hybrid 4WD 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Design Hybrid 4WD 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009031auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:56 [ecarstrade.be] INFO: Saving data for 7009031auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624419.137331, 'last_price_update_time': 1774821416.036128}
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009031auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009148> (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-29 21:56:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:56 [ecarstrade.be] INFO: Extracting details for car 7009148auction111129
2026-03-29 21:56:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc9db59-c620-5e7b-a08d-3f66ffee999e with identifier: 7009148auction111129
2026-03-29 21:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc9db59-c620-5e7b-a08d-3f66ffee999e with scrape type 2
2026-03-29 21:56:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfc9db59-c620-5e7b-a08d-3f66ffee999e with scrape type 2
2026-03-29 21:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfc9db59-c620-5e7b-a08d-3f66ffee999e, identifier: 7009148auction111129
2026-03-29 21:56:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfc9db59-c620-5e7b-a08d-3f66ffee999e with identifier: 7009148auction111129
2026-03-29 21:56:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfc9db59-c620-5e7b-a08d-3f66ffee999e with identifier: 7009148auction111129
2026-03-29 21:56:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfc9db59-c620-5e7b-a08d-3f66ffee999e with identifier: 7009148auction111129 to the API
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009148>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'dfc9db59-c620-5e7b-a08d-3f66ffee999e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009148',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 204836,
'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': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life Business',
'vin': None,
'year': 2023}
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009148auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:56 [ecarstrade.be] INFO: Saving data for 7009148auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624405.645245, 'last_price_update_time': 1774821416.515496}
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009148auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008970> (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-29 21:56:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:56 [ecarstrade.be] INFO: Extracting details for car 7008970auction111128
2026-03-29 21:56:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5279fb08-5462-5a52-bfb6-37a1c758efdf with identifier: 7008970auction111128
2026-03-29 21:56:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5279fb08-5462-5a52-bfb6-37a1c758efdf with scrape type 2
2026-03-29 21:56:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5279fb08-5462-5a52-bfb6-37a1c758efdf with scrape type 2
2026-03-29 21:56:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5279fb08-5462-5a52-bfb6-37a1c758efdf, identifier: 7008970auction111128
2026-03-29 21:56:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5279fb08-5462-5a52-bfb6-37a1c758efdf with identifier: 7008970auction111128
2026-03-29 21:56:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5279fb08-5462-5a52-bfb6-37a1c758efdf with identifier: 7008970auction111128
2026-03-29 21:56:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5279fb08-5462-5a52-bfb6-37a1c758efdf with identifier: 7008970auction111128 to the API
2026-03-29 21:56:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008970>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5279fb08-5462-5a52-bfb6-37a1c758efdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008970',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 164171,
'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': 3,
'seller_name': None,
'title': 'Partner L1 Premium Pack 1.6 HDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'L1 Premium Pack 1.6 HDi 100CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-29 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008970auction111128%27 HTTP/1.1" 200 None
2026-03-29 21:56:57 [ecarstrade.be] INFO: Saving data for 7008970auction111128: {'auction_closing_time': 1774878000.0, 'created_time': 1774624424.20219, 'last_price_update_time': 1774821417.022762}
2026-03-29 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008970auction111128') HTTP/1.1" 204 0
2026-03-29 21:56:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009124> (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-29 21:56:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:56:58 [ecarstrade.be] INFO: Extracting details for car 7009124auction111129
2026-03-29 21:56:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8dedde0-2766-59af-bdc5-0d213e7105f9 with identifier: 7009124auction111129
2026-03-29 21:56:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8dedde0-2766-59af-bdc5-0d213e7105f9 with scrape type 2
2026-03-29 21:56:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8dedde0-2766-59af-bdc5-0d213e7105f9 with scrape type 2
2026-03-29 21:56:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8dedde0-2766-59af-bdc5-0d213e7105f9, identifier: 7009124auction111129
2026-03-29 21:56:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8dedde0-2766-59af-bdc5-0d213e7105f9 with identifier: 7009124auction111129
2026-03-29 21:56:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8dedde0-2766-59af-bdc5-0d213e7105f9 with identifier: 7009124auction111129
2026-03-29 21:56:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8dedde0-2766-59af-bdc5-0d213e7105f9 with identifier: 7009124auction111129 to the API
2026-03-29 21:56:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009124>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a8dedde0-2766-59af-bdc5-0d213e7105f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009124',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 169670,
'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': None,
'seller_name': None,
'title': 'Karoq Style 2.0 TDI 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Style 2.0 TDI 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009124auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:59 [ecarstrade.be] INFO: Saving data for 7009124auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624402.892334, 'last_price_update_time': 1774821419.034158}
2026-03-29 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009124auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009126> (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-29 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-29 21:56:59 [ecarstrade.be] INFO: Extracting details for car 7009126auction111129
2026-03-29 21:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with identifier: 7009126auction111129
2026-03-29 21:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with scrape type 2
2026-03-29 21:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with scrape type 2
2026-03-29 21:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3, identifier: 7009126auction111129
2026-03-29 21:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with identifier: 7009126auction111129
2026-03-29 21:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with identifier: 7009126auction111129
2026-03-29 21:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with identifier: 7009126auction111129 to the API
2026-03-29 21:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009126>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009126',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 158768,
'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': 'Kodiaq Business 1.5 TSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Business 1.5 TSI 150CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009126auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:56:59 [ecarstrade.be] INFO: Saving data for 7009126auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624400.648358, 'last_price_update_time': 1774821419.543491}
2026-03-29 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:56:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009126auction111129') HTTP/1.1" 204 0
2026-03-29 21:56:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009004> (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-29 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-29 21:56:59 [ecarstrade.be] INFO: Extracting details for car 7009004auction111129
2026-03-29 21:56:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with identifier: 7009004auction111129
2026-03-29 21:56:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with scrape type 2
2026-03-29 21:56:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with scrape type 2
2026-03-29 21:56:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd, identifier: 7009004auction111129
2026-03-29 21:56:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with identifier: 7009004auction111129
2026-03-29 21:56:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with identifier: 7009004auction111129
2026-03-29 21:56:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with identifier: 7009004auction111129 to the API
2026-03-29 21:56:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:56: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-29 21:56:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009004>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2c8d6fb5-3fc9-5907-a3a8-353aafe445cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009004',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '318',
'odometer': 143730,
'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': 'BMW Série 3 Touring / 2022 / 5P / Break 318d 150ch Business Design '
'BVA8',
'transmission': 'automatic',
'trim': 'Série 3 Touring / 2022 / 5P / Break d 150ch Business Design BVA8',
'vin': None,
'year': 2022}
2026-03-29 21:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009004auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:00 [ecarstrade.be] INFO: Saving data for 7009004auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624404.058193, 'last_price_update_time': 1774821420.020856}
2026-03-29 21:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009004auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009018> (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-29 21:57:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:03 [ecarstrade.be] INFO: Extracting details for car 7009018auction111129
2026-03-29 21:57:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with identifier: 7009018auction111129
2026-03-29 21:57:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with scrape type 2
2026-03-29 21:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with scrape type 2
2026-03-29 21:57:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 278366cb-a71c-5d6e-aa57-a821ab9da4d0, identifier: 7009018auction111129
2026-03-29 21:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with identifier: 7009018auction111129
2026-03-29 21:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with identifier: 7009018auction111129
2026-03-29 21:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with identifier: 7009018auction111129 to the API
2026-03-29 21:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009018>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '278366cb-a71c-5d6e-aa57-a821ab9da4d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009018',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 146765,
'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': 'DS DS 7 Crossback / 2017 / 5P / SUV BlueHDi 130 Auto PERFORMANCE '
'Line +',
'transmission': 'automatic',
'trim': 'DS DS 7 Crossback / 2017 / 5P / SUV BlueHDi 130 Auto PERFORMANCE '
'Line +',
'vin': None,
'year': 2022}
2026-03-29 21:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009018auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:03 [ecarstrade.be] INFO: Saving data for 7009018auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624406.648195, 'last_price_update_time': 1774821423.560553}
2026-03-29 21:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009018auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008996> (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-29 21:57:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:03 [ecarstrade.be] INFO: Extracting details for car 7008996auction111129
2026-03-29 21:57:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8efdcdf-c0d9-57c6-92db-338c025f731e with identifier: 7008996auction111129
2026-03-29 21:57:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8efdcdf-c0d9-57c6-92db-338c025f731e with scrape type 2
2026-03-29 21:57:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8efdcdf-c0d9-57c6-92db-338c025f731e with scrape type 2
2026-03-29 21:57:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8efdcdf-c0d9-57c6-92db-338c025f731e, identifier: 7008996auction111129
2026-03-29 21:57:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8efdcdf-c0d9-57c6-92db-338c025f731e with identifier: 7008996auction111129
2026-03-29 21:57:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8efdcdf-c0d9-57c6-92db-338c025f731e with identifier: 7008996auction111129
2026-03-29 21:57:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8efdcdf-c0d9-57c6-92db-338c025f731e with identifier: 7008996auction111129 to the API
2026-03-29 21:57:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008996>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b8efdcdf-c0d9-57c6-92db-338c025f731e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008996',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A5',
'odometer': 149203,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A5 Sportback / 2016 / 5P / Berline &35 TDI 150 S TRONIC 7 BUSI '
'LINE SB',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2016 / 5P / Berline &35 TDI 150 S TRONIC 7 BUSI '
'LINE SB',
'vin': None,
'year': 2019}
2026-03-29 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008996auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:04 [ecarstrade.be] INFO: Saving data for 7008996auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624409.053421, 'last_price_update_time': 1774821424.042623}
2026-03-29 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008996auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009089> (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-29 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-29 21:57:06 [scrapy.extensions.logstats] INFO: Crawled 789 pages (at 33 pages/min), scraped 738 items (at 31 items/min)
2026-03-29 21:57:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:57:06 [ecarstrade.be] INFO: Extracting details for car 7009089auction111129
2026-03-29 21:57:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with identifier: 7009089auction111129
2026-03-29 21:57:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with scrape type 2
2026-03-29 21:57:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with scrape type 2
2026-03-29 21:57:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4acb8c7-eb16-5577-b2af-028ab3ca15b9, identifier: 7009089auction111129
2026-03-29 21:57:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with identifier: 7009089auction111129
2026-03-29 21:57:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with identifier: 7009089auction111129
2026-03-29 21:57:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with identifier: 7009089auction111129 to the API
2026-03-29 21:57:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:57:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009089>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b4acb8c7-eb16-5577-b2af-028ab3ca15b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009089',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '5008',
'odometer': 134964,
'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': None,
'seller_name': None,
'title': '5008 Allure 1.5 HDi 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Allure 1.5 HDi 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2022}
2026-03-29 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009089auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:07 [ecarstrade.be] INFO: Saving data for 7009089auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624462.21377, 'last_price_update_time': 1774821427.114344}
2026-03-29 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009089auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009117> (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-29 21:57:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:08 [ecarstrade.be] INFO: Extracting details for car 7009117auction111129
2026-03-29 21:57:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with identifier: 7009117auction111129
2026-03-29 21:57:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with scrape type 2
2026-03-29 21:57:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with scrape type 2
2026-03-29 21:57:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d, identifier: 7009117auction111129
2026-03-29 21:57:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with identifier: 7009117auction111129
2026-03-29 21:57:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with identifier: 7009117auction111129
2026-03-29 21:57:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with identifier: 7009117auction111129 to the API
2026-03-29 21:57:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009117>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009117',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 140171,
'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': 'Ateca Style Business 1.6 TDI 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': 'Style Business 1.6 TDI 115CV BVA7 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009117auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:08 [ecarstrade.be] INFO: Saving data for 7009117auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624460.564668, 'last_price_update_time': 1774821428.892154}
2026-03-29 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009117auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009037> (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-29 21:57:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:09 [ecarstrade.be] INFO: Extracting details for car 7009037auction111129
2026-03-29 21:57:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be9b1f93-7607-531b-893b-5aabb6e5769d with identifier: 7009037auction111129
2026-03-29 21:57:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be9b1f93-7607-531b-893b-5aabb6e5769d with scrape type 2
2026-03-29 21:57:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item be9b1f93-7607-531b-893b-5aabb6e5769d with scrape type 2
2026-03-29 21:57:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be9b1f93-7607-531b-893b-5aabb6e5769d, identifier: 7009037auction111129
2026-03-29 21:57:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be9b1f93-7607-531b-893b-5aabb6e5769d with identifier: 7009037auction111129
2026-03-29 21:57:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be9b1f93-7607-531b-893b-5aabb6e5769d with identifier: 7009037auction111129
2026-03-29 21:57:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be9b1f93-7607-531b-893b-5aabb6e5769d with identifier: 7009037auction111129 to the API
2026-03-29 21:57:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009037>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'be9b1f93-7607-531b-893b-5aabb6e5769d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009037',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 148692,
'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': 'MERCEDES-BENZ Classe B / 2019 / 5P / monospace B 180 d Business '
'Line Edition BA8',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe B / 2019 / 5P / monospace d Business Line '
'Edition BA8',
'vin': None,
'year': 2021}
2026-03-29 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009037auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:10 [ecarstrade.be] INFO: Saving data for 7009037auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624602.208932, 'last_price_update_time': 1774821430.123309}
2026-03-29 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009037auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009039> (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-29 21:57:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:10 [ecarstrade.be] INFO: Extracting details for car 7009039auction111129
2026-03-29 21:57:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e405c470-b7cd-5f45-abc2-1f074043e72a with identifier: 7009039auction111129
2026-03-29 21:57:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e405c470-b7cd-5f45-abc2-1f074043e72a with scrape type 2
2026-03-29 21:57:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e405c470-b7cd-5f45-abc2-1f074043e72a with scrape type 2
2026-03-29 21:57:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e405c470-b7cd-5f45-abc2-1f074043e72a, identifier: 7009039auction111129
2026-03-29 21:57:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e405c470-b7cd-5f45-abc2-1f074043e72a with identifier: 7009039auction111129
2026-03-29 21:57:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e405c470-b7cd-5f45-abc2-1f074043e72a with identifier: 7009039auction111129
2026-03-29 21:57:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e405c470-b7cd-5f45-abc2-1f074043e72a with identifier: 7009039auction111129 to the API
2026-03-29 21:57:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009039>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Other',
'id': 'e405c470-b7cd-5f45-abc2-1f074043e72a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009039',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 147055,
'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 GLA 2020 5P SUV 13 GLA 250 e BUSINESS LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA 2020 5P SUV 13 e BUSINESS LINE DCT',
'vin': None,
'year': 2022}
2026-03-29 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009039auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:10 [ecarstrade.be] INFO: Saving data for 7009039auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624373.452046, 'last_price_update_time': 1774821430.955808}
2026-03-29 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009039auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009032> (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-29 21:57:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:11 [ecarstrade.be] INFO: Extracting details for car 7009032auction111129
2026-03-29 21:57:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a8e5960-d2ae-5087-8832-f09a7d657831 with identifier: 7009032auction111129
2026-03-29 21:57:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a8e5960-d2ae-5087-8832-f09a7d657831 with scrape type 2
2026-03-29 21:57:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a8e5960-d2ae-5087-8832-f09a7d657831 with scrape type 2
2026-03-29 21:57:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a8e5960-d2ae-5087-8832-f09a7d657831, identifier: 7009032auction111129
2026-03-29 21:57:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a8e5960-d2ae-5087-8832-f09a7d657831 with identifier: 7009032auction111129
2026-03-29 21:57:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a8e5960-d2ae-5087-8832-f09a7d657831 with identifier: 7009032auction111129
2026-03-29 21:57:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a8e5960-d2ae-5087-8832-f09a7d657831 with identifier: 7009032auction111129 to the API
2026-03-29 21:57:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009032>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3a8e5960-d2ae-5087-8832-f09a7d657831',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009032',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 154901,
'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': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Classe A Compact / 2018 / 5P / Berline A 180 d '
'Business Line',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ Classe A Compact / 2018 / 5P / Berline d Business '
'Line',
'vin': None,
'year': 2022}
2026-03-29 21:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009032auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:11 [ecarstrade.be] INFO: Saving data for 7009032auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624451.031024, 'last_price_update_time': 1774821431.7378}
2026-03-29 21:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009032auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008997> (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-29 21:57:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:14 [ecarstrade.be] INFO: Extracting details for car 7008997auction111129
2026-03-29 21:57:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with identifier: 7008997auction111129
2026-03-29 21:57:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with scrape type 2
2026-03-29 21:57:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with scrape type 2
2026-03-29 21:57:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e, identifier: 7008997auction111129
2026-03-29 21:57:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with identifier: 7008997auction111129
2026-03-29 21:57:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with identifier: 7008997auction111129
2026-03-29 21:57:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with identifier: 7008997auction111129 to the API
2026-03-29 21:57:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008997>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '67674c3a-30f7-51ea-bfd6-af0d4cbd777e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008997',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Audi',
'model': 'A3',
'odometer': 165232,
'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': None,
'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-29 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008997auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:14 [ecarstrade.be] INFO: Saving data for 7008997auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624459.66831, 'last_price_update_time': 1774821434.860286}
2026-03-29 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008997auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009043> (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-29 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-29 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009128> (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-29 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-29 21:57:15 [ecarstrade.be] INFO: Extracting details for car 7009043auction111129
2026-03-29 21:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e973216a-2d1f-5308-a845-ce548fe585d4 with identifier: 7009043auction111129
2026-03-29 21:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e973216a-2d1f-5308-a845-ce548fe585d4 with scrape type 2
2026-03-29 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e973216a-2d1f-5308-a845-ce548fe585d4 with scrape type 2
2026-03-29 21:57:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e973216a-2d1f-5308-a845-ce548fe585d4, identifier: 7009043auction111129
2026-03-29 21:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e973216a-2d1f-5308-a845-ce548fe585d4 with identifier: 7009043auction111129
2026-03-29 21:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e973216a-2d1f-5308-a845-ce548fe585d4 with identifier: 7009043auction111129
2026-03-29 21:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e973216a-2d1f-5308-a845-ce548fe585d4 with identifier: 7009043auction111129 to the API
2026-03-29 21:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009043>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e973216a-2d1f-5308-a845-ce548fe585d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009043',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'GLA 200',
'odometer': 206238,
'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-BENZ GLA / 2020 / 5P / SUV 2.0 GLA 200 D BUSINESS LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 2.0 D BUSINESS LINE DCT',
'vin': None,
'year': 2021}
2026-03-29 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009043auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:15 [ecarstrade.be] INFO: Saving data for 7009043auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624421.258786, 'last_price_update_time': 1774821435.57632}
2026-03-29 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009043auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:15 [ecarstrade.be] INFO: Extracting details for car 7009128auction111129
2026-03-29 21:57:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with identifier: 7009128auction111129
2026-03-29 21:57:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with scrape type 2
2026-03-29 21:57:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with scrape type 2
2026-03-29 21:57:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5, identifier: 7009128auction111129
2026-03-29 21:57:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with identifier: 7009128auction111129
2026-03-29 21:57:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with identifier: 7009128auction111129
2026-03-29 21:57:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with identifier: 7009128auction111129 to the API
2026-03-29 21:57:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009128>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009128',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 158764,
'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': 'Octavia Combi Style 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Combi Style 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009128auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:15 [ecarstrade.be] INFO: Saving data for 7009128auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624451.942624, 'last_price_update_time': 1774821435.939226}
2026-03-29 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009128auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008998> (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-29 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-29 21:57:16 [ecarstrade.be] INFO: Extracting details for car 7008998auction111129
2026-03-29 21:57:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 946664a6-6081-5ad8-8484-87ab5cbf5b27 with identifier: 7008998auction111129
2026-03-29 21:57:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946664a6-6081-5ad8-8484-87ab5cbf5b27 with scrape type 2
2026-03-29 21:57:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 946664a6-6081-5ad8-8484-87ab5cbf5b27 with scrape type 2
2026-03-29 21:57:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 946664a6-6081-5ad8-8484-87ab5cbf5b27, identifier: 7008998auction111129
2026-03-29 21:57:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 946664a6-6081-5ad8-8484-87ab5cbf5b27 with identifier: 7008998auction111129
2026-03-29 21:57:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 946664a6-6081-5ad8-8484-87ab5cbf5b27 with identifier: 7008998auction111129
2026-03-29 21:57:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 946664a6-6081-5ad8-8484-87ab5cbf5b27 with identifier: 7008998auction111129 to the API
2026-03-29 21:57:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008998>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '946664a6-6081-5ad8-8484-87ab5cbf5b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008998',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'A6',
'odometer': 174011,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'A6 Berline 35 TDI 2.0 TDI 165CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Berline 35 TDI 2.0 TDI 165CV BVA7 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008998auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:16 [ecarstrade.be] INFO: Saving data for 7008998auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624362.595275, 'last_price_update_time': 1774821436.426566}
2026-03-29 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008998auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009019> (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-29 21:57:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:17 [ecarstrade.be] INFO: Extracting details for car 7009019auction111129
2026-03-29 21:57:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with identifier: 7009019auction111129
2026-03-29 21:57:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with scrape type 2
2026-03-29 21:57:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with scrape type 2
2026-03-29 21:57:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d, identifier: 7009019auction111129
2026-03-29 21:57:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with identifier: 7009019auction111129
2026-03-29 21:57:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with identifier: 7009019auction111129
2026-03-29 21:57:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with identifier: 7009019auction111129 to the API
2026-03-29 21:57:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009019>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '514d3c9b-87d3-50dd-aca0-19895bbb3d0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009019',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 197967,
'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': '7 Crossback Performance Line + 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': '7 Crossback Performance Line + 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009019auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:18 [ecarstrade.be] INFO: Saving data for 7009019auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624446.184545, 'last_price_update_time': 1774821438.256525}
2026-03-29 21:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009019auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009120> (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-29 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-29 21:57:21 [ecarstrade.be] INFO: Extracting details for car 7009120auction111129
2026-03-29 21:57:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with identifier: 7009120auction111129
2026-03-29 21:57:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with scrape type 2
2026-03-29 21:57:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with scrape type 2
2026-03-29 21:57:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173, identifier: 7009120auction111129
2026-03-29 21:57:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with identifier: 7009120auction111129
2026-03-29 21:57:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with identifier: 7009120auction111129
2026-03-29 21:57:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with identifier: 7009120auction111129 to the API
2026-03-29 21:57:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009120>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'eccdbaeb-7beb-5399-a0d6-81d9e4ad1173',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009120',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 180889,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Karoq Business 2.0 TDI 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Business 2.0 TDI 115CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009120auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:21 [ecarstrade.be] INFO: Saving data for 7009120auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624603.034065, 'last_price_update_time': 1774821441.44878}
2026-03-29 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009120auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008999> (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-29 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-29 21:57:21 [ecarstrade.be] INFO: Extracting details for car 7008999auction111129
2026-03-29 21:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with identifier: 7008999auction111129
2026-03-29 21:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with scrape type 2
2026-03-29 21:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with scrape type 2
2026-03-29 21:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e, identifier: 7008999auction111129
2026-03-29 21:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with identifier: 7008999auction111129
2026-03-29 21:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with identifier: 7008999auction111129
2026-03-29 21:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with identifier: 7008999auction111129 to the API
2026-03-29 21:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008999>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008999',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'A4',
'odometer': 156063,
'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': 'A4 Avant 30 TDI Business Line 2.0 TDI 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Avant 30 TDI Business Line 2.0 TDI 135CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008999auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:22 [ecarstrade.be] INFO: Saving data for 7008999auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624447.821708, 'last_price_update_time': 1774821442.371656}
2026-03-29 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008999auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009152> (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-29 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-29 21:57:22 [ecarstrade.be] INFO: Extracting details for car 7009152auction111129
2026-03-29 21:57:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c98121-8426-5fc1-b0ab-a1aac7132b70 with identifier: 7009152auction111129
2026-03-29 21:57:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c98121-8426-5fc1-b0ab-a1aac7132b70 with scrape type 2
2026-03-29 21:57:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69c98121-8426-5fc1-b0ab-a1aac7132b70 with scrape type 2
2026-03-29 21:57:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69c98121-8426-5fc1-b0ab-a1aac7132b70, identifier: 7009152auction111129
2026-03-29 21:57:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69c98121-8426-5fc1-b0ab-a1aac7132b70 with identifier: 7009152auction111129
2026-03-29 21:57:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69c98121-8426-5fc1-b0ab-a1aac7132b70 with identifier: 7009152auction111129
2026-03-29 21:57:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69c98121-8426-5fc1-b0ab-a1aac7132b70 with identifier: 7009152auction111129 to the API
2026-03-29 21:57:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009152>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '69c98121-8426-5fc1-b0ab-a1aac7132b70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009152',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 201437,
'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 Tiguan / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life',
'vin': None,
'year': 2021}
2026-03-29 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009152auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:23 [ecarstrade.be] INFO: Saving data for 7009152auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624445.471755, 'last_price_update_time': 1774821443.838355}
2026-03-29 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009152auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009136> (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-29 21:57:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:23 [ecarstrade.be] INFO: Extracting details for car 7009136auction111129
2026-03-29 21:57:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeb50427-f019-505c-8de5-2d6eabee1b74 with identifier: 7009136auction111129
2026-03-29 21:57:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeb50427-f019-505c-8de5-2d6eabee1b74 with scrape type 2
2026-03-29 21:57:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eeb50427-f019-505c-8de5-2d6eabee1b74 with scrape type 2
2026-03-29 21:57:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eeb50427-f019-505c-8de5-2d6eabee1b74, identifier: 7009136auction111129
2026-03-29 21:57:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eeb50427-f019-505c-8de5-2d6eabee1b74 with identifier: 7009136auction111129
2026-03-29 21:57:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eeb50427-f019-505c-8de5-2d6eabee1b74 with identifier: 7009136auction111129
2026-03-29 21:57:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eeb50427-f019-505c-8de5-2d6eabee1b74 with identifier: 7009136auction111129 to the API
2026-03-29 21:57:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009136>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eeb50427-f019-505c-8de5-2d6eabee1b74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009136',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 162755,
'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': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Beyond Zer',
'vin': None,
'year': 2023}
2026-03-29 21:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009136auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:24 [ecarstrade.be] INFO: Saving data for 7009136auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624446.985446, 'last_price_update_time': 1774821444.342132}
2026-03-29 21:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009136auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009042> (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-29 21:57:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:26 [ecarstrade.be] INFO: Extracting details for car 7009042auction111129
2026-03-29 21:57:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94e957e9-1aa5-54de-8a11-c53c262c8b6e with identifier: 7009042auction111129
2026-03-29 21:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94e957e9-1aa5-54de-8a11-c53c262c8b6e with scrape type 2
2026-03-29 21:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94e957e9-1aa5-54de-8a11-c53c262c8b6e with scrape type 2
2026-03-29 21:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94e957e9-1aa5-54de-8a11-c53c262c8b6e, identifier: 7009042auction111129
2026-03-29 21:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94e957e9-1aa5-54de-8a11-c53c262c8b6e with identifier: 7009042auction111129
2026-03-29 21:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94e957e9-1aa5-54de-8a11-c53c262c8b6e with identifier: 7009042auction111129
2026-03-29 21:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94e957e9-1aa5-54de-8a11-c53c262c8b6e with identifier: 7009042auction111129 to the API
2026-03-29 21:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009042>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '94e957e9-1aa5-54de-8a11-c53c262c8b6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009042',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 143746,
'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': 'NISSAN Qashqai / 2021 / 5P / Crossover e-Power 190 Acenta BVA HEV',
'transmission': 'automatic',
'trim': 'NISSAN / 2021 / 5P / Crossover e-Power 190 Acenta BVA HEV',
'vin': None,
'year': 2023}
2026-03-29 21:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009042auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:26 [ecarstrade.be] INFO: Saving data for 7009042auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624452.657465, 'last_price_update_time': 1774821446.488556}
2026-03-29 21:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009042auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009132> (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-29 21:57:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:26 [ecarstrade.be] INFO: Extracting details for car 7009132auction111129
2026-03-29 21:57:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c730a115-1806-518d-9e35-61b66ba83cee with identifier: 7009132auction111129
2026-03-29 21:57:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c730a115-1806-518d-9e35-61b66ba83cee with scrape type 2
2026-03-29 21:57:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c730a115-1806-518d-9e35-61b66ba83cee with scrape type 2
2026-03-29 21:57:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c730a115-1806-518d-9e35-61b66ba83cee, identifier: 7009132auction111129
2026-03-29 21:57:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c730a115-1806-518d-9e35-61b66ba83cee with identifier: 7009132auction111129
2026-03-29 21:57:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c730a115-1806-518d-9e35-61b66ba83cee with identifier: 7009132auction111129
2026-03-29 21:57:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c730a115-1806-518d-9e35-61b66ba83cee with identifier: 7009132auction111129 to the API
2026-03-29 21:57:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009132>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c730a115-1806-518d-9e35-61b66ba83cee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009132',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 133431,
'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': 'Octavia Berline Business 2.0 TDI 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Berline Business 2.0 TDI 115CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:57:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009132auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:26 [ecarstrade.be] INFO: Saving data for 7009132auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624448.589266, 'last_price_update_time': 1774821446.999303}
2026-03-29 21:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009132auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009033> (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-29 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-29 21:57:28 [ecarstrade.be] INFO: Extracting details for car 7009033auction111129
2026-03-29 21:57:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with identifier: 7009033auction111129
2026-03-29 21:57:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with scrape type 2
2026-03-29 21:57:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with scrape type 2
2026-03-29 21:57:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d, identifier: 7009033auction111129
2026-03-29 21:57:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with identifier: 7009033auction111129
2026-03-29 21:57:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with identifier: 7009033auction111129
2026-03-29 21:57:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with identifier: 7009033auction111129 to the API
2026-03-29 21:57:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009033>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3e09a4eb-b194-5011-9bca-4b5b1b3a109d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009033',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 156044,
'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': '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-29 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009033auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:28 [ecarstrade.be] INFO: Saving data for 7009033auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624452.250522, 'last_price_update_time': 1774821448.838249}
2026-03-29 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009033auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009007> (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-29 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-29 21:57:29 [ecarstrade.be] INFO: Extracting details for car 7009007auction111129
2026-03-29 21:57:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f921d42a-0920-5e0e-b22d-435b2f32a9ed with identifier: 7009007auction111129
2026-03-29 21:57:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f921d42a-0920-5e0e-b22d-435b2f32a9ed with scrape type 2
2026-03-29 21:57:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f921d42a-0920-5e0e-b22d-435b2f32a9ed with scrape type 2
2026-03-29 21:57:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f921d42a-0920-5e0e-b22d-435b2f32a9ed, identifier: 7009007auction111129
2026-03-29 21:57:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f921d42a-0920-5e0e-b22d-435b2f32a9ed with identifier: 7009007auction111129
2026-03-29 21:57:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f921d42a-0920-5e0e-b22d-435b2f32a9ed with identifier: 7009007auction111129
2026-03-29 21:57:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f921d42a-0920-5e0e-b22d-435b2f32a9ed with identifier: 7009007auction111129 to the API
2026-03-29 21:57:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009007>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f921d42a-0920-5e0e-b22d-435b2f32a9ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009007',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': 'X1',
'odometer': 141894,
'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': None,
'seller_name': None,
'title': 'Série X1 sDrive16d Lounge 1.5 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Série sDrive16d Lounge 1.5 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009007auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:29 [ecarstrade.be] INFO: Saving data for 7009007auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624463.654327, 'last_price_update_time': 1774821449.638218}
2026-03-29 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009007auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009101> (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-29 21:57:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:30 [ecarstrade.be] INFO: Extracting details for car 7009101auction111129
2026-03-29 21:57:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with identifier: 7009101auction111129
2026-03-29 21:57:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with scrape type 2
2026-03-29 21:57:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with scrape type 2
2026-03-29 21:57:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfda8f57-2721-5cc1-adc9-c2e3a4729d14, identifier: 7009101auction111129
2026-03-29 21:57:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with identifier: 7009101auction111129
2026-03-29 21:57:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with identifier: 7009101auction111129
2026-03-29 21:57:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with identifier: 7009101auction111129 to the API
2026-03-29 21:57:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009101>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bfda8f57-2721-5cc1-adc9-c2e3a4729d14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009101',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Austral',
'odometer': 149814,
'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': 'Austral Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'vin': None,
'year': 2023}
2026-03-29 21:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009101auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:31 [ecarstrade.be] INFO: Saving data for 7009101auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624462.98113, 'last_price_update_time': 1774821451.753953}
2026-03-29 21:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009101auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009038> (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-29 21:57:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:31 [ecarstrade.be] INFO: Extracting details for car 7009038auction111129
2026-03-29 21:57:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c677d78-bcab-58c2-a552-35b68a6d3fbc with identifier: 7009038auction111129
2026-03-29 21:57:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c677d78-bcab-58c2-a552-35b68a6d3fbc with scrape type 2
2026-03-29 21:57:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c677d78-bcab-58c2-a552-35b68a6d3fbc with scrape type 2
2026-03-29 21:57:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c677d78-bcab-58c2-a552-35b68a6d3fbc, identifier: 7009038auction111129
2026-03-29 21:57:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c677d78-bcab-58c2-a552-35b68a6d3fbc with identifier: 7009038auction111129
2026-03-29 21:57:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c677d78-bcab-58c2-a552-35b68a6d3fbc with identifier: 7009038auction111129
2026-03-29 21:57:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c677d78-bcab-58c2-a552-35b68a6d3fbc with identifier: 7009038auction111129 to the API
2026-03-29 21:57:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009038>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7c677d78-bcab-58c2-a552-35b68a6d3fbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009038',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 134145,
'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 Classe B / 2019 / 5P / monospace B 180 d Business '
'Line Edition BA8',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe B / 2019 / 5P / monospace d Business Line '
'Edition BA8',
'vin': None,
'year': 2022}
2026-03-29 21:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009038auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:32 [ecarstrade.be] INFO: Saving data for 7009038auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624407.94939, 'last_price_update_time': 1774821452.275411}
2026-03-29 21:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009038auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:34 [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-29 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-29 21:57:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009127auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009127auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009127auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009135auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009135auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009135auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009137auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009137auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009137auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009074auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009074auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009074auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009094auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009094auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009094auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009068auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009068auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009068auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009116auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009116auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009116auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009123auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009123auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009123auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009140auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009140auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009140auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7008995auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008995auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7008995auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009102auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009102auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009102auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009143auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009143auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009143auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009067auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009067auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009067auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009090auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009090auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009090auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009092auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009092auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009092auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009035auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009035auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009035auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009075auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009075auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009075auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009093auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009093auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009093auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009096auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009096auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009096auction111129: 2
2026-03-29 21:57:34 [ecarstrade.be] INFO: Found listing with ID: 7009098auction111129
2026-03-29 21:57:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009098auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:34 [ecarstrade.be] INFO: Scrape type for 7009098auction111129: 2
2026-03-29 21:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009001> (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-29 21:57:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009029> (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-29 21:57:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:35 [ecarstrade.be] INFO: Extracting details for car 7009001auction111129
2026-03-29 21:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb26b456-1f6d-5ea3-9358-6295507c6df3 with identifier: 7009001auction111129
2026-03-29 21:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb26b456-1f6d-5ea3-9358-6295507c6df3 with scrape type 2
2026-03-29 21:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb26b456-1f6d-5ea3-9358-6295507c6df3 with scrape type 2
2026-03-29 21:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb26b456-1f6d-5ea3-9358-6295507c6df3, identifier: 7009001auction111129
2026-03-29 21:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb26b456-1f6d-5ea3-9358-6295507c6df3 with identifier: 7009001auction111129
2026-03-29 21:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb26b456-1f6d-5ea3-9358-6295507c6df3 with identifier: 7009001auction111129
2026-03-29 21:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb26b456-1f6d-5ea3-9358-6295507c6df3 with identifier: 7009001auction111129 to the API
2026-03-29 21:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009001>
{'auction_title': '',
'c_o_2_emission_value': 14,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'bb26b456-1f6d-5ea3-9358-6295507c6df3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009001',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 151340,
'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': None,
'seller_name': None,
'title': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 225e xDrive 245ch '
'Business Design DKG7',
'transmission': 'automatic',
'trim': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 225e xDrive 245ch '
'Business Design DKG7',
'vin': None,
'year': 2023}
2026-03-29 21:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009001auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:35 [ecarstrade.be] INFO: Saving data for 7009001auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624405.179744, 'last_price_update_time': 1774821455.643543}
2026-03-29 21:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009001auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:35 [ecarstrade.be] INFO: Extracting details for car 7009029auction111129
2026-03-29 21:57:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8789ee8-3b2b-546b-a6d9-25cf54184cfd with identifier: 7009029auction111129
2026-03-29 21:57:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8789ee8-3b2b-546b-a6d9-25cf54184cfd with scrape type 2
2026-03-29 21:57:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8789ee8-3b2b-546b-a6d9-25cf54184cfd with scrape type 2
2026-03-29 21:57:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8789ee8-3b2b-546b-a6d9-25cf54184cfd, identifier: 7009029auction111129
2026-03-29 21:57:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8789ee8-3b2b-546b-a6d9-25cf54184cfd with identifier: 7009029auction111129
2026-03-29 21:57:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8789ee8-3b2b-546b-a6d9-25cf54184cfd with identifier: 7009029auction111129
2026-03-29 21:57:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8789ee8-3b2b-546b-a6d9-25cf54184cfd with identifier: 7009029auction111129 to the API
2026-03-29 21:57:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009029>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd8789ee8-3b2b-546b-a6d9-25cf54184cfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009029',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 164336,
'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': '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': 2023}
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009029auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:36 [ecarstrade.be] INFO: Saving data for 7009029auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624450.24066, 'last_price_update_time': 1774821456.136786}
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009029auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009025> (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-29 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-29 21:57:36 [ecarstrade.be] INFO: Extracting details for car 7009025auction111129
2026-03-29 21:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with identifier: 7009025auction111129
2026-03-29 21:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with scrape type 2
2026-03-29 21:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with scrape type 2
2026-03-29 21:57:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61, identifier: 7009025auction111129
2026-03-29 21:57:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with identifier: 7009025auction111129
2026-03-29 21:57:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with identifier: 7009025auction111129
2026-03-29 21:57:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with identifier: 7009025auction111129 to the API
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009025>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '14312b73-f2fd-5d2d-b4db-cd2765ee3a61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009025',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 200022,
'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': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson 2020 5P SUV 16 PHEV 265 HTRAC EXECUTIVE 4WD AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI 2020 5P SUV 16 PHEV 265 HTRAC EXECUTIVE 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009025auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:36 [ecarstrade.be] INFO: Saving data for 7009025auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624408.712257, 'last_price_update_time': 1774821456.670559}
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009025auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009034> (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-29 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-29 21:57:36 [ecarstrade.be] INFO: Extracting details for car 7009034auction111129
2026-03-29 21:57:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 900f9f7c-1774-59cb-a197-7a126aba6849 with identifier: 7009034auction111129
2026-03-29 21:57:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 900f9f7c-1774-59cb-a197-7a126aba6849 with scrape type 2
2026-03-29 21:57:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 900f9f7c-1774-59cb-a197-7a126aba6849 with scrape type 2
2026-03-29 21:57:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 900f9f7c-1774-59cb-a197-7a126aba6849, identifier: 7009034auction111129
2026-03-29 21:57:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 900f9f7c-1774-59cb-a197-7a126aba6849 with identifier: 7009034auction111129
2026-03-29 21:57:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 900f9f7c-1774-59cb-a197-7a126aba6849 with identifier: 7009034auction111129
2026-03-29 21:57:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 900f9f7c-1774-59cb-a197-7a126aba6849 with identifier: 7009034auction111129 to the API
2026-03-29 21:57:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009034>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '900f9f7c-1774-59cb-a197-7a126aba6849',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009034',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 156671,
'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': 'Sportage Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009034auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:37 [ecarstrade.be] INFO: Saving data for 7009034auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624419.589022, 'last_price_update_time': 1774821457.225434}
2026-03-29 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009034auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009005> (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-29 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-29 21:57:37 [ecarstrade.be] INFO: Extracting details for car 7009005auction111129
2026-03-29 21:57:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9373dde1-4415-5398-bf91-14d34171b752 with identifier: 7009005auction111129
2026-03-29 21:57:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9373dde1-4415-5398-bf91-14d34171b752 with scrape type 2
2026-03-29 21:57:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9373dde1-4415-5398-bf91-14d34171b752 with scrape type 2
2026-03-29 21:57:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9373dde1-4415-5398-bf91-14d34171b752, identifier: 7009005auction111129
2026-03-29 21:57:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9373dde1-4415-5398-bf91-14d34171b752 with identifier: 7009005auction111129
2026-03-29 21:57:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9373dde1-4415-5398-bf91-14d34171b752 with identifier: 7009005auction111129
2026-03-29 21:57:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9373dde1-4415-5398-bf91-14d34171b752 with identifier: 7009005auction111129 to the API
2026-03-29 21:57:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009005>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9373dde1-4415-5398-bf91-14d34171b752',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009005',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '318',
'odometer': 176936,
'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': 'Série 3 Berline 318 d Lounge 2.0 150CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Série 3 Berline d Lounge 2.0 150CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009005auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:38 [ecarstrade.be] INFO: Saving data for 7009005auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624418.59853, 'last_price_update_time': 1774821458.168408}
2026-03-29 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009005auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009151> (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-29 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-29 21:57:38 [ecarstrade.be] INFO: Extracting details for car 7009151auction111129
2026-03-29 21:57:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with identifier: 7009151auction111129
2026-03-29 21:57:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with scrape type 2
2026-03-29 21:57:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with scrape type 2
2026-03-29 21:57:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b, identifier: 7009151auction111129
2026-03-29 21:57:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with identifier: 7009151auction111129
2026-03-29 21:57:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with identifier: 7009151auction111129
2026-03-29 21:57:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with identifier: 7009151auction111129 to the API
2026-03-29 21:57:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009151>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009151',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 196414,
'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 Tiguan / 2016 / 5P / SUV 2.0 TDI 150 DSG7 Carat',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2016 / 5P / SUV 2.0 TDI 150 DSG7 Carat',
'vin': None,
'year': 2021}
2026-03-29 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009151auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:38 [ecarstrade.be] INFO: Saving data for 7009151auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624400.113337, 'last_price_update_time': 1774821458.821136}
2026-03-29 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009151auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009141> (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-29 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-29 21:57:41 [ecarstrade.be] INFO: Extracting details for car 7009141auction111129
2026-03-29 21:57:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dafad228-b776-5e83-be01-71a34aaf03eb with identifier: 7009141auction111129
2026-03-29 21:57:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dafad228-b776-5e83-be01-71a34aaf03eb with scrape type 2
2026-03-29 21:57:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dafad228-b776-5e83-be01-71a34aaf03eb with scrape type 2
2026-03-29 21:57:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dafad228-b776-5e83-be01-71a34aaf03eb, identifier: 7009141auction111129
2026-03-29 21:57:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dafad228-b776-5e83-be01-71a34aaf03eb with identifier: 7009141auction111129
2026-03-29 21:57:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dafad228-b776-5e83-be01-71a34aaf03eb with identifier: 7009141auction111129
2026-03-29 21:57:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dafad228-b776-5e83-be01-71a34aaf03eb with identifier: 7009141auction111129 to the API
2026-03-29 21:57:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009141>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dafad228-b776-5e83-be01-71a34aaf03eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009141',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 148669,
'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 / 2020 / 5P / Berline 1.4 eHybrid OPF 245 DSG6 GTE',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.4 eHybrid OPF 245 DSG6 GTE',
'vin': None,
'year': 2021}
2026-03-29 21:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009141auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:41 [ecarstrade.be] INFO: Saving data for 7009141auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624421.555261, 'last_price_update_time': 1774821461.524421}
2026-03-29 21:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009141auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009028> (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-29 21:57:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009127> (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-29 21:57:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:43 [ecarstrade.be] INFO: Extracting details for car 7009028auction111129
2026-03-29 21:57:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5e6d532-30fe-5607-9882-fcdebea0f4d0 with identifier: 7009028auction111129
2026-03-29 21:57:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5e6d532-30fe-5607-9882-fcdebea0f4d0 with scrape type 2
2026-03-29 21:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5e6d532-30fe-5607-9882-fcdebea0f4d0 with scrape type 2
2026-03-29 21:57:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5e6d532-30fe-5607-9882-fcdebea0f4d0, identifier: 7009028auction111129
2026-03-29 21:57:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5e6d532-30fe-5607-9882-fcdebea0f4d0 with identifier: 7009028auction111129
2026-03-29 21:57:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5e6d532-30fe-5607-9882-fcdebea0f4d0 with identifier: 7009028auction111129
2026-03-29 21:57:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5e6d532-30fe-5607-9882-fcdebea0f4d0 with identifier: 7009028auction111129 to the API
2026-03-29 21:57:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009028>
{'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-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5e6d532-30fe-5607-9882-fcdebea0f4d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009028',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 138172,
'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': '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': 2023}
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009028auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Saving data for 7009028auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624422.07188, 'last_price_update_time': 1774821464.03147}
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009028auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:44 [ecarstrade.be] INFO: Extracting details for car 7009127auction111129
2026-03-29 21:57:44 [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-29 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-29 21:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebdbc198-285f-58a1-8ffe-452f4c18f8bd with identifier: 7009127auction111129
2026-03-29 21:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebdbc198-285f-58a1-8ffe-452f4c18f8bd with scrape type 2
2026-03-29 21:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebdbc198-285f-58a1-8ffe-452f4c18f8bd with scrape type 2
2026-03-29 21:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebdbc198-285f-58a1-8ffe-452f4c18f8bd, identifier: 7009127auction111129
2026-03-29 21:57:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebdbc198-285f-58a1-8ffe-452f4c18f8bd with identifier: 7009127auction111129
2026-03-29 21:57:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebdbc198-285f-58a1-8ffe-452f4c18f8bd with identifier: 7009127auction111129
2026-03-29 21:57:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebdbc198-285f-58a1-8ffe-452f4c18f8bd with identifier: 7009127auction111129 to the API
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009127>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ebdbc198-285f-58a1-8ffe-452f4c18f8bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009127',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 143175,
'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': 'Octavia Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009127auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Saving data for 7009127auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624461.507365, 'last_price_update_time': 1774821464.424676}
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009127auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009121auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009121auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009121auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009129auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009129auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009129auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009130auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009130auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009130auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009133auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009133auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009133auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009081auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009081auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009081auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009064auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009064auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009064auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009070auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009070auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009070auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009122auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009122auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009122auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009062auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009062auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009062auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009119auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009119auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009119auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009087auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009087auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009087auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009011auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009011auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009011auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009055auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009055auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009055auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009010auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009010auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009010auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009045auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009045auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009045auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009046auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009046auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009046auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009076auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009076auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009076auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009026auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009026auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009026auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009027auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009027auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009027auction111129: 2
2026-03-29 21:57:44 [ecarstrade.be] INFO: Found listing with ID: 7009009auction111129
2026-03-29 21:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009009auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:44 [ecarstrade.be] INFO: Scrape type for 7009009auction111129: 2
2026-03-29 21:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009137> (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-29 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-29 21:57:45 [ecarstrade.be] INFO: Extracting details for car 7009137auction111129
2026-03-29 21:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1af3fb2-2f28-5f22-a622-6750d34bc15a with identifier: 7009137auction111129
2026-03-29 21:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1af3fb2-2f28-5f22-a622-6750d34bc15a with scrape type 2
2026-03-29 21:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1af3fb2-2f28-5f22-a622-6750d34bc15a with scrape type 2
2026-03-29 21:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1af3fb2-2f28-5f22-a622-6750d34bc15a, identifier: 7009137auction111129
2026-03-29 21:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1af3fb2-2f28-5f22-a622-6750d34bc15a with identifier: 7009137auction111129
2026-03-29 21:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1af3fb2-2f28-5f22-a622-6750d34bc15a with identifier: 7009137auction111129
2026-03-29 21:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1af3fb2-2f28-5f22-a622-6750d34bc15a with identifier: 7009137auction111129 to the API
2026-03-29 21:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009137>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c1af3fb2-2f28-5f22-a622-6750d34bc15a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009137',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 135031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Superb Combi Style 2.0 TDI 150CV BVA7 E6',
'transmission': 'automatic',
'trim': 'Combi Style 2.0 TDI 150CV BVA7 E6',
'vin': None,
'year': 2019}
2026-03-29 21:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009137auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:46 [ecarstrade.be] INFO: Saving data for 7009137auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624483.461861, 'last_price_update_time': 1774821466.539126}
2026-03-29 21:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009137auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009002> (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-29 21:57:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:50 [ecarstrade.be] INFO: Extracting details for car 7009002auction111129
2026-03-29 21:57:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with identifier: 7009002auction111129
2026-03-29 21:57:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with scrape type 2
2026-03-29 21:57:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with scrape type 2
2026-03-29 21:57:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67, identifier: 7009002auction111129
2026-03-29 21:57:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with identifier: 7009002auction111129
2026-03-29 21:57:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with identifier: 7009002auction111129
2026-03-29 21:57:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with identifier: 7009002auction111129 to the API
2026-03-29 21:57:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009002>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009002',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '218',
'odometer': 202347,
'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': 'BMW Série 2 Gran Coupé / 2019 / 4P / Berline 218D AUTO Business '
'Design',
'transmission': 'automatic',
'trim': 'Série 2 Gran Coupé / 2019 / 4P / Berline D AUTO Business Design',
'vin': None,
'year': 2022}
2026-03-29 21:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009002auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:50 [ecarstrade.be] INFO: Saving data for 7009002auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624449.464625, 'last_price_update_time': 1774821470.433315}
2026-03-29 21:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009002auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009098> (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-29 21:57:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009096> (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-29 21:57:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:52 [ecarstrade.be] INFO: Extracting details for car 7009098auction111129
2026-03-29 21:57:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af56e8de-3a86-5da7-9cff-a1d47ec7c47b with identifier: 7009098auction111129
2026-03-29 21:57:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af56e8de-3a86-5da7-9cff-a1d47ec7c47b with scrape type 2
2026-03-29 21:57:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af56e8de-3a86-5da7-9cff-a1d47ec7c47b with scrape type 2
2026-03-29 21:57:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af56e8de-3a86-5da7-9cff-a1d47ec7c47b, identifier: 7009098auction111129
2026-03-29 21:57:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af56e8de-3a86-5da7-9cff-a1d47ec7c47b with identifier: 7009098auction111129
2026-03-29 21:57:52 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 21:57:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 21:57:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af56e8de-3a86-5da7-9cff-a1d47ec7c47b with identifier: 7009098auction111129
2026-03-29 21:57:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af56e8de-3a86-5da7-9cff-a1d47ec7c47b with identifier: 7009098auction111129 to the API
2026-03-29 21:57:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009098>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'af56e8de-3a86-5da7-9cff-a1d47ec7c47b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009098',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 150876,
'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': 7,
'seller_name': None,
'title': '5008 Active Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2022}
2026-03-29 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009098auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:53 [ecarstrade.be] INFO: Saving data for 7009098auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624641.417813, 'last_price_update_time': 1774821473.347815}
2026-03-29 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009098auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:53 [ecarstrade.be] INFO: Extracting details for car 7009096auction111129
2026-03-29 21:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51f0d175-b41e-5a77-a705-afcf44b633a8 with identifier: 7009096auction111129
2026-03-29 21:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51f0d175-b41e-5a77-a705-afcf44b633a8 with scrape type 2
2026-03-29 21:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51f0d175-b41e-5a77-a705-afcf44b633a8 with scrape type 2
2026-03-29 21:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51f0d175-b41e-5a77-a705-afcf44b633a8, identifier: 7009096auction111129
2026-03-29 21:57:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51f0d175-b41e-5a77-a705-afcf44b633a8 with identifier: 7009096auction111129
2026-03-29 21:57:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51f0d175-b41e-5a77-a705-afcf44b633a8 with identifier: 7009096auction111129
2026-03-29 21:57:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51f0d175-b41e-5a77-a705-afcf44b633a8 with identifier: 7009096auction111129 to the API
2026-03-29 21:57:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009096>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '51f0d175-b41e-5a77-a705-afcf44b633a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009096',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 157122,
'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': 7,
'seller_name': None,
'title': '5008 Active Business 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2021}
2026-03-29 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009096auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:53 [ecarstrade.be] INFO: Saving data for 7009096auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624644.755681, 'last_price_update_time': 1774821473.724065}
2026-03-29 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009096auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009074> (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-29 21:57:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:57:53 [ecarstrade.be] INFO: Extracting details for car 7009074auction111129
2026-03-29 21:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51ccc36d-a201-5fbe-abee-3ce86bddca97 with identifier: 7009074auction111129
2026-03-29 21:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51ccc36d-a201-5fbe-abee-3ce86bddca97 with scrape type 2
2026-03-29 21:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51ccc36d-a201-5fbe-abee-3ce86bddca97 with scrape type 2
2026-03-29 21:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51ccc36d-a201-5fbe-abee-3ce86bddca97, identifier: 7009074auction111129
2026-03-29 21:57:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51ccc36d-a201-5fbe-abee-3ce86bddca97 with identifier: 7009074auction111129
2026-03-29 21:57:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51ccc36d-a201-5fbe-abee-3ce86bddca97 with identifier: 7009074auction111129
2026-03-29 21:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51ccc36d-a201-5fbe-abee-3ce86bddca97 with identifier: 7009074auction111129 to the API
2026-03-29 21:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:57: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-29 21:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009074>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '51ccc36d-a201-5fbe-abee-3ce86bddca97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009074',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '3008',
'odometer': 153840,
'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': '3008 Allure 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009074auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:54 [ecarstrade.be] INFO: Saving data for 7009074auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624481.874166, 'last_price_update_time': 1774821474.242086}
2026-03-29 21:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009074auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009094> (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-29 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-29 21:57:58 [ecarstrade.be] INFO: Extracting details for car 7009094auction111129
2026-03-29 21:57:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with identifier: 7009094auction111129
2026-03-29 21:57:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with scrape type 2
2026-03-29 21:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with scrape type 2
2026-03-29 21:57:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169, identifier: 7009094auction111129
2026-03-29 21:57:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with identifier: 7009094auction111129
2026-03-29 21:57:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with identifier: 7009094auction111129
2026-03-29 21:57:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with identifier: 7009094auction111129 to the API
2026-03-29 21:57:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:57:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009094>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009094',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 192291,
'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': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 / 2020 / 5P / SUV BlueHDi 130 S&S EAT8 Allure',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV BlueHDi 130 S&S EAT8 Allure',
'vin': None,
'year': 2021}
2026-03-29 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009094auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:57:58 [ecarstrade.be] INFO: Saving data for 7009094auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624482.549176, 'last_price_update_time': 1774821478.68862}
2026-03-29 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:57:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009094auction111129') HTTP/1.1" 204 0
2026-03-29 21:57:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009075> (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-29 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-29 21:57:58 [ecarstrade.be] INFO: Extracting details for car 7009075auction111129
2026-03-29 21:57:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56f59ba3-ee48-5c25-9e92-19785ea68530 with identifier: 7009075auction111129
2026-03-29 21:57:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56f59ba3-ee48-5c25-9e92-19785ea68530 with scrape type 2
2026-03-29 21:57:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56f59ba3-ee48-5c25-9e92-19785ea68530 with scrape type 2
2026-03-29 21:57:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56f59ba3-ee48-5c25-9e92-19785ea68530, identifier: 7009075auction111129
2026-03-29 21:57:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56f59ba3-ee48-5c25-9e92-19785ea68530 with identifier: 7009075auction111129
2026-03-29 21:57:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56f59ba3-ee48-5c25-9e92-19785ea68530 with identifier: 7009075auction111129
2026-03-29 21:57:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56f59ba3-ee48-5c25-9e92-19785ea68530 with identifier: 7009075auction111129 to the API
2026-03-29 21:57:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009075>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '56f59ba3-ee48-5c25-9e92-19785ea68530',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009075',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 168201,
'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': '3008 II Style 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Style 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009075auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:01 [ecarstrade.be] INFO: Saving data for 7009075auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624671.861317, 'last_price_update_time': 1774821481.173817}
2026-03-29 21:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009075auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009093> (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-29 21:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009035> (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-29 21:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009135> (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-29 21:58:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009090> (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-29 21:58:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:01 [ecarstrade.be] INFO: Extracting details for car 7009093auction111129
2026-03-29 21:58:01 [ecarstrade.be] INFO: Extracting details for car 7009035auction111129
2026-03-29 21:58:01 [ecarstrade.be] INFO: Extracting details for car 7009135auction111129
2026-03-29 21:58:01 [ecarstrade.be] INFO: Extracting details for car 7009090auction111129
2026-03-29 21:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3783b904-648d-5cab-83a4-198d33a72c0c with identifier: 7009093auction111129
2026-03-29 21:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3783b904-648d-5cab-83a4-198d33a72c0c with scrape type 2
2026-03-29 21:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3783b904-648d-5cab-83a4-198d33a72c0c with scrape type 2
2026-03-29 21:58:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3783b904-648d-5cab-83a4-198d33a72c0c, identifier: 7009093auction111129
2026-03-29 21:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff377352-41af-52ad-9713-37eeabe0cc36 with identifier: 7009035auction111129
2026-03-29 21:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff377352-41af-52ad-9713-37eeabe0cc36 with scrape type 2
2026-03-29 21:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff377352-41af-52ad-9713-37eeabe0cc36 with scrape type 2
2026-03-29 21:58:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff377352-41af-52ad-9713-37eeabe0cc36, identifier: 7009035auction111129
2026-03-29 21:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with identifier: 7009135auction111129
2026-03-29 21:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with scrape type 2
2026-03-29 21:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with scrape type 2
2026-03-29 21:58:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b57c281c-259f-52fe-9ba2-e4d5f79c7c45, identifier: 7009135auction111129
2026-03-29 21:58:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with identifier: 7009090auction111129
2026-03-29 21:58:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with scrape type 2
2026-03-29 21:58:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with scrape type 2
2026-03-29 21:58:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f, identifier: 7009090auction111129
2026-03-29 21:58:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3783b904-648d-5cab-83a4-198d33a72c0c with identifier: 7009093auction111129
2026-03-29 21:58:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3783b904-648d-5cab-83a4-198d33a72c0c with identifier: 7009093auction111129
2026-03-29 21:58:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3783b904-648d-5cab-83a4-198d33a72c0c with identifier: 7009093auction111129 to the API
2026-03-29 21:58:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009093>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3783b904-648d-5cab-83a4-198d33a72c0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009093',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 188790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 GT 2.0 HDi 180CV BVA8 7 Sieges E6dT',
'transmission': 'automatic',
'trim': 'GT 2.0 HDi 180CV BVA8 7 Sieges E6dT',
'vin': None,
'year': 2018}
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009093auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:02 [ecarstrade.be] INFO: Saving data for 7009093auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624673.016657, 'last_price_update_time': 1774821482.077119}
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009093auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff377352-41af-52ad-9713-37eeabe0cc36 with identifier: 7009035auction111129
2026-03-29 21:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff377352-41af-52ad-9713-37eeabe0cc36 with identifier: 7009035auction111129
2026-03-29 21:58:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff377352-41af-52ad-9713-37eeabe0cc36 with identifier: 7009035auction111129 to the API
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009035>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ff377352-41af-52ad-9713-37eeabe0cc36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009035',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 214847,
'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': 'MERCEDES-BENZ Classe A Berline / 2018 / 4P / Berline A 180 d '
'Business Line 8G-DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe A Berline / 2018 / 4P / Berline d Business '
'Line 8G-DCT',
'vin': None,
'year': 2021}
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009035auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:02 [ecarstrade.be] INFO: Saving data for 7009035auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624672.503099, 'last_price_update_time': 1774821482.341158}
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009035auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with identifier: 7009135auction111129
2026-03-29 21:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with identifier: 7009135auction111129
2026-03-29 21:58:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with identifier: 7009135auction111129 to the API
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009135>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b57c281c-259f-52fe-9ba2-e4d5f79c7c45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009135',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 179963,
'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': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Beyond Zer',
'vin': None,
'year': 2022}
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009135auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:02 [ecarstrade.be] INFO: Saving data for 7009135auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624453.763197, 'last_price_update_time': 1774821482.612294}
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009135auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with identifier: 7009090auction111129
2026-03-29 21:58:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with identifier: 7009090auction111129
2026-03-29 21:58:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with identifier: 7009090auction111129 to the API
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009090>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009090',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '5008',
'odometer': 203947,
'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': 7,
'seller_name': None,
'title': '5008 Allure Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2023}
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009090auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:02 [ecarstrade.be] INFO: Saving data for 7009090auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624480.50513, 'last_price_update_time': 1774821482.875545}
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009090auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009092> (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-29 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-29 21:58:03 [ecarstrade.be] INFO: Extracting details for car 7009092auction111129
2026-03-29 21:58:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b36724a1-354f-5340-b62a-c58a55ac4b72 with identifier: 7009092auction111129
2026-03-29 21:58:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b36724a1-354f-5340-b62a-c58a55ac4b72 with scrape type 2
2026-03-29 21:58:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b36724a1-354f-5340-b62a-c58a55ac4b72 with scrape type 2
2026-03-29 21:58:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b36724a1-354f-5340-b62a-c58a55ac4b72, identifier: 7009092auction111129
2026-03-29 21:58:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b36724a1-354f-5340-b62a-c58a55ac4b72 with identifier: 7009092auction111129
2026-03-29 21:58:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b36724a1-354f-5340-b62a-c58a55ac4b72 with identifier: 7009092auction111129
2026-03-29 21:58:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b36724a1-354f-5340-b62a-c58a55ac4b72 with identifier: 7009092auction111129 to the API
2026-03-29 21:58:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009092>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b36724a1-354f-5340-b62a-c58a55ac4b72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009092',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 174241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Allure Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2021}
2026-03-29 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009092auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:03 [ecarstrade.be] INFO: Saving data for 7009092auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624496.783511, 'last_price_update_time': 1774821483.367345}
2026-03-29 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009092auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009067> (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-29 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-29 21:58:06 [ecarstrade.be] INFO: Extracting details for car 7009067auction111129
2026-03-29 21:58:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5edfb10-70f9-55e6-bb49-90424aa4e4cf with identifier: 7009067auction111129
2026-03-29 21:58:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5edfb10-70f9-55e6-bb49-90424aa4e4cf with scrape type 2
2026-03-29 21:58:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5edfb10-70f9-55e6-bb49-90424aa4e4cf with scrape type 2
2026-03-29 21:58:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5edfb10-70f9-55e6-bb49-90424aa4e4cf, identifier: 7009067auction111129
2026-03-29 21:58:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5edfb10-70f9-55e6-bb49-90424aa4e4cf with identifier: 7009067auction111129
2026-03-29 21:58:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5edfb10-70f9-55e6-bb49-90424aa4e4cf with identifier: 7009067auction111129
2026-03-29 21:58:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5edfb10-70f9-55e6-bb49-90424aa4e4cf with identifier: 7009067auction111129 to the API
2026-03-29 21:58:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009067>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e5edfb10-70f9-55e6-bb49-90424aa4e4cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009067',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 142704,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 / 2020 / 5P / SUV 1.6 HYBRID 225 E-EAT8 GT Pack',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV 1.6 HYBRID 225 E-EAT8 GT Pack',
'vin': None,
'year': 2021}
2026-03-29 21:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009067auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:06 [ecarstrade.be] INFO: Saving data for 7009067auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624481.014915, 'last_price_update_time': 1774821486.576105}
2026-03-29 21:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009067auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:06 [scrapy.extensions.logstats] INFO: Crawled 832 pages (at 43 pages/min), scraped 780 items (at 42 items/min)
2026-03-29 21:58:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:58:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009027> (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-29 21:58:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:09 [ecarstrade.be] INFO: Extracting details for car 7009027auction111129
2026-03-29 21:58:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with identifier: 7009027auction111129
2026-03-29 21:58:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with scrape type 2
2026-03-29 21:58:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with scrape type 2
2026-03-29 21:58:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c, identifier: 7009027auction111129
2026-03-29 21:58:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with identifier: 7009027auction111129
2026-03-29 21:58:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with identifier: 7009027auction111129
2026-03-29 21:58:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with identifier: 7009027auction111129 to the API
2026-03-29 21:58:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009027>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cb584e8b-c3f5-5fab-996d-21a0f9b4c91c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009027',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 132417,
'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': 'Kona Creative Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Creative Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009027auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:09 [ecarstrade.be] INFO: Saving data for 7009027auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624495.749961, 'last_price_update_time': 1774821489.471539}
2026-03-29 21:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009027auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009143> (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-29 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-29 21:58:10 [ecarstrade.be] INFO: Extracting details for car 7009143auction111129
2026-03-29 21:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9562509-1a91-549f-9724-a2e9d2d98ec9 with identifier: 7009143auction111129
2026-03-29 21:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9562509-1a91-549f-9724-a2e9d2d98ec9 with scrape type 2
2026-03-29 21:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9562509-1a91-549f-9724-a2e9d2d98ec9 with scrape type 2
2026-03-29 21:58:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9562509-1a91-549f-9724-a2e9d2d98ec9, identifier: 7009143auction111129
2026-03-29 21:58:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9562509-1a91-549f-9724-a2e9d2d98ec9 with identifier: 7009143auction111129
2026-03-29 21:58:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9562509-1a91-549f-9724-a2e9d2d98ec9 with identifier: 7009143auction111129
2026-03-29 21:58:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9562509-1a91-549f-9724-a2e9d2d98ec9 with identifier: 7009143auction111129 to the API
2026-03-29 21:58:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009143>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f9562509-1a91-549f-9724-a2e9d2d98ec9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009143',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 168797,
'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': 'Passat Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Passat Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009143auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:10 [ecarstrade.be] INFO: Saving data for 7009143auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624480.04548, 'last_price_update_time': 1774821490.823443}
2026-03-29 21:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009143auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009076> (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-29 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-29 21:58:10 [ecarstrade.be] INFO: Extracting details for car 7009076auction111129
2026-03-29 21:58:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with identifier: 7009076auction111129
2026-03-29 21:58:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with scrape type 2
2026-03-29 21:58:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with scrape type 2
2026-03-29 21:58:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f81ed75-022a-5c3f-b495-49cff8e23fb5, identifier: 7009076auction111129
2026-03-29 21:58:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with identifier: 7009076auction111129
2026-03-29 21:58:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with identifier: 7009076auction111129
2026-03-29 21:58:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with identifier: 7009076auction111129 to the API
2026-03-29 21:58:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009076>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9f81ed75-022a-5c3f-b495-49cff8e23fb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009076',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '3008',
'odometer': 145265,
'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': '3008 II Active Pack 1.5 HDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Active Pack 1.5 HDi 130CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009076auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:11 [ecarstrade.be] INFO: Saving data for 7009076auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624492.734668, 'last_price_update_time': 1774821491.304756}
2026-03-29 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009076auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009046> (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-29 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-29 21:58:13 [ecarstrade.be] INFO: Extracting details for car 7009046auction111129
2026-03-29 21:58:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72e7866c-ef88-5eae-9212-ae464827cea6 with identifier: 7009046auction111129
2026-03-29 21:58:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72e7866c-ef88-5eae-9212-ae464827cea6 with scrape type 2
2026-03-29 21:58:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72e7866c-ef88-5eae-9212-ae464827cea6 with scrape type 2
2026-03-29 21:58:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72e7866c-ef88-5eae-9212-ae464827cea6, identifier: 7009046auction111129
2026-03-29 21:58:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72e7866c-ef88-5eae-9212-ae464827cea6 with identifier: 7009046auction111129
2026-03-29 21:58:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72e7866c-ef88-5eae-9212-ae464827cea6 with identifier: 7009046auction111129
2026-03-29 21:58:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72e7866c-ef88-5eae-9212-ae464827cea6 with identifier: 7009046auction111129 to the API
2026-03-29 21:58:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009046>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '72e7866c-ef88-5eae-9212-ae464827cea6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009046',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 136943,
'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': 'Grandland X Elegance Business 1.5 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Elegance Business 1.5 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009046auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:14 [ecarstrade.be] INFO: Saving data for 7009046auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624481.572534, 'last_price_update_time': 1774821494.038171}
2026-03-29 21:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009046auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009009> (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-29 21:58:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009045> (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-29 21:58:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:16 [ecarstrade.be] INFO: Extracting details for car 7009009auction111129
2026-03-29 21:58:16 [ecarstrade.be] INFO: Extracting details for car 7009045auction111129
2026-03-29 21:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with identifier: 7009009auction111129
2026-03-29 21:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with scrape type 2
2026-03-29 21:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with scrape type 2
2026-03-29 21:58:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e, identifier: 7009009auction111129
2026-03-29 21:58:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with identifier: 7009009auction111129
2026-03-29 21:58:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with identifier: 7009009auction111129
2026-03-29 21:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with identifier: 7009009auction111129 to the API
2026-03-29 21:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009009>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '62f7bacd-876e-5f10-9bb5-63a4b7dd600e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009009',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 170886,
'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': 'CITROEN C5 Aircross / 2022 / 5P / SUV BlueHDi 130 S&S EAT8 Feel',
'transmission': 'automatic',
'trim': 'CITROEN / 2022 / 5P / SUV BlueHDi 130 S&S EAT8 Feel',
'vin': None,
'year': 2022}
2026-03-29 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009009auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:16 [ecarstrade.be] INFO: Saving data for 7009009auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624494.6105, 'last_price_update_time': 1774821496.530367}
2026-03-29 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009009auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5def2b41-61dc-525c-812a-754985abdbae with identifier: 7009045auction111129
2026-03-29 21:58:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5def2b41-61dc-525c-812a-754985abdbae with scrape type 2
2026-03-29 21:58:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5def2b41-61dc-525c-812a-754985abdbae with scrape type 2
2026-03-29 21:58:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5def2b41-61dc-525c-812a-754985abdbae, identifier: 7009045auction111129
2026-03-29 21:58:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5def2b41-61dc-525c-812a-754985abdbae with identifier: 7009045auction111129
2026-03-29 21:58:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5def2b41-61dc-525c-812a-754985abdbae with identifier: 7009045auction111129
2026-03-29 21:58:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5def2b41-61dc-525c-812a-754985abdbae with identifier: 7009045auction111129 to the API
2026-03-29 21:58:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009045>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5def2b41-61dc-525c-812a-754985abdbae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009045',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 150448,
'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': 'Grandland X Business Elegance 1.5 130CV BVA8 6E',
'transmission': 'automatic',
'trim': 'Business Elegance 1.5 130CV BVA8 6E',
'vin': None,
'year': 2023}
2026-03-29 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009045auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:16 [ecarstrade.be] INFO: Saving data for 7009045auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624494.038191, 'last_price_update_time': 1774821496.912748}
2026-03-29 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009045auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009055> (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-29 21:58:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:18 [ecarstrade.be] INFO: Extracting details for car 7009055auction111129
2026-03-29 21:58:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd52e636-f3cf-587b-a6ed-3282f6df2041 with identifier: 7009055auction111129
2026-03-29 21:58:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd52e636-f3cf-587b-a6ed-3282f6df2041 with scrape type 2
2026-03-29 21:58:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd52e636-f3cf-587b-a6ed-3282f6df2041 with scrape type 2
2026-03-29 21:58:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd52e636-f3cf-587b-a6ed-3282f6df2041, identifier: 7009055auction111129
2026-03-29 21:58:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd52e636-f3cf-587b-a6ed-3282f6df2041 with identifier: 7009055auction111129
2026-03-29 21:58:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd52e636-f3cf-587b-a6ed-3282f6df2041 with identifier: 7009055auction111129
2026-03-29 21:58:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd52e636-f3cf-587b-a6ed-3282f6df2041 with identifier: 7009055auction111129 to the API
2026-03-29 21:58:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009055>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cd52e636-f3cf-587b-a6ed-3282f6df2041',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009055',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 149916,
'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': None,
'seller_name': None,
'title': '2008 Allure 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009055auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:18 [ecarstrade.be] INFO: Saving data for 7009055auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624512.496507, 'last_price_update_time': 1774821498.818175}
2026-03-29 21:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009055auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009026> (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-29 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-29 21:58:19 [ecarstrade.be] INFO: Extracting details for car 7009026auction111129
2026-03-29 21:58:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95174121-3d22-5845-a986-c0113701d42c with identifier: 7009026auction111129
2026-03-29 21:58:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95174121-3d22-5845-a986-c0113701d42c with scrape type 2
2026-03-29 21:58:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95174121-3d22-5845-a986-c0113701d42c with scrape type 2
2026-03-29 21:58:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95174121-3d22-5845-a986-c0113701d42c, identifier: 7009026auction111129
2026-03-29 21:58:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95174121-3d22-5845-a986-c0113701d42c with identifier: 7009026auction111129
2026-03-29 21:58:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95174121-3d22-5845-a986-c0113701d42c with identifier: 7009026auction111129
2026-03-29 21:58:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95174121-3d22-5845-a986-c0113701d42c with identifier: 7009026auction111129 to the API
2026-03-29 21:58:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009026>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '95174121-3d22-5845-a986-c0113701d42c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009026',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 205037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tucson Business Mild-Hybrid 2WD 1.6 CRDI 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Business Mild-Hybrid 2WD 1.6 CRDI 135CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009026auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:19 [ecarstrade.be] INFO: Saving data for 7009026auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624493.347452, 'last_price_update_time': 1774821499.558491}
2026-03-29 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009026auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009011> (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-29 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-29 21:58:20 [ecarstrade.be] INFO: Extracting details for car 7009011auction111129
2026-03-29 21:58:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aeed88d-274e-5206-836a-c4071703bbb7 with identifier: 7009011auction111129
2026-03-29 21:58:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aeed88d-274e-5206-836a-c4071703bbb7 with scrape type 2
2026-03-29 21:58:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1aeed88d-274e-5206-836a-c4071703bbb7 with scrape type 2
2026-03-29 21:58:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1aeed88d-274e-5206-836a-c4071703bbb7, identifier: 7009011auction111129
2026-03-29 21:58:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1aeed88d-274e-5206-836a-c4071703bbb7 with identifier: 7009011auction111129
2026-03-29 21:58:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1aeed88d-274e-5206-836a-c4071703bbb7 with identifier: 7009011auction111129
2026-03-29 21:58:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1aeed88d-274e-5206-836a-c4071703bbb7 with identifier: 7009011auction111129 to the API
2026-03-29 21:58:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009011>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '1aeed88d-274e-5206-836a-c4071703bbb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009011',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 146364,
'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': None,
'seller_name': None,
'title': 'C5 Aircross Business 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Business 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009011auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:21 [ecarstrade.be] INFO: Saving data for 7009011auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624512.03577, 'last_price_update_time': 1774821501.04678}
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009011auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009068> (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-29 21:58:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:21 [ecarstrade.be] INFO: Extracting details for car 7009068auction111129
2026-03-29 21:58:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae62845-c8ef-5814-b9c4-2a783fdafd88 with identifier: 7009068auction111129
2026-03-29 21:58:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae62845-c8ef-5814-b9c4-2a783fdafd88 with scrape type 2
2026-03-29 21:58:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fae62845-c8ef-5814-b9c4-2a783fdafd88 with scrape type 2
2026-03-29 21:58:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fae62845-c8ef-5814-b9c4-2a783fdafd88, identifier: 7009068auction111129
2026-03-29 21:58:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fae62845-c8ef-5814-b9c4-2a783fdafd88 with identifier: 7009068auction111129
2026-03-29 21:58:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fae62845-c8ef-5814-b9c4-2a783fdafd88 with identifier: 7009068auction111129
2026-03-29 21:58:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fae62845-c8ef-5814-b9c4-2a783fdafd88 with identifier: 7009068auction111129 to the API
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009068>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fae62845-c8ef-5814-b9c4-2a783fdafd88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009068',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 143587,
'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': '3008 II Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009068auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:21 [ecarstrade.be] INFO: Saving data for 7009068auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624479.246379, 'last_price_update_time': 1774821501.547497}
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009068auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009010> (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-29 21:58:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:23 [ecarstrade.be] INFO: Extracting details for car 7009010auction111129
2026-03-29 21:58:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae99a25c-9e8e-5598-9364-e45cd620e460 with identifier: 7009010auction111129
2026-03-29 21:58:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae99a25c-9e8e-5598-9364-e45cd620e460 with scrape type 2
2026-03-29 21:58:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae99a25c-9e8e-5598-9364-e45cd620e460 with scrape type 2
2026-03-29 21:58:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae99a25c-9e8e-5598-9364-e45cd620e460, identifier: 7009010auction111129
2026-03-29 21:58:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae99a25c-9e8e-5598-9364-e45cd620e460 with identifier: 7009010auction111129
2026-03-29 21:58:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae99a25c-9e8e-5598-9364-e45cd620e460 with identifier: 7009010auction111129
2026-03-29 21:58:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae99a25c-9e8e-5598-9364-e45cd620e460 with identifier: 7009010auction111129 to the API
2026-03-29 21:58:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009010>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ae99a25c-9e8e-5598-9364-e45cd620e460',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009010',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 176942,
'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': 'C5 Aircross Feel 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Feel 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009010auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:23 [ecarstrade.be] INFO: Saving data for 7009010auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624508.375142, 'last_price_update_time': 1774821503.737829}
2026-03-29 21:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009010auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009087> (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-29 21:58:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:24 [ecarstrade.be] INFO: Extracting details for car 7009087auction111129
2026-03-29 21:58:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0869c27-0923-5b85-9d3e-8ca63706988b with identifier: 7009087auction111129
2026-03-29 21:58:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0869c27-0923-5b85-9d3e-8ca63706988b with scrape type 2
2026-03-29 21:58:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0869c27-0923-5b85-9d3e-8ca63706988b with scrape type 2
2026-03-29 21:58:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0869c27-0923-5b85-9d3e-8ca63706988b, identifier: 7009087auction111129
2026-03-29 21:58:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0869c27-0923-5b85-9d3e-8ca63706988b with identifier: 7009087auction111129
2026-03-29 21:58:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0869c27-0923-5b85-9d3e-8ca63706988b with identifier: 7009087auction111129
2026-03-29 21:58:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0869c27-0923-5b85-9d3e-8ca63706988b with identifier: 7009087auction111129 to the API
2026-03-29 21:58:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009087>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a0869c27-0923-5b85-9d3e-8ca63706988b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009087',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 180813,
'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': 7,
'seller_name': None,
'title': '5008 Active Pack 1.5 HDi 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.5 HDi 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009087auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:25 [ecarstrade.be] INFO: Saving data for 7009087auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624507.941238, 'last_price_update_time': 1774821505.01759}
2026-03-29 21:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009087auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009062> (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-29 21:58:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:25 [ecarstrade.be] INFO: Extracting details for car 7009062auction111129
2026-03-29 21:58:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f0313f0-ede4-550b-86cd-8bcc6414db92 with identifier: 7009062auction111129
2026-03-29 21:58:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f0313f0-ede4-550b-86cd-8bcc6414db92 with scrape type 2
2026-03-29 21:58:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f0313f0-ede4-550b-86cd-8bcc6414db92 with scrape type 2
2026-03-29 21:58:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f0313f0-ede4-550b-86cd-8bcc6414db92, identifier: 7009062auction111129
2026-03-29 21:58:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f0313f0-ede4-550b-86cd-8bcc6414db92 with identifier: 7009062auction111129
2026-03-29 21:58:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f0313f0-ede4-550b-86cd-8bcc6414db92 with identifier: 7009062auction111129
2026-03-29 21:58:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f0313f0-ede4-550b-86cd-8bcc6414db92 with identifier: 7009062auction111129 to the API
2026-03-29 21:58:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009062>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6f0313f0-ede4-550b-86cd-8bcc6414db92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009062',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 138493,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Active Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009062auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:26 [ecarstrade.be] INFO: Saving data for 7009062auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624505.261929, 'last_price_update_time': 1774821506.34232}
2026-03-29 21:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009062auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009122> (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-29 21:58:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:26 [ecarstrade.be] INFO: Extracting details for car 7009122auction111129
2026-03-29 21:58:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72204cfa-791e-573b-a53f-b0af801a731b with identifier: 7009122auction111129
2026-03-29 21:58:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72204cfa-791e-573b-a53f-b0af801a731b with scrape type 2
2026-03-29 21:58:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72204cfa-791e-573b-a53f-b0af801a731b with scrape type 2
2026-03-29 21:58:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72204cfa-791e-573b-a53f-b0af801a731b, identifier: 7009122auction111129
2026-03-29 21:58:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72204cfa-791e-573b-a53f-b0af801a731b with identifier: 7009122auction111129
2026-03-29 21:58:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72204cfa-791e-573b-a53f-b0af801a731b with identifier: 7009122auction111129
2026-03-29 21:58:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72204cfa-791e-573b-a53f-b0af801a731b with identifier: 7009122auction111129 to the API
2026-03-29 21:58:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009122>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '72204cfa-791e-573b-a53f-b0af801a731b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009122',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 138391,
'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': 'Kamiq Ambition 1.0 TSI 110CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Ambition 1.0 TSI 110CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009122auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:27 [ecarstrade.be] INFO: Saving data for 7009122auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624504.681967, 'last_price_update_time': 1774821507.074233}
2026-03-29 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009122auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009070> (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-29 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-29 21:58:28 [ecarstrade.be] INFO: Extracting details for car 7009070auction111129
2026-03-29 21:58:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2e2927-ade1-5360-971b-cc946bd0c569 with identifier: 7009070auction111129
2026-03-29 21:58:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2e2927-ade1-5360-971b-cc946bd0c569 with scrape type 2
2026-03-29 21:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e2e2927-ade1-5360-971b-cc946bd0c569 with scrape type 2
2026-03-29 21:58:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e2e2927-ade1-5360-971b-cc946bd0c569, identifier: 7009070auction111129
2026-03-29 21:58:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e2e2927-ade1-5360-971b-cc946bd0c569 with identifier: 7009070auction111129
2026-03-29 21:58:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e2e2927-ade1-5360-971b-cc946bd0c569 with identifier: 7009070auction111129
2026-03-29 21:58:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e2e2927-ade1-5360-971b-cc946bd0c569 with identifier: 7009070auction111129 to the API
2026-03-29 21:58:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:58:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009070>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8e2e2927-ade1-5360-971b-cc946bd0c569',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009070',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '3008',
'odometer': 173856,
'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': None,
'seller_name': None,
'title': '3008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009070auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:28 [ecarstrade.be] INFO: Saving data for 7009070auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624510.093219, 'last_price_update_time': 1774821508.868017}
2026-03-29 21:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009070auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009081> (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-29 21:58:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:30 [ecarstrade.be] INFO: Extracting details for car 7009081auction111129
2026-03-29 21:58:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d80b44e-ea19-5025-bba3-86fb153eca50 with identifier: 7009081auction111129
2026-03-29 21:58:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d80b44e-ea19-5025-bba3-86fb153eca50 with scrape type 2
2026-03-29 21:58:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d80b44e-ea19-5025-bba3-86fb153eca50 with scrape type 2
2026-03-29 21:58:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d80b44e-ea19-5025-bba3-86fb153eca50, identifier: 7009081auction111129
2026-03-29 21:58:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d80b44e-ea19-5025-bba3-86fb153eca50 with identifier: 7009081auction111129
2026-03-29 21:58:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d80b44e-ea19-5025-bba3-86fb153eca50 with identifier: 7009081auction111129
2026-03-29 21:58:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d80b44e-ea19-5025-bba3-86fb153eca50 with identifier: 7009081auction111129 to the API
2026-03-29 21:58:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009081>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4d80b44e-ea19-5025-bba3-86fb153eca50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009081',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '308',
'odometer': 136162,
'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': 'PEUGEOT 308 SW / 2021 / 5P / Break BlueHDi 130 EAT8 ALLURE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2021 / 5P / Break BlueHDi 130 EAT8 ALLURE PACK',
'vin': None,
'year': 2023}
2026-03-29 21:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009081auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:30 [ecarstrade.be] INFO: Saving data for 7009081auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624506.711131, 'last_price_update_time': 1774821510.692555}
2026-03-29 21:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009081auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009133> (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-29 21:58:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009119> (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-29 21:58:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:32 [ecarstrade.be] INFO: Extracting details for car 7009133auction111129
2026-03-29 21:58:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d460b451-e5e8-5f5d-92f1-a8c382374a5b with identifier: 7009133auction111129
2026-03-29 21:58:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d460b451-e5e8-5f5d-92f1-a8c382374a5b with scrape type 2
2026-03-29 21:58:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d460b451-e5e8-5f5d-92f1-a8c382374a5b with scrape type 2
2026-03-29 21:58:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d460b451-e5e8-5f5d-92f1-a8c382374a5b, identifier: 7009133auction111129
2026-03-29 21:58:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d460b451-e5e8-5f5d-92f1-a8c382374a5b with identifier: 7009133auction111129
2026-03-29 21:58:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d460b451-e5e8-5f5d-92f1-a8c382374a5b with identifier: 7009133auction111129
2026-03-29 21:58:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d460b451-e5e8-5f5d-92f1-a8c382374a5b with identifier: 7009133auction111129 to the API
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009133>
{'auction_title': '',
'c_o_2_emission_value': 76,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd460b451-e5e8-5f5d-92f1-a8c382374a5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009133',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 146470,
'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': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business',
'vin': None,
'year': 2020}
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009133auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:33 [ecarstrade.be] INFO: Saving data for 7009133auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624601.674525, 'last_price_update_time': 1774821513.245062}
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009133auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:33 [ecarstrade.be] INFO: Extracting details for car 7009119auction111129
2026-03-29 21:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009130> (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-29 21:58:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with identifier: 7009119auction111129
2026-03-29 21:58:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with scrape type 2
2026-03-29 21:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with scrape type 2
2026-03-29 21:58:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c0c55fa-d56a-5628-a02e-ef2b9a330403, identifier: 7009119auction111129
2026-03-29 21:58:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with identifier: 7009119auction111129
2026-03-29 21:58:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with identifier: 7009119auction111129
2026-03-29 21:58:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with identifier: 7009119auction111129 to the API
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009119>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3c0c55fa-d56a-5628-a02e-ef2b9a330403',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009119',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 189804,
'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': 'SEAT Ateca / 2020 / 5P / SUV 2.0 TDI 115 S&S Style Business',
'transmission': 'manual',
'trim': 'SEAT / 2020 / 5P / SUV 2.0 TDI 115 S&S Style Business',
'vin': None,
'year': 2021}
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009119auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:33 [ecarstrade.be] INFO: Saving data for 7009119auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624507.303726, 'last_price_update_time': 1774821513.630064}
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009119auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:33 [ecarstrade.be] INFO: Extracting details for car 7009130auction111129
2026-03-29 21:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009129> (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-29 21:58:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009064> (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-29 21:58:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd9dfb06-7e12-534b-a4e1-0d653186f76a with identifier: 7009130auction111129
2026-03-29 21:58:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd9dfb06-7e12-534b-a4e1-0d653186f76a with scrape type 2
2026-03-29 21:58:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd9dfb06-7e12-534b-a4e1-0d653186f76a with scrape type 2
2026-03-29 21:58:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd9dfb06-7e12-534b-a4e1-0d653186f76a, identifier: 7009130auction111129
2026-03-29 21:58:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd9dfb06-7e12-534b-a4e1-0d653186f76a with identifier: 7009130auction111129
2026-03-29 21:58:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd9dfb06-7e12-534b-a4e1-0d653186f76a with identifier: 7009130auction111129
2026-03-29 21:58:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd9dfb06-7e12-534b-a4e1-0d653186f76a with identifier: 7009130auction111129 to the API
2026-03-29 21:58:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009130>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'bd9dfb06-7e12-534b-a4e1-0d653186f76a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009130',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 163656,
'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': 'Superb Break Business 1.5 TSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 1.5 TSI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009130auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:34 [ecarstrade.be] INFO: Saving data for 7009130auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624511.540299, 'last_price_update_time': 1774821514.025561}
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009130auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:34 [ecarstrade.be] INFO: Extracting details for car 7009129auction111129
2026-03-29 21:58:34 [ecarstrade.be] INFO: Extracting details for car 7009064auction111129
2026-03-29 21:58:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 003bbd2c-706b-5b14-87a7-540cb818d437 with identifier: 7009129auction111129
2026-03-29 21:58:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 003bbd2c-706b-5b14-87a7-540cb818d437 with scrape type 2
2026-03-29 21:58:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 003bbd2c-706b-5b14-87a7-540cb818d437 with scrape type 2
2026-03-29 21:58:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 003bbd2c-706b-5b14-87a7-540cb818d437, identifier: 7009129auction111129
2026-03-29 21:58:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a910aef7-a8d1-54d9-88bc-774aea621d6d with identifier: 7009064auction111129
2026-03-29 21:58:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a910aef7-a8d1-54d9-88bc-774aea621d6d with scrape type 2
2026-03-29 21:58:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a910aef7-a8d1-54d9-88bc-774aea621d6d with scrape type 2
2026-03-29 21:58:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a910aef7-a8d1-54d9-88bc-774aea621d6d, identifier: 7009064auction111129
2026-03-29 21:58:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 003bbd2c-706b-5b14-87a7-540cb818d437 with identifier: 7009129auction111129
2026-03-29 21:58:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 003bbd2c-706b-5b14-87a7-540cb818d437 with identifier: 7009129auction111129
2026-03-29 21:58:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 003bbd2c-706b-5b14-87a7-540cb818d437 with identifier: 7009129auction111129 to the API
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009129>
{'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-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '003bbd2c-706b-5b14-87a7-540cb818d437',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009129',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 167940,
'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': 'SKODA Octavia / 2020 / 5P / Berline 1.5 TSI mHEV e-TEC 150 DSG7 '
'Business',
'transmission': 'automatic',
'trim': 'SKODA / 2020 / 5P / Berline 1.5 TSI mHEV e-TEC 150 DSG7 Business',
'vin': None,
'year': 2022}
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009129auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:34 [ecarstrade.be] INFO: Saving data for 7009129auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624496.381632, 'last_price_update_time': 1774821514.594827}
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009129auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a910aef7-a8d1-54d9-88bc-774aea621d6d with identifier: 7009064auction111129
2026-03-29 21:58:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a910aef7-a8d1-54d9-88bc-774aea621d6d with identifier: 7009064auction111129
2026-03-29 21:58:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a910aef7-a8d1-54d9-88bc-774aea621d6d with identifier: 7009064auction111129 to the API
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009064>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a910aef7-a8d1-54d9-88bc-774aea621d6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009064',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 176372,
'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': '3008 II Allure 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Allure 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009064auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:34 [ecarstrade.be] INFO: Saving data for 7009064auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624510.73565, 'last_price_update_time': 1774821514.873532}
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009064auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:36 [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-29 21:58:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009050auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009050auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009050auction111129: 2
2026-03-29 21:58:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009072auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009072auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009072auction111129: 2
2026-03-29 21:58:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009078auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009078auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009078auction111129: 2
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009146auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009146auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009146auction111129: 2
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009023auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009023auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009023auction111129: 2
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009131auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009131auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009131auction111129: 2
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009066auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009066auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009066auction111129: 2
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009088auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009088auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009088auction111129: 2
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009082auction111129
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009082auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:36 [ecarstrade.be] INFO: Scrape type for 7009082auction111129: 2
2026-03-29 21:58:36 [ecarstrade.be] INFO: Found listing with ID: 7009091auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009091auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009091auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009118auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009118auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009118auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009020auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009020auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009020auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009100auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009100auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009100auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009147auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009147auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009147auction111129: 2
2026-03-29 21:58:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009121> (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-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009049auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009049auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009049auction111129: 2
2026-03-29 21:58:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009071auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009071auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009071auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009097auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009097auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009097auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009099auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009099auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009099auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009108auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009108auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009108auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Found listing with ID: 7009111auction111129
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009111auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Scrape type for 7009111auction111129: 2
2026-03-29 21:58:37 [ecarstrade.be] INFO: Extracting details for car 7009121auction111129
2026-03-29 21:58:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c70201a8-7437-540d-8559-59c94d1b9c83 with identifier: 7009121auction111129
2026-03-29 21:58:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c70201a8-7437-540d-8559-59c94d1b9c83 with scrape type 2
2026-03-29 21:58:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c70201a8-7437-540d-8559-59c94d1b9c83 with scrape type 2
2026-03-29 21:58:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c70201a8-7437-540d-8559-59c94d1b9c83, identifier: 7009121auction111129
2026-03-29 21:58:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c70201a8-7437-540d-8559-59c94d1b9c83 with identifier: 7009121auction111129
2026-03-29 21:58:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c70201a8-7437-540d-8559-59c94d1b9c83 with identifier: 7009121auction111129
2026-03-29 21:58:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c70201a8-7437-540d-8559-59c94d1b9c83 with identifier: 7009121auction111129 to the API
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009121>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c70201a8-7437-540d-8559-59c94d1b9c83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009121',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 181973,
'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 Karoq / 2017 / 5P / SUV 1.5 TSI 150ch ACT DSG7 Business',
'transmission': 'automatic',
'trim': 'SKODA / 2017 / 5P / SUV 1.5 TSI 150ch ACT DSG7 Business',
'vin': None,
'year': 2022}
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009121auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:37 [ecarstrade.be] INFO: Saving data for 7009121auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624636.421143, 'last_price_update_time': 1774821517.588256}
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009121auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008995> (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-29 21:58:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:39 [ecarstrade.be] INFO: Extracting details for car 7008995auction111129
2026-03-29 21:58:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84296a9a-50ce-511c-a29f-b7d89309d4e0 with identifier: 7008995auction111129
2026-03-29 21:58:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84296a9a-50ce-511c-a29f-b7d89309d4e0 with scrape type 2
2026-03-29 21:58:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 84296a9a-50ce-511c-a29f-b7d89309d4e0 with scrape type 2
2026-03-29 21:58:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84296a9a-50ce-511c-a29f-b7d89309d4e0, identifier: 7008995auction111129
2026-03-29 21:58:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84296a9a-50ce-511c-a29f-b7d89309d4e0 with identifier: 7008995auction111129
2026-03-29 21:58:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84296a9a-50ce-511c-a29f-b7d89309d4e0 with identifier: 7008995auction111129
2026-03-29 21:58:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84296a9a-50ce-511c-a29f-b7d89309d4e0 with identifier: 7008995auction111129 to the API
2026-03-29 21:58:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008995>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '84296a9a-50ce-511c-a29f-b7d89309d4e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008995',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'A4',
'odometer': 203046,
'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 A4 Avant / 2019 / 5P / Break 35 TDI 163 S tronic Business line',
'transmission': 'automatic',
'trim': 'AUDI Avant / 2019 / 5P / Break 35 TDI 163 S tronic Business line',
'vin': None,
'year': 2020}
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008995auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:40 [ecarstrade.be] INFO: Saving data for 7008995auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624477.088528, 'last_price_update_time': 1774821520.051915}
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008995auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009102> (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-29 21:58:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:40 [ecarstrade.be] INFO: Extracting details for car 7009102auction111129
2026-03-29 21:58:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with identifier: 7009102auction111129
2026-03-29 21:58:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with scrape type 2
2026-03-29 21:58:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with scrape type 2
2026-03-29 21:58:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2, identifier: 7009102auction111129
2026-03-29 21:58:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with identifier: 7009102auction111129
2026-03-29 21:58:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with identifier: 7009102auction111129
2026-03-29 21:58:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with identifier: 7009102auction111129 to the API
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009102>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6af2a4cb-271b-52f5-8c9d-e8facbc26fa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009102',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Austral',
'odometer': 190528,
'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': 'Austral Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'vin': None,
'year': 2023}
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009102auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:40 [ecarstrade.be] INFO: Saving data for 7009102auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624505.97611, 'last_price_update_time': 1774821520.552017}
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009102auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009123> (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-29 21:58:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:41 [ecarstrade.be] INFO: Extracting details for car 7009123auction111129
2026-03-29 21:58:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with identifier: 7009123auction111129
2026-03-29 21:58:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with scrape type 2
2026-03-29 21:58:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with scrape type 2
2026-03-29 21:58:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7, identifier: 7009123auction111129
2026-03-29 21:58:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with identifier: 7009123auction111129
2026-03-29 21:58:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with identifier: 7009123auction111129
2026-03-29 21:58:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with identifier: 7009123auction111129 to the API
2026-03-29 21:58:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009123>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f7c17fe7-1159-5deb-8e63-c2fb55f6bab7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009123',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 176221,
'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': 'Karoq Business 1.6 TDI 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': 'Business 1.6 TDI 115CV BVA7 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009123auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:42 [ecarstrade.be] INFO: Saving data for 7009123auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624478.564058, 'last_price_update_time': 1774821522.206794}
2026-03-29 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009123auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009116> (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-29 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-29 21:58:42 [ecarstrade.be] INFO: Extracting details for car 7009116auction111129
2026-03-29 21:58:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51677b73-4b6c-545b-85f7-e7aa7d093be7 with identifier: 7009116auction111129
2026-03-29 21:58:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51677b73-4b6c-545b-85f7-e7aa7d093be7 with scrape type 2
2026-03-29 21:58:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51677b73-4b6c-545b-85f7-e7aa7d093be7 with scrape type 2
2026-03-29 21:58:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51677b73-4b6c-545b-85f7-e7aa7d093be7, identifier: 7009116auction111129
2026-03-29 21:58:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51677b73-4b6c-545b-85f7-e7aa7d093be7 with identifier: 7009116auction111129
2026-03-29 21:58:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51677b73-4b6c-545b-85f7-e7aa7d093be7 with identifier: 7009116auction111129
2026-03-29 21:58:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51677b73-4b6c-545b-85f7-e7aa7d093be7 with identifier: 7009116auction111129 to the API
2026-03-29 21:58:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009116>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '51677b73-4b6c-545b-85f7-e7aa7d093be7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009116',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 163014,
'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': 'Ateca Style Business 1.6 TDI 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': 'Style Business 1.6 TDI 115CV BVA7 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009116auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:43 [ecarstrade.be] INFO: Saving data for 7009116auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624482.889932, 'last_price_update_time': 1774821523.149503}
2026-03-29 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009116auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:43 [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-29 21:58:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009024auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009024auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009024auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009054auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009054auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009054auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009065auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009065auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009065auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009142auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009142auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009142auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009051auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009051auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009051auction111129: 2
2026-03-29 21:58:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009050> (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-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009041auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009041auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009041auction111129: 2
2026-03-29 21:58:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009144auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009144auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009144auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009057auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009057auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009057auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009103auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009103auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009103auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009107auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009107auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009107auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009040auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009040auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009040auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Extracting details for car 7009050auction111129
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009052auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009052auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009052auction111129: 2
2026-03-29 21:58:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with identifier: 7009050auction111129
2026-03-29 21:58:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with scrape type 2
2026-03-29 21:58:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with scrape type 2
2026-03-29 21:58:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04c2affe-a81a-510c-ad61-c31c3dcf1d56, identifier: 7009050auction111129
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009114auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009114auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009114auction111129: 2
2026-03-29 21:58:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with identifier: 7009050auction111129
2026-03-29 21:58:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with identifier: 7009050auction111129
2026-03-29 21:58:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with identifier: 7009050auction111129 to the API
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009050>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '04c2affe-a81a-510c-ad61-c31c3dcf1d56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009050',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 146182,
'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': '2008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009050auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Saving data for 7009050auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624492.139119, 'last_price_update_time': 1774821524.682628}
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009050auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009044auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009044auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009044auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009058auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009058auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009058auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009013auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009013auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009013auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009022auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009022auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009022auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009109auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009109auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009109auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009014auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009014auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009014auction111129: 2
2026-03-29 21:58:44 [ecarstrade.be] INFO: Found listing with ID: 7009073auction111129
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009073auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:44 [ecarstrade.be] INFO: Scrape type for 7009073auction111129: 2
2026-03-29 21:58:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009140> (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-29 21:58:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:47 [ecarstrade.be] INFO: Extracting details for car 7009140auction111129
2026-03-29 21:58:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70ade1da-8e9a-5813-862d-e55797f95c4c with identifier: 7009140auction111129
2026-03-29 21:58:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ade1da-8e9a-5813-862d-e55797f95c4c with scrape type 2
2026-03-29 21:58:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70ade1da-8e9a-5813-862d-e55797f95c4c with scrape type 2
2026-03-29 21:58:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70ade1da-8e9a-5813-862d-e55797f95c4c, identifier: 7009140auction111129
2026-03-29 21:58:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70ade1da-8e9a-5813-862d-e55797f95c4c with identifier: 7009140auction111129
2026-03-29 21:58:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70ade1da-8e9a-5813-862d-e55797f95c4c with identifier: 7009140auction111129
2026-03-29 21:58:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70ade1da-8e9a-5813-862d-e55797f95c4c with identifier: 7009140auction111129 to the API
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009140>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '70ade1da-8e9a-5813-862d-e55797f95c4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009140',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 161570,
'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': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 2.0 TDI SCR 115 DSG7 LIFE '
'SOCI BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 2.0 TDI SCR 115 DSG7 LIFE SOCI '
'BUSINESS',
'vin': None,
'year': 2023}
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009140auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:47 [ecarstrade.be] INFO: Saving data for 7009140auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624477.858395, 'last_price_update_time': 1774821527.502359}
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009140auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009072> (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-29 21:58:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009078> (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-29 21:58:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:47 [ecarstrade.be] INFO: Extracting details for car 7009072auction111129
2026-03-29 21:58:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eae23b6a-c3c1-51a0-af7c-25f76b2751ef with identifier: 7009072auction111129
2026-03-29 21:58:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eae23b6a-c3c1-51a0-af7c-25f76b2751ef with scrape type 2
2026-03-29 21:58:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eae23b6a-c3c1-51a0-af7c-25f76b2751ef with scrape type 2
2026-03-29 21:58:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eae23b6a-c3c1-51a0-af7c-25f76b2751ef, identifier: 7009072auction111129
2026-03-29 21:58:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eae23b6a-c3c1-51a0-af7c-25f76b2751ef with identifier: 7009072auction111129
2026-03-29 21:58:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eae23b6a-c3c1-51a0-af7c-25f76b2751ef with identifier: 7009072auction111129
2026-03-29 21:58:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eae23b6a-c3c1-51a0-af7c-25f76b2751ef with identifier: 7009072auction111129 to the API
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009072>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'eae23b6a-c3c1-51a0-af7c-25f76b2751ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009072',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 180507,
'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': '3008 Active Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009072auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:47 [ecarstrade.be] INFO: Saving data for 7009072auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624495.225238, 'last_price_update_time': 1774821527.983378}
2026-03-29 21:58:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009072auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:48 [ecarstrade.be] INFO: Extracting details for car 7009078auction111129
2026-03-29 21:58:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c610ab21-fadb-5f21-b244-34630f741e33 with identifier: 7009078auction111129
2026-03-29 21:58:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c610ab21-fadb-5f21-b244-34630f741e33 with scrape type 2
2026-03-29 21:58:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c610ab21-fadb-5f21-b244-34630f741e33 with scrape type 2
2026-03-29 21:58:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c610ab21-fadb-5f21-b244-34630f741e33, identifier: 7009078auction111129
2026-03-29 21:58:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c610ab21-fadb-5f21-b244-34630f741e33 with identifier: 7009078auction111129
2026-03-29 21:58:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c610ab21-fadb-5f21-b244-34630f741e33 with identifier: 7009078auction111129
2026-03-29 21:58:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c610ab21-fadb-5f21-b244-34630f741e33 with identifier: 7009078auction111129 to the API
2026-03-29 21:58:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009078>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c610ab21-fadb-5f21-b244-34630f741e33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009078',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 193921,
'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': '3008 II Active Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Active Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009078auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:48 [ecarstrade.be] INFO: Saving data for 7009078auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624558.184899, 'last_price_update_time': 1774821528.376011}
2026-03-29 21:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009078auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009023> (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-29 21:58:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:49 [ecarstrade.be] INFO: Extracting details for car 7009023auction111129
2026-03-29 21:58:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0957197e-db2b-59a0-b842-e47bd670a7c7 with identifier: 7009023auction111129
2026-03-29 21:58:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0957197e-db2b-59a0-b842-e47bd670a7c7 with scrape type 2
2026-03-29 21:58:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0957197e-db2b-59a0-b842-e47bd670a7c7 with scrape type 2
2026-03-29 21:58:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0957197e-db2b-59a0-b842-e47bd670a7c7, identifier: 7009023auction111129
2026-03-29 21:58:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0957197e-db2b-59a0-b842-e47bd670a7c7 with identifier: 7009023auction111129
2026-03-29 21:58:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0957197e-db2b-59a0-b842-e47bd670a7c7 with identifier: 7009023auction111129
2026-03-29 21:58:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0957197e-db2b-59a0-b842-e47bd670a7c7 with identifier: 7009023auction111129 to the API
2026-03-29 21:58:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009023>
{'auction_title': '',
'c_o_2_emission_value': 79,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0957197e-db2b-59a0-b842-e47bd670a7c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009023',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 130185,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Ioniq / 2019 / 5P / Berline Hybrid Business',
'transmission': 'automatic',
'trim': 'HYUNDAI Ioniq / 2019 / 5P / Berline Hybrid Business',
'vin': None,
'year': 2019}
2026-03-29 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009023auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:49 [ecarstrade.be] INFO: Saving data for 7009023auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624532.363543, 'last_price_update_time': 1774821529.457128}
2026-03-29 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009023auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009066> (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-29 21:58:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:51 [ecarstrade.be] INFO: Extracting details for car 7009066auction111129
2026-03-29 21:58:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5031982-4a34-5559-b0e4-655fd2fa7a5d with identifier: 7009066auction111129
2026-03-29 21:58:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5031982-4a34-5559-b0e4-655fd2fa7a5d with scrape type 2
2026-03-29 21:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5031982-4a34-5559-b0e4-655fd2fa7a5d with scrape type 2
2026-03-29 21:58:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5031982-4a34-5559-b0e4-655fd2fa7a5d, identifier: 7009066auction111129
2026-03-29 21:58:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5031982-4a34-5559-b0e4-655fd2fa7a5d with identifier: 7009066auction111129
2026-03-29 21:58:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5031982-4a34-5559-b0e4-655fd2fa7a5d with identifier: 7009066auction111129
2026-03-29 21:58:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5031982-4a34-5559-b0e4-655fd2fa7a5d with identifier: 7009066auction111129 to the API
2026-03-29 21:58:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009066>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'd5031982-4a34-5559-b0e4-655fd2fa7a5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009066',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 134580,
'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': '3008 II Active Pack 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Active Pack 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009066auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:51 [ecarstrade.be] INFO: Saving data for 7009066auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624533.443647, 'last_price_update_time': 1774821531.609868}
2026-03-29 21:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009066auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009088> (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-29 21:58:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:51 [ecarstrade.be] INFO: Extracting details for car 7009088auction111129
2026-03-29 21:58:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 222e17f6-8cf2-5249-bc4b-2885ad67b32f with identifier: 7009088auction111129
2026-03-29 21:58:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 222e17f6-8cf2-5249-bc4b-2885ad67b32f with scrape type 2
2026-03-29 21:58:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 222e17f6-8cf2-5249-bc4b-2885ad67b32f with scrape type 2
2026-03-29 21:58:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 222e17f6-8cf2-5249-bc4b-2885ad67b32f, identifier: 7009088auction111129
2026-03-29 21:58:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 222e17f6-8cf2-5249-bc4b-2885ad67b32f with identifier: 7009088auction111129
2026-03-29 21:58:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 222e17f6-8cf2-5249-bc4b-2885ad67b32f with identifier: 7009088auction111129
2026-03-29 21:58:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 222e17f6-8cf2-5249-bc4b-2885ad67b32f with identifier: 7009088auction111129 to the API
2026-03-29 21:58:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009088>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '222e17f6-8cf2-5249-bc4b-2885ad67b32f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009088',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 130715,
'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': 7,
'seller_name': None,
'title': '5008 Active Business 1.5 HDi 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDi 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2020}
2026-03-29 21:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009088auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:52 [ecarstrade.be] INFO: Saving data for 7009088auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624530.457897, 'last_price_update_time': 1774821532.58324}
2026-03-29 21:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009088auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009131> (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-29 21:58:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:52 [ecarstrade.be] INFO: Extracting details for car 7009131auction111129
2026-03-29 21:58:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 114367a7-ffe1-5079-9094-fcf4a2910627 with identifier: 7009131auction111129
2026-03-29 21:58:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 114367a7-ffe1-5079-9094-fcf4a2910627 with scrape type 2
2026-03-29 21:58:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 114367a7-ffe1-5079-9094-fcf4a2910627 with scrape type 2
2026-03-29 21:58:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 114367a7-ffe1-5079-9094-fcf4a2910627, identifier: 7009131auction111129
2026-03-29 21:58:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 114367a7-ffe1-5079-9094-fcf4a2910627 with identifier: 7009131auction111129
2026-03-29 21:58:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 114367a7-ffe1-5079-9094-fcf4a2910627 with identifier: 7009131auction111129
2026-03-29 21:58:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 114367a7-ffe1-5079-9094-fcf4a2910627 with identifier: 7009131auction111129 to the API
2026-03-29 21:58:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009131>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '114367a7-ffe1-5079-9094-fcf4a2910627',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009131',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 231776,
'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': 'Superb Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009131auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:53 [ecarstrade.be] INFO: Saving data for 7009131auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624531.955487, 'last_price_update_time': 1774821533.091189}
2026-03-29 21:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009131auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009146> (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-29 21:58:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:54 [ecarstrade.be] INFO: Extracting details for car 7009146auction111129
2026-03-29 21:58:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c037558-4aa1-5eb4-8422-c39280057f5b with identifier: 7009146auction111129
2026-03-29 21:58:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c037558-4aa1-5eb4-8422-c39280057f5b with scrape type 2
2026-03-29 21:58:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c037558-4aa1-5eb4-8422-c39280057f5b with scrape type 2
2026-03-29 21:58:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c037558-4aa1-5eb4-8422-c39280057f5b, identifier: 7009146auction111129
2026-03-29 21:58:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c037558-4aa1-5eb4-8422-c39280057f5b with identifier: 7009146auction111129
2026-03-29 21:58:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c037558-4aa1-5eb4-8422-c39280057f5b with identifier: 7009146auction111129
2026-03-29 21:58:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c037558-4aa1-5eb4-8422-c39280057f5b with identifier: 7009146auction111129 to the API
2026-03-29 21:58:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009146>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8c037558-4aa1-5eb4-8422-c39280057f5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009146',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 175779,
'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': 'Passat Break Business 2.0 TDI 120CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Passat Break Business 2.0 TDI 120CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009146auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:54 [ecarstrade.be] INFO: Saving data for 7009146auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624528.883499, 'last_price_update_time': 1774821534.592548}
2026-03-29 21:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009146auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009147> (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-29 21:58:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:55 [ecarstrade.be] INFO: Extracting details for car 7009147auction111129
2026-03-29 21:58:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with identifier: 7009147auction111129
2026-03-29 21:58:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with scrape type 2
2026-03-29 21:58:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with scrape type 2
2026-03-29 21:58:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d, identifier: 7009147auction111129
2026-03-29 21:58:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with identifier: 7009147auction111129
2026-03-29 21:58:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with identifier: 7009147auction111129
2026-03-29 21:58:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with identifier: 7009147auction111129 to the API
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009147>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'ee37af0a-fbc5-5ec4-81db-a5d0191dc39d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009147',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 145214,
'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': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc / 2017 / 5P / SUV 1.0 TSI 115 LOUNGE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 5P / SUV 1.0 TSI 115 LOUNGE BUSINESS',
'vin': None,
'year': 2020}
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009147auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:55 [ecarstrade.be] INFO: Saving data for 7009147auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624527.726384, 'last_price_update_time': 1774821535.382757}
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009147auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009082> (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-29 21:58:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:55 [ecarstrade.be] INFO: Extracting details for car 7009082auction111129
2026-03-29 21:58:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50aeaac0-ed5b-51de-9366-1617b0a40d82 with identifier: 7009082auction111129
2026-03-29 21:58:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50aeaac0-ed5b-51de-9366-1617b0a40d82 with scrape type 2
2026-03-29 21:58:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50aeaac0-ed5b-51de-9366-1617b0a40d82 with scrape type 2
2026-03-29 21:58:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50aeaac0-ed5b-51de-9366-1617b0a40d82, identifier: 7009082auction111129
2026-03-29 21:58:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50aeaac0-ed5b-51de-9366-1617b0a40d82 with identifier: 7009082auction111129
2026-03-29 21:58:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50aeaac0-ed5b-51de-9366-1617b0a40d82 with identifier: 7009082auction111129
2026-03-29 21:58:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50aeaac0-ed5b-51de-9366-1617b0a40d82 with identifier: 7009082auction111129 to the API
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009082>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '50aeaac0-ed5b-51de-9366-1617b0a40d82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009082',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 145690,
'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': 'PEUGEOT 308 SW 2021 5P Break BlueHDi 130 EAT8 ACTIVE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 2021 5P Break BlueHDi 130 EAT8 ACTIVE PACK',
'vin': None,
'year': 2023}
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009082auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:55 [ecarstrade.be] INFO: Saving data for 7009082auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624532.933329, 'last_price_update_time': 1774821535.857922}
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009082auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009111> (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-29 21:58:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:56 [ecarstrade.be] INFO: Extracting details for car 7009111auction111129
2026-03-29 21:58:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with identifier: 7009111auction111129
2026-03-29 21:58:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with scrape type 2
2026-03-29 21:58:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with scrape type 2
2026-03-29 21:58:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1efaf865-7b4c-5c12-bd59-9e1e96a22364, identifier: 7009111auction111129
2026-03-29 21:58:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with identifier: 7009111auction111129
2026-03-29 21:58:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with identifier: 7009111auction111129
2026-03-29 21:58:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with identifier: 7009111auction111129 to the API
2026-03-29 21:58:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009111>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '1efaf865-7b4c-5c12-bd59-9e1e96a22364',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009111',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 143238,
'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': 'Megane IV Berline 5pt. Intens 1.5 dCi 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'IV Berline 5pt. Intens 1.5 dCi 115CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009111auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:56 [ecarstrade.be] INFO: Saving data for 7009111auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624531.438118, 'last_price_update_time': 1774821536.495151}
2026-03-29 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009111auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009108> (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-29 21:58:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:57 [ecarstrade.be] INFO: Extracting details for car 7009108auction111129
2026-03-29 21:58:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with identifier: 7009108auction111129
2026-03-29 21:58:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with scrape type 2
2026-03-29 21:58:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with scrape type 2
2026-03-29 21:58:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79, identifier: 7009108auction111129
2026-03-29 21:58:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with identifier: 7009108auction111129
2026-03-29 21:58:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with identifier: 7009108auction111129
2026-03-29 21:58:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with identifier: 7009108auction111129 to the API
2026-03-29 21:58:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009108>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6ee76363-6b34-5d6e-a6b8-989bc43e3b79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009108',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kadjar',
'odometer': 185002,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Kadjar / 2018 / 5P / Crossover Intens Blue dCi 115 EDC(SL)',
'transmission': 'automatic',
'trim': 'RENAULT / 2018 / 5P / Crossover Intens Blue dCi 115 EDC(SL)',
'vin': None,
'year': 2019}
2026-03-29 21:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009108auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:57 [ecarstrade.be] INFO: Saving data for 7009108auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624600.827078, 'last_price_update_time': 1774821537.829774}
2026-03-29 21:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009108auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009099> (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-29 21:58:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:58:58 [ecarstrade.be] INFO: Extracting details for car 7009099auction111129
2026-03-29 21:58:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63db10ba-17fa-5db5-8c53-a345cd60c174 with identifier: 7009099auction111129
2026-03-29 21:58:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63db10ba-17fa-5db5-8c53-a345cd60c174 with scrape type 2
2026-03-29 21:58:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63db10ba-17fa-5db5-8c53-a345cd60c174 with scrape type 2
2026-03-29 21:58:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63db10ba-17fa-5db5-8c53-a345cd60c174, identifier: 7009099auction111129
2026-03-29 21:58:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63db10ba-17fa-5db5-8c53-a345cd60c174 with identifier: 7009099auction111129
2026-03-29 21:58:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63db10ba-17fa-5db5-8c53-a345cd60c174 with identifier: 7009099auction111129
2026-03-29 21:58:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63db10ba-17fa-5db5-8c53-a345cd60c174 with identifier: 7009099auction111129 to the API
2026-03-29 21:58:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:58: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-29 21:58:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009099>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '63db10ba-17fa-5db5-8c53-a345cd60c174',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009099',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 177544,
'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': 'Arkana Evolution 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Evolution 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009099auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:58:58 [ecarstrade.be] INFO: Saving data for 7009099auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624578.412147, 'last_price_update_time': 1774821538.846201}
2026-03-29 21:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009099auction111129') HTTP/1.1" 204 0
2026-03-29 21:58:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009097> (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-29 21:58:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:00 [ecarstrade.be] INFO: Extracting details for car 7009097auction111129
2026-03-29 21:59:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with identifier: 7009097auction111129
2026-03-29 21:59:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with scrape type 2
2026-03-29 21:59:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with scrape type 2
2026-03-29 21:59:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1bb6c4d4-c78e-55b6-a428-23fb090f1360, identifier: 7009097auction111129
2026-03-29 21:59:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with identifier: 7009097auction111129
2026-03-29 21:59:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with identifier: 7009097auction111129
2026-03-29 21:59:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with identifier: 7009097auction111129 to the API
2026-03-29 21:59:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009097>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '1bb6c4d4-c78e-55b6-a428-23fb090f1360',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009097',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 167776,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Rifter Allure L1 1.5 HDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Allure L1 1.5 HDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-29 21:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009097auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:00 [ecarstrade.be] INFO: Saving data for 7009097auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624575.900104, 'last_price_update_time': 1774821540.453607}
2026-03-29 21:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009097auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009014> (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-29 21:59:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:02 [ecarstrade.be] INFO: Extracting details for car 7009014auction111129
2026-03-29 21:59:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a63dc528-dae7-5375-86af-f404f7ab9881 with identifier: 7009014auction111129
2026-03-29 21:59:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a63dc528-dae7-5375-86af-f404f7ab9881 with scrape type 2
2026-03-29 21:59:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a63dc528-dae7-5375-86af-f404f7ab9881 with scrape type 2
2026-03-29 21:59:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a63dc528-dae7-5375-86af-f404f7ab9881, identifier: 7009014auction111129
2026-03-29 21:59:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a63dc528-dae7-5375-86af-f404f7ab9881 with identifier: 7009014auction111129
2026-03-29 21:59:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a63dc528-dae7-5375-86af-f404f7ab9881 with identifier: 7009014auction111129
2026-03-29 21:59:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a63dc528-dae7-5375-86af-f404f7ab9881 with identifier: 7009014auction111129 to the API
2026-03-29 21:59:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009014>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a63dc528-dae7-5375-86af-f404f7ab9881',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009014',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 150055,
'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': 7,
'seller_name': None,
'title': 'C4 Grand Picasso/Spacetourer Business + 1.5 BlueHDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'C4 Grand Picasso/Spacetourer Business + 1.5 BlueHDi 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009014auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:02 [ecarstrade.be] INFO: Saving data for 7009014auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624555.919585, 'last_price_update_time': 1774821542.837513}
2026-03-29 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009014auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009073> (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-29 21:59:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:03 [ecarstrade.be] INFO: Extracting details for car 7009073auction111129
2026-03-29 21:59:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c80192f3-97ba-5f00-835f-aa1ad35363ef with identifier: 7009073auction111129
2026-03-29 21:59:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c80192f3-97ba-5f00-835f-aa1ad35363ef with scrape type 2
2026-03-29 21:59:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c80192f3-97ba-5f00-835f-aa1ad35363ef with scrape type 2
2026-03-29 21:59:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c80192f3-97ba-5f00-835f-aa1ad35363ef, identifier: 7009073auction111129
2026-03-29 21:59:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c80192f3-97ba-5f00-835f-aa1ad35363ef with identifier: 7009073auction111129
2026-03-29 21:59:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c80192f3-97ba-5f00-835f-aa1ad35363ef with identifier: 7009073auction111129
2026-03-29 21:59:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c80192f3-97ba-5f00-835f-aa1ad35363ef with identifier: 7009073auction111129 to the API
2026-03-29 21:59:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009073>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c80192f3-97ba-5f00-835f-aa1ad35363ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009073',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 134696,
'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': '3008 Active Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009073auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:04 [ecarstrade.be] INFO: Saving data for 7009073auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624557.194134, 'last_price_update_time': 1774821544.237875}
2026-03-29 21:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009073auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009109> (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-29 21:59:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:05 [ecarstrade.be] INFO: Extracting details for car 7009109auction111129
2026-03-29 21:59:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with identifier: 7009109auction111129
2026-03-29 21:59:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with scrape type 2
2026-03-29 21:59:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with scrape type 2
2026-03-29 21:59:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff, identifier: 7009109auction111129
2026-03-29 21:59:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with identifier: 7009109auction111129
2026-03-29 21:59:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with identifier: 7009109auction111129
2026-03-29 21:59:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with identifier: 7009109auction111129 to the API
2026-03-29 21:59:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009109>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4a7b863f-38b5-5116-bb7b-ebd0fa06fdff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009109',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 136708,
'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': 'Megane IV Berline 5pt. Business 1.5 dCi 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'IV Berline 5pt. Business 1.5 dCi 115CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009109auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:07 [ecarstrade.be] INFO: Saving data for 7009109auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624555.142307, 'last_price_update_time': 1774821547.333325}
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009109auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:07 [scrapy.extensions.logstats] INFO: Crawled 878 pages (at 46 pages/min), scraped 824 items (at 44 items/min)
2026-03-29 21:59:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 294MiB
2026-03-29 21:59:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009022> (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-29 21:59:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009013> (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-29 21:59:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:07 [ecarstrade.be] INFO: Extracting details for car 7009022auction111129
2026-03-29 21:59:07 [ecarstrade.be] INFO: Extracting details for car 7009013auction111129
2026-03-29 21:59:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with identifier: 7009022auction111129
2026-03-29 21:59:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with scrape type 2
2026-03-29 21:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with scrape type 2
2026-03-29 21:59:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d, identifier: 7009022auction111129
2026-03-29 21:59:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d41539b-1b02-5871-a538-28cec352e114 with identifier: 7009013auction111129
2026-03-29 21:59:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d41539b-1b02-5871-a538-28cec352e114 with scrape type 2
2026-03-29 21:59:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d41539b-1b02-5871-a538-28cec352e114 with scrape type 2
2026-03-29 21:59:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d41539b-1b02-5871-a538-28cec352e114, identifier: 7009013auction111129
2026-03-29 21:59:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with identifier: 7009022auction111129
2026-03-29 21:59:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with identifier: 7009022auction111129
2026-03-29 21:59:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with identifier: 7009022auction111129 to the API
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009022>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '43f760bb-7e9d-5f1d-97ff-6c34e9a9418d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009022',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'i30',
'odometer': 165981,
'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': 'HYUNDAI i30 Sport Wagon / 2020 / 5P / Break 1.0 T-GDI 120 DCT-7 '
'MHEV CREATIVE SW',
'transmission': 'automatic',
'trim': 'HYUNDAI Sport Wagon / 2020 / 5P / Break 1.0 T-GDI 120 DCT-7 MHEV '
'CREATIVE SW',
'vin': None,
'year': 2023}
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009022auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:07 [ecarstrade.be] INFO: Saving data for 7009022auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624553.550124, 'last_price_update_time': 1774821547.951303}
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009022auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d41539b-1b02-5871-a538-28cec352e114 with identifier: 7009013auction111129
2026-03-29 21:59:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d41539b-1b02-5871-a538-28cec352e114 with identifier: 7009013auction111129
2026-03-29 21:59:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d41539b-1b02-5871-a538-28cec352e114 with identifier: 7009013auction111129 to the API
2026-03-29 21:59:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009013>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9d41539b-1b02-5871-a538-28cec352e114',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009013',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 196598,
'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': 'CITROEN C5 Aircross / 2018 / 5P / SUV BlueHDi 130 S&S EAT8 Business',
'transmission': 'automatic',
'trim': 'CITROEN / 2018 / 5P / SUV BlueHDi 130 S&S EAT8 Business',
'vin': None,
'year': 2020}
2026-03-29 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009013auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:08 [ecarstrade.be] INFO: Saving data for 7009013auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624551.470173, 'last_price_update_time': 1774821548.237903}
2026-03-29 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009013auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009051> (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-29 21:59:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:09 [ecarstrade.be] INFO: Extracting details for car 7009051auction111129
2026-03-29 21:59:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42e093a4-1df2-51ba-acc4-d18afcb24051 with identifier: 7009051auction111129
2026-03-29 21:59:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42e093a4-1df2-51ba-acc4-d18afcb24051 with scrape type 2
2026-03-29 21:59:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42e093a4-1df2-51ba-acc4-d18afcb24051 with scrape type 2
2026-03-29 21:59:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42e093a4-1df2-51ba-acc4-d18afcb24051, identifier: 7009051auction111129
2026-03-29 21:59:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42e093a4-1df2-51ba-acc4-d18afcb24051 with identifier: 7009051auction111129
2026-03-29 21:59:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42e093a4-1df2-51ba-acc4-d18afcb24051 with identifier: 7009051auction111129
2026-03-29 21:59:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42e093a4-1df2-51ba-acc4-d18afcb24051 with identifier: 7009051auction111129 to the API
2026-03-29 21:59:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009051>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '42e093a4-1df2-51ba-acc4-d18afcb24051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009051',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 173951,
'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': None,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009051auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:09 [ecarstrade.be] INFO: Saving data for 7009051auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624578.838884, 'last_price_update_time': 1774821549.701017}
2026-03-29 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009051auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009058> (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-29 21:59:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009071> (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-29 21:59:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:09 [ecarstrade.be] INFO: Extracting details for car 7009058auction111129
2026-03-29 21:59:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61a20ba1-988e-55db-b7b6-86c18e4efcaa with identifier: 7009058auction111129
2026-03-29 21:59:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61a20ba1-988e-55db-b7b6-86c18e4efcaa with scrape type 2
2026-03-29 21:59:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61a20ba1-988e-55db-b7b6-86c18e4efcaa with scrape type 2
2026-03-29 21:59:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61a20ba1-988e-55db-b7b6-86c18e4efcaa, identifier: 7009058auction111129
2026-03-29 21:59:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61a20ba1-988e-55db-b7b6-86c18e4efcaa with identifier: 7009058auction111129
2026-03-29 21:59:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61a20ba1-988e-55db-b7b6-86c18e4efcaa with identifier: 7009058auction111129
2026-03-29 21:59:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61a20ba1-988e-55db-b7b6-86c18e4efcaa with identifier: 7009058auction111129 to the API
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009058>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '61a20ba1-988e-55db-b7b6-86c18e4efcaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009058',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '2008',
'odometer': 163657,
'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': '2008 GT Line 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'GT Line 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009058auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:10 [ecarstrade.be] INFO: Saving data for 7009058auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624552.30605, 'last_price_update_time': 1774821550.194851}
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009058auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:10 [ecarstrade.be] INFO: Extracting details for car 7009071auction111129
2026-03-29 21:59:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with identifier: 7009071auction111129
2026-03-29 21:59:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with scrape type 2
2026-03-29 21:59:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with scrape type 2
2026-03-29 21:59:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66a18d85-6e32-5d0e-b40e-17351e6a4b27, identifier: 7009071auction111129
2026-03-29 21:59:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with identifier: 7009071auction111129
2026-03-29 21:59:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with identifier: 7009071auction111129
2026-03-29 21:59:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with identifier: 7009071auction111129 to the API
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009071>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '66a18d85-6e32-5d0e-b40e-17351e6a4b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009071',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 147434,
'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': '3008 Active Pack 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009071auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:10 [ecarstrade.be] INFO: Saving data for 7009071auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624530.98466, 'last_price_update_time': 1774821550.579251}
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009071auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009114> (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-29 21:59:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:11 [ecarstrade.be] INFO: Extracting details for car 7009114auction111129
2026-03-29 21:59:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 420ed516-60bc-5296-baeb-a7f8a5d72a1f with identifier: 7009114auction111129
2026-03-29 21:59:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420ed516-60bc-5296-baeb-a7f8a5d72a1f with scrape type 2
2026-03-29 21:59:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 420ed516-60bc-5296-baeb-a7f8a5d72a1f with scrape type 2
2026-03-29 21:59:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 420ed516-60bc-5296-baeb-a7f8a5d72a1f, identifier: 7009114auction111129
2026-03-29 21:59:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 420ed516-60bc-5296-baeb-a7f8a5d72a1f with identifier: 7009114auction111129
2026-03-29 21:59:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 420ed516-60bc-5296-baeb-a7f8a5d72a1f with identifier: 7009114auction111129
2026-03-29 21:59:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 420ed516-60bc-5296-baeb-a7f8a5d72a1f with identifier: 7009114auction111129 to the API
2026-03-29 21:59:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009114>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.7L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '420ed516-60bc-5296-baeb-a7f8a5d72a1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009114',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 155731,
'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': 7,
'seller_name': None,
'title': 'Scenic IV Grand Business 1.7 dCi 150CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Scenic IV Grand Business 1.7 dCi 150CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009114auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:11 [ecarstrade.be] INFO: Saving data for 7009114auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624550.632349, 'last_price_update_time': 1774821551.951766}
2026-03-29 21:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009114auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009040> (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-29 21:59:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:14 [ecarstrade.be] INFO: Extracting details for car 7009040auction111129
2026-03-29 21:59:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with identifier: 7009040auction111129
2026-03-29 21:59:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with scrape type 2
2026-03-29 21:59:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with scrape type 2
2026-03-29 21:59:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9, identifier: 7009040auction111129
2026-03-29 21:59:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with identifier: 7009040auction111129
2026-03-29 21:59:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with identifier: 7009040auction111129
2026-03-29 21:59:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with identifier: 7009040auction111129 to the API
2026-03-29 21:59:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009040>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4cf7a1f9-e4cf-5999-8e89-a79d4490aac9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009040',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 170731,
'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': 'NISSAN Qashqai / 2017 / 5P / Crossover 1.5 DCI 115 Business Edition',
'transmission': 'manual',
'trim': 'NISSAN / 2017 / 5P / Crossover 1.5 DCI 115 Business Edition',
'vin': None,
'year': 2020}
2026-03-29 21:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009040auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:16 [ecarstrade.be] INFO: Saving data for 7009040auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624599.730311, 'last_price_update_time': 1774821556.303024}
2026-03-29 21:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009040auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009044> (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-29 21:59:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009107> (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-29 21:59:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009103> (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-29 21:59:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:16 [ecarstrade.be] INFO: Extracting details for car 7009044auction111129
2026-03-29 21:59:16 [ecarstrade.be] INFO: Extracting details for car 7009107auction111129
2026-03-29 21:59:16 [ecarstrade.be] INFO: Extracting details for car 7009103auction111129
2026-03-29 21:59:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85906849-3d12-5897-b969-d3f5eb2e2017 with identifier: 7009044auction111129
2026-03-29 21:59:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85906849-3d12-5897-b969-d3f5eb2e2017 with scrape type 2
2026-03-29 21:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85906849-3d12-5897-b969-d3f5eb2e2017 with scrape type 2
2026-03-29 21:59:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85906849-3d12-5897-b969-d3f5eb2e2017, identifier: 7009044auction111129
2026-03-29 21:59:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 952e9b66-1427-5ac9-94ea-c8557dca8e12 with identifier: 7009107auction111129
2026-03-29 21:59:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 952e9b66-1427-5ac9-94ea-c8557dca8e12 with scrape type 2
2026-03-29 21:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 952e9b66-1427-5ac9-94ea-c8557dca8e12 with scrape type 2
2026-03-29 21:59:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 952e9b66-1427-5ac9-94ea-c8557dca8e12, identifier: 7009107auction111129
2026-03-29 21:59:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d674205-e3b7-5b7d-8227-f3eb35a00491 with identifier: 7009103auction111129
2026-03-29 21:59:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d674205-e3b7-5b7d-8227-f3eb35a00491 with scrape type 2
2026-03-29 21:59:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d674205-e3b7-5b7d-8227-f3eb35a00491 with scrape type 2
2026-03-29 21:59:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d674205-e3b7-5b7d-8227-f3eb35a00491, identifier: 7009103auction111129
2026-03-29 21:59:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85906849-3d12-5897-b969-d3f5eb2e2017 with identifier: 7009044auction111129
2026-03-29 21:59:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85906849-3d12-5897-b969-d3f5eb2e2017 with identifier: 7009044auction111129
2026-03-29 21:59:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85906849-3d12-5897-b969-d3f5eb2e2017 with identifier: 7009044auction111129 to the API
2026-03-29 21:59:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009044>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '85906849-3d12-5897-b969-d3f5eb2e2017',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009044',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 156976,
'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': 'Grandland X Edition 1.5 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Edition 1.5 130CV BVA8 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:59:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009044auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:17 [ecarstrade.be] INFO: Saving data for 7009044auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624551.867533, 'last_price_update_time': 1774821557.007397}
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009044auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 952e9b66-1427-5ac9-94ea-c8557dca8e12 with identifier: 7009107auction111129
2026-03-29 21:59:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 952e9b66-1427-5ac9-94ea-c8557dca8e12 with identifier: 7009107auction111129
2026-03-29 21:59:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 952e9b66-1427-5ac9-94ea-c8557dca8e12 with identifier: 7009107auction111129 to the API
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009107>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '952e9b66-1427-5ac9-94ea-c8557dca8e12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009107',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 132617,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Captur II Business 1.5 dCi 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': 'II Business 1.5 dCi 115CV BVA7 E6dT',
'vin': None,
'year': 2020}
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009107auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:17 [ecarstrade.be] INFO: Saving data for 7009107auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624598.870579, 'last_price_update_time': 1774821557.271181}
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009107auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d674205-e3b7-5b7d-8227-f3eb35a00491 with identifier: 7009103auction111129
2026-03-29 21:59:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d674205-e3b7-5b7d-8227-f3eb35a00491 with identifier: 7009103auction111129
2026-03-29 21:59:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d674205-e3b7-5b7d-8227-f3eb35a00491 with identifier: 7009103auction111129 to the API
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009103>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8d674205-e3b7-5b7d-8227-f3eb35a00491',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009103',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 134382,
'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': 'Captur II Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'II Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009103auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:17 [ecarstrade.be] INFO: Saving data for 7009103auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624598.309055, 'last_price_update_time': 1774821557.552172}
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009103auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009144> (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-29 21:59:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:17 [ecarstrade.be] INFO: Extracting details for car 7009144auction111129
2026-03-29 21:59:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76407737-59b1-5468-b011-db74d7b03812 with identifier: 7009144auction111129
2026-03-29 21:59:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76407737-59b1-5468-b011-db74d7b03812 with scrape type 2
2026-03-29 21:59:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76407737-59b1-5468-b011-db74d7b03812 with scrape type 2
2026-03-29 21:59:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76407737-59b1-5468-b011-db74d7b03812, identifier: 7009144auction111129
2026-03-29 21:59:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76407737-59b1-5468-b011-db74d7b03812 with identifier: 7009144auction111129
2026-03-29 21:59:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76407737-59b1-5468-b011-db74d7b03812 with identifier: 7009144auction111129
2026-03-29 21:59:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76407737-59b1-5468-b011-db74d7b03812 with identifier: 7009144auction111129 to the API
2026-03-29 21:59:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009144>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '76407737-59b1-5468-b011-db74d7b03812',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009144',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 217133,
'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': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 1.0 eTSI OPF 110 DSG7 Life '
'Business 1st',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.0 eTSI OPF 110 DSG7 Life '
'Business 1st',
'vin': None,
'year': 2021}
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009144auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:18 [ecarstrade.be] INFO: Saving data for 7009144auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624579.366954, 'last_price_update_time': 1774821558.104257}
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009144auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009057> (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-29 21:59:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:18 [ecarstrade.be] INFO: Extracting details for car 7009057auction111129
2026-03-29 21:59:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca952f57-f631-5002-ac35-00408efd87b7 with identifier: 7009057auction111129
2026-03-29 21:59:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca952f57-f631-5002-ac35-00408efd87b7 with scrape type 2
2026-03-29 21:59:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca952f57-f631-5002-ac35-00408efd87b7 with scrape type 2
2026-03-29 21:59:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca952f57-f631-5002-ac35-00408efd87b7, identifier: 7009057auction111129
2026-03-29 21:59:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca952f57-f631-5002-ac35-00408efd87b7 with identifier: 7009057auction111129
2026-03-29 21:59:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca952f57-f631-5002-ac35-00408efd87b7 with identifier: 7009057auction111129
2026-03-29 21:59:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca952f57-f631-5002-ac35-00408efd87b7 with identifier: 7009057auction111129 to the API
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009057>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca952f57-f631-5002-ac35-00408efd87b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009057',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 165440,
'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': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009057auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:18 [ecarstrade.be] INFO: Saving data for 7009057auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624577.228983, 'last_price_update_time': 1774821558.849759}
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009057auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009052> (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-29 21:59:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:21 [ecarstrade.be] INFO: Extracting details for car 7009052auction111129
2026-03-29 21:59:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2797c76-f2cf-5af9-ae85-24f514df0a2a with identifier: 7009052auction111129
2026-03-29 21:59:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2797c76-f2cf-5af9-ae85-24f514df0a2a with scrape type 2
2026-03-29 21:59:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2797c76-f2cf-5af9-ae85-24f514df0a2a with scrape type 2
2026-03-29 21:59:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2797c76-f2cf-5af9-ae85-24f514df0a2a, identifier: 7009052auction111129
2026-03-29 21:59:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2797c76-f2cf-5af9-ae85-24f514df0a2a with identifier: 7009052auction111129
2026-03-29 21:59:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2797c76-f2cf-5af9-ae85-24f514df0a2a with identifier: 7009052auction111129
2026-03-29 21:59:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2797c76-f2cf-5af9-ae85-24f514df0a2a with identifier: 7009052auction111129 to the API
2026-03-29 21:59:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009052>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b2797c76-f2cf-5af9-ae85-24f514df0a2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009052',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 176855,
'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': None,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009052auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:21 [ecarstrade.be] INFO: Saving data for 7009052auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624553.016901, 'last_price_update_time': 1774821561.51564}
2026-03-29 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009052auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009041> (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-29 21:59:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:24 [ecarstrade.be] INFO: Extracting details for car 7009041auction111129
2026-03-29 21:59:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with identifier: 7009041auction111129
2026-03-29 21:59:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with scrape type 2
2026-03-29 21:59:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with scrape type 2
2026-03-29 21:59:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c588fe7-9e30-539c-bdfd-3e8b1791c022, identifier: 7009041auction111129
2026-03-29 21:59:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with identifier: 7009041auction111129
2026-03-29 21:59:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with identifier: 7009041auction111129
2026-03-29 21:59:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with identifier: 7009041auction111129 to the API
2026-03-29 21:59:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009041>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9c588fe7-9e30-539c-bdfd-3e8b1791c022',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009041',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 177927,
'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': 'NISSAN Qashqai / 2017 / 5P / Crossover 1.5 DCI 115 Tekna',
'transmission': 'manual',
'trim': 'NISSAN / 2017 / 5P / Crossover 1.5 DCI 115 Tekna',
'vin': None,
'year': 2019}
2026-03-29 21:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009041auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:24 [ecarstrade.be] INFO: Saving data for 7009041auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624578.012183, 'last_price_update_time': 1774821564.762621}
2026-03-29 21:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009041auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009024> (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-29 21:59:24 [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-29 21:59:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009065> (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-29 21:59:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:24 [ecarstrade.be] INFO: Extracting details for car 7009024auction111129
2026-03-29 21:59:25 [ecarstrade.be] INFO: Extracting details for car 7009065auction111129
2026-03-29 21:59:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f40606ca-a375-5280-a0f7-ad5d86957a5e with identifier: 7009024auction111129
2026-03-29 21:59:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40606ca-a375-5280-a0f7-ad5d86957a5e with scrape type 2
2026-03-29 21:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f40606ca-a375-5280-a0f7-ad5d86957a5e with scrape type 2
2026-03-29 21:59:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f40606ca-a375-5280-a0f7-ad5d86957a5e, identifier: 7009024auction111129
2026-03-29 21:59:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:59:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with identifier: 7009065auction111129
2026-03-29 21:59:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with scrape type 2
2026-03-29 21:59:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with scrape type 2
2026-03-29 21:59:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd0e89eb-9be7-5128-bb5a-fe84454e4b13, identifier: 7009065auction111129
2026-03-29 21:59:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f40606ca-a375-5280-a0f7-ad5d86957a5e with identifier: 7009024auction111129
2026-03-29 21:59:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f40606ca-a375-5280-a0f7-ad5d86957a5e with identifier: 7009024auction111129
2026-03-29 21:59:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f40606ca-a375-5280-a0f7-ad5d86957a5e with identifier: 7009024auction111129 to the API
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009024>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f40606ca-a375-5280-a0f7-ad5d86957a5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009024',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 134278,
'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': 'Kona Intuitive Hybrid 2WD 1.6 GDI 140CV BVA6 E6dT',
'transmission': 'automatic',
'trim': 'Intuitive Hybrid 2WD 1.6 GDI 140CV BVA6 E6dT',
'vin': None,
'year': 2021}
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009024auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:25 [ecarstrade.be] INFO: Saving data for 7009024auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624600.359369, 'last_price_update_time': 1774821565.495611}
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009024auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with identifier: 7009065auction111129
2026-03-29 21:59:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with identifier: 7009065auction111129
2026-03-29 21:59:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with identifier: 7009065auction111129 to the API
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009065>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fd0e89eb-9be7-5128-bb5a-fe84454e4b13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009065',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 133887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Active Business 1.5 HDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009065auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:25 [ecarstrade.be] INFO: Saving data for 7009065auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624586.858642, 'last_price_update_time': 1774821565.784383}
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009065auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:25 [ecarstrade.be] INFO: Found listing with ID: 7009095auction111129
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009095auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:25 [ecarstrade.be] INFO: Scrape type for 7009095auction111129: 2
2026-03-29 21:59:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:25 [ecarstrade.be] INFO: Found listing with ID: 7009016auction111129
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009016auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:25 [ecarstrade.be] INFO: Scrape type for 7009016auction111129: 2
2026-03-29 21:59:25 [ecarstrade.be] INFO: Found listing with ID: 7009047auction111129
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009047auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:25 [ecarstrade.be] INFO: Scrape type for 7009047auction111129: 2
2026-03-29 21:59:25 [ecarstrade.be] INFO: Found listing with ID: 7009053auction111129
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009053auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:25 [ecarstrade.be] INFO: Scrape type for 7009053auction111129: 2
2026-03-29 21:59:25 [ecarstrade.be] INFO: Found listing with ID: 7009079auction111129
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009079auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:25 [ecarstrade.be] INFO: Scrape type for 7009079auction111129: 2
2026-03-29 21:59:25 [ecarstrade.be] INFO: Found listing with ID: 7009110auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009110auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009110auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009112auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009112auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009112auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009113auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009113auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009113auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009115auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009115auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009115auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009061auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009061auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009061auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009060auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009060auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009060auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009080auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009080auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009080auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009145auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009145auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009145auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009063auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009063auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009063auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009104auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009104auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009104auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009015auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009015auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009015auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009056auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009056auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009056auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009106auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009106auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009106auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009021auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009021auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009021auction111129: 2
2026-03-29 21:59:26 [ecarstrade.be] INFO: Found listing with ID: 7009105auction111129
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009105auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:26 [ecarstrade.be] INFO: Scrape type for 7009105auction111129: 2
2026-03-29 21:59:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009142> (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-29 21:59:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:27 [ecarstrade.be] INFO: Extracting details for car 7009142auction111129
2026-03-29 21:59:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f150ca6d-30b4-58d3-b1bf-2210306881a0 with identifier: 7009142auction111129
2026-03-29 21:59:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f150ca6d-30b4-58d3-b1bf-2210306881a0 with scrape type 2
2026-03-29 21:59:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f150ca6d-30b4-58d3-b1bf-2210306881a0 with scrape type 2
2026-03-29 21:59:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f150ca6d-30b4-58d3-b1bf-2210306881a0, identifier: 7009142auction111129
2026-03-29 21:59:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f150ca6d-30b4-58d3-b1bf-2210306881a0 with identifier: 7009142auction111129
2026-03-29 21:59:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f150ca6d-30b4-58d3-b1bf-2210306881a0 with identifier: 7009142auction111129
2026-03-29 21:59:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f150ca6d-30b4-58d3-b1bf-2210306881a0 with identifier: 7009142auction111129 to the API
2026-03-29 21:59:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:59:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009142>
{'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-30T13:40:00Z',
'fuel_type': 'Electric',
'id': 'f150ca6d-30b4-58d3-b1bf-2210306881a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009142',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 249213,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'ID.3 Pro S 77kWh BVA',
'transmission': 'automatic',
'trim': 'Pro S 77kWh BVA',
'vin': None,
'year': 2021}
2026-03-29 21:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009142auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:28 [ecarstrade.be] INFO: Saving data for 7009142auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624587.249719, 'last_price_update_time': 1774821568.065156}
2026-03-29 21:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009142auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009100> (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-29 21:59:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:28 [ecarstrade.be] INFO: Extracting details for car 7009100auction111129
2026-03-29 21:59:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 381296da-35cd-5905-9188-fcace6f61b01 with identifier: 7009100auction111129
2026-03-29 21:59:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 381296da-35cd-5905-9188-fcace6f61b01 with scrape type 2
2026-03-29 21:59:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 381296da-35cd-5905-9188-fcace6f61b01 with scrape type 2
2026-03-29 21:59:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 381296da-35cd-5905-9188-fcace6f61b01, identifier: 7009100auction111129
2026-03-29 21:59:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 381296da-35cd-5905-9188-fcace6f61b01 with identifier: 7009100auction111129
2026-03-29 21:59:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 381296da-35cd-5905-9188-fcace6f61b01 with identifier: 7009100auction111129
2026-03-29 21:59:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 381296da-35cd-5905-9188-fcace6f61b01 with identifier: 7009100auction111129 to the API
2026-03-29 21:59:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:59:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009100>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '381296da-35cd-5905-9188-fcace6f61b01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009100',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 155938,
'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': 'Arkana Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009100auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:29 [ecarstrade.be] INFO: Saving data for 7009100auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624623.766011, 'last_price_update_time': 1774821569.270413}
2026-03-29 21:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009100auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009054> (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-29 21:59:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:32 [ecarstrade.be] INFO: Extracting details for car 7009054auction111129
2026-03-29 21:59:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd46d5b-e5f6-573d-b700-331d9176a65a with identifier: 7009054auction111129
2026-03-29 21:59:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd46d5b-e5f6-573d-b700-331d9176a65a with scrape type 2
2026-03-29 21:59:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dd46d5b-e5f6-573d-b700-331d9176a65a with scrape type 2
2026-03-29 21:59:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2dd46d5b-e5f6-573d-b700-331d9176a65a, identifier: 7009054auction111129
2026-03-29 21:59:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2dd46d5b-e5f6-573d-b700-331d9176a65a with identifier: 7009054auction111129
2026-03-29 21:59:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2dd46d5b-e5f6-573d-b700-331d9176a65a with identifier: 7009054auction111129
2026-03-29 21:59:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2dd46d5b-e5f6-573d-b700-331d9176a65a with identifier: 7009054auction111129 to the API
2026-03-29 21:59:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009054>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2dd46d5b-e5f6-573d-b700-331d9176a65a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009054',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 194315,
'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': '2008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009054auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:32 [ecarstrade.be] INFO: Saving data for 7009054auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624530.120497, 'last_price_update_time': 1774821572.69542}
2026-03-29 21:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009054auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009118> (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-29 21:59:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:33 [ecarstrade.be] INFO: Extracting details for car 7009118auction111129
2026-03-29 21:59:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with identifier: 7009118auction111129
2026-03-29 21:59:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with scrape type 2
2026-03-29 21:59:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with scrape type 2
2026-03-29 21:59:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2, identifier: 7009118auction111129
2026-03-29 21:59:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with identifier: 7009118auction111129
2026-03-29 21:59:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with identifier: 7009118auction111129
2026-03-29 21:59:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with identifier: 7009118auction111129 to the API
2026-03-29 21:59:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009118>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009118',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Seat',
'model': 'Leon',
'odometer': 137020,
'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': 'Leon Business 2.0 TDI 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Business 2.0 TDI 115CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009118auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:33 [ecarstrade.be] INFO: Saving data for 7009118auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624528.321883, 'last_price_update_time': 1774821573.573139}
2026-03-29 21:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009118auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009049> (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-29 21:59:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:35 [ecarstrade.be] INFO: Extracting details for car 7009049auction111129
2026-03-29 21:59:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5a32af8-462c-5ce7-92fe-610affeac302 with identifier: 7009049auction111129
2026-03-29 21:59:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5a32af8-462c-5ce7-92fe-610affeac302 with scrape type 2
2026-03-29 21:59:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5a32af8-462c-5ce7-92fe-610affeac302 with scrape type 2
2026-03-29 21:59:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a5a32af8-462c-5ce7-92fe-610affeac302, identifier: 7009049auction111129
2026-03-29 21:59:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a5a32af8-462c-5ce7-92fe-610affeac302 with identifier: 7009049auction111129
2026-03-29 21:59:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a5a32af8-462c-5ce7-92fe-610affeac302 with identifier: 7009049auction111129
2026-03-29 21:59:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a5a32af8-462c-5ce7-92fe-610affeac302 with identifier: 7009049auction111129 to the API
2026-03-29 21:59:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009049>
{'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-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a5a32af8-462c-5ce7-92fe-610affeac302',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009049',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 149198,
'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': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009049auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:36 [ecarstrade.be] INFO: Saving data for 7009049auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624529.628463, 'last_price_update_time': 1774821576.367289}
2026-03-29 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009049auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009016> (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-29 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-29 21:59:36 [ecarstrade.be] INFO: Extracting details for car 7009016auction111129
2026-03-29 21:59:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with identifier: 7009016auction111129
2026-03-29 21:59:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with scrape type 2
2026-03-29 21:59:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with scrape type 2
2026-03-29 21:59:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243, identifier: 7009016auction111129
2026-03-29 21:59:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with identifier: 7009016auction111129
2026-03-29 21:59:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with identifier: 7009016auction111129
2026-03-29 21:59:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with identifier: 7009016auction111129 to the API
2026-03-29 21:59:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009016>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '9ae2a823-26ed-55ef-9fec-b1f1e6a4a243',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009016',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'DS Automobiles',
'model': 'DS3',
'odometer': 143220,
'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': 5,
'seller_name': None,
'title': '3 Crossback Performance Line 1.2 PureTech 100CV BVM6 E6d',
'transmission': 'manual',
'trim': '3 Crossback Performance Line 1.2 PureTech 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009016auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:36 [ecarstrade.be] INFO: Saving data for 7009016auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624595.744663, 'last_price_update_time': 1774821576.977991}
2026-03-29 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009016auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009095> (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-29 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-29 21:59:37 [ecarstrade.be] INFO: Extracting details for car 7009095auction111129
2026-03-29 21:59:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9787ccbc-7567-5af0-bb23-3f322e66b060 with identifier: 7009095auction111129
2026-03-29 21:59:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9787ccbc-7567-5af0-bb23-3f322e66b060 with scrape type 2
2026-03-29 21:59:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9787ccbc-7567-5af0-bb23-3f322e66b060 with scrape type 2
2026-03-29 21:59:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9787ccbc-7567-5af0-bb23-3f322e66b060, identifier: 7009095auction111129
2026-03-29 21:59:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9787ccbc-7567-5af0-bb23-3f322e66b060 with identifier: 7009095auction111129
2026-03-29 21:59:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9787ccbc-7567-5af0-bb23-3f322e66b060 with identifier: 7009095auction111129
2026-03-29 21:59:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9787ccbc-7567-5af0-bb23-3f322e66b060 with identifier: 7009095auction111129 to the API
2026-03-29 21:59:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 21:59:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009095>
{'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-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9787ccbc-7567-5af0-bb23-3f322e66b060',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009095',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '508',
'odometer': 162401,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW / 2018 / 5P / Break HYBRID 225 E-EAT8 ALLURE '
'BUSINESS',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2018 / 5P / Break HYBRID 225 E-EAT8 ALLURE BUSINESS',
'vin': None,
'year': 2020}
2026-03-29 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009095auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:37 [ecarstrade.be] INFO: Saving data for 7009095auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624557.834225, 'last_price_update_time': 1774821577.834403}
2026-03-29 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009095auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009091> (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-29 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-29 21:59:37 [ecarstrade.be] INFO: Extracting details for car 7009091auction111129
2026-03-29 21:59:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6948fab4-73b5-5e65-ab47-5839bab58610 with identifier: 7009091auction111129
2026-03-29 21:59:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6948fab4-73b5-5e65-ab47-5839bab58610 with scrape type 2
2026-03-29 21:59:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6948fab4-73b5-5e65-ab47-5839bab58610 with scrape type 2
2026-03-29 21:59:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6948fab4-73b5-5e65-ab47-5839bab58610, identifier: 7009091auction111129
2026-03-29 21:59:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6948fab4-73b5-5e65-ab47-5839bab58610 with identifier: 7009091auction111129
2026-03-29 21:59:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6948fab4-73b5-5e65-ab47-5839bab58610 with identifier: 7009091auction111129
2026-03-29 21:59:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6948fab4-73b5-5e65-ab47-5839bab58610 with identifier: 7009091auction111129 to the API
2026-03-29 21:59:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:59:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009091>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6948fab4-73b5-5e65-ab47-5839bab58610',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009091',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '5008',
'odometer': 135403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Business 1.5 HDi 130CV BVA8 7 Sieges E6',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 7 Sieges E6',
'vin': None,
'year': 2018}
2026-03-29 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009091auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:38 [ecarstrade.be] INFO: Saving data for 7009091auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624623.260537, 'last_price_update_time': 1774821578.348941}
2026-03-29 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009091auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009047> (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-29 21:59:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:39 [ecarstrade.be] INFO: Extracting details for car 7009047auction111129
2026-03-29 21:59:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3c7a238-c28e-5018-8dda-24900d803004 with identifier: 7009047auction111129
2026-03-29 21:59:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3c7a238-c28e-5018-8dda-24900d803004 with scrape type 2
2026-03-29 21:59:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3c7a238-c28e-5018-8dda-24900d803004 with scrape type 2
2026-03-29 21:59:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3c7a238-c28e-5018-8dda-24900d803004, identifier: 7009047auction111129
2026-03-29 21:59:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3c7a238-c28e-5018-8dda-24900d803004 with identifier: 7009047auction111129
2026-03-29 21:59:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3c7a238-c28e-5018-8dda-24900d803004 with identifier: 7009047auction111129
2026-03-29 21:59:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3c7a238-c28e-5018-8dda-24900d803004 with identifier: 7009047auction111129 to the API
2026-03-29 21:59:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009047>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'a3c7a238-c28e-5018-8dda-24900d803004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009047',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 154753,
'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': '2008 Allure Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009047auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:39 [ecarstrade.be] INFO: Saving data for 7009047auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624574.99989, 'last_price_update_time': 1774821579.844954}
2026-03-29 21:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009047auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:39 [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-29 21:59:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009020> (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-29 21:59:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009053> (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-29 21:59:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:39 [ecarstrade.be] INFO: Extracting details for car 7009020auction111129
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 21:59:40 [ecarstrade.be] INFO: Extracting details for car 7009053auction111129
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7009012auction111129
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009012auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7009012auction111129: 2
2026-03-29 21:59:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with identifier: 7009020auction111129
2026-03-29 21:59:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with scrape type 2
2026-03-29 21:59:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with scrape type 2
2026-03-29 21:59:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 006ddb34-13a2-5ec8-a435-abf14d6b9f69, identifier: 7009020auction111129
2026-03-29 21:59:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb2c3432-6f63-5874-9407-b7f38735ddf9 with identifier: 7009053auction111129
2026-03-29 21:59:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb2c3432-6f63-5874-9407-b7f38735ddf9 with scrape type 2
2026-03-29 21:59:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb2c3432-6f63-5874-9407-b7f38735ddf9 with scrape type 2
2026-03-29 21:59:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb2c3432-6f63-5874-9407-b7f38735ddf9, identifier: 7009053auction111129
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7009083auction111129
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009083auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7009083auction111129: 2
2026-03-29 21:59:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with identifier: 7009020auction111129
2026-03-29 21:59:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with identifier: 7009020auction111129
2026-03-29 21:59:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with identifier: 7009020auction111129 to the API
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009020>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '006ddb34-13a2-5ec8-a435-abf14d6b9f69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009020',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 175248,
'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': 'Kuga Titanium Hybrid 2.5 190CV BVA1 E6dT',
'transmission': 'automatic',
'trim': 'Titanium Hybrid 2.5 190CV BVA1 E6dT',
'vin': None,
'year': 2023}
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009020auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Saving data for 7009020auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624622.689978, 'last_price_update_time': 1774821580.515694}
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009020auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb2c3432-6f63-5874-9407-b7f38735ddf9 with identifier: 7009053auction111129
2026-03-29 21:59:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb2c3432-6f63-5874-9407-b7f38735ddf9 with identifier: 7009053auction111129
2026-03-29 21:59:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb2c3432-6f63-5874-9407-b7f38735ddf9 with identifier: 7009053auction111129 to the API
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009053>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'eb2c3432-6f63-5874-9407-b7f38735ddf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009053',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 175968,
'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': '2008 Active Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009053auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Saving data for 7009053auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624604.619928, 'last_price_update_time': 1774821580.793539}
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009053auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7009008auction111129
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009008auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7009008auction111129: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7009077auction111129
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009077auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7009077auction111129: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7009086auction111129
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009086auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7009086auction111129: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7009085auction111129
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009085auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7009085auction111129: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7008597auction111122
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008597auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7008597auction111122: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7008598auction111122
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008598auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7008598auction111122: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7008600auction111122
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008600auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7008600auction111122: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7008601auction111122
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008601auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7008601auction111122: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7008604auction111122
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008604auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:40 [ecarstrade.be] INFO: Scrape type for 7008604auction111122: 2
2026-03-29 21:59:40 [ecarstrade.be] INFO: Found listing with ID: 7008606auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008606auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008606auction111122: 2
2026-03-29 21:59:41 [ecarstrade.be] INFO: Found listing with ID: 7008607auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008607auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008607auction111122: 2
2026-03-29 21:59:41 [ecarstrade.be] INFO: Found listing with ID: 7008608auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008608auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008608auction111122: 2
2026-03-29 21:59:41 [ecarstrade.be] INFO: Found listing with ID: 7008609auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008609auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008609auction111122: 2
2026-03-29 21:59:41 [ecarstrade.be] INFO: Found listing with ID: 7008610auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008610auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008610auction111122: 2
2026-03-29 21:59:41 [ecarstrade.be] INFO: Found listing with ID: 7008611auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008611auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008611auction111122: 2
2026-03-29 21:59:41 [ecarstrade.be] INFO: Found listing with ID: 7008612auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008612auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008612auction111122: 2
2026-03-29 21:59:41 [ecarstrade.be] INFO: Found listing with ID: 7008613auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008613auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008613auction111122: 2
2026-03-29 21:59:41 [ecarstrade.be] INFO: Found listing with ID: 7008614auction111122
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008614auction111122%27 HTTP/1.1" 200 None
2026-03-29 21:59:41 [ecarstrade.be] INFO: Scrape type for 7008614auction111122: 2
2026-03-29 21:59:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009079> (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-29 21:59:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:44 [ecarstrade.be] INFO: Extracting details for car 7009079auction111129
2026-03-29 21:59:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e33b6249-1258-5fee-8277-26d57cf0576c with identifier: 7009079auction111129
2026-03-29 21:59:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e33b6249-1258-5fee-8277-26d57cf0576c with scrape type 2
2026-03-29 21:59:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e33b6249-1258-5fee-8277-26d57cf0576c with scrape type 2
2026-03-29 21:59:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e33b6249-1258-5fee-8277-26d57cf0576c, identifier: 7009079auction111129
2026-03-29 21:59:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e33b6249-1258-5fee-8277-26d57cf0576c with identifier: 7009079auction111129
2026-03-29 21:59:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e33b6249-1258-5fee-8277-26d57cf0576c with identifier: 7009079auction111129
2026-03-29 21:59:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e33b6249-1258-5fee-8277-26d57cf0576c with identifier: 7009079auction111129 to the API
2026-03-29 21:59:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009079>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'e33b6249-1258-5fee-8277-26d57cf0576c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009079',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 168731,
'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': '308 Active Pack 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009079auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:44 [ecarstrade.be] INFO: Saving data for 7009079auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624605.853753, 'last_price_update_time': 1774821584.845293}
2026-03-29 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009079auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009110> (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-29 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-29 21:59:45 [ecarstrade.be] INFO: Extracting details for car 7009110auction111129
2026-03-29 21:59:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 302a6385-ad90-56b9-a945-705d642f88b6 with identifier: 7009110auction111129
2026-03-29 21:59:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 302a6385-ad90-56b9-a945-705d642f88b6 with scrape type 2
2026-03-29 21:59:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 302a6385-ad90-56b9-a945-705d642f88b6 with scrape type 2
2026-03-29 21:59:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 302a6385-ad90-56b9-a945-705d642f88b6, identifier: 7009110auction111129
2026-03-29 21:59:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 302a6385-ad90-56b9-a945-705d642f88b6 with identifier: 7009110auction111129
2026-03-29 21:59:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 302a6385-ad90-56b9-a945-705d642f88b6 with identifier: 7009110auction111129
2026-03-29 21:59:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 302a6385-ad90-56b9-a945-705d642f88b6 with identifier: 7009110auction111129 to the API
2026-03-29 21:59:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009110>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Other',
'id': '302a6385-ad90-56b9-a945-705d642f88b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009110',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 138209,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate / 2020 / 5P / Break Business E-TECH Plug-in '
'Hybride 160',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate / 2020 / 5P / Break Business E-TECH Plug-in '
'Hybride 160',
'vin': None,
'year': 2021}
2026-03-29 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009110auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:45 [ecarstrade.be] INFO: Saving data for 7009110auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624604.20671, 'last_price_update_time': 1774821585.635542}
2026-03-29 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009110auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009105> (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-29 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-29 21:59:46 [ecarstrade.be] INFO: Extracting details for car 7009105auction111129
2026-03-29 21:59:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009113> (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-29 21:59:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdf2a15d-694c-5349-88a7-2a6b94a26408 with identifier: 7009105auction111129
2026-03-29 21:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdf2a15d-694c-5349-88a7-2a6b94a26408 with scrape type 2
2026-03-29 21:59:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdf2a15d-694c-5349-88a7-2a6b94a26408 with scrape type 2
2026-03-29 21:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdf2a15d-694c-5349-88a7-2a6b94a26408, identifier: 7009105auction111129
2026-03-29 21:59:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdf2a15d-694c-5349-88a7-2a6b94a26408 with identifier: 7009105auction111129
2026-03-29 21:59:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdf2a15d-694c-5349-88a7-2a6b94a26408 with identifier: 7009105auction111129
2026-03-29 21:59:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdf2a15d-694c-5349-88a7-2a6b94a26408 with identifier: 7009105auction111129 to the API
2026-03-29 21:59:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009105>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cdf2a15d-694c-5349-88a7-2a6b94a26408',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009105',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 147779,
'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': 'Clio IV Business 1.5 dCi 90CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Business 1.5 dCi 90CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-29 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009105auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:46 [ecarstrade.be] INFO: Saving data for 7009105auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624576.582886, 'last_price_update_time': 1774821586.490656}
2026-03-29 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009105auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:46 [ecarstrade.be] INFO: Extracting details for car 7009113auction111129
2026-03-29 21:59:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12fd8c42-f36c-55fe-a253-1992b87e3448 with identifier: 7009113auction111129
2026-03-29 21:59:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12fd8c42-f36c-55fe-a253-1992b87e3448 with scrape type 2
2026-03-29 21:59:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12fd8c42-f36c-55fe-a253-1992b87e3448 with scrape type 2
2026-03-29 21:59:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12fd8c42-f36c-55fe-a253-1992b87e3448, identifier: 7009113auction111129
2026-03-29 21:59:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12fd8c42-f36c-55fe-a253-1992b87e3448 with identifier: 7009113auction111129
2026-03-29 21:59:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12fd8c42-f36c-55fe-a253-1992b87e3448 with identifier: 7009113auction111129
2026-03-29 21:59:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12fd8c42-f36c-55fe-a253-1992b87e3448 with identifier: 7009113auction111129 to the API
2026-03-29 21:59:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:59:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009113>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '12fd8c42-f36c-55fe-a253-1992b87e3448',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009113',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 171034,
'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': 'Megane IV Estate Business 1.5 dCi 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'IV Estate Business 1.5 dCi 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009113auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:46 [ecarstrade.be] INFO: Saving data for 7009113auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624573.828406, 'last_price_update_time': 1774821586.932907}
2026-03-29 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009113auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009056> (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-29 21:59:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:47 [ecarstrade.be] INFO: Extracting details for car 7009056auction111129
2026-03-29 21:59:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f44a2df9-40bd-5136-90be-4700d157d879 with identifier: 7009056auction111129
2026-03-29 21:59:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44a2df9-40bd-5136-90be-4700d157d879 with scrape type 2
2026-03-29 21:59:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f44a2df9-40bd-5136-90be-4700d157d879 with scrape type 2
2026-03-29 21:59:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f44a2df9-40bd-5136-90be-4700d157d879, identifier: 7009056auction111129
2026-03-29 21:59:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f44a2df9-40bd-5136-90be-4700d157d879 with identifier: 7009056auction111129
2026-03-29 21:59:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f44a2df9-40bd-5136-90be-4700d157d879 with identifier: 7009056auction111129
2026-03-29 21:59:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f44a2df9-40bd-5136-90be-4700d157d879 with identifier: 7009056auction111129 to the API
2026-03-29 21:59:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009056>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'f44a2df9-40bd-5136-90be-4700d157d879',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009056',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 133890,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Active Business 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Business 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009056auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:47 [ecarstrade.be] INFO: Saving data for 7009056auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624621.84384, 'last_price_update_time': 1774821587.69294}
2026-03-29 21:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009056auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009106> (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-29 21:59:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:47 [ecarstrade.be] INFO: Extracting details for car 7009106auction111129
2026-03-29 21:59:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with identifier: 7009106auction111129
2026-03-29 21:59:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with scrape type 2
2026-03-29 21:59:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with scrape type 2
2026-03-29 21:59:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11a2dbad-c8e2-5eeb-ada6-0b0594712193, identifier: 7009106auction111129
2026-03-29 21:59:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with identifier: 7009106auction111129
2026-03-29 21:59:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with identifier: 7009106auction111129
2026-03-29 21:59:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with identifier: 7009106auction111129 to the API
2026-03-29 21:59:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009106>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '11a2dbad-c8e2-5eeb-ada6-0b0594712193',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009106',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Clio',
'odometer': 158617,
'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': None,
'seller_name': None,
'title': 'Clio V Evolution 1.5 dCi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Evolution 1.5 dCi 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009106auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:48 [ecarstrade.be] INFO: Saving data for 7009106auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624592.107723, 'last_price_update_time': 1774821588.178313}
2026-03-29 21:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009106auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009021> (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-29 21:59:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:48 [ecarstrade.be] INFO: Extracting details for car 7009021auction111129
2026-03-29 21:59:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with identifier: 7009021auction111129
2026-03-29 21:59:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with scrape type 2
2026-03-29 21:59:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with scrape type 2
2026-03-29 21:59:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2, identifier: 7009021auction111129
2026-03-29 21:59:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with identifier: 7009021auction111129
2026-03-29 21:59:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with identifier: 7009021auction111129
2026-03-29 21:59:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with identifier: 7009021auction111129 to the API
2026-03-29 21:59:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009021>
{'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-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '66d5db9e-e3ca-506c-be6f-9aef43afc9a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009021',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 146546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sandero III Essentiel 1.0 TCe / GPL GAZ 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Sandero III Essentiel 1.0 TCe / GPL GAZ 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009021auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:49 [ecarstrade.be] INFO: Saving data for 7009021auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624625.171285, 'last_price_update_time': 1774821589.48441}
2026-03-29 21:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009021auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009112> (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-29 21:59:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:50 [ecarstrade.be] INFO: Extracting details for car 7009112auction111129
2026-03-29 21:59:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with identifier: 7009112auction111129
2026-03-29 21:59:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with scrape type 2
2026-03-29 21:59:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with scrape type 2
2026-03-29 21:59:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d, identifier: 7009112auction111129
2026-03-29 21:59:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with identifier: 7009112auction111129
2026-03-29 21:59:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with identifier: 7009112auction111129
2026-03-29 21:59:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with identifier: 7009112auction111129 to the API
2026-03-29 21:59:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009112>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Other',
'id': '1149ed8b-28d6-56dd-bab3-1b4792eaaf4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009112',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 185428,
'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': 'RENAULT Mégane Estate / 2020 / 5P / Break techno E-Tech hybride '
'rechargeable 160',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate / 2020 / 5P / Break techno E-Tech hybride '
'rechargeable 160',
'vin': None,
'year': 2023}
2026-03-29 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009112auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:50 [ecarstrade.be] INFO: Saving data for 7009112auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624627.760877, 'last_price_update_time': 1774821590.733593}
2026-03-29 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009112auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009063> (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-29 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-29 21:59:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009104> (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-29 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-29 21:59:52 [ecarstrade.be] INFO: Extracting details for car 7009063auction111129
2026-03-29 21:59:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b66ccd31-489e-5fa7-81a8-b23e311e5127 with identifier: 7009063auction111129
2026-03-29 21:59:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66ccd31-489e-5fa7-81a8-b23e311e5127 with scrape type 2
2026-03-29 21:59:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b66ccd31-489e-5fa7-81a8-b23e311e5127 with scrape type 2
2026-03-29 21:59:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b66ccd31-489e-5fa7-81a8-b23e311e5127, identifier: 7009063auction111129
2026-03-29 21:59:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b66ccd31-489e-5fa7-81a8-b23e311e5127 with identifier: 7009063auction111129
2026-03-29 21:59:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b66ccd31-489e-5fa7-81a8-b23e311e5127 with identifier: 7009063auction111129
2026-03-29 21:59:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b66ccd31-489e-5fa7-81a8-b23e311e5127 with identifier: 7009063auction111129 to the API
2026-03-29 21:59:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:59:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009063>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b66ccd31-489e-5fa7-81a8-b23e311e5127',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009063',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 139839,
'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': '208 Active Pack 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009063auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:53 [ecarstrade.be] INFO: Saving data for 7009063auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624575.44055, 'last_price_update_time': 1774821593.340605}
2026-03-29 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009063auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:53 [ecarstrade.be] INFO: Extracting details for car 7009104auction111129
2026-03-29 21:59:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with identifier: 7009104auction111129
2026-03-29 21:59:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with scrape type 2
2026-03-29 21:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with scrape type 2
2026-03-29 21:59:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7, identifier: 7009104auction111129
2026-03-29 21:59:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with identifier: 7009104auction111129
2026-03-29 21:59:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with identifier: 7009104auction111129
2026-03-29 21:59:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with identifier: 7009104auction111129 to the API
2026-03-29 21:59:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:59:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009104>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '11bf5409-2777-5d7c-9d3f-f0221bff4dd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009104',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 134846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 5p Crossover Business dCi 90 - 18',
'transmission': 'manual',
'trim': 'RENAULT 5p Crossover Business dCi 90 - 18',
'vin': None,
'year': 2018}
2026-03-29 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009104auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:53 [ecarstrade.be] INFO: Saving data for 7009104auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624590.549208, 'last_price_update_time': 1774821593.751018}
2026-03-29 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009104auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009145> (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-29 21:59:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:53 [ecarstrade.be] INFO: Extracting details for car 7009145auction111129
2026-03-29 21:59:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83289abc-c73d-5c6d-9441-e819196c583a with identifier: 7009145auction111129
2026-03-29 21:59:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83289abc-c73d-5c6d-9441-e819196c583a with scrape type 2
2026-03-29 21:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83289abc-c73d-5c6d-9441-e819196c583a with scrape type 2
2026-03-29 21:59:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83289abc-c73d-5c6d-9441-e819196c583a, identifier: 7009145auction111129
2026-03-29 21:59:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83289abc-c73d-5c6d-9441-e819196c583a with identifier: 7009145auction111129
2026-03-29 21:59:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83289abc-c73d-5c6d-9441-e819196c583a with identifier: 7009145auction111129
2026-03-29 21:59:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83289abc-c73d-5c6d-9441-e819196c583a with identifier: 7009145auction111129 to the API
2026-03-29 21:59:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009145>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '83289abc-c73d-5c6d-9441-e819196c583a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009145',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 213404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc / 2017 / 5P / SUV 1.0 TSI 115 LOUNGE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 5P / SUV 1.0 TSI 115 LOUNGE BUSINESS',
'vin': None,
'year': 2019}
2026-03-29 21:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009145auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:54 [ecarstrade.be] INFO: Saving data for 7009145auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624593.42965, 'last_price_update_time': 1774821594.324683}
2026-03-29 21:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009145auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009080> (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-29 21:59:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:54 [ecarstrade.be] INFO: Extracting details for car 7009080auction111129
2026-03-29 21:59:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with identifier: 7009080auction111129
2026-03-29 21:59:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with scrape type 2
2026-03-29 21:59:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with scrape type 2
2026-03-29 21:59:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e, identifier: 7009080auction111129
2026-03-29 21:59:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with identifier: 7009080auction111129
2026-03-29 21:59:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with identifier: 7009080auction111129
2026-03-29 21:59:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with identifier: 7009080auction111129 to the API
2026-03-29 21:59:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009080>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '86a1e450-9a4f-576d-a3f5-6307cb6a9c5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009080',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '308',
'odometer': 141783,
'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': None,
'seller_name': None,
'title': '308 Allure 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009080auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:55 [ecarstrade.be] INFO: Saving data for 7009080auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624592.632568, 'last_price_update_time': 1774821595.220718}
2026-03-29 21:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009080auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009061> (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-29 21:59:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:56 [ecarstrade.be] INFO: Extracting details for car 7009061auction111129
2026-03-29 21:59:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with identifier: 7009061auction111129
2026-03-29 21:59:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with scrape type 2
2026-03-29 21:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with scrape type 2
2026-03-29 21:59:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6, identifier: 7009061auction111129
2026-03-29 21:59:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with identifier: 7009061auction111129
2026-03-29 21:59:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with identifier: 7009061auction111129
2026-03-29 21:59:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with identifier: 7009061auction111129 to the API
2026-03-29 21:59:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009061>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009061',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 151089,
'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': None,
'seller_name': None,
'title': '2008 Active Pack 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 21:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009061auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:56 [ecarstrade.be] INFO: Saving data for 7009061auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624596.859149, 'last_price_update_time': 1774821596.673322}
2026-03-29 21:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009061auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009060> (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-29 21:59:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:56 [ecarstrade.be] INFO: Extracting details for car 7009060auction111129
2026-03-29 21:59:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f488e5fa-e98a-5572-b513-50df38a31bb5 with identifier: 7009060auction111129
2026-03-29 21:59:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f488e5fa-e98a-5572-b513-50df38a31bb5 with scrape type 2
2026-03-29 21:59:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f488e5fa-e98a-5572-b513-50df38a31bb5 with scrape type 2
2026-03-29 21:59:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f488e5fa-e98a-5572-b513-50df38a31bb5, identifier: 7009060auction111129
2026-03-29 21:59:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f488e5fa-e98a-5572-b513-50df38a31bb5 with identifier: 7009060auction111129
2026-03-29 21:59:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f488e5fa-e98a-5572-b513-50df38a31bb5 with identifier: 7009060auction111129
2026-03-29 21:59:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f488e5fa-e98a-5572-b513-50df38a31bb5 with identifier: 7009060auction111129 to the API
2026-03-29 21:59:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 21:59:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009060>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f488e5fa-e98a-5572-b513-50df38a31bb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009060',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 132879,
'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': None,
'seller_name': None,
'title': '2008 Active Business 1.5 HDi 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDi 110CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009060auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:57 [ecarstrade.be] INFO: Saving data for 7009060auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624592.984912, 'last_price_update_time': 1774821597.177166}
2026-03-29 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009060auction111129') HTTP/1.1" 204 0
2026-03-29 21:59:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009115> (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-29 21:59:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 21:59:58 [ecarstrade.be] INFO: Extracting details for car 7009115auction111129
2026-03-29 21:59:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a57704f-dc36-5a34-86b4-6316b64ef8bb with identifier: 7009115auction111129
2026-03-29 21:59:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a57704f-dc36-5a34-86b4-6316b64ef8bb with scrape type 2
2026-03-29 21:59:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a57704f-dc36-5a34-86b4-6316b64ef8bb with scrape type 2
2026-03-29 21:59:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a57704f-dc36-5a34-86b4-6316b64ef8bb, identifier: 7009115auction111129
2026-03-29 21:59:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a57704f-dc36-5a34-86b4-6316b64ef8bb with identifier: 7009115auction111129
2026-03-29 21:59:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a57704f-dc36-5a34-86b4-6316b64ef8bb with identifier: 7009115auction111129
2026-03-29 21:59:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a57704f-dc36-5a34-86b4-6316b64ef8bb with identifier: 7009115auction111129 to the API
2026-03-29 21:59:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 21:59: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-29 21:59:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009115>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '0a57704f-dc36-5a34-86b4-6316b64ef8bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009115',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 178043,
'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': 'Megane IV Estate Evolution 1.5 dCi 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'IV Estate Evolution 1.5 dCi 115CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 21:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009115auction111129%27 HTTP/1.1" 200 None
2026-03-29 21:59:58 [ecarstrade.be] INFO: Saving data for 7009115auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624577.578159, 'last_price_update_time': 1774821598.600121}
2026-03-29 21:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 21:59:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009115auction111129') HTTP/1.1" 204 0
2026-03-29 22:00:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008613> (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-29 22:00:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:01 [ecarstrade.be] INFO: Extracting details for car 7008613auction111122
2026-03-29 22:00:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7008613auction111122
2026-03-29 22:00:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff3b4fe-6b74-5549-b338-d2adbec3541b with scrape type 2
2026-03-29 22:00:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dff3b4fe-6b74-5549-b338-d2adbec3541b with scrape type 2
2026-03-29 22:00:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dff3b4fe-6b74-5549-b338-d2adbec3541b, identifier: 7008613auction111122
2026-03-29 22:00:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7008613auction111122
2026-03-29 22:00:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7008613auction111122
2026-03-29 22:00:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7008613auction111122 to the API
2026-03-29 22:00:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008613>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'dff3b4fe-6b74-5549-b338-d2adbec3541b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008613',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'MAN',
'model': 'Renault Talisman',
'odometer': 117553,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-05',
'seats_number': None,
'seller_name': None,
'title': 'Renault Talisman Grandtour Talisman Grandtour TCe 160 EDC Intens '
'117kW/159pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': 'Grandtour Talisman Grandtour TCe 160 EDC Intens 117kW/159pk 5D/P '
'Auto-7',
'vin': None,
'year': 2021}
2026-03-29 22:00:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008613auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:02 [ecarstrade.be] INFO: Saving data for 7008613auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624639.748628, 'last_price_update_time': 1774821602.615505}
2026-03-29 22:00:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008613auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008612> (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-29 22:00:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:02 [ecarstrade.be] INFO: Extracting details for car 7008612auction111122
2026-03-29 22:00:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7008612auction111122
2026-03-29 22:00:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27592abd-2eef-562c-9221-705bbb4acc8e with scrape type 2
2026-03-29 22:00:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27592abd-2eef-562c-9221-705bbb4acc8e with scrape type 2
2026-03-29 22:00:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27592abd-2eef-562c-9221-705bbb4acc8e, identifier: 7008612auction111122
2026-03-29 22:00:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7008612auction111122
2026-03-29 22:00:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7008612auction111122
2026-03-29 22:00:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7008612auction111122 to the API
2026-03-29 22:00:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008612>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '27592abd-2eef-562c-9221-705bbb4acc8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008612',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '308',
'odometer': 90962,
'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': None,
'seller_name': None,
'title': 'Peugeot 308 SW 308 SW 1.5 BlueHDi 130 S/S EAT8 Allure Pack '
'96kW/130pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': 'SW SW 1.5 BlueHDi 130 S/S EAT8 Allure Pack 96kW/130pk 5D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-29 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008612auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:04 [ecarstrade.be] INFO: Saving data for 7008612auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624626.186841, 'last_price_update_time': 1774821604.292636}
2026-03-29 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008612auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008611> (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-29 22:00:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008610> (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-29 22:00:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:04 [ecarstrade.be] INFO: Extracting details for car 7008611auction111122
2026-03-29 22:00:04 [ecarstrade.be] INFO: Extracting details for car 7008610auction111122
2026-03-29 22:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7008611auction111122
2026-03-29 22:00:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d127cff5-d664-5739-8686-e1a9ff0a011e with scrape type 2
2026-03-29 22:00:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d127cff5-d664-5739-8686-e1a9ff0a011e with scrape type 2
2026-03-29 22:00:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d127cff5-d664-5739-8686-e1a9ff0a011e, identifier: 7008611auction111122
2026-03-29 22:00:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7008610auction111122
2026-03-29 22:00:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6cb058-dc39-5926-9440-5a346709ca47 with scrape type 2
2026-03-29 22:00:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e6cb058-dc39-5926-9440-5a346709ca47 with scrape type 2
2026-03-29 22:00:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e6cb058-dc39-5926-9440-5a346709ca47, identifier: 7008610auction111122
2026-03-29 22:00:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7008611auction111122
2026-03-29 22:00:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7008611auction111122
2026-03-29 22:00:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7008611auction111122 to the API
2026-03-29 22:00:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008611>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': 'd127cff5-d664-5739-8686-e1a9ff0a011e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008611',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '208',
'odometer': 39580,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-24',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 208 208 e-208 Active Pack 100kW/136pk 5D/P Auto-1 - WLTP '
'onvolledig',
'transmission': 'automatic',
'trim': 'e- Active Pack 100kW/136pk 5D/P Auto-1 - WLTP onvolledig',
'vin': None,
'year': 2023}
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008611auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:05 [ecarstrade.be] INFO: Saving data for 7008611auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624665.224804, 'last_price_update_time': 1774821605.120367}
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008611auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7008610auction111122
2026-03-29 22:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7008610auction111122
2026-03-29 22:00:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7008610auction111122 to the API
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008610>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': '0e6cb058-dc39-5926-9440-5a346709ca47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008610',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '208',
'odometer': 39029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-24',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 208 208 e-208 Active Pack 100kW/136pk 5D/P Auto-1 - WLTP '
'onvolledig',
'transmission': 'automatic',
'trim': 'e- Active Pack 100kW/136pk 5D/P Auto-1 - WLTP onvolledig',
'vin': None,
'year': 2023}
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008610auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:05 [ecarstrade.be] INFO: Saving data for 7008610auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624624.364602, 'last_price_update_time': 1774821605.490311}
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008610auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008609> (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-29 22:00:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:05 [ecarstrade.be] INFO: Extracting details for car 7008609auction111122
2026-03-29 22:00:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7008609auction111122
2026-03-29 22:00:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e203dfb-1cb3-54af-b45a-d51872f22b46 with scrape type 2
2026-03-29 22:00:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e203dfb-1cb3-54af-b45a-d51872f22b46 with scrape type 2
2026-03-29 22:00:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e203dfb-1cb3-54af-b45a-d51872f22b46, identifier: 7008609auction111122
2026-03-29 22:00:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7008609auction111122
2026-03-29 22:00:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7008609auction111122
2026-03-29 22:00:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7008609auction111122 to the API
2026-03-29 22:00:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:00:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008609>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4e203dfb-1cb3-54af-b45a-d51872f22b46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008609',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 11938,
'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': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine A-Klasse Limousine A 250e Business '
'Solution (PHEV) 160kW/218pk 4D/P Auto-8',
'transmission': 'automatic',
'trim': 'A-Klasse Limousine A-Klasse Limousine e Business Solution (PHEV) '
'160kW/218pk 4D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-29 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008609auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:06 [ecarstrade.be] INFO: Saving data for 7008609auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624642.139051, 'last_price_update_time': 1774821606.934088}
2026-03-29 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008609auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:06 [scrapy.extensions.logstats] INFO: Crawled 927 pages (at 49 pages/min), scraped 871 items (at 47 items/min)
2026-03-29 22:00:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:00:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008608> (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-29 22:00:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:07 [ecarstrade.be] INFO: Extracting details for car 7008608auction111122
2026-03-29 22:00:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7008608auction111122
2026-03-29 22:00:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c46a4adb-cee5-573d-9088-b505f6ebc7f4 with scrape type 2
2026-03-29 22:00:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c46a4adb-cee5-573d-9088-b505f6ebc7f4 with scrape type 2
2026-03-29 22:00:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c46a4adb-cee5-573d-9088-b505f6ebc7f4, identifier: 7008608auction111122
2026-03-29 22:00:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7008608auction111122
2026-03-29 22:00:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7008608auction111122
2026-03-29 22:00:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7008608auction111122 to the API
2026-03-29 22:00:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008608>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c46a4adb-cee5-573d-9088-b505f6ebc7f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008608',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 140058,
'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': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Classe A A 250 e Business Solution (PHEV) '
'160kW/218pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': 'A-Klasse Classe A A 250 e Business Solution (PHEV) 160kW/218pk 5D/P '
'Auto-8',
'vin': None,
'year': 2022}
2026-03-29 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008608auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:07 [ecarstrade.be] INFO: Saving data for 7008608auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624640.784426, 'last_price_update_time': 1774821607.550846}
2026-03-29 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008608auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008606> (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-29 22:00:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:11 [ecarstrade.be] INFO: Extracting details for car 7008606auction111122
2026-03-29 22:00:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7008606auction111122
2026-03-29 22:00:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with scrape type 2
2026-03-29 22:00:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with scrape type 2
2026-03-29 22:00:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb, identifier: 7008606auction111122
2026-03-29 22:00:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7008606auction111122
2026-03-29 22:00:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7008606auction111122
2026-03-29 22:00:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7008606auction111122 to the API
2026-03-29 22:00:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008606>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '18e3a2fa-bb95-5d39-9e7c-4b8600a69adb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008606',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X2',
'odometer': 70077,
'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': None,
'seller_name': None,
'title': 'BMW X2 X2 xDrive25e 162kW (PHEV) 162kW/220pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': 'xDrive25e 162kW (PHEV) 162kW/220pk 5D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-29 22:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008606auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:11 [ecarstrade.be] INFO: Saving data for 7008606auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624641.716722, 'last_price_update_time': 1774821611.945253}
2026-03-29 22:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008606auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008607> (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-29 22:00:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008601> (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-29 22:00:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:12 [ecarstrade.be] INFO: Extracting details for car 7008607auction111122
2026-03-29 22:00:12 [ecarstrade.be] INFO: Extracting details for car 7008601auction111122
2026-03-29 22:00:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7008607auction111122
2026-03-29 22:00:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with scrape type 2
2026-03-29 22:00:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with scrape type 2
2026-03-29 22:00:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f, identifier: 7008607auction111122
2026-03-29 22:00:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7008601auction111122
2026-03-29 22:00:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8eaeecd-6528-5199-a9d0-8e103cf1d023 with scrape type 2
2026-03-29 22:00:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8eaeecd-6528-5199-a9d0-8e103cf1d023 with scrape type 2
2026-03-29 22:00:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8eaeecd-6528-5199-a9d0-8e103cf1d023, identifier: 7008601auction111122
2026-03-29 22:00:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7008607auction111122
2026-03-29 22:00:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7008607auction111122
2026-03-29 22:00:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7008607auction111122 to the API
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008607>
{'auction_title': '',
'c_o_2_emission_value': 220,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8cf5b5a7-b663-5b0f-8400-d5a5a527750f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008607',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 138564,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-14',
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit Custom Transit Custom 300L 2.0TD/96Kw A6 FWD Trend '
'96kW/130pk 4D/P Auto-6',
'transmission': 'automatic',
'trim': '300L 2.0TD/96Kw A6 FWD Trend 96kW/130pk 4D/P Auto-6',
'vin': None,
'year': 2023}
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008607auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:12 [ecarstrade.be] INFO: Saving data for 7008607auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624638.717904, 'last_price_update_time': 1774821612.592403}
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008607auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7008601auction111122
2026-03-29 22:00:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7008601auction111122
2026-03-29 22:00:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7008601auction111122 to the API
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008601>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b8eaeecd-6528-5199-a9d0-8e103cf1d023',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008601',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '116',
'odometer': 91253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-02',
'seats_number': None,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 1 Reeks Hatch 116d (85 kW) 85kW/116pk 5D/P Man-6 '
'(4 seizoenen Banden) - CO2 onvolledig',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 1 Reeks Hatch d (85 kW) 85kW/pk 5D/P Man-6 (4 '
'seizoenen Banden) - CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008601auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:12 [ecarstrade.be] INFO: Saving data for 7008601auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624618.269412, 'last_price_update_time': 1774821612.939899}
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008601auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008604> (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-29 22:00:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:13 [ecarstrade.be] INFO: Extracting details for car 7008604auction111122
2026-03-29 22:00:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7008604auction111122
2026-03-29 22:00:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c392cb48-6c64-5af6-826a-1ae9b767aff6 with scrape type 2
2026-03-29 22:00:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c392cb48-6c64-5af6-826a-1ae9b767aff6 with scrape type 2
2026-03-29 22:00:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c392cb48-6c64-5af6-826a-1ae9b767aff6, identifier: 7008604auction111122
2026-03-29 22:00:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7008604auction111122
2026-03-29 22:00:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7008604auction111122
2026-03-29 22:00:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7008604auction111122 to the API
2026-03-29 22:00:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008604>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c392cb48-6c64-5af6-826a-1ae9b767aff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008604',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 100396,
'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': None,
'seller_name': None,
'title': 'BMW X1 X1 xDrive25e (162 kW) (PHEV) 162kW/220pk 5D/P Auto-6',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) (PHEV) 162kW/220pk 5D/P Auto-6',
'vin': None,
'year': 2021}
2026-03-29 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008604auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:13 [ecarstrade.be] INFO: Saving data for 7008604auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624620.5207, 'last_price_update_time': 1774821613.460634}
2026-03-29 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008604auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008600> (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-29 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-29 22:00:13 [ecarstrade.be] INFO: Extracting details for car 7008600auction111122
2026-03-29 22:00:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7008600auction111122
2026-03-29 22:00:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b7f389-145c-5932-9834-baac2e3dacaf with scrape type 2
2026-03-29 22:00:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b7f389-145c-5932-9834-baac2e3dacaf with scrape type 2
2026-03-29 22:00:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96b7f389-145c-5932-9834-baac2e3dacaf, identifier: 7008600auction111122
2026-03-29 22:00:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7008600auction111122
2026-03-29 22:00:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7008600auction111122
2026-03-29 22:00:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7008600auction111122 to the API
2026-03-29 22:00:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:00:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008600>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '96b7f389-145c-5932-9834-baac2e3dacaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008600',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '116',
'odometer': 72581,
'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': None,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 1 Reeks Hatch 116d (85 kW) 85kW/116pk 5D/P Man-6 '
'(4 seizoenen Banden) - CO2 onvolledig',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 1 Reeks Hatch d (85 kW) 85kW/pk 5D/P Man-6 (4 '
'seizoenen Banden) - CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-29 22:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008600auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:14 [ecarstrade.be] INFO: Saving data for 7008600auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624624.733794, 'last_price_update_time': 1774821614.591137}
2026-03-29 22:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008600auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008614> (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-29 22:00:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:14 [ecarstrade.be] INFO: Extracting details for car 7008614auction111122
2026-03-29 22:00:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7008614auction111122
2026-03-29 22:00:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de33f406-d7ab-51fe-8294-9e9a672e88be with scrape type 2
2026-03-29 22:00:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de33f406-d7ab-51fe-8294-9e9a672e88be with scrape type 2
2026-03-29 22:00:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de33f406-d7ab-51fe-8294-9e9a672e88be, identifier: 7008614auction111122
2026-03-29 22:00:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7008614auction111122
2026-03-29 22:00:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7008614auction111122
2026-03-29 22:00:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7008614auction111122 to the API
2026-03-29 22:00:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:00:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008614>
{'auction_title': '',
'c_o_2_emission_value': 92,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Natural Gas',
'id': 'de33f406-d7ab-51fe-8294-9e9a672e88be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008614',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 34254,
'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': None,
'seller_name': None,
'title': 'Skoda Kamiq Kamiq 1.0 TGI Clever 66kW/90pk 5D/P Man-6',
'transmission': 'manual',
'trim': '1.0 TGI Clever 66kW/90pk 5D/P Man-6',
'vin': None,
'year': 2022}
2026-03-29 22:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277008614auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:15 [ecarstrade.be] INFO: Saving data for 7008614auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624694.538468, 'last_price_update_time': 1774821615.132418}
2026-03-29 22:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008614auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009015> (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-29 22:00:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:19 [ecarstrade.be] INFO: Extracting details for car 7009015auction111129
2026-03-29 22:00:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 173c543b-9a0e-55da-8308-c25b3d3f825b with identifier: 7009015auction111129
2026-03-29 22:00:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173c543b-9a0e-55da-8308-c25b3d3f825b with scrape type 2
2026-03-29 22:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 173c543b-9a0e-55da-8308-c25b3d3f825b with scrape type 2
2026-03-29 22:00:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 173c543b-9a0e-55da-8308-c25b3d3f825b, identifier: 7009015auction111129
2026-03-29 22:00:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 173c543b-9a0e-55da-8308-c25b3d3f825b with identifier: 7009015auction111129
2026-03-29 22:00:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 173c543b-9a0e-55da-8308-c25b3d3f825b with identifier: 7009015auction111129
2026-03-29 22:00:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 173c543b-9a0e-55da-8308-c25b3d3f825b with identifier: 7009015auction111129 to the API
2026-03-29 22:00:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009015>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '173c543b-9a0e-55da-8308-c25b3d3f825b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009015',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 143212,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 7,
'seller_name': None,
'title': 'C4 Grand Picasso/Spacetourer Business 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'C4 Grand Picasso/Spacetourer Business 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009015auction111129%27 HTTP/1.1" 200 None
2026-03-29 22:00:19 [ecarstrade.be] INFO: Saving data for 7009015auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624591.470909, 'last_price_update_time': 1774821619.749206}
2026-03-29 22:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009015auction111129') HTTP/1.1" 204 0
2026-03-29 22:00:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009085> (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-29 22:00:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:19 [ecarstrade.be] INFO: Extracting details for car 7009085auction111129
2026-03-29 22:00:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3435c489-ba02-5339-8759-54feb5f04160 with identifier: 7009085auction111129
2026-03-29 22:00:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3435c489-ba02-5339-8759-54feb5f04160 with scrape type 2
2026-03-29 22:00:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3435c489-ba02-5339-8759-54feb5f04160 with scrape type 2
2026-03-29 22:00:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3435c489-ba02-5339-8759-54feb5f04160, identifier: 7009085auction111129
2026-03-29 22:00:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3435c489-ba02-5339-8759-54feb5f04160 with identifier: 7009085auction111129
2026-03-29 22:00:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3435c489-ba02-5339-8759-54feb5f04160 with identifier: 7009085auction111129
2026-03-29 22:00:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3435c489-ba02-5339-8759-54feb5f04160 with identifier: 7009085auction111129 to the API
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009085>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '3435c489-ba02-5339-8759-54feb5f04160',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009085',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 151202,
'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': '308 SW Allure 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'SW Allure 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009085auction111129%27 HTTP/1.1" 200 None
2026-03-29 22:00:20 [ecarstrade.be] INFO: Saving data for 7009085auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624619.436749, 'last_price_update_time': 1774821620.280124}
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009085auction111129') HTTP/1.1" 204 0
2026-03-29 22:00:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009077> (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-29 22:00:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008598> (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-29 22:00:20 [ecarstrade.be] INFO: Extracting details for car 7009077auction111129
2026-03-29 22:00:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371b06ed-df72-5b25-b664-8ed3920ae863 with identifier: 7009077auction111129
2026-03-29 22:00:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371b06ed-df72-5b25-b664-8ed3920ae863 with scrape type 2
2026-03-29 22:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 371b06ed-df72-5b25-b664-8ed3920ae863 with scrape type 2
2026-03-29 22:00:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 371b06ed-df72-5b25-b664-8ed3920ae863, identifier: 7009077auction111129
2026-03-29 22:00:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 371b06ed-df72-5b25-b664-8ed3920ae863 with identifier: 7009077auction111129
2026-03-29 22:00:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 371b06ed-df72-5b25-b664-8ed3920ae863 with identifier: 7009077auction111129
2026-03-29 22:00:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 371b06ed-df72-5b25-b664-8ed3920ae863 with identifier: 7009077auction111129 to the API
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009077>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '371b06ed-df72-5b25-b664-8ed3920ae863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009077',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 178663,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': '308 Active Business 1.5 HDI 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDI 100CV BVM6 E6dT',
'vin': None,
'year': 2018}
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009077auction111129%27 HTTP/1.1" 200 None
2026-03-29 22:00:20 [ecarstrade.be] INFO: Saving data for 7009077auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624621.075267, 'last_price_update_time': 1774821620.824244}
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009077auction111129') HTTP/1.1" 204 0
2026-03-29 22:00:20 [ecarstrade.be] INFO: Extracting details for car 7008598auction111122
2026-03-29 22:00:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7008598auction111122
2026-03-29 22:00:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with scrape type 2
2026-03-29 22:00:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with scrape type 2
2026-03-29 22:00:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 407e16b8-71c2-5af5-a9fb-7740cc171ab8, identifier: 7008598auction111122
2026-03-29 22:00:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7008598auction111122
2026-03-29 22:00:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7008598auction111122
2026-03-29 22:00:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7008598auction111122 to the API
2026-03-29 22:00:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008598>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': '407e16b8-71c2-5af5-a9fb-7740cc171ab8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008598',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 141218,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-23',
'seats_number': None,
'seller_name': None,
'title': 'Audi E-Tron E-Tron 55 Quattro Advanced 300kW/408pk 5D/P Auto-1',
'transmission': 'automatic',
'trim': 'E-Tron E-Tron 55 Quattro Advanced 300kW/408pk 5D/P Auto-1',
'vin': None,
'year': 2022}
2026-03-29 22:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008598auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:22 [ecarstrade.be] INFO: Saving data for 7008598auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624617.475214, 'last_price_update_time': 1774821622.33708}
2026-03-29 22:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008598auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009008> (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-29 22:00:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009083> (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-29 22:00:22 [ecarstrade.be] INFO: Extracting details for car 7009008auction111129
2026-03-29 22:00:22 [ecarstrade.be] INFO: Extracting details for car 7009083auction111129
2026-03-29 22:00:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with identifier: 7009008auction111129
2026-03-29 22:00:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with scrape type 2
2026-03-29 22:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with scrape type 2
2026-03-29 22:00:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9a51089-1bd3-5338-98b0-b2ec1cf759c7, identifier: 7009008auction111129
2026-03-29 22:00:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f029324c-c40e-5963-a640-7a82bf6ad0d6 with identifier: 7009083auction111129
2026-03-29 22:00:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f029324c-c40e-5963-a640-7a82bf6ad0d6 with scrape type 2
2026-03-29 22:00:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f029324c-c40e-5963-a640-7a82bf6ad0d6 with scrape type 2
2026-03-29 22:00:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f029324c-c40e-5963-a640-7a82bf6ad0d6, identifier: 7009083auction111129
2026-03-29 22:00:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with identifier: 7009008auction111129
2026-03-29 22:00:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with identifier: 7009008auction111129
2026-03-29 22:00:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with identifier: 7009008auction111129 to the API
2026-03-29 22:00:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009008>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b9a51089-1bd3-5338-98b0-b2ec1cf759c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009008',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 149093,
'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': 'C3 Feel Pack 1.5 BlueHDI 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Feel Pack 1.5 BlueHDI 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009008auction111129%27 HTTP/1.1" 200 None
2026-03-29 22:00:23 [ecarstrade.be] INFO: Saving data for 7009008auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624618.791543, 'last_price_update_time': 1774821623.024802}
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009008auction111129') HTTP/1.1" 204 0
2026-03-29 22:00:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f029324c-c40e-5963-a640-7a82bf6ad0d6 with identifier: 7009083auction111129
2026-03-29 22:00:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f029324c-c40e-5963-a640-7a82bf6ad0d6 with identifier: 7009083auction111129
2026-03-29 22:00:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f029324c-c40e-5963-a640-7a82bf6ad0d6 with identifier: 7009083auction111129 to the API
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009083>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Purple',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f029324c-c40e-5963-a640-7a82bf6ad0d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009083',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 134176,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 5p Break BlueHDi 130 EAT6 S&S ACTIVE BUSINESS',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 5p Break BlueHDi 130 EAT6 S&S ACTIVE BUSINESS',
'vin': None,
'year': 2019}
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009083auction111129%27 HTTP/1.1" 200 None
2026-03-29 22:00:23 [ecarstrade.be] INFO: Saving data for 7009083auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624593.858719, 'last_price_update_time': 1774821623.306146}
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009083auction111129') HTTP/1.1" 204 0
2026-03-29 22:00:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009012> (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-29 22:00:26 [ecarstrade.be] INFO: Extracting details for car 7009012auction111129
2026-03-29 22:00:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb7e351-5438-523c-8052-650f5cacb36e with identifier: 7009012auction111129
2026-03-29 22:00:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb7e351-5438-523c-8052-650f5cacb36e with scrape type 2
2026-03-29 22:00:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cb7e351-5438-523c-8052-650f5cacb36e with scrape type 2
2026-03-29 22:00:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cb7e351-5438-523c-8052-650f5cacb36e, identifier: 7009012auction111129
2026-03-29 22:00:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cb7e351-5438-523c-8052-650f5cacb36e with identifier: 7009012auction111129
2026-03-29 22:00:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cb7e351-5438-523c-8052-650f5cacb36e with identifier: 7009012auction111129
2026-03-29 22:00:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cb7e351-5438-523c-8052-650f5cacb36e with identifier: 7009012auction111129 to the API
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009012>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6cb7e351-5438-523c-8052-650f5cacb36e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009012',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'AC',
'model': 'Citroen C4 Cactus',
'odometer': 146131,
'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': None,
'seller_name': None,
'title': 'C4 Cactus Feel Business 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'C4 Cactus Feel Business 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009012auction111129%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Saving data for 7009012auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624589.844238, 'last_price_update_time': 1774821627.258337}
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009012auction111129') HTTP/1.1" 204 0
2026-03-29 22:00:27 [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-29 22:00:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009086> (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-29 22:00:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:00:27 [ecarstrade.be] INFO: Extracting details for car 7009086auction111129
2026-03-29 22:00:27 [ecarstrade.be] INFO: Found listing with ID: 7011077auction111151
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011077auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Scrape type for 7011077auction111151: 2
2026-03-29 22:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:27 [ecarstrade.be] INFO: Found listing with ID: 7011078auction111151
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011078auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Scrape type for 7011078auction111151: 2
2026-03-29 22:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50db7762-23af-5523-800b-2df9f241f8c2 with identifier: 7009086auction111129
2026-03-29 22:00:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50db7762-23af-5523-800b-2df9f241f8c2 with scrape type 2
2026-03-29 22:00:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50db7762-23af-5523-800b-2df9f241f8c2 with scrape type 2
2026-03-29 22:00:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50db7762-23af-5523-800b-2df9f241f8c2, identifier: 7009086auction111129
2026-03-29 22:00:27 [ecarstrade.be] INFO: Found listing with ID: 7011079auction111151
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011079auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Scrape type for 7011079auction111151: 2
2026-03-29 22:00:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50db7762-23af-5523-800b-2df9f241f8c2 with identifier: 7009086auction111129
2026-03-29 22:00:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50db7762-23af-5523-800b-2df9f241f8c2 with identifier: 7009086auction111129
2026-03-29 22:00:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50db7762-23af-5523-800b-2df9f241f8c2 with identifier: 7009086auction111129 to the API
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009086>
{'auction_title': '',
'c_o_2_emission_value': 92,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '50db7762-23af-5523-800b-2df9f241f8c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009086',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '308',
'odometer': 156396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': '308 SW Active Business 1.5 HDi 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'SW Active Business 1.5 HDi 130CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009086auction111129%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Saving data for 7009086auction111129: {'auction_closing_time': 1774878000.0, 'created_time': 1774624637.737485, 'last_price_update_time': 1774821627.871727}
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009086auction111129') HTTP/1.1" 204 0
2026-03-29 22:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:27 [ecarstrade.be] INFO: Found listing with ID: 7011080auction111151
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011080auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Scrape type for 7011080auction111151: 2
2026-03-29 22:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:27 [ecarstrade.be] INFO: Found listing with ID: 7011081auction111151
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011081auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Scrape type for 7011081auction111151: 2
2026-03-29 22:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:27 [ecarstrade.be] INFO: Found listing with ID: 7011082auction111151
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011082auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Scrape type for 7011082auction111151: 2
2026-03-29 22:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:27 [ecarstrade.be] INFO: Found listing with ID: 7011083auction111151
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011083auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:27 [ecarstrade.be] INFO: Scrape type for 7011083auction111151: 2
2026-03-29 22:00:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:27 [ecarstrade.be] INFO: Found listing with ID: 7011084auction111151
2026-03-29 22:00:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011084auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011084auction111151: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011085auction111151
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011085auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011085auction111151: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011087auction111151
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011087auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011087auction111151: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011088auction111151
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011088auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011088auction111151: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011089auction111151
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011089auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011089auction111151: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011090auction111152
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011090auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011090auction111152: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011091auction111151
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011091auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011091auction111151: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011092auction111151
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011092auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011092auction111151: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011093auction111151
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011093auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011093auction111151: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011094auction111152
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011094auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011094auction111152: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011095auction111152
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011095auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011095auction111152: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011096auction111152
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011096auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011096auction111152: 2
2026-03-29 22:00:28 [ecarstrade.be] INFO: Found listing with ID: 7011098auction111152
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011098auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:28 [ecarstrade.be] INFO: Scrape type for 7011098auction111152: 2
2026-03-29 22:00:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008597> (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-29 22:00:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:29 [ecarstrade.be] INFO: Extracting details for car 7008597auction111122
2026-03-29 22:00:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7008597auction111122
2026-03-29 22:00:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f75b26-391c-5396-807a-7f269a7ddab3 with scrape type 2
2026-03-29 22:00:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6f75b26-391c-5396-807a-7f269a7ddab3 with scrape type 2
2026-03-29 22:00:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6f75b26-391c-5396-807a-7f269a7ddab3, identifier: 7008597auction111122
2026-03-29 22:00:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7008597auction111122
2026-03-29 22:00:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7008597auction111122
2026-03-29 22:00:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7008597auction111122 to the API
2026-03-29 22:00:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008597>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'a6f75b26-391c-5396-807a-7f269a7ddab3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008597',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 114731,
'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': None,
'seller_name': None,
'title': 'Audi A3 BERLINE A3 Berline 1.0 TFSi 30 Stronic Attraction B.E. '
'(Mild Hybrid) 81kW/110pk 4D/P Auto-7',
'transmission': 'automatic',
'trim': 'BERLINE Berline 1.0 TFSi 30 Stronic Attraction B.E. (Mild Hybrid) '
'81kW/110pk 4D/P Auto-7',
'vin': None,
'year': 2022}
2026-03-29 22:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008597auction111122%27 HTTP/1.1" 200 None
2026-03-29 22:00:29 [ecarstrade.be] INFO: Saving data for 7008597auction111122: {'auction_closing_time': 1774878000.0, 'created_time': 1774624625.552786, 'last_price_update_time': 1774821629.88662}
2026-03-29 22:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008597auction111122') HTTP/1.1" 204 0
2026-03-29 22:00:33 [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-29 22:00:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011099auction111152
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011099auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:33 [ecarstrade.be] INFO: Scrape type for 7011099auction111152: 2
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011100auction111152
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011100auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:33 [ecarstrade.be] INFO: Scrape type for 7011100auction111152: 2
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011101auction111152
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011101auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:33 [ecarstrade.be] INFO: Scrape type for 7011101auction111152: 2
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011102auction111152
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011102auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:33 [ecarstrade.be] INFO: Scrape type for 7011102auction111152: 2
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011103auction111152
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011103auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:33 [ecarstrade.be] INFO: Scrape type for 7011103auction111152: 2
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011105auction111152
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011105auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:33 [ecarstrade.be] INFO: Scrape type for 7011105auction111152: 2
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011106auction111152
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011106auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:33 [ecarstrade.be] INFO: Scrape type for 7011106auction111152: 2
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011107auction111152
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011107auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:33 [ecarstrade.be] INFO: Scrape type for 7011107auction111152: 2
2026-03-29 22:00:33 [ecarstrade.be] INFO: Found listing with ID: 7011108auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011108auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011108auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011109auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011109auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011109auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011110auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011110auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011110auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011111auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011111auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011111auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011112auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011112auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011112auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011113auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011113auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011113auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011115auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011115auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011115auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011116auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011116auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011116auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011117auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011117auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011117auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011118auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011118auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011118auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011119auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011119auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011119auction111152: 2
2026-03-29 22:00:34 [ecarstrade.be] INFO: Found listing with ID: 7011120auction111152
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011120auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Scrape type for 7011120auction111152: 2
2026-03-29 22:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011077> (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-29 22:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011078> (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-29 22:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011081> (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-29 22:00:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:34 [ecarstrade.be] INFO: Extracting details for car 7011077auction111151
2026-03-29 22:00:34 [ecarstrade.be] INFO: Extracting details for car 7011078auction111151
2026-03-29 22:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77632e9c-96b4-5a5f-9f68-dad215341f90 with identifier: 7011077auction111151
2026-03-29 22:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77632e9c-96b4-5a5f-9f68-dad215341f90 with scrape type 2
2026-03-29 22:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77632e9c-96b4-5a5f-9f68-dad215341f90 with scrape type 2
2026-03-29 22:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77632e9c-96b4-5a5f-9f68-dad215341f90, identifier: 7011077auction111151
2026-03-29 22:00:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12599bd8-7cac-54f8-a704-4a8d86a00c3f with identifier: 7011078auction111151
2026-03-29 22:00:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12599bd8-7cac-54f8-a704-4a8d86a00c3f with scrape type 2
2026-03-29 22:00:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12599bd8-7cac-54f8-a704-4a8d86a00c3f with scrape type 2
2026-03-29 22:00:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12599bd8-7cac-54f8-a704-4a8d86a00c3f, identifier: 7011078auction111151
2026-03-29 22:00:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77632e9c-96b4-5a5f-9f68-dad215341f90 with identifier: 7011077auction111151
2026-03-29 22:00:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77632e9c-96b4-5a5f-9f68-dad215341f90 with identifier: 7011077auction111151
2026-03-29 22:00:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77632e9c-96b4-5a5f-9f68-dad215341f90 with identifier: 7011077auction111151 to the API
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011077>
{'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-30T14: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/7011077',
'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': 0,
'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-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011077auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:34 [ecarstrade.be] INFO: Saving data for 7011077auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631379.810665, 'last_price_update_time': 1774821634.872249}
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011077auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12599bd8-7cac-54f8-a704-4a8d86a00c3f with identifier: 7011078auction111151
2026-03-29 22:00:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12599bd8-7cac-54f8-a704-4a8d86a00c3f with identifier: 7011078auction111151
2026-03-29 22:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12599bd8-7cac-54f8-a704-4a8d86a00c3f with identifier: 7011078auction111151 to the API
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011078>
{'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-30T14: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/7011078',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 81100,
'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': 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-29 22:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011078auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:35 [ecarstrade.be] INFO: Saving data for 7011078auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631408.871297, 'last_price_update_time': 1774821635.260532}
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011078auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:35 [ecarstrade.be] INFO: Extracting details for car 7011081auction111151
2026-03-29 22:00:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011079> (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-29 22:00:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011082> (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-29 22:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with identifier: 7011081auction111151
2026-03-29 22:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with scrape type 2
2026-03-29 22:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with scrape type 2
2026-03-29 22:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64ebcdeb-700f-5ea2-a35d-c508db1c6264, identifier: 7011081auction111151
2026-03-29 22:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with identifier: 7011081auction111151
2026-03-29 22:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with identifier: 7011081auction111151
2026-03-29 22:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64ebcdeb-700f-5ea2-a35d-c508db1c6264 with identifier: 7011081auction111151 to the API
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011081>
{'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-30T14: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/7011081',
'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': 0,
'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-29 22:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011081auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:35 [ecarstrade.be] INFO: Saving data for 7011081auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631377.760209, 'last_price_update_time': 1774821635.675455}
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011081auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:35 [ecarstrade.be] INFO: Extracting details for car 7011079auction111151
2026-03-29 22:00:35 [ecarstrade.be] INFO: Extracting details for car 7011082auction111151
2026-03-29 22:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 151d00e4-74a0-50df-a2a5-3de867060aa8 with identifier: 7011079auction111151
2026-03-29 22:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 151d00e4-74a0-50df-a2a5-3de867060aa8 with scrape type 2
2026-03-29 22:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 151d00e4-74a0-50df-a2a5-3de867060aa8 with scrape type 2
2026-03-29 22:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 151d00e4-74a0-50df-a2a5-3de867060aa8, identifier: 7011079auction111151
2026-03-29 22:00:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31327d51-76c5-50ca-823b-74453303a937 with identifier: 7011082auction111151
2026-03-29 22:00:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31327d51-76c5-50ca-823b-74453303a937 with scrape type 2
2026-03-29 22:00:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31327d51-76c5-50ca-823b-74453303a937 with scrape type 2
2026-03-29 22:00:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31327d51-76c5-50ca-823b-74453303a937, identifier: 7011082auction111151
2026-03-29 22:00:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 151d00e4-74a0-50df-a2a5-3de867060aa8 with identifier: 7011079auction111151
2026-03-29 22:00:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 151d00e4-74a0-50df-a2a5-3de867060aa8 with identifier: 7011079auction111151
2026-03-29 22:00:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 151d00e4-74a0-50df-a2a5-3de867060aa8 with identifier: 7011079auction111151 to the API
2026-03-29 22:00:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011079>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '151d00e4-74a0-50df-a2a5-3de867060aa8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011079',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Peugeot',
'model': '208',
'odometer': 91614,
'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': None,
'seller_name': None,
'title': '208 PT 75 LIKE SOCIETE (VU/VP)',
'transmission': 'manual',
'trim': 'PT 75 LIKE SOCIETE (VU/VP)',
'vin': None,
'year': 2022}
2026-03-29 22:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011079auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:36 [ecarstrade.be] INFO: Saving data for 7011079auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631407.652993, 'last_price_update_time': 1774821636.179348}
2026-03-29 22:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011079auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31327d51-76c5-50ca-823b-74453303a937 with identifier: 7011082auction111151
2026-03-29 22:00:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31327d51-76c5-50ca-823b-74453303a937 with identifier: 7011082auction111151
2026-03-29 22:00:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31327d51-76c5-50ca-823b-74453303a937 with identifier: 7011082auction111151 to the API
2026-03-29 22:00:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011082>
{'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-30T14: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/7011082',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 132223,
'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': 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-29 22:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011082auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:36 [ecarstrade.be] INFO: Saving data for 7011082auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631380.198251, 'last_price_update_time': 1774821636.460683}
2026-03-29 22:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011082auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011080> (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-29 22:00:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:39 [ecarstrade.be] INFO: Extracting details for car 7011080auction111151
2026-03-29 22:00:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71754362-718e-5806-b009-204b511684f9 with identifier: 7011080auction111151
2026-03-29 22:00:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71754362-718e-5806-b009-204b511684f9 with scrape type 2
2026-03-29 22:00:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71754362-718e-5806-b009-204b511684f9 with scrape type 2
2026-03-29 22:00:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71754362-718e-5806-b009-204b511684f9, identifier: 7011080auction111151
2026-03-29 22:00:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71754362-718e-5806-b009-204b511684f9 with identifier: 7011080auction111151
2026-03-29 22:00:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71754362-718e-5806-b009-204b511684f9 with identifier: 7011080auction111151
2026-03-29 22:00:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71754362-718e-5806-b009-204b511684f9 with identifier: 7011080auction111151 to the API
2026-03-29 22:00:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011080>
{'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-30T14: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/7011080',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 85070,
'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': 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-29 22:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011080auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:39 [ecarstrade.be] INFO: Saving data for 7011080auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631382.484919, 'last_price_update_time': 1774821639.462427}
2026-03-29 22:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011080auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011084> (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-29 22:00:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:40 [ecarstrade.be] INFO: Extracting details for car 7011084auction111151
2026-03-29 22:00:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dc93827-7767-5f7c-8a42-831e2d32a183 with identifier: 7011084auction111151
2026-03-29 22:00:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dc93827-7767-5f7c-8a42-831e2d32a183 with scrape type 2
2026-03-29 22:00:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2dc93827-7767-5f7c-8a42-831e2d32a183 with scrape type 2
2026-03-29 22:00:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2dc93827-7767-5f7c-8a42-831e2d32a183, identifier: 7011084auction111151
2026-03-29 22:00:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2dc93827-7767-5f7c-8a42-831e2d32a183 with identifier: 7011084auction111151
2026-03-29 22:00:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2dc93827-7767-5f7c-8a42-831e2d32a183 with identifier: 7011084auction111151
2026-03-29 22:00:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2dc93827-7767-5f7c-8a42-831e2d32a183 with identifier: 7011084auction111151 to the API
2026-03-29 22:00:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011084>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '2dc93827-7767-5f7c-8a42-831e2d32a183',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011084',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 11833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-01',
'seats_number': None,
'seller_name': None,
'title': 'FABIA BER 1.0 TSI EVO 2 116 SELECTION DSG BB 25',
'transmission': 'automatic',
'trim': 'FABIA BER 1.0 TSI EVO 2 116 SELECTION DSG BB 25',
'vin': None,
'year': 2025}
2026-03-29 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011084auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:40 [ecarstrade.be] INFO: Saving data for 7011084auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631378.611467, 'last_price_update_time': 1774821640.986804}
2026-03-29 22:00:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011084auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011085> (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-29 22:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011087> (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-29 22:00:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:41 [ecarstrade.be] INFO: Extracting details for car 7011085auction111151
2026-03-29 22:00:41 [ecarstrade.be] INFO: Extracting details for car 7011087auction111151
2026-03-29 22:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef10c031-6f84-55da-b8da-0a6726813f38 with identifier: 7011085auction111151
2026-03-29 22:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef10c031-6f84-55da-b8da-0a6726813f38 with scrape type 2
2026-03-29 22:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef10c031-6f84-55da-b8da-0a6726813f38 with scrape type 2
2026-03-29 22:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef10c031-6f84-55da-b8da-0a6726813f38, identifier: 7011085auction111151
2026-03-29 22:00:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac54ee73-f0d7-52c9-8511-934725e59c74 with identifier: 7011087auction111151
2026-03-29 22:00:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac54ee73-f0d7-52c9-8511-934725e59c74 with scrape type 2
2026-03-29 22:00:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac54ee73-f0d7-52c9-8511-934725e59c74 with scrape type 2
2026-03-29 22:00:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac54ee73-f0d7-52c9-8511-934725e59c74, identifier: 7011087auction111151
2026-03-29 22:00:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef10c031-6f84-55da-b8da-0a6726813f38 with identifier: 7011085auction111151
2026-03-29 22:00:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef10c031-6f84-55da-b8da-0a6726813f38 with identifier: 7011085auction111151
2026-03-29 22:00:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef10c031-6f84-55da-b8da-0a6726813f38 with identifier: 7011085auction111151 to the API
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011085>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'ef10c031-6f84-55da-b8da-0a6726813f38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011085',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Peugeot',
'model': '208',
'odometer': 61057,
'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': None,
'seller_name': None,
'title': '208 PT 75 LIKE SOCIETE (VU/VP)',
'transmission': 'manual',
'trim': 'PT 75 LIKE SOCIETE (VU/VP)',
'vin': None,
'year': 2022}
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011085auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:42 [ecarstrade.be] INFO: Saving data for 7011085auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631382.184464, 'last_price_update_time': 1774821642.200421}
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011085auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac54ee73-f0d7-52c9-8511-934725e59c74 with identifier: 7011087auction111151
2026-03-29 22:00:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac54ee73-f0d7-52c9-8511-934725e59c74 with identifier: 7011087auction111151
2026-03-29 22:00:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac54ee73-f0d7-52c9-8511-934725e59c74 with identifier: 7011087auction111151 to the API
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011087>
{'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-30T14: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/7011087',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 101062,
'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': 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-29 22:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011087auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:42 [ecarstrade.be] INFO: Saving data for 7011087auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631381.702177, 'last_price_update_time': 1774821642.49063}
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011087auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011088> (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-29 22:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011089> (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-29 22:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:42 [ecarstrade.be] INFO: Extracting details for car 7011088auction111151
2026-03-29 22:00:42 [ecarstrade.be] INFO: Extracting details for car 7011089auction111151
2026-03-29 22:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011090> (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-29 22:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6b992df-47a7-502e-9e38-4ada8f3eda7b with identifier: 7011088auction111151
2026-03-29 22:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6b992df-47a7-502e-9e38-4ada8f3eda7b with scrape type 2
2026-03-29 22:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6b992df-47a7-502e-9e38-4ada8f3eda7b with scrape type 2
2026-03-29 22:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6b992df-47a7-502e-9e38-4ada8f3eda7b, identifier: 7011088auction111151
2026-03-29 22:00:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a923553-c180-5cbb-b760-22d489d63e00 with identifier: 7011089auction111151
2026-03-29 22:00:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a923553-c180-5cbb-b760-22d489d63e00 with scrape type 2
2026-03-29 22:00:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a923553-c180-5cbb-b760-22d489d63e00 with scrape type 2
2026-03-29 22:00:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a923553-c180-5cbb-b760-22d489d63e00, identifier: 7011089auction111151
2026-03-29 22:00:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6b992df-47a7-502e-9e38-4ada8f3eda7b with identifier: 7011088auction111151
2026-03-29 22:00:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6b992df-47a7-502e-9e38-4ada8f3eda7b with identifier: 7011088auction111151
2026-03-29 22:00:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6b992df-47a7-502e-9e38-4ada8f3eda7b with identifier: 7011088auction111151 to the API
2026-03-29 22:00:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011088>
{'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-30T14: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/7011088',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Volvo',
'model': 'C40',
'odometer': 56998,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': None,
'seller_name': None,
'title': 'C40 RECHARGE EXT RNG 252 PL FA',
'transmission': 'automatic',
'trim': 'RECHARGE EXT RNG 252 PL FA',
'vin': None,
'year': 2023}
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011088auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:43 [ecarstrade.be] INFO: Saving data for 7011088auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631383.738539, 'last_price_update_time': 1774821643.09928}
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011088auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a923553-c180-5cbb-b760-22d489d63e00 with identifier: 7011089auction111151
2026-03-29 22:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a923553-c180-5cbb-b760-22d489d63e00 with identifier: 7011089auction111151
2026-03-29 22:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a923553-c180-5cbb-b760-22d489d63e00 with identifier: 7011089auction111151 to the API
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011089>
{'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-30T14: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/7011089',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'X1',
'odometer': 53818,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011089auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:43 [ecarstrade.be] INFO: Saving data for 7011089auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631406.842339, 'last_price_update_time': 1774821643.397315}
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011089auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:43 [ecarstrade.be] INFO: Extracting details for car 7011090auction111152
2026-03-29 22:00:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with identifier: 7011090auction111152
2026-03-29 22:00:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with scrape type 2
2026-03-29 22:00:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with scrape type 2
2026-03-29 22:00:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f, identifier: 7011090auction111152
2026-03-29 22:00:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with identifier: 7011090auction111152
2026-03-29 22:00:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with identifier: 7011090auction111152
2026-03-29 22:00:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c228e9e-93eb-56cd-a6b6-35a315d3cc6f with identifier: 7011090auction111152 to the API
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011090>
{'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-30T14: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/7011090',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 127255,
'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': 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-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011090auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:43 [ecarstrade.be] INFO: Saving data for 7011090auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631406.552664, 'last_price_update_time': 1774821643.792582}
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011090auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011091> (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-29 22:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:46 [ecarstrade.be] INFO: Extracting details for car 7011091auction111151
2026-03-29 22:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56aa0827-874d-5b82-bee1-c7b72b553e3b with identifier: 7011091auction111151
2026-03-29 22:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56aa0827-874d-5b82-bee1-c7b72b553e3b with scrape type 2
2026-03-29 22:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56aa0827-874d-5b82-bee1-c7b72b553e3b with scrape type 2
2026-03-29 22:00:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56aa0827-874d-5b82-bee1-c7b72b553e3b, identifier: 7011091auction111151
2026-03-29 22:00:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56aa0827-874d-5b82-bee1-c7b72b553e3b with identifier: 7011091auction111151
2026-03-29 22:00:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56aa0827-874d-5b82-bee1-c7b72b553e3b with identifier: 7011091auction111151
2026-03-29 22:00:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56aa0827-874d-5b82-bee1-c7b72b553e3b with identifier: 7011091auction111151 to the API
2026-03-29 22:00:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011091>
{'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-30T14: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/7011091',
'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': 0,
'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-29 22:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011091auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:00:46 [ecarstrade.be] INFO: Saving data for 7011091auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631406.235228, 'last_price_update_time': 1774821646.838602}
2026-03-29 22:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011091auction111151') HTTP/1.1" 204 0
2026-03-29 22:00:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011098> (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-29 22:00:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:46 [ecarstrade.be] INFO: Extracting details for car 7011098auction111152
2026-03-29 22:00:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with identifier: 7011098auction111152
2026-03-29 22:00:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with scrape type 2
2026-03-29 22:00:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with scrape type 2
2026-03-29 22:00:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64b4a8b5-9d21-56fc-8bca-93dadf84c732, identifier: 7011098auction111152
2026-03-29 22:00:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with identifier: 7011098auction111152
2026-03-29 22:00:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with identifier: 7011098auction111152
2026-03-29 22:00:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64b4a8b5-9d21-56fc-8bca-93dadf84c732 with identifier: 7011098auction111152 to the API
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011098>
{'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-30T14: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/7011098',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 93118,
'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': 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-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011098auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:47 [ecarstrade.be] INFO: Saving data for 7011098auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631408.540068, 'last_price_update_time': 1774821647.388833}
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011098auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011120> (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-29 22:00:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:48 [ecarstrade.be] INFO: Extracting details for car 7011120auction111152
2026-03-29 22:00:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8cae843-ad10-594f-9cba-86bf07d237d9 with identifier: 7011120auction111152
2026-03-29 22:00:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8cae843-ad10-594f-9cba-86bf07d237d9 with scrape type 2
2026-03-29 22:00:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8cae843-ad10-594f-9cba-86bf07d237d9 with scrape type 2
2026-03-29 22:00:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8cae843-ad10-594f-9cba-86bf07d237d9, identifier: 7011120auction111152
2026-03-29 22:00:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8cae843-ad10-594f-9cba-86bf07d237d9 with identifier: 7011120auction111152
2026-03-29 22:00:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8cae843-ad10-594f-9cba-86bf07d237d9 with identifier: 7011120auction111152
2026-03-29 22:00:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8cae843-ad10-594f-9cba-86bf07d237d9 with identifier: 7011120auction111152 to the API
2026-03-29 22:00:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011120>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c8cae843-ad10-594f-9cba-86bf07d237d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011120',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 117565,
'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': 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-29 22:00:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011120auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:49 [ecarstrade.be] INFO: Saving data for 7011120auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631434.360598, 'last_price_update_time': 1774821649.004133}
2026-03-29 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011120auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011096> (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-29 22:00:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:49 [ecarstrade.be] INFO: Extracting details for car 7011096auction111152
2026-03-29 22:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b817e38f-9cb1-5007-980f-4dffa06fe829 with identifier: 7011096auction111152
2026-03-29 22:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b817e38f-9cb1-5007-980f-4dffa06fe829 with scrape type 2
2026-03-29 22:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b817e38f-9cb1-5007-980f-4dffa06fe829 with scrape type 2
2026-03-29 22:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b817e38f-9cb1-5007-980f-4dffa06fe829, identifier: 7011096auction111152
2026-03-29 22:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b817e38f-9cb1-5007-980f-4dffa06fe829 with identifier: 7011096auction111152
2026-03-29 22:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b817e38f-9cb1-5007-980f-4dffa06fe829 with identifier: 7011096auction111152
2026-03-29 22:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b817e38f-9cb1-5007-980f-4dffa06fe829 with identifier: 7011096auction111152 to the API
2026-03-29 22:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011096>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b817e38f-9cb1-5007-980f-4dffa06fe829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011096',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 100600,
'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': 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-29 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011096auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:49 [ecarstrade.be] INFO: Saving data for 7011096auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631402.73708, 'last_price_update_time': 1774821649.530656}
2026-03-29 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011096auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011118> (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-29 22:00:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:49 [ecarstrade.be] INFO: Extracting details for car 7011118auction111152
2026-03-29 22:00:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d1fa961-cbd5-56b1-9f20-c0a25c9e67a3 with identifier: 7011118auction111152
2026-03-29 22:00:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d1fa961-cbd5-56b1-9f20-c0a25c9e67a3 with scrape type 2
2026-03-29 22:00:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d1fa961-cbd5-56b1-9f20-c0a25c9e67a3 with scrape type 2
2026-03-29 22:00:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d1fa961-cbd5-56b1-9f20-c0a25c9e67a3, identifier: 7011118auction111152
2026-03-29 22:00:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d1fa961-cbd5-56b1-9f20-c0a25c9e67a3 with identifier: 7011118auction111152
2026-03-29 22:00:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d1fa961-cbd5-56b1-9f20-c0a25c9e67a3 with identifier: 7011118auction111152
2026-03-29 22:00:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d1fa961-cbd5-56b1-9f20-c0a25c9e67a3 with identifier: 7011118auction111152 to the API
2026-03-29 22:00:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011118>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2d1fa961-cbd5-56b1-9f20-c0a25c9e67a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011118',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'MG',
'model': 'EHS',
'odometer': 129689,
'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': 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-29 22:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011118auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:50 [ecarstrade.be] INFO: Saving data for 7011118auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631530.558629, 'last_price_update_time': 1774821650.152117}
2026-03-29 22:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011118auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011119> (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-29 22:00:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:50 [ecarstrade.be] INFO: Extracting details for car 7011119auction111152
2026-03-29 22:00:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a77aeef8-b020-57d3-9d2b-1e5eba05d826 with identifier: 7011119auction111152
2026-03-29 22:00:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a77aeef8-b020-57d3-9d2b-1e5eba05d826 with scrape type 2
2026-03-29 22:00:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a77aeef8-b020-57d3-9d2b-1e5eba05d826 with scrape type 2
2026-03-29 22:00:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a77aeef8-b020-57d3-9d2b-1e5eba05d826, identifier: 7011119auction111152
2026-03-29 22:00:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a77aeef8-b020-57d3-9d2b-1e5eba05d826 with identifier: 7011119auction111152
2026-03-29 22:00:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a77aeef8-b020-57d3-9d2b-1e5eba05d826 with identifier: 7011119auction111152
2026-03-29 22:00:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a77aeef8-b020-57d3-9d2b-1e5eba05d826 with identifier: 7011119auction111152 to the API
2026-03-29 22:00:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011119>
{'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-30T14: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/7011119',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '118',
'odometer': 64241,
'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': 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-29 22:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011119auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:50 [ecarstrade.be] INFO: Saving data for 7011119auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631433.861673, 'last_price_update_time': 1774821650.826837}
2026-03-29 22:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011119auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011117> (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-29 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-29 22:00:51 [ecarstrade.be] INFO: Extracting details for car 7011117auction111152
2026-03-29 22:00:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dad542c0-77c3-5bbc-a339-507c27070550 with identifier: 7011117auction111152
2026-03-29 22:00:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dad542c0-77c3-5bbc-a339-507c27070550 with scrape type 2
2026-03-29 22:00:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dad542c0-77c3-5bbc-a339-507c27070550 with scrape type 2
2026-03-29 22:00:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dad542c0-77c3-5bbc-a339-507c27070550, identifier: 7011117auction111152
2026-03-29 22:00:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dad542c0-77c3-5bbc-a339-507c27070550 with identifier: 7011117auction111152
2026-03-29 22:00:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dad542c0-77c3-5bbc-a339-507c27070550 with identifier: 7011117auction111152
2026-03-29 22:00:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dad542c0-77c3-5bbc-a339-507c27070550 with identifier: 7011117auction111152 to the API
2026-03-29 22:00:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011117>
{'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-30T14: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/7011117',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '330',
'odometer': 31427,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011117auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:51 [ecarstrade.be] INFO: Saving data for 7011117auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631467.667039, 'last_price_update_time': 1774821651.731064}
2026-03-29 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011117auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011113> (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-29 22:00:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:55 [ecarstrade.be] INFO: Extracting details for car 7011113auction111152
2026-03-29 22:00:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e602523-ae1d-5f22-b837-c4d238a1a31a with identifier: 7011113auction111152
2026-03-29 22:00:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e602523-ae1d-5f22-b837-c4d238a1a31a with scrape type 2
2026-03-29 22:00:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e602523-ae1d-5f22-b837-c4d238a1a31a with scrape type 2
2026-03-29 22:00:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e602523-ae1d-5f22-b837-c4d238a1a31a, identifier: 7011113auction111152
2026-03-29 22:00:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e602523-ae1d-5f22-b837-c4d238a1a31a with identifier: 7011113auction111152
2026-03-29 22:00:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e602523-ae1d-5f22-b837-c4d238a1a31a with identifier: 7011113auction111152
2026-03-29 22:00:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e602523-ae1d-5f22-b837-c4d238a1a31a with identifier: 7011113auction111152 to the API
2026-03-29 22:00:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011113>
{'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-30T14:30:00Z',
'fuel_type': 'Diesel',
'id': '8e602523-ae1d-5f22-b837-c4d238a1a31a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011113',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '430',
'odometer': 121560,
'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': 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-29 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011113auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:56 [ecarstrade.be] INFO: Saving data for 7011113auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631405.558653, 'last_price_update_time': 1774821656.034503}
2026-03-29 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011113auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011112> (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-29 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:56 [ecarstrade.be] INFO: Extracting details for car 7011112auction111152
2026-03-29 22:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63020c85-7453-5bfd-86b0-94294c3040a6 with identifier: 7011112auction111152
2026-03-29 22:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63020c85-7453-5bfd-86b0-94294c3040a6 with scrape type 2
2026-03-29 22:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63020c85-7453-5bfd-86b0-94294c3040a6 with scrape type 2
2026-03-29 22:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63020c85-7453-5bfd-86b0-94294c3040a6, identifier: 7011112auction111152
2026-03-29 22:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63020c85-7453-5bfd-86b0-94294c3040a6 with identifier: 7011112auction111152
2026-03-29 22:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63020c85-7453-5bfd-86b0-94294c3040a6 with identifier: 7011112auction111152
2026-03-29 22:00:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63020c85-7453-5bfd-86b0-94294c3040a6 with identifier: 7011112auction111152 to the API
2026-03-29 22:00:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011112>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '63020c85-7453-5bfd-86b0-94294c3040a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011112',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '218',
'odometer': 70243,
'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': 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-29 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011112auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:56 [ecarstrade.be] INFO: Saving data for 7011112auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631402.32004, 'last_price_update_time': 1774821656.714293}
2026-03-29 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011112auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011110> (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-29 22:00:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:00:56 [ecarstrade.be] INFO: Extracting details for car 7011110auction111152
2026-03-29 22:00:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3c329ec-1bd1-5882-82dd-5fb05db87607 with identifier: 7011110auction111152
2026-03-29 22:00:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3c329ec-1bd1-5882-82dd-5fb05db87607 with scrape type 2
2026-03-29 22:00:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3c329ec-1bd1-5882-82dd-5fb05db87607 with scrape type 2
2026-03-29 22:00:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3c329ec-1bd1-5882-82dd-5fb05db87607, identifier: 7011110auction111152
2026-03-29 22:00:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3c329ec-1bd1-5882-82dd-5fb05db87607 with identifier: 7011110auction111152
2026-03-29 22:00:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3c329ec-1bd1-5882-82dd-5fb05db87607 with identifier: 7011110auction111152
2026-03-29 22:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3c329ec-1bd1-5882-82dd-5fb05db87607 with identifier: 7011110auction111152 to the API
2026-03-29 22:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011110>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b3c329ec-1bd1-5882-82dd-5fb05db87607',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011110',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 75343,
'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': 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-29 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011110auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:57 [ecarstrade.be] INFO: Saving data for 7011110auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631401.493836, 'last_price_update_time': 1774821657.203616}
2026-03-29 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011110auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011111> (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-29 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-29 22:00:57 [ecarstrade.be] INFO: Extracting details for car 7011111auction111152
2026-03-29 22:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 664d3883-c622-577e-8755-447eb77aeab2 with identifier: 7011111auction111152
2026-03-29 22:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 664d3883-c622-577e-8755-447eb77aeab2 with scrape type 2
2026-03-29 22:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 664d3883-c622-577e-8755-447eb77aeab2 with scrape type 2
2026-03-29 22:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 664d3883-c622-577e-8755-447eb77aeab2, identifier: 7011111auction111152
2026-03-29 22:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 664d3883-c622-577e-8755-447eb77aeab2 with identifier: 7011111auction111152
2026-03-29 22:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 664d3883-c622-577e-8755-447eb77aeab2 with identifier: 7011111auction111152
2026-03-29 22:00:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 664d3883-c622-577e-8755-447eb77aeab2 with identifier: 7011111auction111152 to the API
2026-03-29 22:00:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:00: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-29 22:00:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011111>
{'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-30T14: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/7011111',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 125362,
'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': 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-29 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011111auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:57 [ecarstrade.be] INFO: Saving data for 7011111auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631404.617198, 'last_price_update_time': 1774821657.756535}
2026-03-29 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011111auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011116> (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-29 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-29 22:00:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011109> (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-29 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-29 22:00:57 [ecarstrade.be] INFO: Extracting details for car 7011116auction111152
2026-03-29 22:00:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with identifier: 7011116auction111152
2026-03-29 22:00:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with scrape type 2
2026-03-29 22:00:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with scrape type 2
2026-03-29 22:00:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5df465e3-ea1d-5ccc-b507-ea23d19ff047, identifier: 7011116auction111152
2026-03-29 22:00:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with identifier: 7011116auction111152
2026-03-29 22:00:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with identifier: 7011116auction111152
2026-03-29 22:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5df465e3-ea1d-5ccc-b507-ea23d19ff047 with identifier: 7011116auction111152 to the API
2026-03-29 22:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011116>
{'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-30T14: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/7011116',
'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': 0,
'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-29 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011116auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:58 [ecarstrade.be] INFO: Saving data for 7011116auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631454.236382, 'last_price_update_time': 1774821658.285112}
2026-03-29 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011116auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:58 [ecarstrade.be] INFO: Extracting details for car 7011109auction111152
2026-03-29 22:00:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011115> (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-29 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-29 22:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d15dc759-6084-58ec-b0fa-f436e8c8c34f with identifier: 7011109auction111152
2026-03-29 22:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15dc759-6084-58ec-b0fa-f436e8c8c34f with scrape type 2
2026-03-29 22:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d15dc759-6084-58ec-b0fa-f436e8c8c34f with scrape type 2
2026-03-29 22:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d15dc759-6084-58ec-b0fa-f436e8c8c34f, identifier: 7011109auction111152
2026-03-29 22:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d15dc759-6084-58ec-b0fa-f436e8c8c34f with identifier: 7011109auction111152
2026-03-29 22:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d15dc759-6084-58ec-b0fa-f436e8c8c34f with identifier: 7011109auction111152
2026-03-29 22:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d15dc759-6084-58ec-b0fa-f436e8c8c34f with identifier: 7011109auction111152 to the API
2026-03-29 22:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:00:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011109>
{'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-30T14: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/7011109',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 97991,
'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': 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-29 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011109auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:58 [ecarstrade.be] INFO: Saving data for 7011109auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631398.610444, 'last_price_update_time': 1774821658.697786}
2026-03-29 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011109auction111152') HTTP/1.1" 204 0
2026-03-29 22:00:58 [ecarstrade.be] INFO: Extracting details for car 7011115auction111152
2026-03-29 22:00:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6b36161-a67a-5449-b807-975f3b05eae0 with identifier: 7011115auction111152
2026-03-29 22:00:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6b36161-a67a-5449-b807-975f3b05eae0 with scrape type 2
2026-03-29 22:00:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6b36161-a67a-5449-b807-975f3b05eae0 with scrape type 2
2026-03-29 22:00:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6b36161-a67a-5449-b807-975f3b05eae0, identifier: 7011115auction111152
2026-03-29 22:00:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6b36161-a67a-5449-b807-975f3b05eae0 with identifier: 7011115auction111152
2026-03-29 22:00:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6b36161-a67a-5449-b807-975f3b05eae0 with identifier: 7011115auction111152
2026-03-29 22:00:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6b36161-a67a-5449-b807-975f3b05eae0 with identifier: 7011115auction111152 to the API
2026-03-29 22:00:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:00:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011115>
{'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-30T14: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/7011115',
'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': 0,
'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-29 22:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011115auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:00:59 [ecarstrade.be] INFO: Saving data for 7011115auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631435.285719, 'last_price_update_time': 1774821659.099884}
2026-03-29 22:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:00:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011115auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011108> (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-29 22:01:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:02 [ecarstrade.be] INFO: Extracting details for car 7011108auction111152
2026-03-29 22:01:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with identifier: 7011108auction111152
2026-03-29 22:01:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with scrape type 2
2026-03-29 22:01:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with scrape type 2
2026-03-29 22:01:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955, identifier: 7011108auction111152
2026-03-29 22:01:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with identifier: 7011108auction111152
2026-03-29 22:01:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with identifier: 7011108auction111152
2026-03-29 22:01:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c9e2e97-e3f5-5da9-a456-cd1d1bb17955 with identifier: 7011108auction111152 to the API
2026-03-29 22:01:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011108>
{'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-30T14: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/7011108',
'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': 0,
'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-29 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011108auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:03 [ecarstrade.be] INFO: Saving data for 7011108auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631405.11273, 'last_price_update_time': 1774821663.05885}
2026-03-29 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011108auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011107> (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-29 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:03 [ecarstrade.be] INFO: Extracting details for car 7011107auction111152
2026-03-29 22:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 532a8369-f938-51ab-a838-558d5c50580b with identifier: 7011107auction111152
2026-03-29 22:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 532a8369-f938-51ab-a838-558d5c50580b with scrape type 2
2026-03-29 22:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 532a8369-f938-51ab-a838-558d5c50580b with scrape type 2
2026-03-29 22:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 532a8369-f938-51ab-a838-558d5c50580b, identifier: 7011107auction111152
2026-03-29 22:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 532a8369-f938-51ab-a838-558d5c50580b with identifier: 7011107auction111152
2026-03-29 22:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 532a8369-f938-51ab-a838-558d5c50580b with identifier: 7011107auction111152
2026-03-29 22:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 532a8369-f938-51ab-a838-558d5c50580b with identifier: 7011107auction111152 to the API
2026-03-29 22:01:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011107>
{'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-30T14: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/7011107',
'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': 0,
'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-29 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011107auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:03 [ecarstrade.be] INFO: Saving data for 7011107auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631400.72085, 'last_price_update_time': 1774821663.589637}
2026-03-29 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011107auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011106> (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-29 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:03 [ecarstrade.be] INFO: Extracting details for car 7011106auction111152
2026-03-29 22:01:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011105> (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-29 22:01:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52d9619d-20be-53ac-81da-4f5f1331ee7e with identifier: 7011106auction111152
2026-03-29 22:01:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52d9619d-20be-53ac-81da-4f5f1331ee7e with scrape type 2
2026-03-29 22:01:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52d9619d-20be-53ac-81da-4f5f1331ee7e with scrape type 2
2026-03-29 22:01:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52d9619d-20be-53ac-81da-4f5f1331ee7e, identifier: 7011106auction111152
2026-03-29 22:01:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52d9619d-20be-53ac-81da-4f5f1331ee7e with identifier: 7011106auction111152
2026-03-29 22:01:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52d9619d-20be-53ac-81da-4f5f1331ee7e with identifier: 7011106auction111152
2026-03-29 22:01:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52d9619d-20be-53ac-81da-4f5f1331ee7e with identifier: 7011106auction111152 to the API
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011106>
{'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-30T14: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/7011106',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 102053,
'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': 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-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011106auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:04 [ecarstrade.be] INFO: Saving data for 7011106auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631399.633789, 'last_price_update_time': 1774821664.170561}
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011106auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:04 [ecarstrade.be] INFO: Extracting details for car 7011105auction111152
2026-03-29 22:01:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011083> (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-29 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-29 22:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eff95454-48a7-50ed-a2d4-f7fd156d8c2a with identifier: 7011105auction111152
2026-03-29 22:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eff95454-48a7-50ed-a2d4-f7fd156d8c2a with scrape type 2
2026-03-29 22:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eff95454-48a7-50ed-a2d4-f7fd156d8c2a with scrape type 2
2026-03-29 22:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eff95454-48a7-50ed-a2d4-f7fd156d8c2a, identifier: 7011105auction111152
2026-03-29 22:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eff95454-48a7-50ed-a2d4-f7fd156d8c2a with identifier: 7011105auction111152
2026-03-29 22:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eff95454-48a7-50ed-a2d4-f7fd156d8c2a with identifier: 7011105auction111152
2026-03-29 22:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eff95454-48a7-50ed-a2d4-f7fd156d8c2a with identifier: 7011105auction111152 to the API
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011105>
{'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-30T14: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/7011105',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 124870,
'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': 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-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011105auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:04 [ecarstrade.be] INFO: Saving data for 7011105auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631401.788803, 'last_price_update_time': 1774821664.589457}
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011105auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:04 [ecarstrade.be] INFO: Extracting details for car 7011083auction111151
2026-03-29 22:01:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011102> (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-29 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-29 22:01:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 420ea2aa-7bd7-5933-b713-402cae9d599e with identifier: 7011083auction111151
2026-03-29 22:01:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420ea2aa-7bd7-5933-b713-402cae9d599e with scrape type 2
2026-03-29 22:01:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 420ea2aa-7bd7-5933-b713-402cae9d599e with scrape type 2
2026-03-29 22:01:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 420ea2aa-7bd7-5933-b713-402cae9d599e, identifier: 7011083auction111151
2026-03-29 22:01:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 420ea2aa-7bd7-5933-b713-402cae9d599e with identifier: 7011083auction111151
2026-03-29 22:01:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 420ea2aa-7bd7-5933-b713-402cae9d599e with identifier: 7011083auction111151
2026-03-29 22:01:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 420ea2aa-7bd7-5933-b713-402cae9d599e with identifier: 7011083auction111151 to the API
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011083>
{'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-30T14: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/7011083',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 95943,
'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': 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-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011083auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:01:04 [ecarstrade.be] INFO: Saving data for 7011083auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631408.067325, 'last_price_update_time': 1774821664.985094}
2026-03-29 22:01:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011083auction111151') HTTP/1.1" 204 0
2026-03-29 22:01:05 [ecarstrade.be] INFO: Extracting details for car 7011102auction111152
2026-03-29 22:01:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011103> (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-29 22:01:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with identifier: 7011102auction111152
2026-03-29 22:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with scrape type 2
2026-03-29 22:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with scrape type 2
2026-03-29 22:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a, identifier: 7011102auction111152
2026-03-29 22:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with identifier: 7011102auction111152
2026-03-29 22:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with identifier: 7011102auction111152
2026-03-29 22:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07b41eb2-ea7e-5b0c-a45d-6cc4f7079c8a with identifier: 7011102auction111152 to the API
2026-03-29 22:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011102>
{'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-30T14: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/7011102',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 92363,
'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': 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-29 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011102auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:05 [ecarstrade.be] INFO: Saving data for 7011102auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631397.840799, 'last_price_update_time': 1774821665.37338}
2026-03-29 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011102auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:05 [ecarstrade.be] INFO: Extracting details for car 7011103auction111152
2026-03-29 22:01:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abaebf30-a196-5952-90d0-d80fd4b51b8f with identifier: 7011103auction111152
2026-03-29 22:01:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abaebf30-a196-5952-90d0-d80fd4b51b8f with scrape type 2
2026-03-29 22:01:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abaebf30-a196-5952-90d0-d80fd4b51b8f with scrape type 2
2026-03-29 22:01:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: abaebf30-a196-5952-90d0-d80fd4b51b8f, identifier: 7011103auction111152
2026-03-29 22:01:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: abaebf30-a196-5952-90d0-d80fd4b51b8f with identifier: 7011103auction111152
2026-03-29 22:01:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: abaebf30-a196-5952-90d0-d80fd4b51b8f with identifier: 7011103auction111152
2026-03-29 22:01:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: abaebf30-a196-5952-90d0-d80fd4b51b8f with identifier: 7011103auction111152 to the API
2026-03-29 22:01:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011103>
{'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-30T14: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/7011103',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 111762,
'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': 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-29 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011103auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:05 [ecarstrade.be] INFO: Saving data for 7011103auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631398.153848, 'last_price_update_time': 1774821665.773153}
2026-03-29 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011103auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:06 [scrapy.extensions.logstats] INFO: Crawled 978 pages (at 51 pages/min), scraped 920 items (at 49 items/min)
2026-03-29 22:01:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:01:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011101> (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-29 22:01:06 [ecarstrade.be] INFO: Extracting details for car 7011101auction111152
2026-03-29 22:01:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c73f8b37-51a5-54ee-b38e-7b256d1857bc with identifier: 7011101auction111152
2026-03-29 22:01:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c73f8b37-51a5-54ee-b38e-7b256d1857bc with scrape type 2
2026-03-29 22:01:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c73f8b37-51a5-54ee-b38e-7b256d1857bc with scrape type 2
2026-03-29 22:01:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c73f8b37-51a5-54ee-b38e-7b256d1857bc, identifier: 7011101auction111152
2026-03-29 22:01:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c73f8b37-51a5-54ee-b38e-7b256d1857bc with identifier: 7011101auction111152
2026-03-29 22:01:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c73f8b37-51a5-54ee-b38e-7b256d1857bc with identifier: 7011101auction111152
2026-03-29 22:01:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c73f8b37-51a5-54ee-b38e-7b256d1857bc with identifier: 7011101auction111152 to the API
2026-03-29 22:01:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011101>
{'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-30T14: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/7011101',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 88031,
'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': 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-29 22:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011101auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:07 [ecarstrade.be] INFO: Saving data for 7011101auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631400.221259, 'last_price_update_time': 1774821667.283801}
2026-03-29 22:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011101auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011100> (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-29 22:01:09 [ecarstrade.be] INFO: Extracting details for car 7011100auction111152
2026-03-29 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7079ac18-9b70-5823-9f44-37b9cdbad97a with identifier: 7011100auction111152
2026-03-29 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7079ac18-9b70-5823-9f44-37b9cdbad97a with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7079ac18-9b70-5823-9f44-37b9cdbad97a with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7079ac18-9b70-5823-9f44-37b9cdbad97a, identifier: 7011100auction111152
2026-03-29 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7079ac18-9b70-5823-9f44-37b9cdbad97a with identifier: 7011100auction111152
2026-03-29 22:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7079ac18-9b70-5823-9f44-37b9cdbad97a with identifier: 7011100auction111152
2026-03-29 22:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7079ac18-9b70-5823-9f44-37b9cdbad97a with identifier: 7011100auction111152 to the API
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011100>
{'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-30T14: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/7011100',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 77418,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011100auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:09 [ecarstrade.be] INFO: Saving data for 7011100auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631403.317789, 'last_price_update_time': 1774821669.496967}
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011100auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011099> (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-29 22:01:09 [ecarstrade.be] INFO: Extracting details for car 7011099auction111152
2026-03-29 22:01:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 609bb2ba-b13d-5869-ad11-60bfa08debb4 with identifier: 7011099auction111152
2026-03-29 22:01:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 609bb2ba-b13d-5869-ad11-60bfa08debb4 with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 609bb2ba-b13d-5869-ad11-60bfa08debb4 with scrape type 2
2026-03-29 22:01:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 609bb2ba-b13d-5869-ad11-60bfa08debb4, identifier: 7011099auction111152
2026-03-29 22:01:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 609bb2ba-b13d-5869-ad11-60bfa08debb4 with identifier: 7011099auction111152
2026-03-29 22:01:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 609bb2ba-b13d-5869-ad11-60bfa08debb4 with identifier: 7011099auction111152
2026-03-29 22:01:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 609bb2ba-b13d-5869-ad11-60bfa08debb4 with identifier: 7011099auction111152 to the API
2026-03-29 22:01:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011099>
{'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-30T14: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/7011099',
'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': 0,
'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-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011099auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.be] INFO: Saving data for 7011099auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631404.332533, 'last_price_update_time': 1774821670.124153}
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011099auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:10 [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-29 22:01:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:01:10 [ecarstrade.be] INFO: Found listing with ID: 7011121auction111152
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011121auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.be] INFO: Scrape type for 7011121auction111152: 2
2026-03-29 22:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:10 [ecarstrade.be] INFO: Found listing with ID: 7011123auction111152
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011123auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.be] INFO: Scrape type for 7011123auction111152: 2
2026-03-29 22:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:10 [ecarstrade.be] INFO: Found listing with ID: 7011124auction111152
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011124auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.be] INFO: Scrape type for 7011124auction111152: 2
2026-03-29 22:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:10 [ecarstrade.be] INFO: Found listing with ID: 7011125auction111152
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011125auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.be] INFO: Scrape type for 7011125auction111152: 2
2026-03-29 22:01:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:10 [ecarstrade.be] INFO: Found listing with ID: 7011126auction111152
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011126auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.be] INFO: Scrape type for 7011126auction111152: 2
2026-03-29 22:01:10 [ecarstrade.be] INFO: Found listing with ID: 7011127auction111152
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011127auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.be] INFO: Scrape type for 7011127auction111152: 2
2026-03-29 22:01:10 [ecarstrade.be] INFO: Found listing with ID: 7011129auction111152
2026-03-29 22:01:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011129auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:10 [ecarstrade.be] INFO: Scrape type for 7011129auction111152: 2
2026-03-29 22:01:10 [ecarstrade.be] INFO: Found listing with ID: 7011130auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011130auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011130auction111152: 2
2026-03-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011131auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011131auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011131auction111152: 2
2026-03-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011132auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011132auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011132auction111152: 2
2026-03-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011133auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011133auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011133auction111152: 2
2026-03-29 22:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011095> (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-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011134auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011134auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011134auction111152: 2
2026-03-29 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-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011135auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011135auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011135auction111152: 2
2026-03-29 22:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011094> (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-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011137auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011137auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011137auction111152: 2
2026-03-29 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-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011138auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011138auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011138auction111152: 2
2026-03-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011139auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011139auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011139auction111152: 2
2026-03-29 22:01:11 [ecarstrade.be] INFO: Extracting details for car 7011095auction111152
2026-03-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011140auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011140auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011140auction111152: 2
2026-03-29 22:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ea57743-1316-573c-9707-e37eebfc329b with identifier: 7011095auction111152
2026-03-29 22:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ea57743-1316-573c-9707-e37eebfc329b with scrape type 2
2026-03-29 22:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ea57743-1316-573c-9707-e37eebfc329b with scrape type 2
2026-03-29 22:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ea57743-1316-573c-9707-e37eebfc329b, identifier: 7011095auction111152
2026-03-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011141auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011141auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011141auction111152: 2
2026-03-29 22:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ea57743-1316-573c-9707-e37eebfc329b with identifier: 7011095auction111152
2026-03-29 22:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ea57743-1316-573c-9707-e37eebfc329b with identifier: 7011095auction111152
2026-03-29 22:01:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ea57743-1316-573c-9707-e37eebfc329b with identifier: 7011095auction111152 to the API
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011095>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8ea57743-1316-573c-9707-e37eebfc329b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011095',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'MG',
'model': 'EHS',
'odometer': 143414,
'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': 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-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011095auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Saving data for 7011095auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631404.047489, 'last_price_update_time': 1774821671.662364}
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011095auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:11 [ecarstrade.be] INFO: Extracting details for car 7011094auction111152
2026-03-29 22:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011093> (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-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011142auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011142auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011142auction111152: 2
2026-03-29 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-29 22:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011092> (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-29 22:01:11 [ecarstrade.be] INFO: Found listing with ID: 7011144auction111152
2026-03-29 22:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011144auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:11 [ecarstrade.be] INFO: Scrape type for 7011144auction111152: 2
2026-03-29 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-29 22:01:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59125040-7acd-5d0e-a963-7af4525e918f with identifier: 7011094auction111152
2026-03-29 22:01:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59125040-7acd-5d0e-a963-7af4525e918f with scrape type 2
2026-03-29 22:01:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59125040-7acd-5d0e-a963-7af4525e918f with scrape type 2
2026-03-29 22:01:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59125040-7acd-5d0e-a963-7af4525e918f, identifier: 7011094auction111152
2026-03-29 22:01:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59125040-7acd-5d0e-a963-7af4525e918f with identifier: 7011094auction111152
2026-03-29 22:01:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59125040-7acd-5d0e-a963-7af4525e918f with identifier: 7011094auction111152
2026-03-29 22:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59125040-7acd-5d0e-a963-7af4525e918f with identifier: 7011094auction111152 to the API
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011094>
{'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-30T14: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/7011094',
'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': 0,
'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-29 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011094auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:12 [ecarstrade.be] INFO: Saving data for 7011094auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631415.305522, 'last_price_update_time': 1774821672.205551}
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011094auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:12 [ecarstrade.be] INFO: Extracting details for car 7011093auction111151
2026-03-29 22:01:12 [ecarstrade.be] INFO: Extracting details for car 7011092auction111151
2026-03-29 22:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36209e75-1dc6-51d3-a713-7a8e9e43703d with identifier: 7011093auction111151
2026-03-29 22:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36209e75-1dc6-51d3-a713-7a8e9e43703d with scrape type 2
2026-03-29 22:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36209e75-1dc6-51d3-a713-7a8e9e43703d with scrape type 2
2026-03-29 22:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36209e75-1dc6-51d3-a713-7a8e9e43703d, identifier: 7011093auction111151
2026-03-29 22:01:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17e6bedf-611c-5393-b364-d322beaf049d with identifier: 7011092auction111151
2026-03-29 22:01:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17e6bedf-611c-5393-b364-d322beaf049d with scrape type 2
2026-03-29 22:01:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17e6bedf-611c-5393-b364-d322beaf049d with scrape type 2
2026-03-29 22:01:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17e6bedf-611c-5393-b364-d322beaf049d, identifier: 7011092auction111151
2026-03-29 22:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36209e75-1dc6-51d3-a713-7a8e9e43703d with identifier: 7011093auction111151
2026-03-29 22:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36209e75-1dc6-51d3-a713-7a8e9e43703d with identifier: 7011093auction111151
2026-03-29 22:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36209e75-1dc6-51d3-a713-7a8e9e43703d with identifier: 7011093auction111151 to the API
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011093>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '36209e75-1dc6-51d3-a713-7a8e9e43703d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011093',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'MG',
'model': 'Other',
'odometer': 22006,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-01',
'seats_number': None,
'seller_name': None,
'title': 'MG3 1.5 HYB 195CH LUXURY BB 8M',
'transmission': 'automatic',
'trim': '3 1.5 HYB 195CH LUXURY BB 8M',
'vin': None,
'year': 2024}
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011093auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:01:12 [ecarstrade.be] INFO: Saving data for 7011093auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631566.927186, 'last_price_update_time': 1774821672.725301}
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011093auction111151') HTTP/1.1" 204 0
2026-03-29 22:01:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17e6bedf-611c-5393-b364-d322beaf049d with identifier: 7011092auction111151
2026-03-29 22:01:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17e6bedf-611c-5393-b364-d322beaf049d with identifier: 7011092auction111151
2026-03-29 22:01:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17e6bedf-611c-5393-b364-d322beaf049d with identifier: 7011092auction111151 to the API
2026-03-29 22:01:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011092>
{'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-30T14: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/7011092',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'C40',
'odometer': 60732,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': None,
'seller_name': None,
'title': 'C40 RECHARGE EXT RNG 252 PL FF',
'transmission': 'automatic',
'trim': 'RECHARGE EXT RNG 252 PL FF',
'vin': None,
'year': 2023}
2026-03-29 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011092auction111151%27 HTTP/1.1" 200 None
2026-03-29 22:01:13 [ecarstrade.be] INFO: Saving data for 7011092auction111151: {'auction_closing_time': 1774881000.0, 'created_time': 1774631414.480221, 'last_price_update_time': 1774821673.029736}
2026-03-29 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011092auction111151') HTTP/1.1" 204 0
2026-03-29 22:01:16 [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-29 22:01:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:01:16 [ecarstrade.be] INFO: Found listing with ID: 7011145auction111152
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011145auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:16 [ecarstrade.be] INFO: Scrape type for 7011145auction111152: 2
2026-03-29 22:01:16 [ecarstrade.be] INFO: Found listing with ID: 7011146auction111152
2026-03-29 22:01:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011146auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:16 [ecarstrade.be] INFO: Scrape type for 7011146auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011147auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011147auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011147auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011148auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011148auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011148auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011149auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011149auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011149auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011150auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011150auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011150auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011151auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011151auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011151auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011153auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011153auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011153auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011154auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011154auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011154auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011155auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011155auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011155auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011156auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011156auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011156auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011157auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011157auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011157auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011158auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011158auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011158auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011159auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011159auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011159auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011160auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011160auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011160auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011161auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011161auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011161auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011163auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011163auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011163auction111152: 2
2026-03-29 22:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011124> (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-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011164auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011164auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011164auction111152: 2
2026-03-29 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-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011165auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011165auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011165auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Found listing with ID: 7011166auction111152
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011166auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Scrape type for 7011166auction111152: 2
2026-03-29 22:01:17 [ecarstrade.be] INFO: Extracting details for car 7011124auction111152
2026-03-29 22:01:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 33cde214-5eb0-5e40-bec7-69240b846c74 with identifier: 7011124auction111152
2026-03-29 22:01:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 33cde214-5eb0-5e40-bec7-69240b846c74 with scrape type 2
2026-03-29 22:01:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 33cde214-5eb0-5e40-bec7-69240b846c74 with scrape type 2
2026-03-29 22:01:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 33cde214-5eb0-5e40-bec7-69240b846c74, identifier: 7011124auction111152
2026-03-29 22:01:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 33cde214-5eb0-5e40-bec7-69240b846c74 with identifier: 7011124auction111152
2026-03-29 22:01:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 33cde214-5eb0-5e40-bec7-69240b846c74 with identifier: 7011124auction111152
2026-03-29 22:01:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 33cde214-5eb0-5e40-bec7-69240b846c74 with identifier: 7011124auction111152 to the API
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011124>
{'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-30T14: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/7011124',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 128308,
'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': 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-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011124auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:17 [ecarstrade.be] INFO: Saving data for 7011124auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631433.340244, 'last_price_update_time': 1774821677.797493}
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011124auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011123> (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-29 22:01:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011121> (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-29 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-29 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-29 22:01:18 [ecarstrade.be] INFO: Extracting details for car 7011123auction111152
2026-03-29 22:01:18 [ecarstrade.be] INFO: Extracting details for car 7011121auction111152
2026-03-29 22:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with identifier: 7011123auction111152
2026-03-29 22:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a49eca1-7f29-5bc9-9df3-17a411acaf09, identifier: 7011123auction111152
2026-03-29 22:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with identifier: 7011121auction111152
2026-03-29 22:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb, identifier: 7011121auction111152
2026-03-29 22:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with identifier: 7011123auction111152
2026-03-29 22:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with identifier: 7011123auction111152
2026-03-29 22:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a49eca1-7f29-5bc9-9df3-17a411acaf09 with identifier: 7011123auction111152 to the API
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011123>
{'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-30T14: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/7011123',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 140502,
'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': 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-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011123auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:18 [ecarstrade.be] INFO: Saving data for 7011123auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631431.854661, 'last_price_update_time': 1774821678.532803}
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011123auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with identifier: 7011121auction111152
2026-03-29 22:01:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with identifier: 7011121auction111152
2026-03-29 22:01:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5042f6a8-28fd-57e7-93c6-20cf646aeeeb with identifier: 7011121auction111152 to the API
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011121>
{'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-30T14: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/7011121',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 108437,
'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': 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-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011121auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:18 [ecarstrade.be] INFO: Saving data for 7011121auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631435.825764, 'last_price_update_time': 1774821678.821798}
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011121auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011125> (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-29 22:01:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:18 [ecarstrade.be] INFO: Extracting details for car 7011125auction111152
2026-03-29 22:01:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a32d1da0-9db1-52dd-95aa-7d19e26b5bde with identifier: 7011125auction111152
2026-03-29 22:01:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a32d1da0-9db1-52dd-95aa-7d19e26b5bde with scrape type 2
2026-03-29 22:01:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a32d1da0-9db1-52dd-95aa-7d19e26b5bde with scrape type 2
2026-03-29 22:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a32d1da0-9db1-52dd-95aa-7d19e26b5bde, identifier: 7011125auction111152
2026-03-29 22:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a32d1da0-9db1-52dd-95aa-7d19e26b5bde with identifier: 7011125auction111152
2026-03-29 22:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a32d1da0-9db1-52dd-95aa-7d19e26b5bde with identifier: 7011125auction111152
2026-03-29 22:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a32d1da0-9db1-52dd-95aa-7d19e26b5bde with identifier: 7011125auction111152 to the API
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011125>
{'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-30T14: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/7011125',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'BMW',
'model': 'X3',
'odometer': 72740,
'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': 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-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011125auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:19 [ecarstrade.be] INFO: Saving data for 7011125auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631432.94718, 'last_price_update_time': 1774821679.355877}
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011125auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011126> (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-29 22:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:19 [ecarstrade.be] INFO: Extracting details for car 7011126auction111152
2026-03-29 22:01:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 434fd1a0-0018-5da4-8f6e-dd23582e34ab with identifier: 7011126auction111152
2026-03-29 22:01:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 434fd1a0-0018-5da4-8f6e-dd23582e34ab with scrape type 2
2026-03-29 22:01:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 434fd1a0-0018-5da4-8f6e-dd23582e34ab with scrape type 2
2026-03-29 22:01:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 434fd1a0-0018-5da4-8f6e-dd23582e34ab, identifier: 7011126auction111152
2026-03-29 22:01:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 434fd1a0-0018-5da4-8f6e-dd23582e34ab with identifier: 7011126auction111152
2026-03-29 22:01:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 434fd1a0-0018-5da4-8f6e-dd23582e34ab with identifier: 7011126auction111152
2026-03-29 22:01:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 434fd1a0-0018-5da4-8f6e-dd23582e34ab with identifier: 7011126auction111152 to the API
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011126>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '434fd1a0-0018-5da4-8f6e-dd23582e34ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011126',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 96407,
'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': 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-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011126auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:19 [ecarstrade.be] INFO: Saving data for 7011126auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631459.714529, 'last_price_update_time': 1774821679.865907}
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011126auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011127> (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-29 22:01:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011129> (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-29 22:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:20 [ecarstrade.be] INFO: Extracting details for car 7011127auction111152
2026-03-29 22:01:20 [ecarstrade.be] INFO: Extracting details for car 7011129auction111152
2026-03-29 22:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with identifier: 7011127auction111152
2026-03-29 22:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with scrape type 2
2026-03-29 22:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with scrape type 2
2026-03-29 22:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232, identifier: 7011127auction111152
2026-03-29 22:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b8e7090-9180-55da-82c3-20c51a3ea4dd with identifier: 7011129auction111152
2026-03-29 22:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8e7090-9180-55da-82c3-20c51a3ea4dd with scrape type 2
2026-03-29 22:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b8e7090-9180-55da-82c3-20c51a3ea4dd with scrape type 2
2026-03-29 22:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b8e7090-9180-55da-82c3-20c51a3ea4dd, identifier: 7011129auction111152
2026-03-29 22:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with identifier: 7011127auction111152
2026-03-29 22:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with identifier: 7011127auction111152
2026-03-29 22:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2829b68-82eb-57cc-a3ea-0cfbdf2d9232 with identifier: 7011127auction111152 to the API
2026-03-29 22:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011127>
{'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-30T14: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/7011127',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'X3',
'odometer': 80899,
'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': 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-29 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011127auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:20 [ecarstrade.be] INFO: Saving data for 7011127auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631432.42366, 'last_price_update_time': 1774821680.593892}
2026-03-29 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011127auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b8e7090-9180-55da-82c3-20c51a3ea4dd with identifier: 7011129auction111152
2026-03-29 22:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b8e7090-9180-55da-82c3-20c51a3ea4dd with identifier: 7011129auction111152
2026-03-29 22:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b8e7090-9180-55da-82c3-20c51a3ea4dd with identifier: 7011129auction111152 to the API
2026-03-29 22:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011129>
{'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-30T14: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/7011129',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 81207,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011129auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:20 [ecarstrade.be] INFO: Saving data for 7011129auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631434.883396, 'last_price_update_time': 1774821680.902751}
2026-03-29 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011129auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011130> (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-29 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-29 22:01:23 [ecarstrade.be] INFO: Extracting details for car 7011130auction111152
2026-03-29 22:01:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffa43f73-17f0-52a6-825b-20c0dc9bf188 with identifier: 7011130auction111152
2026-03-29 22:01:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffa43f73-17f0-52a6-825b-20c0dc9bf188 with scrape type 2
2026-03-29 22:01:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffa43f73-17f0-52a6-825b-20c0dc9bf188 with scrape type 2
2026-03-29 22:01:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ffa43f73-17f0-52a6-825b-20c0dc9bf188, identifier: 7011130auction111152
2026-03-29 22:01:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ffa43f73-17f0-52a6-825b-20c0dc9bf188 with identifier: 7011130auction111152
2026-03-29 22:01:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ffa43f73-17f0-52a6-825b-20c0dc9bf188 with identifier: 7011130auction111152
2026-03-29 22:01:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ffa43f73-17f0-52a6-825b-20c0dc9bf188 with identifier: 7011130auction111152 to the API
2026-03-29 22:01:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011130>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'ffa43f73-17f0-52a6-825b-20c0dc9bf188',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011130',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': '218',
'odometer': 80546,
'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': 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-29 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011130auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:23 [ecarstrade.be] INFO: Saving data for 7011130auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631458.565171, 'last_price_update_time': 1774821683.752745}
2026-03-29 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011130auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011131> (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-29 22:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:24 [ecarstrade.be] INFO: Extracting details for car 7011131auction111152
2026-03-29 22:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with identifier: 7011131auction111152
2026-03-29 22:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with scrape type 2
2026-03-29 22:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with scrape type 2
2026-03-29 22:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9, identifier: 7011131auction111152
2026-03-29 22:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with identifier: 7011131auction111152
2026-03-29 22:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with identifier: 7011131auction111152
2026-03-29 22:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fe51b8f-1374-5aa3-a775-5d41e27d68b9 with identifier: 7011131auction111152 to the API
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011131>
{'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-30T14: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/7011131',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 98550,
'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': 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-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011131auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:24 [ecarstrade.be] INFO: Saving data for 7011131auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631586.509669, 'last_price_update_time': 1774821684.628021}
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011131auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011133> (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-29 22:01:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:24 [ecarstrade.be] INFO: Extracting details for car 7011133auction111152
2026-03-29 22:01:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ec6ad19-bc71-5078-b725-15cf7f16fda6 with identifier: 7011133auction111152
2026-03-29 22:01:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec6ad19-bc71-5078-b725-15cf7f16fda6 with scrape type 2
2026-03-29 22:01:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ec6ad19-bc71-5078-b725-15cf7f16fda6 with scrape type 2
2026-03-29 22:01:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ec6ad19-bc71-5078-b725-15cf7f16fda6, identifier: 7011133auction111152
2026-03-29 22:01:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ec6ad19-bc71-5078-b725-15cf7f16fda6 with identifier: 7011133auction111152
2026-03-29 22:01:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ec6ad19-bc71-5078-b725-15cf7f16fda6 with identifier: 7011133auction111152
2026-03-29 22:01:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ec6ad19-bc71-5078-b725-15cf7f16fda6 with identifier: 7011133auction111152 to the API
2026-03-29 22:01:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011133>
{'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-30T14:30:00Z',
'fuel_type': 'Diesel',
'id': '7ec6ad19-bc71-5078-b725-15cf7f16fda6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011133',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': '430',
'odometer': 96790,
'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': None,
'seller_name': None,
'title': '430D XDRIVE GRAN CP BVA M-S EV',
'transmission': 'automatic',
'trim': 'D XDRIVE GRAN CP BVA M-S EV',
'vin': None,
'year': 2022}
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011133auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:25 [ecarstrade.be] INFO: Saving data for 7011133auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631580.112905, 'last_price_update_time': 1774821685.144775}
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011133auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011132> (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-29 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-29 22:01:25 [ecarstrade.be] INFO: Extracting details for car 7011132auction111152
2026-03-29 22:01:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with identifier: 7011132auction111152
2026-03-29 22:01:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with scrape type 2
2026-03-29 22:01:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with scrape type 2
2026-03-29 22:01:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4, identifier: 7011132auction111152
2026-03-29 22:01:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with identifier: 7011132auction111152
2026-03-29 22:01:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with identifier: 7011132auction111152
2026-03-29 22:01:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ba32e6d-d82b-59d3-9fbb-eb6db6f521d4 with identifier: 7011132auction111152 to the API
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011132>
{'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-30T14: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/7011132',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 122585,
'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': 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-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011132auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:25 [ecarstrade.be] INFO: Saving data for 7011132auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631579.074293, 'last_price_update_time': 1774821685.639873}
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011132auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011134> (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-29 22:01:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:26 [ecarstrade.be] INFO: Extracting details for car 7011134auction111152
2026-03-29 22:01:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82524687-80e6-55bd-8083-fb44d5e052f5 with identifier: 7011134auction111152
2026-03-29 22:01:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82524687-80e6-55bd-8083-fb44d5e052f5 with scrape type 2
2026-03-29 22:01:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82524687-80e6-55bd-8083-fb44d5e052f5 with scrape type 2
2026-03-29 22:01:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82524687-80e6-55bd-8083-fb44d5e052f5, identifier: 7011134auction111152
2026-03-29 22:01:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82524687-80e6-55bd-8083-fb44d5e052f5 with identifier: 7011134auction111152
2026-03-29 22:01:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82524687-80e6-55bd-8083-fb44d5e052f5 with identifier: 7011134auction111152
2026-03-29 22:01:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82524687-80e6-55bd-8083-fb44d5e052f5 with identifier: 7011134auction111152 to the API
2026-03-29 22:01:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011134>
{'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-30T14: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/7011134',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 78663,
'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': 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-29 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011134auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:26 [ecarstrade.be] INFO: Saving data for 7011134auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631578.136806, 'last_price_update_time': 1774821686.983523}
2026-03-29 22:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011134auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011142> (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-29 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-29 22:01:27 [ecarstrade.be] INFO: Extracting details for car 7011142auction111152
2026-03-29 22:01:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d42fcc00-b943-5768-aced-6d498a4c85b5 with identifier: 7011142auction111152
2026-03-29 22:01:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d42fcc00-b943-5768-aced-6d498a4c85b5 with scrape type 2
2026-03-29 22:01:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d42fcc00-b943-5768-aced-6d498a4c85b5 with scrape type 2
2026-03-29 22:01:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d42fcc00-b943-5768-aced-6d498a4c85b5, identifier: 7011142auction111152
2026-03-29 22:01:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d42fcc00-b943-5768-aced-6d498a4c85b5 with identifier: 7011142auction111152
2026-03-29 22:01:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d42fcc00-b943-5768-aced-6d498a4c85b5 with identifier: 7011142auction111152
2026-03-29 22:01:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d42fcc00-b943-5768-aced-6d498a4c85b5 with identifier: 7011142auction111152 to the API
2026-03-29 22:01:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011142>
{'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-30T14: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/7011142',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 106866,
'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': 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-29 22:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011142auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:27 [ecarstrade.be] INFO: Saving data for 7011142auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631470.248064, 'last_price_update_time': 1774821687.985407}
2026-03-29 22:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011142auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011141> (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-29 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-29 22:01:28 [ecarstrade.be] INFO: Extracting details for car 7011141auction111152
2026-03-29 22:01:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with identifier: 7011141auction111152
2026-03-29 22:01:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with scrape type 2
2026-03-29 22:01:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with scrape type 2
2026-03-29 22:01:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47, identifier: 7011141auction111152
2026-03-29 22:01:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with identifier: 7011141auction111152
2026-03-29 22:01:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with identifier: 7011141auction111152
2026-03-29 22:01:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6bfa8be2-fb32-58ff-a2d4-b4dbe353bc47 with identifier: 7011141auction111152 to the API
2026-03-29 22:01:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011141>
{'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-30T14: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/7011141',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '218',
'odometer': 83082,
'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': 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-29 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011141auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:28 [ecarstrade.be] INFO: Saving data for 7011141auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631529.315058, 'last_price_update_time': 1774821688.48823}
2026-03-29 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011141auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011135> (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-29 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-29 22:01:29 [ecarstrade.be] INFO: Extracting details for car 7011135auction111152
2026-03-29 22:01:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a76221b-2030-5f19-b731-08536e362884 with identifier: 7011135auction111152
2026-03-29 22:01:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a76221b-2030-5f19-b731-08536e362884 with scrape type 2
2026-03-29 22:01:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a76221b-2030-5f19-b731-08536e362884 with scrape type 2
2026-03-29 22:01:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a76221b-2030-5f19-b731-08536e362884, identifier: 7011135auction111152
2026-03-29 22:01:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a76221b-2030-5f19-b731-08536e362884 with identifier: 7011135auction111152
2026-03-29 22:01:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a76221b-2030-5f19-b731-08536e362884 with identifier: 7011135auction111152
2026-03-29 22:01:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a76221b-2030-5f19-b731-08536e362884 with identifier: 7011135auction111152 to the API
2026-03-29 22:01:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011135>
{'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-30T14: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/7011135',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'MG',
'model': 'EHS',
'odometer': 126415,
'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': 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-29 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011135auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:29 [ecarstrade.be] INFO: Saving data for 7011135auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631575.640394, 'last_price_update_time': 1774821689.612908}
2026-03-29 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011135auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011144> (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-29 22:01:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:30 [ecarstrade.be] INFO: Extracting details for car 7011144auction111152
2026-03-29 22:01:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with identifier: 7011144auction111152
2026-03-29 22:01:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with scrape type 2
2026-03-29 22:01:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with scrape type 2
2026-03-29 22:01:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1, identifier: 7011144auction111152
2026-03-29 22:01:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with identifier: 7011144auction111152
2026-03-29 22:01:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with identifier: 7011144auction111152
2026-03-29 22:01:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 826fb03b-5282-5fe3-a4fe-eb69060fb2c1 with identifier: 7011144auction111152 to the API
2026-03-29 22:01:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011144>
{'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-30T14: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/7011144',
'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': 0,
'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-29 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011144auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:30 [ecarstrade.be] INFO: Saving data for 7011144auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631521.120603, 'last_price_update_time': 1774821690.56436}
2026-03-29 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011144auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011163> (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-29 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-29 22:01:31 [ecarstrade.be] INFO: Extracting details for car 7011163auction111152
2026-03-29 22:01:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c447734f-2e84-50fa-a146-516f68366559 with identifier: 7011163auction111152
2026-03-29 22:01:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c447734f-2e84-50fa-a146-516f68366559 with scrape type 2
2026-03-29 22:01:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c447734f-2e84-50fa-a146-516f68366559 with scrape type 2
2026-03-29 22:01:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c447734f-2e84-50fa-a146-516f68366559, identifier: 7011163auction111152
2026-03-29 22:01:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c447734f-2e84-50fa-a146-516f68366559 with identifier: 7011163auction111152
2026-03-29 22:01:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c447734f-2e84-50fa-a146-516f68366559 with identifier: 7011163auction111152
2026-03-29 22:01:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c447734f-2e84-50fa-a146-516f68366559 with identifier: 7011163auction111152 to the API
2026-03-29 22:01:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011163>
{'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-30T14: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/7011163',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 126436,
'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': 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-29 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011163auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:32 [ecarstrade.be] INFO: Saving data for 7011163auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631490.833078, 'last_price_update_time': 1774821692.165438}
2026-03-29 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011163auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011166> (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-29 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-29 22:01:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011165> (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-29 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-29 22:01:32 [ecarstrade.be] INFO: Extracting details for car 7011166auction111152
2026-03-29 22:01:32 [ecarstrade.be] INFO: Extracting details for car 7011165auction111152
2026-03-29 22:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea5a4686-e00c-5092-9226-0fd440c51b4c with identifier: 7011166auction111152
2026-03-29 22:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea5a4686-e00c-5092-9226-0fd440c51b4c with scrape type 2
2026-03-29 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea5a4686-e00c-5092-9226-0fd440c51b4c with scrape type 2
2026-03-29 22:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea5a4686-e00c-5092-9226-0fd440c51b4c, identifier: 7011166auction111152
2026-03-29 22:01:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 933ebf65-0739-5c90-90cc-d6d516ae12ba with identifier: 7011165auction111152
2026-03-29 22:01:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 933ebf65-0739-5c90-90cc-d6d516ae12ba with scrape type 2
2026-03-29 22:01:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 933ebf65-0739-5c90-90cc-d6d516ae12ba with scrape type 2
2026-03-29 22:01:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 933ebf65-0739-5c90-90cc-d6d516ae12ba, identifier: 7011165auction111152
2026-03-29 22:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea5a4686-e00c-5092-9226-0fd440c51b4c with identifier: 7011166auction111152
2026-03-29 22:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea5a4686-e00c-5092-9226-0fd440c51b4c with identifier: 7011166auction111152
2026-03-29 22:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea5a4686-e00c-5092-9226-0fd440c51b4c with identifier: 7011166auction111152 to the API
2026-03-29 22:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011166>
{'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-30T14: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/7011166',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 137835,
'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': 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-29 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011166auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:32 [ecarstrade.be] INFO: Saving data for 7011166auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631488.534527, 'last_price_update_time': 1774821692.767478}
2026-03-29 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011166auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 933ebf65-0739-5c90-90cc-d6d516ae12ba with identifier: 7011165auction111152
2026-03-29 22:01:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 933ebf65-0739-5c90-90cc-d6d516ae12ba with identifier: 7011165auction111152
2026-03-29 22:01:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 933ebf65-0739-5c90-90cc-d6d516ae12ba with identifier: 7011165auction111152 to the API
2026-03-29 22:01:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011165>
{'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-30T14: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/7011165',
'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': 0,
'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-29 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011165auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:33 [ecarstrade.be] INFO: Saving data for 7011165auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631489.268455, 'last_price_update_time': 1774821693.05314}
2026-03-29 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011165auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011164> (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-29 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-29 22:01:33 [ecarstrade.be] INFO: Extracting details for car 7011164auction111152
2026-03-29 22:01:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c45318cf-50fe-5eef-8750-970436d4530d with identifier: 7011164auction111152
2026-03-29 22:01:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c45318cf-50fe-5eef-8750-970436d4530d with scrape type 2
2026-03-29 22:01:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c45318cf-50fe-5eef-8750-970436d4530d with scrape type 2
2026-03-29 22:01:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c45318cf-50fe-5eef-8750-970436d4530d, identifier: 7011164auction111152
2026-03-29 22:01:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c45318cf-50fe-5eef-8750-970436d4530d with identifier: 7011164auction111152
2026-03-29 22:01:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c45318cf-50fe-5eef-8750-970436d4530d with identifier: 7011164auction111152
2026-03-29 22:01:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c45318cf-50fe-5eef-8750-970436d4530d with identifier: 7011164auction111152 to the API
2026-03-29 22:01:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011164>
{'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-30T14:30:00Z',
'fuel_type': 'Electric',
'id': 'c45318cf-50fe-5eef-8750-970436d4530d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011164',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'iX',
'odometer': 61882,
'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': None,
'seller_name': None,
'title': 'IX XDRIVE40 EL 326CH',
'transmission': 'automatic',
'trim': 'IX XDRIVE40 EL 326CH',
'vin': None,
'year': 2022}
2026-03-29 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011164auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:33 [ecarstrade.be] INFO: Saving data for 7011164auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631491.430114, 'last_price_update_time': 1774821693.873476}
2026-03-29 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011164auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011161> (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-29 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-29 22:01:34 [ecarstrade.be] INFO: Extracting details for car 7011161auction111152
2026-03-29 22:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with identifier: 7011161auction111152
2026-03-29 22:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with scrape type 2
2026-03-29 22:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with scrape type 2
2026-03-29 22:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84, identifier: 7011161auction111152
2026-03-29 22:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with identifier: 7011161auction111152
2026-03-29 22:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with identifier: 7011161auction111152
2026-03-29 22:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 008e9519-e5a6-54d4-8ff2-d6c85eac9a84 with identifier: 7011161auction111152 to the API
2026-03-29 22:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011161>
{'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-30T14: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/7011161',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 89068,
'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': 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-29 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011161auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:35 [ecarstrade.be] INFO: Saving data for 7011161auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631490.303357, 'last_price_update_time': 1774821695.278619}
2026-03-29 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011161auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011160> (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-29 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-29 22:01:35 [ecarstrade.be] INFO: Extracting details for car 7011160auction111152
2026-03-29 22:01:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e6ed6b3-267c-5c43-99eb-5576a669c972 with identifier: 7011160auction111152
2026-03-29 22:01:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e6ed6b3-267c-5c43-99eb-5576a669c972 with scrape type 2
2026-03-29 22:01:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e6ed6b3-267c-5c43-99eb-5576a669c972 with scrape type 2
2026-03-29 22:01:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e6ed6b3-267c-5c43-99eb-5576a669c972, identifier: 7011160auction111152
2026-03-29 22:01:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e6ed6b3-267c-5c43-99eb-5576a669c972 with identifier: 7011160auction111152
2026-03-29 22:01:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e6ed6b3-267c-5c43-99eb-5576a669c972 with identifier: 7011160auction111152
2026-03-29 22:01:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e6ed6b3-267c-5c43-99eb-5576a669c972 with identifier: 7011160auction111152 to the API
2026-03-29 22:01:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011160>
{'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-30T14: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/7011160',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 111217,
'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': 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-29 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011160auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:35 [ecarstrade.be] INFO: Saving data for 7011160auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631488.176365, 'last_price_update_time': 1774821695.920038}
2026-03-29 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011160auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011159> (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-29 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-29 22:01:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011158> (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-29 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-29 22:01:36 [ecarstrade.be] INFO: Extracting details for car 7011159auction111152
2026-03-29 22:01:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with identifier: 7011159auction111152
2026-03-29 22:01:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with scrape type 2
2026-03-29 22:01:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with scrape type 2
2026-03-29 22:01:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36, identifier: 7011159auction111152
2026-03-29 22:01:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with identifier: 7011159auction111152
2026-03-29 22:01:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with identifier: 7011159auction111152
2026-03-29 22:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c9e62fe-0c4a-5a4f-8f57-9656801e3b36 with identifier: 7011159auction111152 to the API
2026-03-29 22:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011159>
{'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-30T14: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/7011159',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 126837,
'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': 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-29 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011159auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:37 [ecarstrade.be] INFO: Saving data for 7011159auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631452.765219, 'last_price_update_time': 1774821697.226637}
2026-03-29 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011159auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:37 [ecarstrade.be] INFO: Extracting details for car 7011158auction111152
2026-03-29 22:01:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67990e24-297f-5cf9-bb65-b73dc80fd552 with identifier: 7011158auction111152
2026-03-29 22:01:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67990e24-297f-5cf9-bb65-b73dc80fd552 with scrape type 2
2026-03-29 22:01:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67990e24-297f-5cf9-bb65-b73dc80fd552 with scrape type 2
2026-03-29 22:01:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67990e24-297f-5cf9-bb65-b73dc80fd552, identifier: 7011158auction111152
2026-03-29 22:01:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67990e24-297f-5cf9-bb65-b73dc80fd552 with identifier: 7011158auction111152
2026-03-29 22:01:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67990e24-297f-5cf9-bb65-b73dc80fd552 with identifier: 7011158auction111152
2026-03-29 22:01:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67990e24-297f-5cf9-bb65-b73dc80fd552 with identifier: 7011158auction111152 to the API
2026-03-29 22:01:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011158>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '67990e24-297f-5cf9-bb65-b73dc80fd552',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011158',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': '218',
'odometer': 75225,
'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': 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-29 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011158auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:37 [ecarstrade.be] INFO: Saving data for 7011158auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631455.73203, 'last_price_update_time': 1774821697.625529}
2026-03-29 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011158auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011157> (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-29 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-29 22:01:38 [ecarstrade.be] INFO: Extracting details for car 7011157auction111152
2026-03-29 22:01:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a881f98a-e6b7-5532-becb-154a26c64b68 with identifier: 7011157auction111152
2026-03-29 22:01:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a881f98a-e6b7-5532-becb-154a26c64b68 with scrape type 2
2026-03-29 22:01:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a881f98a-e6b7-5532-becb-154a26c64b68 with scrape type 2
2026-03-29 22:01:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a881f98a-e6b7-5532-becb-154a26c64b68, identifier: 7011157auction111152
2026-03-29 22:01:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a881f98a-e6b7-5532-becb-154a26c64b68 with identifier: 7011157auction111152
2026-03-29 22:01:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a881f98a-e6b7-5532-becb-154a26c64b68 with identifier: 7011157auction111152
2026-03-29 22:01:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a881f98a-e6b7-5532-becb-154a26c64b68 with identifier: 7011157auction111152 to the API
2026-03-29 22:01:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011157>
{'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-30T14: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/7011157',
'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': 0,
'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-29 22:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011157auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:38 [ecarstrade.be] INFO: Saving data for 7011157auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631457.200038, 'last_price_update_time': 1774821698.83328}
2026-03-29 22:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011157auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011156> (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-29 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-29 22:01:39 [ecarstrade.be] INFO: Extracting details for car 7011156auction111152
2026-03-29 22:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51053292-ed86-53f0-8889-36f3ca67e307 with identifier: 7011156auction111152
2026-03-29 22:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51053292-ed86-53f0-8889-36f3ca67e307 with scrape type 2
2026-03-29 22:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51053292-ed86-53f0-8889-36f3ca67e307 with scrape type 2
2026-03-29 22:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51053292-ed86-53f0-8889-36f3ca67e307, identifier: 7011156auction111152
2026-03-29 22:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51053292-ed86-53f0-8889-36f3ca67e307 with identifier: 7011156auction111152
2026-03-29 22:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51053292-ed86-53f0-8889-36f3ca67e307 with identifier: 7011156auction111152
2026-03-29 22:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51053292-ed86-53f0-8889-36f3ca67e307 with identifier: 7011156auction111152 to the API
2026-03-29 22:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011156>
{'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-30T14: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/7011156',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'X1',
'odometer': 66475,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011156auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:39 [ecarstrade.be] INFO: Saving data for 7011156auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631451.86057, 'last_price_update_time': 1774821699.571227}
2026-03-29 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011156auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011155> (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-29 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-29 22:01:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011154> (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-29 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-29 22:01:39 [ecarstrade.be] INFO: Extracting details for car 7011155auction111152
2026-03-29 22:01:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79af66ac-482b-58c6-878f-83f29447601d with identifier: 7011155auction111152
2026-03-29 22:01:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79af66ac-482b-58c6-878f-83f29447601d with scrape type 2
2026-03-29 22:01:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79af66ac-482b-58c6-878f-83f29447601d with scrape type 2
2026-03-29 22:01:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79af66ac-482b-58c6-878f-83f29447601d, identifier: 7011155auction111152
2026-03-29 22:01:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79af66ac-482b-58c6-878f-83f29447601d with identifier: 7011155auction111152
2026-03-29 22:01:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79af66ac-482b-58c6-878f-83f29447601d with identifier: 7011155auction111152
2026-03-29 22:01:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79af66ac-482b-58c6-878f-83f29447601d with identifier: 7011155auction111152 to the API
2026-03-29 22:01:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011155>
{'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-30T14: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/7011155',
'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': 0,
'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-29 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011155auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:40 [ecarstrade.be] INFO: Saving data for 7011155auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631456.247201, 'last_price_update_time': 1774821700.098185}
2026-03-29 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011155auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:40 [ecarstrade.be] INFO: Extracting details for car 7011154auction111152
2026-03-29 22:01:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53e31a7e-2ab8-5999-ad63-2b2092d558ef with identifier: 7011154auction111152
2026-03-29 22:01:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53e31a7e-2ab8-5999-ad63-2b2092d558ef with scrape type 2
2026-03-29 22:01:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53e31a7e-2ab8-5999-ad63-2b2092d558ef with scrape type 2
2026-03-29 22:01:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53e31a7e-2ab8-5999-ad63-2b2092d558ef, identifier: 7011154auction111152
2026-03-29 22:01:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53e31a7e-2ab8-5999-ad63-2b2092d558ef with identifier: 7011154auction111152
2026-03-29 22:01:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53e31a7e-2ab8-5999-ad63-2b2092d558ef with identifier: 7011154auction111152
2026-03-29 22:01:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53e31a7e-2ab8-5999-ad63-2b2092d558ef with identifier: 7011154auction111152 to the API
2026-03-29 22:01:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011154>
{'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-30T14:30:00Z',
'fuel_type': 'Electric',
'id': '53e31a7e-2ab8-5999-ad63-2b2092d558ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011154',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 92445,
'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': None,
'seller_name': None,
'title': 'MUSTANG MACH-E 269 AWD RSK',
'transmission': 'automatic',
'trim': 'MUSTANG MH-E 269 AWD RSK',
'vin': None,
'year': 2023}
2026-03-29 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011154auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:40 [ecarstrade.be] INFO: Saving data for 7011154auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631450.912528, 'last_price_update_time': 1774821700.508888}
2026-03-29 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011154auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011153> (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-29 22:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:41 [ecarstrade.be] INFO: Extracting details for car 7011153auction111152
2026-03-29 22:01:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: caf1cf19-76e3-5a38-9227-2d5a355bc911 with identifier: 7011153auction111152
2026-03-29 22:01:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item caf1cf19-76e3-5a38-9227-2d5a355bc911 with scrape type 2
2026-03-29 22:01:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item caf1cf19-76e3-5a38-9227-2d5a355bc911 with scrape type 2
2026-03-29 22:01:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: caf1cf19-76e3-5a38-9227-2d5a355bc911, identifier: 7011153auction111152
2026-03-29 22:01:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: caf1cf19-76e3-5a38-9227-2d5a355bc911 with identifier: 7011153auction111152
2026-03-29 22:01:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: caf1cf19-76e3-5a38-9227-2d5a355bc911 with identifier: 7011153auction111152
2026-03-29 22:01:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: caf1cf19-76e3-5a38-9227-2d5a355bc911 with identifier: 7011153auction111152 to the API
2026-03-29 22:01:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011153>
{'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-30T14: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/7011153',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 134640,
'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': 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-29 22:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011153auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:42 [ecarstrade.be] INFO: Saving data for 7011153auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631453.176526, 'last_price_update_time': 1774821702.002218}
2026-03-29 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011153auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011150> (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-29 22:01:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:43 [ecarstrade.be] INFO: Extracting details for car 7011150auction111152
2026-03-29 22:01:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d474df6-f320-54fa-a3ab-089f2b8313a6 with identifier: 7011150auction111152
2026-03-29 22:01:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d474df6-f320-54fa-a3ab-089f2b8313a6 with scrape type 2
2026-03-29 22:01:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d474df6-f320-54fa-a3ab-089f2b8313a6 with scrape type 2
2026-03-29 22:01:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d474df6-f320-54fa-a3ab-089f2b8313a6, identifier: 7011150auction111152
2026-03-29 22:01:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d474df6-f320-54fa-a3ab-089f2b8313a6 with identifier: 7011150auction111152
2026-03-29 22:01:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d474df6-f320-54fa-a3ab-089f2b8313a6 with identifier: 7011150auction111152
2026-03-29 22:01:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d474df6-f320-54fa-a3ab-089f2b8313a6 with identifier: 7011150auction111152 to the API
2026-03-29 22:01:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011150>
{'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-30T14: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/7011150',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 115418,
'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': 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-29 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011150auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:44 [ecarstrade.be] INFO: Saving data for 7011150auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631450.380354, 'last_price_update_time': 1774821704.10879}
2026-03-29 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011150auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011149> (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-29 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-29 22:01:44 [ecarstrade.be] INFO: Extracting details for car 7011149auction111152
2026-03-29 22:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with identifier: 7011149auction111152
2026-03-29 22:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with scrape type 2
2026-03-29 22:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with scrape type 2
2026-03-29 22:01:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9, identifier: 7011149auction111152
2026-03-29 22:01:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with identifier: 7011149auction111152
2026-03-29 22:01:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with identifier: 7011149auction111152
2026-03-29 22:01:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea2b7fa6-3235-5f45-b6f6-fd911c538dd9 with identifier: 7011149auction111152 to the API
2026-03-29 22:01:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011149>
{'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-30T14: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/7011149',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 79289,
'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': 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-29 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011149auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:44 [ecarstrade.be] INFO: Saving data for 7011149auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631492.458222, 'last_price_update_time': 1774821704.714013}
2026-03-29 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011149auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011148> (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-29 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-29 22:01:44 [ecarstrade.be] INFO: Extracting details for car 7011148auction111152
2026-03-29 22:01:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with identifier: 7011148auction111152
2026-03-29 22:01:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with scrape type 2
2026-03-29 22:01:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with scrape type 2
2026-03-29 22:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d, identifier: 7011148auction111152
2026-03-29 22:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with identifier: 7011148auction111152
2026-03-29 22:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with identifier: 7011148auction111152
2026-03-29 22:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae8a3b6c-0093-5a75-ac21-ac76e96c4b3d with identifier: 7011148auction111152 to the API
2026-03-29 22:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011148>
{'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-30T14: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/7011148',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 83283,
'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': 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-29 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011148auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:45 [ecarstrade.be] INFO: Saving data for 7011148auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631452.376833, 'last_price_update_time': 1774821705.331917}
2026-03-29 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011148auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011147> (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-29 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-29 22:01:45 [ecarstrade.be] INFO: Extracting details for car 7011147auction111152
2026-03-29 22:01:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94887eae-3d69-5c7b-b500-02b076bdb4fc with identifier: 7011147auction111152
2026-03-29 22:01:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94887eae-3d69-5c7b-b500-02b076bdb4fc with scrape type 2
2026-03-29 22:01:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94887eae-3d69-5c7b-b500-02b076bdb4fc with scrape type 2
2026-03-29 22:01:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94887eae-3d69-5c7b-b500-02b076bdb4fc, identifier: 7011147auction111152
2026-03-29 22:01:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94887eae-3d69-5c7b-b500-02b076bdb4fc with identifier: 7011147auction111152
2026-03-29 22:01:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94887eae-3d69-5c7b-b500-02b076bdb4fc with identifier: 7011147auction111152
2026-03-29 22:01:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94887eae-3d69-5c7b-b500-02b076bdb4fc with identifier: 7011147auction111152 to the API
2026-03-29 22:01:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011147>
{'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-30T14: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/7011147',
'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': 0,
'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-29 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011147auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:45 [ecarstrade.be] INFO: Saving data for 7011147auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631454.732454, 'last_price_update_time': 1774821705.848855}
2026-03-29 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011147auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011146> (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-29 22:01:46 [ecarstrade.be] INFO: Extracting details for car 7011146auction111152
2026-03-29 22:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50978c85-4017-5a32-bdb2-17973c6b66fc with identifier: 7011146auction111152
2026-03-29 22:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50978c85-4017-5a32-bdb2-17973c6b66fc with scrape type 2
2026-03-29 22:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50978c85-4017-5a32-bdb2-17973c6b66fc with scrape type 2
2026-03-29 22:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50978c85-4017-5a32-bdb2-17973c6b66fc, identifier: 7011146auction111152
2026-03-29 22:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50978c85-4017-5a32-bdb2-17973c6b66fc with identifier: 7011146auction111152
2026-03-29 22:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50978c85-4017-5a32-bdb2-17973c6b66fc with identifier: 7011146auction111152
2026-03-29 22:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50978c85-4017-5a32-bdb2-17973c6b66fc with identifier: 7011146auction111152 to the API
2026-03-29 22:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011146>
{'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-30T14: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/7011146',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 117451,
'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': 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-29 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011146auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:46 [ecarstrade.be] INFO: Saving data for 7011146auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631529.945415, 'last_price_update_time': 1774821706.448724}
2026-03-29 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011146auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011145> (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-29 22:01:46 [ecarstrade.be] INFO: Extracting details for car 7011145auction111152
2026-03-29 22:01:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb4c7546-908f-5490-9c67-df7cbbfaafed with identifier: 7011145auction111152
2026-03-29 22:01:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb4c7546-908f-5490-9c67-df7cbbfaafed with scrape type 2
2026-03-29 22:01:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb4c7546-908f-5490-9c67-df7cbbfaafed with scrape type 2
2026-03-29 22:01:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb4c7546-908f-5490-9c67-df7cbbfaafed, identifier: 7011145auction111152
2026-03-29 22:01:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb4c7546-908f-5490-9c67-df7cbbfaafed with identifier: 7011145auction111152
2026-03-29 22:01:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb4c7546-908f-5490-9c67-df7cbbfaafed with identifier: 7011145auction111152
2026-03-29 22:01:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb4c7546-908f-5490-9c67-df7cbbfaafed with identifier: 7011145auction111152 to the API
2026-03-29 22:01:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011145>
{'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-30T14:30:00Z',
'fuel_type': 'Electric',
'id': 'bb4c7546-908f-5490-9c67-df7cbbfaafed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011145',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'iX',
'odometer': 71525,
'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': None,
'seller_name': None,
'title': 'IX XDRIVE40 EL 326CH ME',
'transmission': 'manual',
'trim': 'IX XDRIVE40 EL 326CH ME',
'vin': None,
'year': 2022}
2026-03-29 22:01:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011145auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:47 [ecarstrade.be] INFO: Saving data for 7011145auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631458.955321, 'last_price_update_time': 1774821707.00451}
2026-03-29 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011145auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:48 [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-29 22:01:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011167auction111152
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011167auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011167auction111152: 2
2026-03-29 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-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011168auction111152
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011168auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011168auction111152: 2
2026-03-29 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-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011169auction111152
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011169auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011169auction111152: 2
2026-03-29 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-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011170auction111152
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011170auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011170auction111152: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011172auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011172auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011172auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011173auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011173auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011173auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011174auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011174auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011174auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011175auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011175auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011175auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011176auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011176auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011176auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011177auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011177auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011177auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011178auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011178auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011178auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011179auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011179auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011179auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011181auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011181auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011181auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011182auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011182auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011182auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011183auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011183auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011183auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011184auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011184auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011184auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011185auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011185auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011185auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011186auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011186auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011186auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011187auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011187auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:48 [ecarstrade.be] INFO: Scrape type for 7011187auction111153: 2
2026-03-29 22:01:48 [ecarstrade.be] INFO: Found listing with ID: 7011189auction111153
2026-03-29 22:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011189auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:49 [ecarstrade.be] INFO: Scrape type for 7011189auction111153: 2
2026-03-29 22:01:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011140> (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-29 22:01:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:50 [ecarstrade.be] INFO: Extracting details for car 7011140auction111152
2026-03-29 22:01:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07e8627d-84df-5dcf-a8e9-2e927d8e3977 with identifier: 7011140auction111152
2026-03-29 22:01:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07e8627d-84df-5dcf-a8e9-2e927d8e3977 with scrape type 2
2026-03-29 22:01:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07e8627d-84df-5dcf-a8e9-2e927d8e3977 with scrape type 2
2026-03-29 22:01:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07e8627d-84df-5dcf-a8e9-2e927d8e3977, identifier: 7011140auction111152
2026-03-29 22:01:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07e8627d-84df-5dcf-a8e9-2e927d8e3977 with identifier: 7011140auction111152
2026-03-29 22:01:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07e8627d-84df-5dcf-a8e9-2e927d8e3977 with identifier: 7011140auction111152
2026-03-29 22:01:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07e8627d-84df-5dcf-a8e9-2e927d8e3977 with identifier: 7011140auction111152 to the API
2026-03-29 22:01:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011140>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '07e8627d-84df-5dcf-a8e9-2e927d8e3977',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011140',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'BMW',
'model': 'X1',
'odometer': 58952,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-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-29 22:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011140auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:51 [ecarstrade.be] INFO: Saving data for 7011140auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631505.07904, 'last_price_update_time': 1774821711.01678}
2026-03-29 22:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011140auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011139> (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-29 22:01:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:51 [ecarstrade.be] INFO: Extracting details for car 7011139auction111152
2026-03-29 22:01:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0248de9-c27d-5e2e-a229-211f0f82694d with identifier: 7011139auction111152
2026-03-29 22:01:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0248de9-c27d-5e2e-a229-211f0f82694d with scrape type 2
2026-03-29 22:01:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0248de9-c27d-5e2e-a229-211f0f82694d with scrape type 2
2026-03-29 22:01:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0248de9-c27d-5e2e-a229-211f0f82694d, identifier: 7011139auction111152
2026-03-29 22:01:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0248de9-c27d-5e2e-a229-211f0f82694d with identifier: 7011139auction111152
2026-03-29 22:01:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0248de9-c27d-5e2e-a229-211f0f82694d with identifier: 7011139auction111152
2026-03-29 22:01:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0248de9-c27d-5e2e-a229-211f0f82694d with identifier: 7011139auction111152 to the API
2026-03-29 22:01:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011139>
{'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-30T14:30:00Z',
'fuel_type': 'Electric',
'id': 'd0248de9-c27d-5e2e-a229-211f0f82694d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011139',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': 'iX',
'odometer': 55921,
'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': None,
'seller_name': None,
'title': 'IX XDRIVE40 EL 326CH ME EV',
'transmission': 'manual',
'trim': 'IX XDRIVE40 EL 326CH ME EV',
'vin': None,
'year': 2022}
2026-03-29 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011139auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:52 [ecarstrade.be] INFO: Saving data for 7011139auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631469.2164, 'last_price_update_time': 1774821712.401677}
2026-03-29 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011139auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011137> (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-29 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-29 22:01:52 [ecarstrade.be] INFO: Extracting details for car 7011137auction111152
2026-03-29 22:01:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39859a81-5487-581a-9ce6-d6cda1e70042 with identifier: 7011137auction111152
2026-03-29 22:01:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39859a81-5487-581a-9ce6-d6cda1e70042 with scrape type 2
2026-03-29 22:01:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39859a81-5487-581a-9ce6-d6cda1e70042 with scrape type 2
2026-03-29 22:01:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39859a81-5487-581a-9ce6-d6cda1e70042, identifier: 7011137auction111152
2026-03-29 22:01:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39859a81-5487-581a-9ce6-d6cda1e70042 with identifier: 7011137auction111152
2026-03-29 22:01:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39859a81-5487-581a-9ce6-d6cda1e70042 with identifier: 7011137auction111152
2026-03-29 22:01:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39859a81-5487-581a-9ce6-d6cda1e70042 with identifier: 7011137auction111152 to the API
2026-03-29 22:01:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011137>
{'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-30T14: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/7011137',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 116655,
'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': 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-29 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011137auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:52 [ecarstrade.be] INFO: Saving data for 7011137auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631457.693515, 'last_price_update_time': 1774821712.921102}
2026-03-29 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011137auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011138> (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-29 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-29 22:01:53 [ecarstrade.be] INFO: Extracting details for car 7011138auction111152
2026-03-29 22:01:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d341fbe3-1c0c-5e42-8442-49a3620afb43 with identifier: 7011138auction111152
2026-03-29 22:01:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d341fbe3-1c0c-5e42-8442-49a3620afb43 with scrape type 2
2026-03-29 22:01:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d341fbe3-1c0c-5e42-8442-49a3620afb43 with scrape type 2
2026-03-29 22:01:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d341fbe3-1c0c-5e42-8442-49a3620afb43, identifier: 7011138auction111152
2026-03-29 22:01:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d341fbe3-1c0c-5e42-8442-49a3620afb43 with identifier: 7011138auction111152
2026-03-29 22:01:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d341fbe3-1c0c-5e42-8442-49a3620afb43 with identifier: 7011138auction111152
2026-03-29 22:01:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d341fbe3-1c0c-5e42-8442-49a3620afb43 with identifier: 7011138auction111152 to the API
2026-03-29 22:01:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011138>
{'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-30T14: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/7011138',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 109832,
'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': 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-29 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011138auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:53 [ecarstrade.be] INFO: Saving data for 7011138auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631468.736799, 'last_price_update_time': 1774821713.427294}
2026-03-29 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011138auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011167> (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-29 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-29 22:01:55 [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-29 22:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:55 [ecarstrade.be] INFO: Extracting details for car 7011167auction111152
2026-03-29 22:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6176c4f-9bb7-5e68-9d00-892ce4aea30a with identifier: 7011167auction111152
2026-03-29 22:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6176c4f-9bb7-5e68-9d00-892ce4aea30a with scrape type 2
2026-03-29 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6176c4f-9bb7-5e68-9d00-892ce4aea30a with scrape type 2
2026-03-29 22:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6176c4f-9bb7-5e68-9d00-892ce4aea30a, identifier: 7011167auction111152
2026-03-29 22:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6176c4f-9bb7-5e68-9d00-892ce4aea30a with identifier: 7011167auction111152
2026-03-29 22:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6176c4f-9bb7-5e68-9d00-892ce4aea30a with identifier: 7011167auction111152
2026-03-29 22:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6176c4f-9bb7-5e68-9d00-892ce4aea30a with identifier: 7011167auction111152 to the API
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011167>
{'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-30T14: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/7011167',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'MG',
'model': 'EHS',
'odometer': 104163,
'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': 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-29 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011167auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:55 [ecarstrade.be] INFO: Saving data for 7011167auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631487.442476, 'last_price_update_time': 1774821715.477538}
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011167auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011168> (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-29 22:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:01:55 [ecarstrade.be] INFO: Found listing with ID: 7011190auction111153
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011190auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:55 [ecarstrade.be] INFO: Scrape type for 7011190auction111153: 2
2026-03-29 22:01:55 [ecarstrade.be] INFO: Found listing with ID: 7011191auction111153
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011191auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:55 [ecarstrade.be] INFO: Scrape type for 7011191auction111153: 2
2026-03-29 22:01:55 [ecarstrade.be] INFO: Found listing with ID: 7011192auction111153
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011192auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:55 [ecarstrade.be] INFO: Scrape type for 7011192auction111153: 2
2026-03-29 22:01:55 [ecarstrade.be] INFO: Extracting details for car 7011168auction111152
2026-03-29 22:01:55 [ecarstrade.be] INFO: Found listing with ID: 7011193auction111153
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011193auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:55 [ecarstrade.be] INFO: Scrape type for 7011193auction111153: 2
2026-03-29 22:01:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2199037e-99ea-5d2e-8e63-b5184a9cb865 with identifier: 7011168auction111152
2026-03-29 22:01:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2199037e-99ea-5d2e-8e63-b5184a9cb865 with scrape type 2
2026-03-29 22:01:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2199037e-99ea-5d2e-8e63-b5184a9cb865 with scrape type 2
2026-03-29 22:01:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2199037e-99ea-5d2e-8e63-b5184a9cb865, identifier: 7011168auction111152
2026-03-29 22:01:55 [ecarstrade.be] INFO: Found listing with ID: 7011194auction111153
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011194auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:55 [ecarstrade.be] INFO: Scrape type for 7011194auction111153: 2
2026-03-29 22:01:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2199037e-99ea-5d2e-8e63-b5184a9cb865 with identifier: 7011168auction111152
2026-03-29 22:01:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2199037e-99ea-5d2e-8e63-b5184a9cb865 with identifier: 7011168auction111152
2026-03-29 22:01:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2199037e-99ea-5d2e-8e63-b5184a9cb865 with identifier: 7011168auction111152 to the API
2026-03-29 22:01:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:01: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-29 22:01:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011168>
{'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-30T14: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/7011168',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'BMW',
'model': '118',
'odometer': 69725,
'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': 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-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011168auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Saving data for 7011168auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631489.888205, 'last_price_update_time': 1774821716.16542}
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011168auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011195auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011195auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011195auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011196auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011196auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011196auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011197auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011197auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011197auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011199auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011199auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011199auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011200auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011200auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011200auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011201auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011201auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011201auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011202auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011202auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011202auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011203auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011203auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011203auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011204auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011204auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011204auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011205auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011205auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011205auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011206auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011206auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011206auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011208auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011208auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011208auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011209auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011209auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011209auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011210auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011210auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011210auction111153: 2
2026-03-29 22:01:56 [ecarstrade.be] INFO: Found listing with ID: 7011212auction111153
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011212auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:01:56 [ecarstrade.be] INFO: Scrape type for 7011212auction111153: 2
2026-03-29 22:01:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011169> (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-29 22:01:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:01:57 [ecarstrade.be] INFO: Extracting details for car 7011169auction111152
2026-03-29 22:01:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with identifier: 7011169auction111152
2026-03-29 22:01:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with scrape type 2
2026-03-29 22:01:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with scrape type 2
2026-03-29 22:01:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961, identifier: 7011169auction111152
2026-03-29 22:01:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with identifier: 7011169auction111152
2026-03-29 22:01:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with identifier: 7011169auction111152
2026-03-29 22:01:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24c97d0e-d5e6-5994-a16b-3a8c1a8d0961 with identifier: 7011169auction111152 to the API
2026-03-29 22:01:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011169>
{'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-30T14: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/7011169',
'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': 0,
'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-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011169auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:59 [ecarstrade.be] INFO: Saving data for 7011169auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631486.789662, 'last_price_update_time': 1774821719.256684}
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011169auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011170> (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-29 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-29 22:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011172> (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-29 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-29 22:01:59 [ecarstrade.be] INFO: Extracting details for car 7011170auction111152
2026-03-29 22:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfd59d1f-753f-5b07-befb-3b980b52070f with identifier: 7011170auction111152
2026-03-29 22:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfd59d1f-753f-5b07-befb-3b980b52070f with scrape type 2
2026-03-29 22:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfd59d1f-753f-5b07-befb-3b980b52070f with scrape type 2
2026-03-29 22:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfd59d1f-753f-5b07-befb-3b980b52070f, identifier: 7011170auction111152
2026-03-29 22:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfd59d1f-753f-5b07-befb-3b980b52070f with identifier: 7011170auction111152
2026-03-29 22:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfd59d1f-753f-5b07-befb-3b980b52070f with identifier: 7011170auction111152
2026-03-29 22:01:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfd59d1f-753f-5b07-befb-3b980b52070f with identifier: 7011170auction111152 to the API
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:01:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011170>
{'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-30T14: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/7011170',
'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': 0,
'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-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011170auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:01:59 [ecarstrade.be] INFO: Saving data for 7011170auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631488.988388, 'last_price_update_time': 1774821719.834673}
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:01:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011170auction111152') HTTP/1.1" 204 0
2026-03-29 22:01:59 [ecarstrade.be] INFO: Extracting details for car 7011172auction111153
2026-03-29 22:01:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011173> (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-29 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-29 22:01:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with identifier: 7011172auction111153
2026-03-29 22:01:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with scrape type 2
2026-03-29 22:01:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with scrape type 2
2026-03-29 22:01:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808, identifier: 7011172auction111153
2026-03-29 22:01:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with identifier: 7011172auction111153
2026-03-29 22:01:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with identifier: 7011172auction111153
2026-03-29 22:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e563b5d-e20e-5711-a9a5-bb1afc8bd808 with identifier: 7011172auction111153 to the API
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011172>
{'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-30T14: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/7011172',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 72046,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011172auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:00 [ecarstrade.be] INFO: Saving data for 7011172auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631574.198597, 'last_price_update_time': 1774821720.253312}
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011172auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:00 [ecarstrade.be] INFO: Extracting details for car 7011173auction111153
2026-03-29 22:02:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c962a69-1f1d-5902-bd37-10afb0886516 with identifier: 7011173auction111153
2026-03-29 22:02:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c962a69-1f1d-5902-bd37-10afb0886516 with scrape type 2
2026-03-29 22:02:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c962a69-1f1d-5902-bd37-10afb0886516 with scrape type 2
2026-03-29 22:02:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c962a69-1f1d-5902-bd37-10afb0886516, identifier: 7011173auction111153
2026-03-29 22:02:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c962a69-1f1d-5902-bd37-10afb0886516 with identifier: 7011173auction111153
2026-03-29 22:02:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c962a69-1f1d-5902-bd37-10afb0886516 with identifier: 7011173auction111153
2026-03-29 22:02:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c962a69-1f1d-5902-bd37-10afb0886516 with identifier: 7011173auction111153 to the API
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011173>
{'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-30T14: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/7011173',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Citroen',
'model': 'C3',
'odometer': 40414,
'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': 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-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011173auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:00 [ecarstrade.be] INFO: Saving data for 7011173auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631532.521959, 'last_price_update_time': 1774821720.656693}
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011173auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011174> (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-29 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-29 22:02:01 [ecarstrade.be] INFO: Extracting details for car 7011174auction111153
2026-03-29 22:02:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f60df08-62d7-589d-984f-6274871319a5 with identifier: 7011174auction111153
2026-03-29 22:02:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f60df08-62d7-589d-984f-6274871319a5 with scrape type 2
2026-03-29 22:02:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f60df08-62d7-589d-984f-6274871319a5 with scrape type 2
2026-03-29 22:02:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f60df08-62d7-589d-984f-6274871319a5, identifier: 7011174auction111153
2026-03-29 22:02:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f60df08-62d7-589d-984f-6274871319a5 with identifier: 7011174auction111153
2026-03-29 22:02:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f60df08-62d7-589d-984f-6274871319a5 with identifier: 7011174auction111153
2026-03-29 22:02:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f60df08-62d7-589d-984f-6274871319a5 with identifier: 7011174auction111153 to the API
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011174>
{'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-30T14: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/7011174',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Citroen',
'model': 'C3',
'odometer': 56039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011174auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:01 [ecarstrade.be] INFO: Saving data for 7011174auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631533.964295, 'last_price_update_time': 1774821721.760973}
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011174auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011176> (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-29 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-29 22:02:02 [ecarstrade.be] INFO: Extracting details for car 7011176auction111153
2026-03-29 22:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48925eff-7247-5fd2-8220-c845e4cd614b with identifier: 7011176auction111153
2026-03-29 22:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48925eff-7247-5fd2-8220-c845e4cd614b with scrape type 2
2026-03-29 22:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48925eff-7247-5fd2-8220-c845e4cd614b with scrape type 2
2026-03-29 22:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48925eff-7247-5fd2-8220-c845e4cd614b, identifier: 7011176auction111153
2026-03-29 22:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48925eff-7247-5fd2-8220-c845e4cd614b with identifier: 7011176auction111153
2026-03-29 22:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48925eff-7247-5fd2-8220-c845e4cd614b with identifier: 7011176auction111153
2026-03-29 22:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48925eff-7247-5fd2-8220-c845e4cd614b with identifier: 7011176auction111153 to the API
2026-03-29 22:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011176>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '48925eff-7247-5fd2-8220-c845e4cd614b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011176',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Citroen',
'model': 'C3',
'odometer': 45158,
'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': None,
'seller_name': None,
'title': 'C3 PT 110 SHINE AFFAIRE (VU/VP)',
'transmission': 'manual',
'trim': 'PT 110 SHINE AFFAIRE (VU/VP)',
'vin': None,
'year': 2023}
2026-03-29 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011176auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:02 [ecarstrade.be] INFO: Saving data for 7011176auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631531.665171, 'last_price_update_time': 1774821722.605976}
2026-03-29 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011176auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011175> (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-29 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-29 22:02:02 [ecarstrade.be] INFO: Extracting details for car 7011175auction111153
2026-03-29 22:02:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0af2ed4-09ac-588c-8081-88c319d7f36d with identifier: 7011175auction111153
2026-03-29 22:02:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0af2ed4-09ac-588c-8081-88c319d7f36d with scrape type 2
2026-03-29 22:02:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0af2ed4-09ac-588c-8081-88c319d7f36d with scrape type 2
2026-03-29 22:02:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0af2ed4-09ac-588c-8081-88c319d7f36d, identifier: 7011175auction111153
2026-03-29 22:02:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0af2ed4-09ac-588c-8081-88c319d7f36d with identifier: 7011175auction111153
2026-03-29 22:02:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0af2ed4-09ac-588c-8081-88c319d7f36d with identifier: 7011175auction111153
2026-03-29 22:02:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0af2ed4-09ac-588c-8081-88c319d7f36d with identifier: 7011175auction111153 to the API
2026-03-29 22:02:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011175>
{'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-30T14: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/7011175',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 134954,
'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': 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-29 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011175auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:03 [ecarstrade.be] INFO: Saving data for 7011175auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631534.768769, 'last_price_update_time': 1774821723.108052}
2026-03-29 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011175auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011177> (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-29 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-29 22:02:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011187> (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-29 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-29 22:02:06 [ecarstrade.be] INFO: Extracting details for car 7011177auction111153
2026-03-29 22:02:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a122ac14-b328-589f-a3c8-02020ff09b53 with identifier: 7011177auction111153
2026-03-29 22:02:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a122ac14-b328-589f-a3c8-02020ff09b53 with scrape type 2
2026-03-29 22:02:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a122ac14-b328-589f-a3c8-02020ff09b53 with scrape type 2
2026-03-29 22:02:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a122ac14-b328-589f-a3c8-02020ff09b53, identifier: 7011177auction111153
2026-03-29 22:02:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a122ac14-b328-589f-a3c8-02020ff09b53 with identifier: 7011177auction111153
2026-03-29 22:02:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a122ac14-b328-589f-a3c8-02020ff09b53 with identifier: 7011177auction111153
2026-03-29 22:02:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a122ac14-b328-589f-a3c8-02020ff09b53 with identifier: 7011177auction111153 to the API
2026-03-29 22:02:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011177>
{'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-30T14: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/7011177',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 38612,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011177auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:06 [ecarstrade.be] INFO: Saving data for 7011177auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631536.486327, 'last_price_update_time': 1774821726.996354}
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011177auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:07 [ecarstrade.be] INFO: Extracting details for car 7011187auction111153
2026-03-29 22:02:07 [scrapy.extensions.logstats] INFO: Crawled 1039 pages (at 61 pages/min), scraped 976 items (at 56 items/min)
2026-03-29 22:02:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011189> (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-29 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-29 22:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 222655ac-84dc-5f4a-90d5-df1b8095c37b with identifier: 7011187auction111153
2026-03-29 22:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 222655ac-84dc-5f4a-90d5-df1b8095c37b with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 222655ac-84dc-5f4a-90d5-df1b8095c37b with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 222655ac-84dc-5f4a-90d5-df1b8095c37b, identifier: 7011187auction111153
2026-03-29 22:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 222655ac-84dc-5f4a-90d5-df1b8095c37b with identifier: 7011187auction111153
2026-03-29 22:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 222655ac-84dc-5f4a-90d5-df1b8095c37b with identifier: 7011187auction111153
2026-03-29 22:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 222655ac-84dc-5f4a-90d5-df1b8095c37b with identifier: 7011187auction111153 to the API
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011187>
{'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-30T14: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/7011187',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Opel',
'model': 'Movano',
'odometer': 122608,
'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': 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-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011187auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:07 [ecarstrade.be] INFO: Saving data for 7011187auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631514.133147, 'last_price_update_time': 1774821727.412332}
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011187auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:07 [ecarstrade.be] INFO: Extracting details for car 7011189auction111153
2026-03-29 22:02:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011186> (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-29 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-29 22:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cceeeb37-6ea2-5e03-b579-cdb148653ade with identifier: 7011189auction111153
2026-03-29 22:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cceeeb37-6ea2-5e03-b579-cdb148653ade with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cceeeb37-6ea2-5e03-b579-cdb148653ade with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cceeeb37-6ea2-5e03-b579-cdb148653ade, identifier: 7011189auction111153
2026-03-29 22:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cceeeb37-6ea2-5e03-b579-cdb148653ade with identifier: 7011189auction111153
2026-03-29 22:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cceeeb37-6ea2-5e03-b579-cdb148653ade with identifier: 7011189auction111153
2026-03-29 22:02:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cceeeb37-6ea2-5e03-b579-cdb148653ade with identifier: 7011189auction111153 to the API
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011189>
{'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-30T14: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/7011189',
'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': 0,
'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-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011189auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:07 [ecarstrade.be] INFO: Saving data for 7011189auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631514.586831, 'last_price_update_time': 1774821727.835002}
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011189auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:07 [ecarstrade.be] INFO: Extracting details for car 7011186auction111153
2026-03-29 22:02:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce0f2820-8dd5-520c-be1c-ab16c569e067 with identifier: 7011186auction111153
2026-03-29 22:02:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce0f2820-8dd5-520c-be1c-ab16c569e067 with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce0f2820-8dd5-520c-be1c-ab16c569e067 with scrape type 2
2026-03-29 22:02:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce0f2820-8dd5-520c-be1c-ab16c569e067, identifier: 7011186auction111153
2026-03-29 22:02:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce0f2820-8dd5-520c-be1c-ab16c569e067 with identifier: 7011186auction111153
2026-03-29 22:02:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce0f2820-8dd5-520c-be1c-ab16c569e067 with identifier: 7011186auction111153
2026-03-29 22:02:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce0f2820-8dd5-520c-be1c-ab16c569e067 with identifier: 7011186auction111153 to the API
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011186>
{'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-30T14: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/7011186',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Citroen',
'model': 'C3',
'odometer': 70997,
'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': 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-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011186auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:08 [ecarstrade.be] INFO: Saving data for 7011186auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631521.431821, 'last_price_update_time': 1774821728.230807}
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011186auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011185> (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-29 22:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011184> (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-29 22:02:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:08 [ecarstrade.be] INFO: Extracting details for car 7011185auction111153
2026-03-29 22:02:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6c9299f-8fd5-5253-8b58-0c3d8e0ee1dd with identifier: 7011185auction111153
2026-03-29 22:02:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6c9299f-8fd5-5253-8b58-0c3d8e0ee1dd with scrape type 2
2026-03-29 22:02:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6c9299f-8fd5-5253-8b58-0c3d8e0ee1dd with scrape type 2
2026-03-29 22:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6c9299f-8fd5-5253-8b58-0c3d8e0ee1dd, identifier: 7011185auction111153
2026-03-29 22:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6c9299f-8fd5-5253-8b58-0c3d8e0ee1dd with identifier: 7011185auction111153
2026-03-29 22:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6c9299f-8fd5-5253-8b58-0c3d8e0ee1dd with identifier: 7011185auction111153
2026-03-29 22:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6c9299f-8fd5-5253-8b58-0c3d8e0ee1dd with identifier: 7011185auction111153 to the API
2026-03-29 22:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011185>
{'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-30T14:30:00Z',
'fuel_type': 'Diesel',
'id': 'b6c9299f-8fd5-5253-8b58-0c3d8e0ee1dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011185',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 103875,
'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': 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-29 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011185auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:09 [ecarstrade.be] INFO: Saving data for 7011185auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631518.746287, 'last_price_update_time': 1774821729.250877}
2026-03-29 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011185auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:09 [ecarstrade.be] INFO: Extracting details for car 7011184auction111153
2026-03-29 22:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011183> (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-29 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-29 22:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1362cd72-8d09-5dc1-867e-7867a56971af with identifier: 7011184auction111153
2026-03-29 22:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1362cd72-8d09-5dc1-867e-7867a56971af with scrape type 2
2026-03-29 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1362cd72-8d09-5dc1-867e-7867a56971af with scrape type 2
2026-03-29 22:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1362cd72-8d09-5dc1-867e-7867a56971af, identifier: 7011184auction111153
2026-03-29 22:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1362cd72-8d09-5dc1-867e-7867a56971af with identifier: 7011184auction111153
2026-03-29 22:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1362cd72-8d09-5dc1-867e-7867a56971af with identifier: 7011184auction111153
2026-03-29 22:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1362cd72-8d09-5dc1-867e-7867a56971af with identifier: 7011184auction111153 to the API
2026-03-29 22:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011184>
{'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-30T14: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/7011184',
'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': 0,
'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-29 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011184auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:09 [ecarstrade.be] INFO: Saving data for 7011184auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631519.129308, 'last_price_update_time': 1774821729.670646}
2026-03-29 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011184auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:09 [ecarstrade.be] INFO: Extracting details for car 7011183auction111153
2026-03-29 22:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: faf76dec-e918-5ed5-89f5-1507a0c538d4 with identifier: 7011183auction111153
2026-03-29 22:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item faf76dec-e918-5ed5-89f5-1507a0c538d4 with scrape type 2
2026-03-29 22:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item faf76dec-e918-5ed5-89f5-1507a0c538d4 with scrape type 2
2026-03-29 22:02:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: faf76dec-e918-5ed5-89f5-1507a0c538d4, identifier: 7011183auction111153
2026-03-29 22:02:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: faf76dec-e918-5ed5-89f5-1507a0c538d4 with identifier: 7011183auction111153
2026-03-29 22:02:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: faf76dec-e918-5ed5-89f5-1507a0c538d4 with identifier: 7011183auction111153
2026-03-29 22:02:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: faf76dec-e918-5ed5-89f5-1507a0c538d4 with identifier: 7011183auction111153 to the API
2026-03-29 22:02:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011183>
{'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-30T14: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/7011183',
'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': 0,
'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-29 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011183auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:10 [ecarstrade.be] INFO: Saving data for 7011183auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631521.823679, 'last_price_update_time': 1774821730.081488}
2026-03-29 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011183auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011151> (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-29 22:02:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:10 [ecarstrade.be] INFO: Extracting details for car 7011151auction111152
2026-03-29 22:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with identifier: 7011151auction111152
2026-03-29 22:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with scrape type 2
2026-03-29 22:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with scrape type 2
2026-03-29 22:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2, identifier: 7011151auction111152
2026-03-29 22:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with identifier: 7011151auction111152
2026-03-29 22:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with identifier: 7011151auction111152
2026-03-29 22:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d9bc6ae-ba4f-59fb-8503-78d0618dddf2 with identifier: 7011151auction111152 to the API
2026-03-29 22:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011151>
{'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-30T14: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/7011151',
'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': 0,
'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-29 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011151auction111152%27 HTTP/1.1" 200 None
2026-03-29 22:02:10 [ecarstrade.be] INFO: Saving data for 7011151auction111152: {'auction_closing_time': 1774881000.0, 'created_time': 1774631451.315245, 'last_price_update_time': 1774821730.606127}
2026-03-29 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011151auction111152') HTTP/1.1" 204 0
2026-03-29 22:02:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011212> (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-29 22:02:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:13 [ecarstrade.be] INFO: Extracting details for car 7011212auction111153
2026-03-29 22:02:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3678639c-64af-52bb-b92d-8a3c5583fafe with identifier: 7011212auction111153
2026-03-29 22:02:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3678639c-64af-52bb-b92d-8a3c5583fafe with scrape type 2
2026-03-29 22:02:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3678639c-64af-52bb-b92d-8a3c5583fafe with scrape type 2
2026-03-29 22:02:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3678639c-64af-52bb-b92d-8a3c5583fafe, identifier: 7011212auction111153
2026-03-29 22:02:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3678639c-64af-52bb-b92d-8a3c5583fafe with identifier: 7011212auction111153
2026-03-29 22:02:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3678639c-64af-52bb-b92d-8a3c5583fafe with identifier: 7011212auction111153
2026-03-29 22:02:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3678639c-64af-52bb-b92d-8a3c5583fafe with identifier: 7011212auction111153 to the API
2026-03-29 22:02:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011212>
{'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-30T14: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/7011212',
'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': 0,
'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-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011212auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:14 [ecarstrade.be] INFO: Saving data for 7011212auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631583.635922, 'last_price_update_time': 1774821734.098232}
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011212auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011182> (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-29 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-29 22:02:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011209> (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-29 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-29 22:02:14 [ecarstrade.be] INFO: Extracting details for car 7011182auction111153
2026-03-29 22:02:14 [ecarstrade.be] INFO: Extracting details for car 7011209auction111153
2026-03-29 22:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with identifier: 7011182auction111153
2026-03-29 22:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with scrape type 2
2026-03-29 22:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with scrape type 2
2026-03-29 22:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7, identifier: 7011182auction111153
2026-03-29 22:02:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25facfc4-93f6-55da-92ba-73aabc93128d with identifier: 7011209auction111153
2026-03-29 22:02:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25facfc4-93f6-55da-92ba-73aabc93128d with scrape type 2
2026-03-29 22:02:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25facfc4-93f6-55da-92ba-73aabc93128d with scrape type 2
2026-03-29 22:02:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25facfc4-93f6-55da-92ba-73aabc93128d, identifier: 7011209auction111153
2026-03-29 22:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with identifier: 7011182auction111153
2026-03-29 22:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with identifier: 7011182auction111153
2026-03-29 22:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2dcfc0e-6672-57f5-8e93-8e4dc11489a7 with identifier: 7011182auction111153 to the API
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011182>
{'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-30T14: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/7011182',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 117623,
'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': 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-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011182auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:14 [ecarstrade.be] INFO: Saving data for 7011182auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631492.040377, 'last_price_update_time': 1774821734.711573}
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011182auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25facfc4-93f6-55da-92ba-73aabc93128d with identifier: 7011209auction111153
2026-03-29 22:02:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25facfc4-93f6-55da-92ba-73aabc93128d with identifier: 7011209auction111153
2026-03-29 22:02:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25facfc4-93f6-55da-92ba-73aabc93128d with identifier: 7011209auction111153 to the API
2026-03-29 22:02:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011209>
{'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-30T14: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/7011209',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 98803,
'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': 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-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011209auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:15 [ecarstrade.be] INFO: Saving data for 7011209auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631575.014449, 'last_price_update_time': 1774821735.032759}
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011209auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011210> (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-29 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-29 22:02:15 [ecarstrade.be] INFO: Extracting details for car 7011210auction111153
2026-03-29 22:02:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with identifier: 7011210auction111153
2026-03-29 22:02:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with scrape type 2
2026-03-29 22:02:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with scrape type 2
2026-03-29 22:02:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b, identifier: 7011210auction111153
2026-03-29 22:02:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with identifier: 7011210auction111153
2026-03-29 22:02:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with identifier: 7011210auction111153
2026-03-29 22:02:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 844a1dce-fffc-5fcc-9f1f-8612b8ab006b with identifier: 7011210auction111153 to the API
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011210>
{'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-30T14: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/7011210',
'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': 0,
'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-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011210auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:15 [ecarstrade.be] INFO: Saving data for 7011210auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631579.500674, 'last_price_update_time': 1774821735.551105}
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011210auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011208> (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-29 22:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011205> (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-29 22:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:16 [ecarstrade.be] INFO: Extracting details for car 7011208auction111153
2026-03-29 22:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 128c28e3-b99f-5611-8169-f42f3efc8f7b with identifier: 7011208auction111153
2026-03-29 22:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 128c28e3-b99f-5611-8169-f42f3efc8f7b with scrape type 2
2026-03-29 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 128c28e3-b99f-5611-8169-f42f3efc8f7b with scrape type 2
2026-03-29 22:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 128c28e3-b99f-5611-8169-f42f3efc8f7b, identifier: 7011208auction111153
2026-03-29 22:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 128c28e3-b99f-5611-8169-f42f3efc8f7b with identifier: 7011208auction111153
2026-03-29 22:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 128c28e3-b99f-5611-8169-f42f3efc8f7b with identifier: 7011208auction111153
2026-03-29 22:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 128c28e3-b99f-5611-8169-f42f3efc8f7b with identifier: 7011208auction111153 to the API
2026-03-29 22:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011208>
{'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-30T14: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/7011208',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 120134,
'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': 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-29 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011208auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:16 [ecarstrade.be] INFO: Saving data for 7011208auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631578.785655, 'last_price_update_time': 1774821736.493161}
2026-03-29 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011208auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:16 [ecarstrade.be] INFO: Extracting details for car 7011205auction111153
2026-03-29 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011206> (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-29 22:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ee9a817-f67c-50f0-97d9-9cd55b34d123 with identifier: 7011205auction111153
2026-03-29 22:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ee9a817-f67c-50f0-97d9-9cd55b34d123 with scrape type 2
2026-03-29 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ee9a817-f67c-50f0-97d9-9cd55b34d123 with scrape type 2
2026-03-29 22:02:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ee9a817-f67c-50f0-97d9-9cd55b34d123, identifier: 7011205auction111153
2026-03-29 22:02:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ee9a817-f67c-50f0-97d9-9cd55b34d123 with identifier: 7011205auction111153
2026-03-29 22:02:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ee9a817-f67c-50f0-97d9-9cd55b34d123 with identifier: 7011205auction111153
2026-03-29 22:02:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ee9a817-f67c-50f0-97d9-9cd55b34d123 with identifier: 7011205auction111153 to the API
2026-03-29 22:02:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011205>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '1ee9a817-f67c-50f0-97d9-9cd55b34d123',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011205',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Citroen',
'model': 'C3',
'odometer': 53353,
'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': None,
'seller_name': None,
'title': 'C3 PT 110 SHINE AFFAIRE (VU/VP)',
'transmission': 'manual',
'trim': 'PT 110 SHINE AFFAIRE (VU/VP)',
'vin': None,
'year': 2023}
2026-03-29 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011205auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:16 [ecarstrade.be] INFO: Saving data for 7011205auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631577.235325, 'last_price_update_time': 1774821736.952801}
2026-03-29 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011205auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:16 [ecarstrade.be] INFO: Extracting details for car 7011206auction111153
2026-03-29 22:02:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011204> (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-29 22:02:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c7229ca-38f9-5f92-b118-1cd9def49a41 with identifier: 7011206auction111153
2026-03-29 22:02:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c7229ca-38f9-5f92-b118-1cd9def49a41 with scrape type 2
2026-03-29 22:02:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c7229ca-38f9-5f92-b118-1cd9def49a41 with scrape type 2
2026-03-29 22:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c7229ca-38f9-5f92-b118-1cd9def49a41, identifier: 7011206auction111153
2026-03-29 22:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c7229ca-38f9-5f92-b118-1cd9def49a41 with identifier: 7011206auction111153
2026-03-29 22:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c7229ca-38f9-5f92-b118-1cd9def49a41 with identifier: 7011206auction111153
2026-03-29 22:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c7229ca-38f9-5f92-b118-1cd9def49a41 with identifier: 7011206auction111153 to the API
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011206>
{'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-30T14: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/7011206',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Mazda',
'model': '2',
'odometer': 75839,
'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': 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-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011206auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:17 [ecarstrade.be] INFO: Saving data for 7011206auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631577.690133, 'last_price_update_time': 1774821737.348738}
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011206auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:17 [ecarstrade.be] INFO: Extracting details for car 7011204auction111153
2026-03-29 22:02:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d004146-8380-5e75-91a3-fbe224c3c3d2 with identifier: 7011204auction111153
2026-03-29 22:02:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d004146-8380-5e75-91a3-fbe224c3c3d2 with scrape type 2
2026-03-29 22:02:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d004146-8380-5e75-91a3-fbe224c3c3d2 with scrape type 2
2026-03-29 22:02:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d004146-8380-5e75-91a3-fbe224c3c3d2, identifier: 7011204auction111153
2026-03-29 22:02:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d004146-8380-5e75-91a3-fbe224c3c3d2 with identifier: 7011204auction111153
2026-03-29 22:02:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d004146-8380-5e75-91a3-fbe224c3c3d2 with identifier: 7011204auction111153
2026-03-29 22:02:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d004146-8380-5e75-91a3-fbe224c3c3d2 with identifier: 7011204auction111153 to the API
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011204>
{'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-30T14: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/7011204',
'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': 0,
'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-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011204auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:17 [ecarstrade.be] INFO: Saving data for 7011204auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631499.87429, 'last_price_update_time': 1774821737.756379}
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011204auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011202> (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-29 22:02:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:20 [ecarstrade.be] INFO: Extracting details for car 7011202auction111153
2026-03-29 22:02:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with identifier: 7011202auction111153
2026-03-29 22:02:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with scrape type 2
2026-03-29 22:02:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with scrape type 2
2026-03-29 22:02:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4, identifier: 7011202auction111153
2026-03-29 22:02:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with identifier: 7011202auction111153
2026-03-29 22:02:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with identifier: 7011202auction111153
2026-03-29 22:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4872ab01-35eb-5b76-8fa1-47c9cc23d8e4 with identifier: 7011202auction111153 to the API
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011202>
{'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-30T14: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/7011202',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Citroen',
'model': 'C3',
'odometer': 72297,
'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': 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-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011202auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:21 [ecarstrade.be] INFO: Saving data for 7011202auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631504.042275, 'last_price_update_time': 1774821741.284223}
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011202auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011201> (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-29 22:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:21 [ecarstrade.be] INFO: Extracting details for car 7011201auction111153
2026-03-29 22:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00ec6de8-db46-51c9-b099-9e34061bcef3 with identifier: 7011201auction111153
2026-03-29 22:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00ec6de8-db46-51c9-b099-9e34061bcef3 with scrape type 2
2026-03-29 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00ec6de8-db46-51c9-b099-9e34061bcef3 with scrape type 2
2026-03-29 22:02:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00ec6de8-db46-51c9-b099-9e34061bcef3, identifier: 7011201auction111153
2026-03-29 22:02:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00ec6de8-db46-51c9-b099-9e34061bcef3 with identifier: 7011201auction111153
2026-03-29 22:02:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00ec6de8-db46-51c9-b099-9e34061bcef3 with identifier: 7011201auction111153
2026-03-29 22:02:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00ec6de8-db46-51c9-b099-9e34061bcef3 with identifier: 7011201auction111153 to the API
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011201>
{'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-30T14: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/7011201',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Citroen',
'model': 'C3',
'odometer': 55244,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011201auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:21 [ecarstrade.be] INFO: Saving data for 7011201auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631515.794426, 'last_price_update_time': 1774821741.79552}
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011201auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011203> (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-29 22:02:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:21 [ecarstrade.be] INFO: Extracting details for car 7011203auction111153
2026-03-29 22:02:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90847bd8-75ed-5f60-94cf-362fba2b01c7 with identifier: 7011203auction111153
2026-03-29 22:02:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90847bd8-75ed-5f60-94cf-362fba2b01c7 with scrape type 2
2026-03-29 22:02:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 90847bd8-75ed-5f60-94cf-362fba2b01c7 with scrape type 2
2026-03-29 22:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 90847bd8-75ed-5f60-94cf-362fba2b01c7, identifier: 7011203auction111153
2026-03-29 22:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 90847bd8-75ed-5f60-94cf-362fba2b01c7 with identifier: 7011203auction111153
2026-03-29 22:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 90847bd8-75ed-5f60-94cf-362fba2b01c7 with identifier: 7011203auction111153
2026-03-29 22:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 90847bd8-75ed-5f60-94cf-362fba2b01c7 with identifier: 7011203auction111153 to the API
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011203>
{'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-30T14: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/7011203',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 20844,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011203auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:22 [ecarstrade.be] INFO: Saving data for 7011203auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631504.754639, 'last_price_update_time': 1774821742.297594}
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011203auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011200> (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-29 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-29 22:02:22 [ecarstrade.be] INFO: Extracting details for car 7011200auction111153
2026-03-29 22:02:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011199> (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-29 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-29 22:02:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c64a2393-ded2-5611-8451-e724abf2be2c with identifier: 7011200auction111153
2026-03-29 22:02:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64a2393-ded2-5611-8451-e724abf2be2c with scrape type 2
2026-03-29 22:02:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c64a2393-ded2-5611-8451-e724abf2be2c with scrape type 2
2026-03-29 22:02:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c64a2393-ded2-5611-8451-e724abf2be2c, identifier: 7011200auction111153
2026-03-29 22:02:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c64a2393-ded2-5611-8451-e724abf2be2c with identifier: 7011200auction111153
2026-03-29 22:02:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c64a2393-ded2-5611-8451-e724abf2be2c with identifier: 7011200auction111153
2026-03-29 22:02:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c64a2393-ded2-5611-8451-e724abf2be2c with identifier: 7011200auction111153 to the API
2026-03-29 22:02:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011200>
{'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-30T14: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/7011200',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Captur',
'odometer': 67236,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011200auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:23 [ecarstrade.be] INFO: Saving data for 7011200auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631503.619499, 'last_price_update_time': 1774821743.153075}
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011200auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:23 [ecarstrade.be] INFO: Extracting details for car 7011199auction111153
2026-03-29 22:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011197> (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-29 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-29 22:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with identifier: 7011199auction111153
2026-03-29 22:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with scrape type 2
2026-03-29 22:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with scrape type 2
2026-03-29 22:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a, identifier: 7011199auction111153
2026-03-29 22:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with identifier: 7011199auction111153
2026-03-29 22:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with identifier: 7011199auction111153
2026-03-29 22:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88a48b25-9efd-5fe1-b9e5-7a0e35f1725a with identifier: 7011199auction111153 to the API
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011199>
{'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-30T14: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/7011199',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Ford',
'model': 'Transit',
'odometer': 89075,
'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': 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-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011199auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:23 [ecarstrade.be] INFO: Saving data for 7011199auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631503.319758, 'last_price_update_time': 1774821743.546997}
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011199auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:23 [ecarstrade.be] INFO: Extracting details for car 7011197auction111153
2026-03-29 22:02:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e452f024-c908-5e06-b051-da70c0ea8262 with identifier: 7011197auction111153
2026-03-29 22:02:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e452f024-c908-5e06-b051-da70c0ea8262 with scrape type 2
2026-03-29 22:02:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e452f024-c908-5e06-b051-da70c0ea8262 with scrape type 2
2026-03-29 22:02:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e452f024-c908-5e06-b051-da70c0ea8262, identifier: 7011197auction111153
2026-03-29 22:02:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e452f024-c908-5e06-b051-da70c0ea8262 with identifier: 7011197auction111153
2026-03-29 22:02:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e452f024-c908-5e06-b051-da70c0ea8262 with identifier: 7011197auction111153
2026-03-29 22:02:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e452f024-c908-5e06-b051-da70c0ea8262 with identifier: 7011197auction111153 to the API
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011197>
{'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-30T14: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/7011197',
'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': 0,
'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-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011197auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:23 [ecarstrade.be] INFO: Saving data for 7011197auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631502.616609, 'last_price_update_time': 1774821743.929172}
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011197auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011196> (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-29 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-29 22:02:24 [ecarstrade.be] INFO: Extracting details for car 7011196auction111153
2026-03-29 22:02:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bf28c38-b364-5682-9145-90f0cdd7a785 with identifier: 7011196auction111153
2026-03-29 22:02:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bf28c38-b364-5682-9145-90f0cdd7a785 with scrape type 2
2026-03-29 22:02:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bf28c38-b364-5682-9145-90f0cdd7a785 with scrape type 2
2026-03-29 22:02:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4bf28c38-b364-5682-9145-90f0cdd7a785, identifier: 7011196auction111153
2026-03-29 22:02:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4bf28c38-b364-5682-9145-90f0cdd7a785 with identifier: 7011196auction111153
2026-03-29 22:02:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4bf28c38-b364-5682-9145-90f0cdd7a785 with identifier: 7011196auction111153
2026-03-29 22:02:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4bf28c38-b364-5682-9145-90f0cdd7a785 with identifier: 7011196auction111153 to the API
2026-03-29 22:02:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011196>
{'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-30T14: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/7011196',
'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': 0,
'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-29 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011196auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:24 [ecarstrade.be] INFO: Saving data for 7011196auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631501.695472, 'last_price_update_time': 1774821744.429992}
2026-03-29 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011196auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011195> (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-29 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-29 22:02:25 [ecarstrade.be] INFO: Extracting details for car 7011195auction111153
2026-03-29 22:02:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9900b732-e559-5a22-9844-94ce190ec2ed with identifier: 7011195auction111153
2026-03-29 22:02:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9900b732-e559-5a22-9844-94ce190ec2ed with scrape type 2
2026-03-29 22:02:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9900b732-e559-5a22-9844-94ce190ec2ed with scrape type 2
2026-03-29 22:02:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9900b732-e559-5a22-9844-94ce190ec2ed, identifier: 7011195auction111153
2026-03-29 22:02:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9900b732-e559-5a22-9844-94ce190ec2ed with identifier: 7011195auction111153
2026-03-29 22:02:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9900b732-e559-5a22-9844-94ce190ec2ed with identifier: 7011195auction111153
2026-03-29 22:02:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9900b732-e559-5a22-9844-94ce190ec2ed with identifier: 7011195auction111153 to the API
2026-03-29 22:02:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011195>
{'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-30T14:30:00Z',
'fuel_type': 'Diesel',
'id': '9900b732-e559-5a22-9844-94ce190ec2ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011195',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 76339,
'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': 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-29 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011195auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:25 [ecarstrade.be] INFO: Saving data for 7011195auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631502.320864, 'last_price_update_time': 1774821745.680737}
2026-03-29 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011195auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011193> (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-29 22:02:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:27 [ecarstrade.be] INFO: Extracting details for car 7011193auction111153
2026-03-29 22:02:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4cef507-cfad-5abe-83c5-84bbfb691965 with identifier: 7011193auction111153
2026-03-29 22:02:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4cef507-cfad-5abe-83c5-84bbfb691965 with scrape type 2
2026-03-29 22:02:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4cef507-cfad-5abe-83c5-84bbfb691965 with scrape type 2
2026-03-29 22:02:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4cef507-cfad-5abe-83c5-84bbfb691965, identifier: 7011193auction111153
2026-03-29 22:02:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4cef507-cfad-5abe-83c5-84bbfb691965 with identifier: 7011193auction111153
2026-03-29 22:02:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4cef507-cfad-5abe-83c5-84bbfb691965 with identifier: 7011193auction111153
2026-03-29 22:02:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4cef507-cfad-5abe-83c5-84bbfb691965 with identifier: 7011193auction111153 to the API
2026-03-29 22:02:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011193>
{'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-30T14: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/7011193',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Ford',
'model': 'Transit',
'odometer': 110583,
'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': 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-29 22:02:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011193auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:28 [ecarstrade.be] INFO: Saving data for 7011193auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631517.622328, 'last_price_update_time': 1774821748.003643}
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011193auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011192> (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-29 22:02:28 [ecarstrade.be] INFO: Extracting details for car 7011192auction111153
2026-03-29 22:02:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with identifier: 7011192auction111153
2026-03-29 22:02:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with scrape type 2
2026-03-29 22:02:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with scrape type 2
2026-03-29 22:02:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f, identifier: 7011192auction111153
2026-03-29 22:02:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with identifier: 7011192auction111153
2026-03-29 22:02:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with identifier: 7011192auction111153
2026-03-29 22:02:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: edf79c25-1cd5-5bf7-996e-0aa69cc4b37f with identifier: 7011192auction111153 to the API
2026-03-29 22:02:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011192>
{'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-30T14: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/7011192',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 48231,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011192auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:29 [ecarstrade.be] INFO: Saving data for 7011192auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631519.50061, 'last_price_update_time': 1774821749.062111}
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011192auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011194> (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-29 22:02:29 [ecarstrade.be] INFO: Extracting details for car 7011194auction111153
2026-03-29 22:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d938b23-5e93-5b23-a649-d296a77ae847 with identifier: 7011194auction111153
2026-03-29 22:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d938b23-5e93-5b23-a649-d296a77ae847 with scrape type 2
2026-03-29 22:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d938b23-5e93-5b23-a649-d296a77ae847 with scrape type 2
2026-03-29 22:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d938b23-5e93-5b23-a649-d296a77ae847, identifier: 7011194auction111153
2026-03-29 22:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d938b23-5e93-5b23-a649-d296a77ae847 with identifier: 7011194auction111153
2026-03-29 22:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d938b23-5e93-5b23-a649-d296a77ae847 with identifier: 7011194auction111153
2026-03-29 22:02:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d938b23-5e93-5b23-a649-d296a77ae847 with identifier: 7011194auction111153 to the API
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011194>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '9d938b23-5e93-5b23-a649-d296a77ae847',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011194',
'listing': 'auction',
'location': 'France - "Walon BOUCHAIN (Région NORD)"',
'make': 'Citroen',
'model': 'C3',
'odometer': 52946,
'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': None,
'seller_name': None,
'title': 'C3 PT 110 SHINE AFFAIRE (VU/VP)',
'transmission': 'manual',
'trim': 'PT 110 SHINE AFFAIRE (VU/VP)',
'vin': None,
'year': 2023}
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011194auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:29 [ecarstrade.be] INFO: Saving data for 7011194auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631520.62862, 'last_price_update_time': 1774821749.593895}
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011194auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011191> (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-29 22:02:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011190> (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-29 22:02:29 [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-29 22:02:29 [ecarstrade.be] INFO: Extracting details for car 7011191auction111153
2026-03-29 22:02:29 [ecarstrade.be] INFO: Extracting details for car 7011190auction111153
2026-03-29 22:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f05a7aa-77bd-54ee-8bf6-e9dd39f4906f with identifier: 7011191auction111153
2026-03-29 22:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f05a7aa-77bd-54ee-8bf6-e9dd39f4906f with scrape type 2
2026-03-29 22:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f05a7aa-77bd-54ee-8bf6-e9dd39f4906f with scrape type 2
2026-03-29 22:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f05a7aa-77bd-54ee-8bf6-e9dd39f4906f, identifier: 7011191auction111153
2026-03-29 22:02:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 654e270a-8805-5313-9920-8d69cf458849 with identifier: 7011190auction111153
2026-03-29 22:02:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 654e270a-8805-5313-9920-8d69cf458849 with scrape type 2
2026-03-29 22:02:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 654e270a-8805-5313-9920-8d69cf458849 with scrape type 2
2026-03-29 22:02:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 654e270a-8805-5313-9920-8d69cf458849, identifier: 7011190auction111153
2026-03-29 22:02:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:02:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f05a7aa-77bd-54ee-8bf6-e9dd39f4906f with identifier: 7011191auction111153
2026-03-29 22:02:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f05a7aa-77bd-54ee-8bf6-e9dd39f4906f with identifier: 7011191auction111153
2026-03-29 22:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f05a7aa-77bd-54ee-8bf6-e9dd39f4906f with identifier: 7011191auction111153 to the API
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011191>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9f05a7aa-77bd-54ee-8bf6-e9dd39f4906f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011191',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Austral',
'odometer': 59723,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011191auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Saving data for 7011191auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631516.61599, 'last_price_update_time': 1774821750.239325}
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011191auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 654e270a-8805-5313-9920-8d69cf458849 with identifier: 7011190auction111153
2026-03-29 22:02:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 654e270a-8805-5313-9920-8d69cf458849 with identifier: 7011190auction111153
2026-03-29 22:02:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 654e270a-8805-5313-9920-8d69cf458849 with identifier: 7011190auction111153 to the API
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011190>
{'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-30T14: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/7011190',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 165540,
'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': 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-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011190auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Saving data for 7011190auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631518.142554, 'last_price_update_time': 1774821750.532604}
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011190auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011213auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011213auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011213auction111153: 2
2026-03-29 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-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011214auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011214auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011214auction111153: 2
2026-03-29 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-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011215auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011215auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011215auction111153: 2
2026-03-29 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-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011216auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011216auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011216auction111153: 2
2026-03-29 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-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011217auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011217auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011217auction111153: 2
2026-03-29 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-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011218auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011218auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011218auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011219auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011219auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011219auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011221auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011221auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011221auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011222auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011222auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011222auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011223auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011223auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011223auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011224auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011224auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011224auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011225auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011225auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011225auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011226auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011226auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011226auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011227auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011227auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011227auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011228auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011228auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011228auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011230auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011230auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011230auction111153: 2
2026-03-29 22:02:30 [ecarstrade.be] INFO: Found listing with ID: 7011231auction111153
2026-03-29 22:02:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011231auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:30 [ecarstrade.be] INFO: Scrape type for 7011231auction111153: 2
2026-03-29 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011232auction111153
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011232auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011232auction111153: 2
2026-03-29 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011233auction111153
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011233auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011233auction111153: 2
2026-03-29 22:02:31 [ecarstrade.be] INFO: Found listing with ID: 7011234auction111153
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011234auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:31 [ecarstrade.be] INFO: Scrape type for 7011234auction111153: 2
2026-03-29 22:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011181> (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-29 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-29 22:02:31 [ecarstrade.be] INFO: Extracting details for car 7011181auction111153
2026-03-29 22:02:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbb22253-0a60-5807-9214-806c9114ea84 with identifier: 7011181auction111153
2026-03-29 22:02:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbb22253-0a60-5807-9214-806c9114ea84 with scrape type 2
2026-03-29 22:02:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbb22253-0a60-5807-9214-806c9114ea84 with scrape type 2
2026-03-29 22:02:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbb22253-0a60-5807-9214-806c9114ea84, identifier: 7011181auction111153
2026-03-29 22:02:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbb22253-0a60-5807-9214-806c9114ea84 with identifier: 7011181auction111153
2026-03-29 22:02:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbb22253-0a60-5807-9214-806c9114ea84 with identifier: 7011181auction111153
2026-03-29 22:02:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbb22253-0a60-5807-9214-806c9114ea84 with identifier: 7011181auction111153 to the API
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011181>
{'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-30T14: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/7011181',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Master',
'odometer': 108190,
'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': 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-29 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011181auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:31 [ecarstrade.be] INFO: Saving data for 7011181auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631533.598556, 'last_price_update_time': 1774821751.840626}
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011181auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011179> (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-29 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-29 22:02:32 [ecarstrade.be] INFO: Extracting details for car 7011179auction111153
2026-03-29 22:02:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eef6cec-5928-59e3-9e0b-b85c25a84e77 with identifier: 7011179auction111153
2026-03-29 22:02:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eef6cec-5928-59e3-9e0b-b85c25a84e77 with scrape type 2
2026-03-29 22:02:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eef6cec-5928-59e3-9e0b-b85c25a84e77 with scrape type 2
2026-03-29 22:02:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5eef6cec-5928-59e3-9e0b-b85c25a84e77, identifier: 7011179auction111153
2026-03-29 22:02:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5eef6cec-5928-59e3-9e0b-b85c25a84e77 with identifier: 7011179auction111153
2026-03-29 22:02:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5eef6cec-5928-59e3-9e0b-b85c25a84e77 with identifier: 7011179auction111153
2026-03-29 22:02:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5eef6cec-5928-59e3-9e0b-b85c25a84e77 with identifier: 7011179auction111153 to the API
2026-03-29 22:02:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011179>
{'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-30T14:30:00Z',
'fuel_type': 'Diesel',
'id': '5eef6cec-5928-59e3-9e0b-b85c25a84e77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011179',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Opel',
'model': 'Movano',
'odometer': 118553,
'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': 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-29 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011179auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:32 [ecarstrade.be] INFO: Saving data for 7011179auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631536.117137, 'last_price_update_time': 1774821752.4501}
2026-03-29 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011179auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011178> (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-29 22:02:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:34 [ecarstrade.be] INFO: Extracting details for car 7011178auction111153
2026-03-29 22:02:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d12ecb91-a62f-539c-aea3-840d7ae840fc with identifier: 7011178auction111153
2026-03-29 22:02:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d12ecb91-a62f-539c-aea3-840d7ae840fc with scrape type 2
2026-03-29 22:02:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d12ecb91-a62f-539c-aea3-840d7ae840fc with scrape type 2
2026-03-29 22:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d12ecb91-a62f-539c-aea3-840d7ae840fc, identifier: 7011178auction111153
2026-03-29 22:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d12ecb91-a62f-539c-aea3-840d7ae840fc with identifier: 7011178auction111153
2026-03-29 22:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d12ecb91-a62f-539c-aea3-840d7ae840fc with identifier: 7011178auction111153
2026-03-29 22:02:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d12ecb91-a62f-539c-aea3-840d7ae840fc with identifier: 7011178auction111153 to the API
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011178>
{'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-30T14: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/7011178',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 77126,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011178auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:35 [ecarstrade.be] INFO: Saving data for 7011178auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631533.141834, 'last_price_update_time': 1774821755.192403}
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011178auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:36 [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-29 22:02:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011235auction111153
2026-03-29 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011235auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:36 [ecarstrade.be] INFO: Scrape type for 7011235auction111153: 2
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011236auction111153
2026-03-29 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011236auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:36 [ecarstrade.be] INFO: Scrape type for 7011236auction111153: 2
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011237auction111153
2026-03-29 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011237auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:36 [ecarstrade.be] INFO: Scrape type for 7011237auction111153: 2
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011239auction111153
2026-03-29 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011239auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:36 [ecarstrade.be] INFO: Scrape type for 7011239auction111153: 2
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011240auction111153
2026-03-29 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011240auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:36 [ecarstrade.be] INFO: Scrape type for 7011240auction111153: 2
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011241auction111153
2026-03-29 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011241auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:36 [ecarstrade.be] INFO: Scrape type for 7011241auction111153: 2
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011242auction111153
2026-03-29 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011242auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:36 [ecarstrade.be] INFO: Scrape type for 7011242auction111153: 2
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011244auction111153
2026-03-29 22:02:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011244auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:36 [ecarstrade.be] INFO: Scrape type for 7011244auction111153: 2
2026-03-29 22:02:36 [ecarstrade.be] INFO: Found listing with ID: 7011245auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011245auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011245auction111153: 2
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011246auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011246auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011246auction111153: 2
2026-03-29 22:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011213> (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-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011247auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011247auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011247auction111153: 2
2026-03-29 22:02:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011249auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011249auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011249auction111153: 2
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011250auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011250auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011250auction111153: 2
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011251auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011251auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011251auction111153: 2
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011252auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011252auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011252auction111153: 2
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011253auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011253auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011253auction111153: 2
2026-03-29 22:02:37 [ecarstrade.be] INFO: Extracting details for car 7011213auction111153
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011254auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011254auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011254auction111153: 2
2026-03-29 22:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 433a06ad-3db7-514c-8873-e677d3206daa with identifier: 7011213auction111153
2026-03-29 22:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 433a06ad-3db7-514c-8873-e677d3206daa with scrape type 2
2026-03-29 22:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 433a06ad-3db7-514c-8873-e677d3206daa with scrape type 2
2026-03-29 22:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 433a06ad-3db7-514c-8873-e677d3206daa, identifier: 7011213auction111153
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011255auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011255auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011255auction111153: 2
2026-03-29 22:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 433a06ad-3db7-514c-8873-e677d3206daa with identifier: 7011213auction111153
2026-03-29 22:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 433a06ad-3db7-514c-8873-e677d3206daa with identifier: 7011213auction111153
2026-03-29 22:02:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 433a06ad-3db7-514c-8873-e677d3206daa with identifier: 7011213auction111153 to the API
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011213>
{'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-30T14: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/7011213',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 80453,
'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': 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-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011213auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Saving data for 7011213auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631554.514918, 'last_price_update_time': 1774821757.629844}
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011213auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011256auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011256auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011256auction111153: 2
2026-03-29 22:02:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011216> (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-29 22:02:37 [ecarstrade.be] INFO: Found listing with ID: 7011257auction111153
2026-03-29 22:02:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011257auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:37 [ecarstrade.be] INFO: Scrape type for 7011257auction111153: 2
2026-03-29 22:02:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:37 [ecarstrade.be] INFO: Extracting details for car 7011216auction111153
2026-03-29 22:02:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with identifier: 7011216auction111153
2026-03-29 22:02:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with scrape type 2
2026-03-29 22:02:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with scrape type 2
2026-03-29 22:02:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7, identifier: 7011216auction111153
2026-03-29 22:02:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with identifier: 7011216auction111153
2026-03-29 22:02:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with identifier: 7011216auction111153
2026-03-29 22:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4157dff9-7cd8-5dea-a557-04ed8a8b49d7 with identifier: 7011216auction111153 to the API
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011216>
{'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-30T14: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/7011216',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Opel',
'model': 'Movano',
'odometer': 82225,
'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': 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-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011216auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:38 [ecarstrade.be] INFO: Saving data for 7011216auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631552.12035, 'last_price_update_time': 1774821758.246453}
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011216auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011215> (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-29 22:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:38 [ecarstrade.be] INFO: Extracting details for car 7011215auction111153
2026-03-29 22:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with identifier: 7011215auction111153
2026-03-29 22:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with scrape type 2
2026-03-29 22:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with scrape type 2
2026-03-29 22:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89e9ecdc-13eb-50dd-95f5-de94b2c43306, identifier: 7011215auction111153
2026-03-29 22:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with identifier: 7011215auction111153
2026-03-29 22:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with identifier: 7011215auction111153
2026-03-29 22:02:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89e9ecdc-13eb-50dd-95f5-de94b2c43306 with identifier: 7011215auction111153 to the API
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:02:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011215>
{'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-30T14: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/7011215',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Master',
'odometer': 101341,
'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': 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-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011215auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:38 [ecarstrade.be] INFO: Saving data for 7011215auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631553.535639, 'last_price_update_time': 1774821758.763313}
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011215auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011217> (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-29 22:02:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:38 [ecarstrade.be] INFO: Extracting details for car 7011217auction111153
2026-03-29 22:02:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d12f8af-6fed-5453-b781-5af861f73c39 with identifier: 7011217auction111153
2026-03-29 22:02:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d12f8af-6fed-5453-b781-5af861f73c39 with scrape type 2
2026-03-29 22:02:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2d12f8af-6fed-5453-b781-5af861f73c39 with scrape type 2
2026-03-29 22:02:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d12f8af-6fed-5453-b781-5af861f73c39, identifier: 7011217auction111153
2026-03-29 22:02:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d12f8af-6fed-5453-b781-5af861f73c39 with identifier: 7011217auction111153
2026-03-29 22:02:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d12f8af-6fed-5453-b781-5af861f73c39 with identifier: 7011217auction111153
2026-03-29 22:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d12f8af-6fed-5453-b781-5af861f73c39 with identifier: 7011217auction111153 to the API
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011217>
{'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-30T14: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/7011217',
'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': 0,
'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-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011217auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:39 [ecarstrade.be] INFO: Saving data for 7011217auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631552.710152, 'last_price_update_time': 1774821759.263545}
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011217auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011218> (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-29 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-29 22:02:39 [ecarstrade.be] INFO: Extracting details for car 7011218auction111153
2026-03-29 22:02:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62f33902-3075-5f9a-a1f6-1fe82b4df733 with identifier: 7011218auction111153
2026-03-29 22:02:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f33902-3075-5f9a-a1f6-1fe82b4df733 with scrape type 2
2026-03-29 22:02:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62f33902-3075-5f9a-a1f6-1fe82b4df733 with scrape type 2
2026-03-29 22:02:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62f33902-3075-5f9a-a1f6-1fe82b4df733, identifier: 7011218auction111153
2026-03-29 22:02:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62f33902-3075-5f9a-a1f6-1fe82b4df733 with identifier: 7011218auction111153
2026-03-29 22:02:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62f33902-3075-5f9a-a1f6-1fe82b4df733 with identifier: 7011218auction111153
2026-03-29 22:02:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62f33902-3075-5f9a-a1f6-1fe82b4df733 with identifier: 7011218auction111153 to the API
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011218>
{'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-30T14: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/7011218',
'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': 0,
'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-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011218auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:39 [ecarstrade.be] INFO: Saving data for 7011218auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631573.438667, 'last_price_update_time': 1774821759.745166}
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011218auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011221> (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-29 22:02:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:43 [ecarstrade.be] INFO: Extracting details for car 7011221auction111153
2026-03-29 22:02:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1841f54-c861-5530-a574-9fb1c5c85bb1 with identifier: 7011221auction111153
2026-03-29 22:02:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1841f54-c861-5530-a574-9fb1c5c85bb1 with scrape type 2
2026-03-29 22:02:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1841f54-c861-5530-a574-9fb1c5c85bb1 with scrape type 2
2026-03-29 22:02:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1841f54-c861-5530-a574-9fb1c5c85bb1, identifier: 7011221auction111153
2026-03-29 22:02:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1841f54-c861-5530-a574-9fb1c5c85bb1 with identifier: 7011221auction111153
2026-03-29 22:02:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1841f54-c861-5530-a574-9fb1c5c85bb1 with identifier: 7011221auction111153
2026-03-29 22:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1841f54-c861-5530-a574-9fb1c5c85bb1 with identifier: 7011221auction111153 to the API
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011221>
{'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-30T14: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/7011221',
'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': 0,
'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-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011221auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:43 [ecarstrade.be] INFO: Saving data for 7011221auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631554.905889, 'last_price_update_time': 1774821763.535492}
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011221auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011222> (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-29 22:02:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:44 [ecarstrade.be] INFO: Extracting details for car 7011222auction111153
2026-03-29 22:02:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with identifier: 7011222auction111153
2026-03-29 22:02:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with scrape type 2
2026-03-29 22:02:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with scrape type 2
2026-03-29 22:02:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c, identifier: 7011222auction111153
2026-03-29 22:02:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with identifier: 7011222auction111153
2026-03-29 22:02:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with identifier: 7011222auction111153
2026-03-29 22:02:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6ce9191-ec60-5b19-8a75-6cc4d1d47e3c with identifier: 7011222auction111153 to the API
2026-03-29 22:02:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011222>
{'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-30T14: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/7011222',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 107853,
'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': 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-29 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011222auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:44 [ecarstrade.be] INFO: Saving data for 7011222auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631580.668627, 'last_price_update_time': 1774821764.931191}
2026-03-29 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011222auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011224> (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-29 22:02:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:45 [ecarstrade.be] INFO: Extracting details for car 7011224auction111153
2026-03-29 22:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66ef433d-9eac-5c40-b9bd-a8e772340f40 with identifier: 7011224auction111153
2026-03-29 22:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66ef433d-9eac-5c40-b9bd-a8e772340f40 with scrape type 2
2026-03-29 22:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66ef433d-9eac-5c40-b9bd-a8e772340f40 with scrape type 2
2026-03-29 22:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66ef433d-9eac-5c40-b9bd-a8e772340f40, identifier: 7011224auction111153
2026-03-29 22:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66ef433d-9eac-5c40-b9bd-a8e772340f40 with identifier: 7011224auction111153
2026-03-29 22:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66ef433d-9eac-5c40-b9bd-a8e772340f40 with identifier: 7011224auction111153
2026-03-29 22:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66ef433d-9eac-5c40-b9bd-a8e772340f40 with identifier: 7011224auction111153 to the API
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011224>
{'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-30T14: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/7011224',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 180721,
'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': 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-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011224auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:45 [ecarstrade.be] INFO: Saving data for 7011224auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631556.462378, 'last_price_update_time': 1774821765.427419}
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011224auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011223> (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-29 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-29 22:02:45 [ecarstrade.be] INFO: Extracting details for car 7011223auction111153
2026-03-29 22:02:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad894a91-4878-5c42-8efb-ec40688a1be2 with identifier: 7011223auction111153
2026-03-29 22:02:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad894a91-4878-5c42-8efb-ec40688a1be2 with scrape type 2
2026-03-29 22:02:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ad894a91-4878-5c42-8efb-ec40688a1be2 with scrape type 2
2026-03-29 22:02:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad894a91-4878-5c42-8efb-ec40688a1be2, identifier: 7011223auction111153
2026-03-29 22:02:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad894a91-4878-5c42-8efb-ec40688a1be2 with identifier: 7011223auction111153
2026-03-29 22:02:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad894a91-4878-5c42-8efb-ec40688a1be2 with identifier: 7011223auction111153
2026-03-29 22:02:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad894a91-4878-5c42-8efb-ec40688a1be2 with identifier: 7011223auction111153 to the API
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011223>
{'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-30T14: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/7011223',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 97395,
'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': 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-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011223auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:45 [ecarstrade.be] INFO: Saving data for 7011223auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631555.973748, 'last_price_update_time': 1774821765.916188}
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011223auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011225> (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-29 22:02:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011234> (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-29 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-29 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-29 22:02:46 [ecarstrade.be] INFO: Extracting details for car 7011225auction111153
2026-03-29 22:02:46 [ecarstrade.be] INFO: Extracting details for car 7011234auction111153
2026-03-29 22:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5a7b15a-ea36-553e-b78f-2ec9184aed78 with identifier: 7011225auction111153
2026-03-29 22:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5a7b15a-ea36-553e-b78f-2ec9184aed78 with scrape type 2
2026-03-29 22:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a5a7b15a-ea36-553e-b78f-2ec9184aed78 with scrape type 2
2026-03-29 22:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a5a7b15a-ea36-553e-b78f-2ec9184aed78, identifier: 7011225auction111153
2026-03-29 22:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7902e515-b00b-5097-9686-8d179d2142a9 with identifier: 7011234auction111153
2026-03-29 22:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7902e515-b00b-5097-9686-8d179d2142a9 with scrape type 2
2026-03-29 22:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7902e515-b00b-5097-9686-8d179d2142a9 with scrape type 2
2026-03-29 22:02:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7902e515-b00b-5097-9686-8d179d2142a9, identifier: 7011234auction111153
2026-03-29 22:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a5a7b15a-ea36-553e-b78f-2ec9184aed78 with identifier: 7011225auction111153
2026-03-29 22:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a5a7b15a-ea36-553e-b78f-2ec9184aed78 with identifier: 7011225auction111153
2026-03-29 22:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a5a7b15a-ea36-553e-b78f-2ec9184aed78 with identifier: 7011225auction111153 to the API
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011225>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a5a7b15a-ea36-553e-b78f-2ec9184aed78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011225',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Renault',
'model': 'Austral',
'odometer': 58446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011225auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:46 [ecarstrade.be] INFO: Saving data for 7011225auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631555.507762, 'last_price_update_time': 1774821766.531886}
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011225auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7902e515-b00b-5097-9686-8d179d2142a9 with identifier: 7011234auction111153
2026-03-29 22:02:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7902e515-b00b-5097-9686-8d179d2142a9 with identifier: 7011234auction111153
2026-03-29 22:02:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7902e515-b00b-5097-9686-8d179d2142a9 with identifier: 7011234auction111153 to the API
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011234>
{'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-30T14:30:00Z',
'fuel_type': 'Diesel',
'id': '7902e515-b00b-5097-9686-8d179d2142a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011234',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 133612,
'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': 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-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011234auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:46 [ecarstrade.be] INFO: Saving data for 7011234auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631612.566066, 'last_price_update_time': 1774821766.830273}
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011234auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011219> (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-29 22:02:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:46 [ecarstrade.be] INFO: Extracting details for car 7011219auction111153
2026-03-29 22:02:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with identifier: 7011219auction111153
2026-03-29 22:02:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with scrape type 2
2026-03-29 22:02:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with scrape type 2
2026-03-29 22:02:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4, identifier: 7011219auction111153
2026-03-29 22:02:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with identifier: 7011219auction111153
2026-03-29 22:02:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with identifier: 7011219auction111153
2026-03-29 22:02:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 081930a9-b6f9-53bf-9eb5-ce967cb09ee4 with identifier: 7011219auction111153 to the API
2026-03-29 22:02:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011219>
{'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-30T14: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/7011219',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Citroen',
'model': 'C3',
'odometer': 39564,
'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': 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-29 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011219auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:47 [ecarstrade.be] INFO: Saving data for 7011219auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631553.991774, 'last_price_update_time': 1774821767.342038}
2026-03-29 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011219auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011233> (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-29 22:02:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:49 [ecarstrade.be] INFO: Extracting details for car 7011233auction111153
2026-03-29 22:02:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2eff8df-0b0b-5921-a432-b94913412ba5 with identifier: 7011233auction111153
2026-03-29 22:02:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2eff8df-0b0b-5921-a432-b94913412ba5 with scrape type 2
2026-03-29 22:02:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2eff8df-0b0b-5921-a432-b94913412ba5 with scrape type 2
2026-03-29 22:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2eff8df-0b0b-5921-a432-b94913412ba5, identifier: 7011233auction111153
2026-03-29 22:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2eff8df-0b0b-5921-a432-b94913412ba5 with identifier: 7011233auction111153
2026-03-29 22:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2eff8df-0b0b-5921-a432-b94913412ba5 with identifier: 7011233auction111153
2026-03-29 22:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2eff8df-0b0b-5921-a432-b94913412ba5 with identifier: 7011233auction111153 to the API
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011233>
{'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-30T14: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/7011233',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 71434,
'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': 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-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011233auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:50 [ecarstrade.be] INFO: Saving data for 7011233auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631611.843571, 'last_price_update_time': 1774821770.276545}
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011233auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011232> (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-29 22:02:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:50 [ecarstrade.be] INFO: Extracting details for car 7011232auction111153
2026-03-29 22:02:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 367f156a-de53-58d4-8282-637553cbc427 with identifier: 7011232auction111153
2026-03-29 22:02:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 367f156a-de53-58d4-8282-637553cbc427 with scrape type 2
2026-03-29 22:02:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 367f156a-de53-58d4-8282-637553cbc427 with scrape type 2
2026-03-29 22:02:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 367f156a-de53-58d4-8282-637553cbc427, identifier: 7011232auction111153
2026-03-29 22:02:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 367f156a-de53-58d4-8282-637553cbc427 with identifier: 7011232auction111153
2026-03-29 22:02:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 367f156a-de53-58d4-8282-637553cbc427 with identifier: 7011232auction111153
2026-03-29 22:02:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 367f156a-de53-58d4-8282-637553cbc427 with identifier: 7011232auction111153 to the API
2026-03-29 22:02:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011232>
{'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-30T14: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/7011232',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Citroen',
'model': 'C3',
'odometer': 80175,
'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': 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-29 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011232auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:51 [ecarstrade.be] INFO: Saving data for 7011232auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631614.226531, 'last_price_update_time': 1774821771.112047}
2026-03-29 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011232auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011246> (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-29 22:02:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:51 [ecarstrade.be] INFO: Extracting details for car 7011246auction111153
2026-03-29 22:02:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f643add-e327-58a5-9768-dea72cd41956 with identifier: 7011246auction111153
2026-03-29 22:02:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f643add-e327-58a5-9768-dea72cd41956 with scrape type 2
2026-03-29 22:02:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f643add-e327-58a5-9768-dea72cd41956 with scrape type 2
2026-03-29 22:02:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f643add-e327-58a5-9768-dea72cd41956, identifier: 7011246auction111153
2026-03-29 22:02:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f643add-e327-58a5-9768-dea72cd41956 with identifier: 7011246auction111153
2026-03-29 22:02:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f643add-e327-58a5-9768-dea72cd41956 with identifier: 7011246auction111153
2026-03-29 22:02:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f643add-e327-58a5-9768-dea72cd41956 with identifier: 7011246auction111153 to the API
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011246>
{'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-30T14: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/7011246',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 81865,
'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': 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-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011246auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:52 [ecarstrade.be] INFO: Saving data for 7011246auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631651.047161, 'last_price_update_time': 1774821772.320635}
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011246auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011256> (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-29 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-29 22:02:52 [ecarstrade.be] INFO: Extracting details for car 7011256auction111153
2026-03-29 22:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0d61d3d-f528-555a-867f-f245e36aec49 with identifier: 7011256auction111153
2026-03-29 22:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0d61d3d-f528-555a-867f-f245e36aec49 with scrape type 2
2026-03-29 22:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0d61d3d-f528-555a-867f-f245e36aec49 with scrape type 2
2026-03-29 22:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0d61d3d-f528-555a-867f-f245e36aec49, identifier: 7011256auction111153
2026-03-29 22:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0d61d3d-f528-555a-867f-f245e36aec49 with identifier: 7011256auction111153
2026-03-29 22:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0d61d3d-f528-555a-867f-f245e36aec49 with identifier: 7011256auction111153
2026-03-29 22:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0d61d3d-f528-555a-867f-f245e36aec49 with identifier: 7011256auction111153 to the API
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011256>
{'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-30T14: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/7011256',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Iveco',
'model': 'Other',
'odometer': 116676,
'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': 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-29 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011256auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:53 [ecarstrade.be] INFO: Saving data for 7011256auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631631.10594, 'last_price_update_time': 1774821773.396632}
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011256auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011255> (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-29 22:02:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:53 [ecarstrade.be] INFO: Extracting details for car 7011255auction111153
2026-03-29 22:02:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 359cc299-1945-5128-9c3c-199bea7cb18a with identifier: 7011255auction111153
2026-03-29 22:02:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 359cc299-1945-5128-9c3c-199bea7cb18a with scrape type 2
2026-03-29 22:02:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 359cc299-1945-5128-9c3c-199bea7cb18a with scrape type 2
2026-03-29 22:02:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 359cc299-1945-5128-9c3c-199bea7cb18a, identifier: 7011255auction111153
2026-03-29 22:02:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 359cc299-1945-5128-9c3c-199bea7cb18a with identifier: 7011255auction111153
2026-03-29 22:02:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 359cc299-1945-5128-9c3c-199bea7cb18a with identifier: 7011255auction111153
2026-03-29 22:02:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 359cc299-1945-5128-9c3c-199bea7cb18a with identifier: 7011255auction111153 to the API
2026-03-29 22:02:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011255>
{'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-30T14: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/7011255',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Iveco',
'model': 'Other',
'odometer': 84490,
'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': 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-29 22:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011255auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:54 [ecarstrade.be] INFO: Saving data for 7011255auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631631.549874, 'last_price_update_time': 1774821774.094422}
2026-03-29 22:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011255auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011257> (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-29 22:02:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:54 [ecarstrade.be] INFO: Extracting details for car 7011257auction111153
2026-03-29 22:02:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with identifier: 7011257auction111153
2026-03-29 22:02:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with scrape type 2
2026-03-29 22:02:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with scrape type 2
2026-03-29 22:02:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6, identifier: 7011257auction111153
2026-03-29 22:02:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with identifier: 7011257auction111153
2026-03-29 22:02:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with identifier: 7011257auction111153
2026-03-29 22:02:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f2e8bf1-46d0-51a3-885f-9f4316451ac6 with identifier: 7011257auction111153 to the API
2026-03-29 22:02:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011257>
{'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-30T14: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/7011257',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 95789,
'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': 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-29 22:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011257auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:54 [ecarstrade.be] INFO: Saving data for 7011257auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631632.007864, 'last_price_update_time': 1774821774.584932}
2026-03-29 22:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011257auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011254> (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-29 22:02:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:56 [ecarstrade.be] INFO: Extracting details for car 7011254auction111153
2026-03-29 22:02:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee78336f-c72e-5c5d-baa5-5df08a85413e with identifier: 7011254auction111153
2026-03-29 22:02:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee78336f-c72e-5c5d-baa5-5df08a85413e with scrape type 2
2026-03-29 22:02:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee78336f-c72e-5c5d-baa5-5df08a85413e with scrape type 2
2026-03-29 22:02:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee78336f-c72e-5c5d-baa5-5df08a85413e, identifier: 7011254auction111153
2026-03-29 22:02:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee78336f-c72e-5c5d-baa5-5df08a85413e with identifier: 7011254auction111153
2026-03-29 22:02:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee78336f-c72e-5c5d-baa5-5df08a85413e with identifier: 7011254auction111153
2026-03-29 22:02:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee78336f-c72e-5c5d-baa5-5df08a85413e with identifier: 7011254auction111153 to the API
2026-03-29 22:02:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011254>
{'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-30T14: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/7011254',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 74226,
'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': None,
'seller_name': None,
'title': '208 PURETECH 100 ALLURE RSK',
'transmission': 'manual',
'trim': 'PURETECH 100 ALLURE RSK',
'vin': None,
'year': 2023}
2026-03-29 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011254auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:57 [ecarstrade.be] INFO: Saving data for 7011254auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631657.789211, 'last_price_update_time': 1774821777.024557}
2026-03-29 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011254auction111153') HTTP/1.1" 204 0
2026-03-29 22:02:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011253> (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-29 22:02:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:02:58 [ecarstrade.be] INFO: Extracting details for car 7011253auction111153
2026-03-29 22:02:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9da917bc-ad8b-52c4-8612-155a5b44cee6 with identifier: 7011253auction111153
2026-03-29 22:02:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9da917bc-ad8b-52c4-8612-155a5b44cee6 with scrape type 2
2026-03-29 22:02:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9da917bc-ad8b-52c4-8612-155a5b44cee6 with scrape type 2
2026-03-29 22:02:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9da917bc-ad8b-52c4-8612-155a5b44cee6, identifier: 7011253auction111153
2026-03-29 22:02:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9da917bc-ad8b-52c4-8612-155a5b44cee6 with identifier: 7011253auction111153
2026-03-29 22:02:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9da917bc-ad8b-52c4-8612-155a5b44cee6 with identifier: 7011253auction111153
2026-03-29 22:02:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9da917bc-ad8b-52c4-8612-155a5b44cee6 with identifier: 7011253auction111153 to the API
2026-03-29 22:02:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:02: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-29 22:02:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011253>
{'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-30T14: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/7011253',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Opel',
'model': 'Movano',
'odometer': 117487,
'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': 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-29 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011253auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:02:58 [ecarstrade.be] INFO: Saving data for 7011253auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631655.888188, 'last_price_update_time': 1774821778.77944}
2026-03-29 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:02:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011253auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011251> (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-29 22:03:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:00 [ecarstrade.be] INFO: Extracting details for car 7011251auction111153
2026-03-29 22:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4692805-ce4e-5d51-b877-61ff5ae3823f with identifier: 7011251auction111153
2026-03-29 22:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4692805-ce4e-5d51-b877-61ff5ae3823f with scrape type 2
2026-03-29 22:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4692805-ce4e-5d51-b877-61ff5ae3823f with scrape type 2
2026-03-29 22:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4692805-ce4e-5d51-b877-61ff5ae3823f, identifier: 7011251auction111153
2026-03-29 22:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4692805-ce4e-5d51-b877-61ff5ae3823f with identifier: 7011251auction111153
2026-03-29 22:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4692805-ce4e-5d51-b877-61ff5ae3823f with identifier: 7011251auction111153
2026-03-29 22:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4692805-ce4e-5d51-b877-61ff5ae3823f with identifier: 7011251auction111153 to the API
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011251>
{'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-30T14: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/7011251',
'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': 0,
'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-29 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011251auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:00 [ecarstrade.be] INFO: Saving data for 7011251auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631613.42641, 'last_price_update_time': 1774821780.511169}
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011251auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011250> (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-29 22:03:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:00 [ecarstrade.be] INFO: Extracting details for car 7011250auction111153
2026-03-29 22:03:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with identifier: 7011250auction111153
2026-03-29 22:03:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with scrape type 2
2026-03-29 22:03:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with scrape type 2
2026-03-29 22:03:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2, identifier: 7011250auction111153
2026-03-29 22:03:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with identifier: 7011250auction111153
2026-03-29 22:03:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with identifier: 7011250auction111153
2026-03-29 22:03:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4a5cfb7-74fa-5be0-b5ae-d73e69a829b2 with identifier: 7011250auction111153 to the API
2026-03-29 22:03:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011250>
{'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-30T14: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/7011250',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Citroen',
'model': 'C3',
'odometer': 71232,
'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': 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-29 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011250auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:01 [ecarstrade.be] INFO: Saving data for 7011250auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631653.437815, 'last_price_update_time': 1774821781.136669}
2026-03-29 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011250auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011249> (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-29 22:03:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011252> (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-29 22:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:01 [ecarstrade.be] INFO: Extracting details for car 7011249auction111153
2026-03-29 22:03:01 [ecarstrade.be] INFO: Extracting details for car 7011252auction111153
2026-03-29 22:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1685808-eb2f-56d2-86b0-fb62d1376b00 with identifier: 7011249auction111153
2026-03-29 22:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1685808-eb2f-56d2-86b0-fb62d1376b00 with scrape type 2
2026-03-29 22:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1685808-eb2f-56d2-86b0-fb62d1376b00 with scrape type 2
2026-03-29 22:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1685808-eb2f-56d2-86b0-fb62d1376b00, identifier: 7011249auction111153
2026-03-29 22:03:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with identifier: 7011252auction111153
2026-03-29 22:03:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with scrape type 2
2026-03-29 22:03:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with scrape type 2
2026-03-29 22:03:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f, identifier: 7011252auction111153
2026-03-29 22:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1685808-eb2f-56d2-86b0-fb62d1376b00 with identifier: 7011249auction111153
2026-03-29 22:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1685808-eb2f-56d2-86b0-fb62d1376b00 with identifier: 7011249auction111153
2026-03-29 22:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1685808-eb2f-56d2-86b0-fb62d1376b00 with identifier: 7011249auction111153 to the API
2026-03-29 22:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011249>
{'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-30T14: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/7011249',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Renault',
'model': 'Captur',
'odometer': 51223,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011249auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:01 [ecarstrade.be] INFO: Saving data for 7011249auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631654.270819, 'last_price_update_time': 1774821781.770744}
2026-03-29 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011249auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with identifier: 7011252auction111153
2026-03-29 22:03:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with identifier: 7011252auction111153
2026-03-29 22:03:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b1b6d9b-aab8-57df-8489-b66e6e45a22f with identifier: 7011252auction111153 to the API
2026-03-29 22:03:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011252>
{'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-30T14: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/7011252',
'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': 0,
'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-29 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011252auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:02 [ecarstrade.be] INFO: Saving data for 7011252auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631656.990211, 'last_price_update_time': 1774821782.051438}
2026-03-29 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011252auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011247> (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-29 22:03:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:03 [ecarstrade.be] INFO: Extracting details for car 7011247auction111153
2026-03-29 22:03:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with identifier: 7011247auction111153
2026-03-29 22:03:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with scrape type 2
2026-03-29 22:03:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with scrape type 2
2026-03-29 22:03:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419, identifier: 7011247auction111153
2026-03-29 22:03:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with identifier: 7011247auction111153
2026-03-29 22:03:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with identifier: 7011247auction111153
2026-03-29 22:03:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ab6c2ac-9ea0-5ffc-8283-5166956dd419 with identifier: 7011247auction111153 to the API
2026-03-29 22:03:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011247>
{'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-30T14: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/7011247',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 72502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011247auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:03 [ecarstrade.be] INFO: Saving data for 7011247auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631651.723201, 'last_price_update_time': 1774821783.690991}
2026-03-29 22:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011247auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011214> (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-29 22:03:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:05 [ecarstrade.be] INFO: Extracting details for car 7011214auction111153
2026-03-29 22:03:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 207381b2-6761-599e-8928-ea2fe7175af2 with identifier: 7011214auction111153
2026-03-29 22:03:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 207381b2-6761-599e-8928-ea2fe7175af2 with scrape type 2
2026-03-29 22:03:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 207381b2-6761-599e-8928-ea2fe7175af2 with scrape type 2
2026-03-29 22:03:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 207381b2-6761-599e-8928-ea2fe7175af2, identifier: 7011214auction111153
2026-03-29 22:03:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 207381b2-6761-599e-8928-ea2fe7175af2 with identifier: 7011214auction111153
2026-03-29 22:03:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 207381b2-6761-599e-8928-ea2fe7175af2 with identifier: 7011214auction111153
2026-03-29 22:03:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 207381b2-6761-599e-8928-ea2fe7175af2 with identifier: 7011214auction111153 to the API
2026-03-29 22:03:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011214>
{'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-30T14: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/7011214',
'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': 0,
'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-29 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011214auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:05 [ecarstrade.be] INFO: Saving data for 7011214auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631551.663448, 'last_price_update_time': 1774821785.424369}
2026-03-29 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011214auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011245> (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-29 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-29 22:03:06 [ecarstrade.be] INFO: Extracting details for car 7011245auction111153
2026-03-29 22:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with identifier: 7011245auction111153
2026-03-29 22:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with scrape type 2
2026-03-29 22:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with scrape type 2
2026-03-29 22:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cfe6893-5a4a-5083-87fb-91b9ea77e465, identifier: 7011245auction111153
2026-03-29 22:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with identifier: 7011245auction111153
2026-03-29 22:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with identifier: 7011245auction111153
2026-03-29 22:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cfe6893-5a4a-5083-87fb-91b9ea77e465 with identifier: 7011245auction111153 to the API
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011245>
{'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-30T14: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/7011245',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 98872,
'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': 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-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011245auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:06 [ecarstrade.be] INFO: Saving data for 7011245auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631611.553813, 'last_price_update_time': 1774821786.395748}
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011245auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011244> (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-29 22:03:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:06 [ecarstrade.be] INFO: Extracting details for car 7011244auction111153
2026-03-29 22:03:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37202de3-5abe-5213-9fb7-4a380187fc41 with identifier: 7011244auction111153
2026-03-29 22:03:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37202de3-5abe-5213-9fb7-4a380187fc41 with scrape type 2
2026-03-29 22:03:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37202de3-5abe-5213-9fb7-4a380187fc41 with scrape type 2
2026-03-29 22:03:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37202de3-5abe-5213-9fb7-4a380187fc41, identifier: 7011244auction111153
2026-03-29 22:03:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37202de3-5abe-5213-9fb7-4a380187fc41 with identifier: 7011244auction111153
2026-03-29 22:03:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37202de3-5abe-5213-9fb7-4a380187fc41 with identifier: 7011244auction111153
2026-03-29 22:03:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37202de3-5abe-5213-9fb7-4a380187fc41 with identifier: 7011244auction111153 to the API
2026-03-29 22:03:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011244>
{'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-30T14: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/7011244',
'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': 0,
'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-29 22:03:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011244auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:07 [ecarstrade.be] INFO: Saving data for 7011244auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631607.540563, 'last_price_update_time': 1774821787.003024}
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011244auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:07 [scrapy.extensions.logstats] INFO: Crawled 1099 pages (at 60 pages/min), scraped 1035 items (at 59 items/min)
2026-03-29 22:03:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:03:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011242> (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-29 22:03:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:07 [ecarstrade.be] INFO: Extracting details for car 7011242auction111153
2026-03-29 22:03:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with identifier: 7011242auction111153
2026-03-29 22:03:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with scrape type 2
2026-03-29 22:03:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with scrape type 2
2026-03-29 22:03:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83a0a410-cfb9-52eb-924d-39ac2afa5d29, identifier: 7011242auction111153
2026-03-29 22:03:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with identifier: 7011242auction111153
2026-03-29 22:03:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with identifier: 7011242auction111153
2026-03-29 22:03:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83a0a410-cfb9-52eb-924d-39ac2afa5d29 with identifier: 7011242auction111153 to the API
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011242>
{'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-30T14: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/7011242',
'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': 0,
'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-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011242auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:07 [ecarstrade.be] INFO: Saving data for 7011242auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631608.145522, 'last_price_update_time': 1774821787.696946}
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011242auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011241> (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-29 22:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:08 [ecarstrade.be] INFO: Extracting details for car 7011241auction111153
2026-03-29 22:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with identifier: 7011241auction111153
2026-03-29 22:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with scrape type 2
2026-03-29 22:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with scrape type 2
2026-03-29 22:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92007dc1-2224-5bc2-bd57-4d51c0a40e74, identifier: 7011241auction111153
2026-03-29 22:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with identifier: 7011241auction111153
2026-03-29 22:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with identifier: 7011241auction111153
2026-03-29 22:03:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92007dc1-2224-5bc2-bd57-4d51c0a40e74 with identifier: 7011241auction111153 to the API
2026-03-29 22:03:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011241>
{'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-30T14: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/7011241',
'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': 0,
'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-29 22:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011241auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:08 [ecarstrade.be] INFO: Saving data for 7011241auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631608.825854, 'last_price_update_time': 1774821788.684837}
2026-03-29 22:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011241auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011240> (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-29 22:03:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:08 [ecarstrade.be] INFO: Extracting details for car 7011240auction111153
2026-03-29 22:03:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3aa06507-cc7d-5992-aa46-94bb8996644f with identifier: 7011240auction111153
2026-03-29 22:03:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3aa06507-cc7d-5992-aa46-94bb8996644f with scrape type 2
2026-03-29 22:03:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3aa06507-cc7d-5992-aa46-94bb8996644f with scrape type 2
2026-03-29 22:03:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3aa06507-cc7d-5992-aa46-94bb8996644f, identifier: 7011240auction111153
2026-03-29 22:03:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3aa06507-cc7d-5992-aa46-94bb8996644f with identifier: 7011240auction111153
2026-03-29 22:03:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3aa06507-cc7d-5992-aa46-94bb8996644f with identifier: 7011240auction111153
2026-03-29 22:03:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3aa06507-cc7d-5992-aa46-94bb8996644f with identifier: 7011240auction111153 to the API
2026-03-29 22:03:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011240>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '3aa06507-cc7d-5992-aa46-94bb8996644f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011240',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Citroen',
'model': 'C3',
'odometer': 96564,
'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': 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-29 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011240auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:09 [ecarstrade.be] INFO: Saving data for 7011240auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631608.489109, 'last_price_update_time': 1774821789.205986}
2026-03-29 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011240auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011239> (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-29 22:03:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:10 [ecarstrade.be] INFO: Extracting details for car 7011239auction111153
2026-03-29 22:03:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with identifier: 7011239auction111153
2026-03-29 22:03:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with scrape type 2
2026-03-29 22:03:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with scrape type 2
2026-03-29 22:03:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199, identifier: 7011239auction111153
2026-03-29 22:03:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with identifier: 7011239auction111153
2026-03-29 22:03:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with identifier: 7011239auction111153
2026-03-29 22:03:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ced4e2e0-8ed3-5f5a-9735-a17a7dddf199 with identifier: 7011239auction111153 to the API
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011239>
{'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-30T14: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/7011239',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Captur',
'odometer': 73743,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011239auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:10 [ecarstrade.be] INFO: Saving data for 7011239auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631609.396385, 'last_price_update_time': 1774821790.767503}
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011239auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011237> (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-29 22:03:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:11 [ecarstrade.be] INFO: Extracting details for car 7011237auction111153
2026-03-29 22:03:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with identifier: 7011237auction111153
2026-03-29 22:03:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with scrape type 2
2026-03-29 22:03:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with scrape type 2
2026-03-29 22:03:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c, identifier: 7011237auction111153
2026-03-29 22:03:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with identifier: 7011237auction111153
2026-03-29 22:03:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with identifier: 7011237auction111153
2026-03-29 22:03:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7660707-d2a5-5eb3-8e4c-46814a5f7f0c with identifier: 7011237auction111153 to the API
2026-03-29 22:03:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011237>
{'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-30T14: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/7011237',
'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': 0,
'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-29 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011237auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:11 [ecarstrade.be] INFO: Saving data for 7011237auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631607.007212, 'last_price_update_time': 1774821791.999786}
2026-03-29 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011237auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011231> (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-29 22:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011235> (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-29 22:03:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011236> (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-29 22:03:13 [ecarstrade.be] INFO: Extracting details for car 7011231auction111153
2026-03-29 22:03:13 [ecarstrade.be] INFO: Extracting details for car 7011235auction111153
2026-03-29 22:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f9fd2a9-3849-5563-bfc3-37916de90000 with identifier: 7011231auction111153
2026-03-29 22:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f9fd2a9-3849-5563-bfc3-37916de90000 with scrape type 2
2026-03-29 22:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f9fd2a9-3849-5563-bfc3-37916de90000 with scrape type 2
2026-03-29 22:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f9fd2a9-3849-5563-bfc3-37916de90000, identifier: 7011231auction111153
2026-03-29 22:03:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with identifier: 7011235auction111153
2026-03-29 22:03:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with scrape type 2
2026-03-29 22:03:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with scrape type 2
2026-03-29 22:03:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b, identifier: 7011235auction111153
2026-03-29 22:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f9fd2a9-3849-5563-bfc3-37916de90000 with identifier: 7011231auction111153
2026-03-29 22:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f9fd2a9-3849-5563-bfc3-37916de90000 with identifier: 7011231auction111153
2026-03-29 22:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f9fd2a9-3849-5563-bfc3-37916de90000 with identifier: 7011231auction111153 to the API
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011231>
{'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-30T14: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/7011231',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Peugeot',
'model': '208',
'odometer': 55717,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011231auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:13 [ecarstrade.be] INFO: Saving data for 7011231auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631612.852797, 'last_price_update_time': 1774821793.711134}
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011231auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with identifier: 7011235auction111153
2026-03-29 22:03:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with identifier: 7011235auction111153
2026-03-29 22:03:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a5b1d10-03ea-5dbd-b1a0-7f62482ab04b with identifier: 7011235auction111153 to the API
2026-03-29 22:03:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011235>
{'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-30T14: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/7011235',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Citroen',
'model': 'C3',
'odometer': 42282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:03:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011235auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:13 [ecarstrade.be] INFO: Saving data for 7011235auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631610.312591, 'last_price_update_time': 1774821793.991535}
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011235auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:14 [ecarstrade.be] INFO: Extracting details for car 7011236auction111153
2026-03-29 22:03:14 [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-29 22:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with identifier: 7011236auction111153
2026-03-29 22:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with scrape type 2
2026-03-29 22:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with scrape type 2
2026-03-29 22:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14349072-5a7e-5a0e-9c3e-5b943c4fef68, identifier: 7011236auction111153
2026-03-29 22:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with identifier: 7011236auction111153
2026-03-29 22:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with identifier: 7011236auction111153
2026-03-29 22:03:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14349072-5a7e-5a0e-9c3e-5b943c4fef68 with identifier: 7011236auction111153 to the API
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011236>
{'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-30T14: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/7011236',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 134040,
'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': 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-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011236auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Saving data for 7011236auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631609.83188, 'last_price_update_time': 1774821794.381643}
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011236auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011258auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011258auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011258auction111153: 2
2026-03-29 22:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011259auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011259auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011259auction111153: 2
2026-03-29 22:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011260auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011260auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011260auction111153: 2
2026-03-29 22:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011261auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011261auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011261auction111153: 2
2026-03-29 22:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011263auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011263auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011263auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011264auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011264auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011264auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011265auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011265auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011265auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011266auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011266auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011266auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011267auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011267auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011267auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011268auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011268auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011268auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011270auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011270auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011270auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011271auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011271auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011271auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011272auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011272auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011272auction111153: 2
2026-03-29 22:03:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011230> (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-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011273auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011273auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011273auction111153: 2
2026-03-29 22:03:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011274auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011274auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011274auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011276auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011276auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011276auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011277auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011277auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011277auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011278auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011278auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011278auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011279auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011279auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011279auction111153: 2
2026-03-29 22:03:14 [ecarstrade.be] INFO: Extracting details for car 7011230auction111153
2026-03-29 22:03:14 [ecarstrade.be] INFO: Found listing with ID: 7011280auction111153
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011280auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:14 [ecarstrade.be] INFO: Scrape type for 7011280auction111153: 2
2026-03-29 22:03:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ddd68d5d-200a-5b61-b293-a9ea008cffdb with identifier: 7011230auction111153
2026-03-29 22:03:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ddd68d5d-200a-5b61-b293-a9ea008cffdb with scrape type 2
2026-03-29 22:03:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ddd68d5d-200a-5b61-b293-a9ea008cffdb with scrape type 2
2026-03-29 22:03:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ddd68d5d-200a-5b61-b293-a9ea008cffdb, identifier: 7011230auction111153
2026-03-29 22:03:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ddd68d5d-200a-5b61-b293-a9ea008cffdb with identifier: 7011230auction111153
2026-03-29 22:03:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ddd68d5d-200a-5b61-b293-a9ea008cffdb with identifier: 7011230auction111153
2026-03-29 22:03:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ddd68d5d-200a-5b61-b293-a9ea008cffdb with identifier: 7011230auction111153 to the API
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011230>
{'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-30T14: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/7011230',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Captur',
'odometer': 67920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011230auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:15 [ecarstrade.be] INFO: Saving data for 7011230auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631610.847032, 'last_price_update_time': 1774821795.25236}
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011230auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011228> (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-29 22:03:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:16 [ecarstrade.be] INFO: Extracting details for car 7011228auction111153
2026-03-29 22:03:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a96d9bb6-0d9b-504c-8d52-58f7b521c129 with identifier: 7011228auction111153
2026-03-29 22:03:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a96d9bb6-0d9b-504c-8d52-58f7b521c129 with scrape type 2
2026-03-29 22:03:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a96d9bb6-0d9b-504c-8d52-58f7b521c129 with scrape type 2
2026-03-29 22:03:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a96d9bb6-0d9b-504c-8d52-58f7b521c129, identifier: 7011228auction111153
2026-03-29 22:03:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a96d9bb6-0d9b-504c-8d52-58f7b521c129 with identifier: 7011228auction111153
2026-03-29 22:03:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a96d9bb6-0d9b-504c-8d52-58f7b521c129 with identifier: 7011228auction111153
2026-03-29 22:03:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a96d9bb6-0d9b-504c-8d52-58f7b521c129 with identifier: 7011228auction111153 to the API
2026-03-29 22:03:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011228>
{'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-30T14: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/7011228',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 87475,
'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': 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-29 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011228auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:16 [ecarstrade.be] INFO: Saving data for 7011228auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631613.960512, 'last_price_update_time': 1774821796.831861}
2026-03-29 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011228auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011227> (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-29 22:03:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:18 [ecarstrade.be] INFO: Extracting details for car 7011227auction111153
2026-03-29 22:03:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de541fc3-abc4-5593-a504-0d2a26eea952 with identifier: 7011227auction111153
2026-03-29 22:03:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de541fc3-abc4-5593-a504-0d2a26eea952 with scrape type 2
2026-03-29 22:03:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de541fc3-abc4-5593-a504-0d2a26eea952 with scrape type 2
2026-03-29 22:03:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de541fc3-abc4-5593-a504-0d2a26eea952, identifier: 7011227auction111153
2026-03-29 22:03:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de541fc3-abc4-5593-a504-0d2a26eea952 with identifier: 7011227auction111153
2026-03-29 22:03:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de541fc3-abc4-5593-a504-0d2a26eea952 with identifier: 7011227auction111153
2026-03-29 22:03:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de541fc3-abc4-5593-a504-0d2a26eea952 with identifier: 7011227auction111153 to the API
2026-03-29 22:03:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011227>
{'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-30T14: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/7011227',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Opel',
'model': 'Movano',
'odometer': 85502,
'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': 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-29 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011227auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:18 [ecarstrade.be] INFO: Saving data for 7011227auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631557.431112, 'last_price_update_time': 1774821798.453313}
2026-03-29 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011227auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 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-29 22:03:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7011282auction111153
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011282auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7011282auction111153: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7011283auction111153
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011283auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7011283auction111153: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7011284auction111153
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011284auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7011284auction111153: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7011285auction111153
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011285auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7011285auction111153: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009416auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009416auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009416auction111132: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009413auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009413auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009413auction111132: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009422auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009422auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009422auction111132: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009418auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009418auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009418auction111132: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009394auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009394auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009394auction111132: 2
2026-03-29 22:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011260> (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-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009420auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009420auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009420auction111132: 2
2026-03-29 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-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009395auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009395auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009395auction111132: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009410auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009410auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009410auction111132: 2
2026-03-29 22:03:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011259> (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-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009385auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009385auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009385auction111132: 2
2026-03-29 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-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009393auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009393auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009393auction111132: 2
2026-03-29 22:03:20 [ecarstrade.be] INFO: Extracting details for car 7011260auction111153
2026-03-29 22:03:20 [ecarstrade.be] INFO: Found listing with ID: 7009414auction111132
2026-03-29 22:03:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009414auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:20 [ecarstrade.be] INFO: Scrape type for 7009414auction111132: 2
2026-03-29 22:03:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with identifier: 7011260auction111153
2026-03-29 22:03:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with scrape type 2
2026-03-29 22:03:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with scrape type 2
2026-03-29 22:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2, identifier: 7011260auction111153
2026-03-29 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009411auction111132
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009411auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009411auction111132: 2
2026-03-29 22:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with identifier: 7011260auction111153
2026-03-29 22:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with identifier: 7011260auction111153
2026-03-29 22:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5390e265-f8b4-5dcd-9d5e-25fa1e06a5e2 with identifier: 7011260auction111153 to the API
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011260>
{'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-30T14: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/7011260',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Renault',
'model': 'Austral',
'odometer': 63282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011260auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:21 [ecarstrade.be] INFO: Saving data for 7011260auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631632.380813, 'last_price_update_time': 1774821801.354023}
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011260auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:21 [ecarstrade.be] INFO: Extracting details for car 7011259auction111153
2026-03-29 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009401auction111132
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009401auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009401auction111132: 2
2026-03-29 22:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011258> (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-29 22:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with identifier: 7011259auction111153
2026-03-29 22:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with scrape type 2
2026-03-29 22:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with scrape type 2
2026-03-29 22:03:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9, identifier: 7011259auction111153
2026-03-29 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009419auction111132
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009419auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009419auction111132: 2
2026-03-29 22:03:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with identifier: 7011259auction111153
2026-03-29 22:03:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with identifier: 7011259auction111153
2026-03-29 22:03:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd527ae4-cea0-5d84-bf1e-fcf2c5c0f4e9 with identifier: 7011259auction111153 to the API
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011259>
{'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-30T14: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/7011259',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Iveco',
'model': 'Other',
'odometer': 107668,
'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': 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-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011259auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:21 [ecarstrade.be] INFO: Saving data for 7011259auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631658.357175, 'last_price_update_time': 1774821801.900742}
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011259auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:21 [ecarstrade.be] INFO: Extracting details for car 7011258auction111153
2026-03-29 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009387auction111132
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009387auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009387auction111132: 2
2026-03-29 22:03:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011261> (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-29 22:03:21 [ecarstrade.be] INFO: Found listing with ID: 7009409auction111132
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009409auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:21 [ecarstrade.be] INFO: Scrape type for 7009409auction111132: 2
2026-03-29 22:03:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0527a0f9-7b35-5992-b15a-9c29f6e60594 with identifier: 7011258auction111153
2026-03-29 22:03:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0527a0f9-7b35-5992-b15a-9c29f6e60594 with scrape type 2
2026-03-29 22:03:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0527a0f9-7b35-5992-b15a-9c29f6e60594 with scrape type 2
2026-03-29 22:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0527a0f9-7b35-5992-b15a-9c29f6e60594, identifier: 7011258auction111153
2026-03-29 22:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0527a0f9-7b35-5992-b15a-9c29f6e60594 with identifier: 7011258auction111153
2026-03-29 22:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0527a0f9-7b35-5992-b15a-9c29f6e60594 with identifier: 7011258auction111153
2026-03-29 22:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0527a0f9-7b35-5992-b15a-9c29f6e60594 with identifier: 7011258auction111153 to the API
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011258>
{'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-30T14: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/7011258',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Opel',
'model': 'Movano',
'odometer': 104283,
'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': 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-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011258auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:22 [ecarstrade.be] INFO: Saving data for 7011258auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631629.361065, 'last_price_update_time': 1774821802.349476}
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011258auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:22 [ecarstrade.be] INFO: Extracting details for car 7011261auction111153
2026-03-29 22:03:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f92f5d7a-eaac-501d-b180-8e4d9f6a985a with identifier: 7011261auction111153
2026-03-29 22:03:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f92f5d7a-eaac-501d-b180-8e4d9f6a985a with scrape type 2
2026-03-29 22:03:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f92f5d7a-eaac-501d-b180-8e4d9f6a985a with scrape type 2
2026-03-29 22:03:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f92f5d7a-eaac-501d-b180-8e4d9f6a985a, identifier: 7011261auction111153
2026-03-29 22:03:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f92f5d7a-eaac-501d-b180-8e4d9f6a985a with identifier: 7011261auction111153
2026-03-29 22:03:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f92f5d7a-eaac-501d-b180-8e4d9f6a985a with identifier: 7011261auction111153
2026-03-29 22:03:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f92f5d7a-eaac-501d-b180-8e4d9f6a985a with identifier: 7011261auction111153 to the API
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011261>
{'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-30T14: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/7011261',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 95406,
'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': 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-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011261auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:22 [ecarstrade.be] INFO: Saving data for 7011261auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631628.782114, 'last_price_update_time': 1774821802.743827}
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011261auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011263> (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-29 22:03:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:23 [ecarstrade.be] INFO: Extracting details for car 7011263auction111153
2026-03-29 22:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a7d843f-1488-5911-ba0a-7ae680142688 with identifier: 7011263auction111153
2026-03-29 22:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a7d843f-1488-5911-ba0a-7ae680142688 with scrape type 2
2026-03-29 22:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a7d843f-1488-5911-ba0a-7ae680142688 with scrape type 2
2026-03-29 22:03:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a7d843f-1488-5911-ba0a-7ae680142688, identifier: 7011263auction111153
2026-03-29 22:03:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a7d843f-1488-5911-ba0a-7ae680142688 with identifier: 7011263auction111153
2026-03-29 22:03:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a7d843f-1488-5911-ba0a-7ae680142688 with identifier: 7011263auction111153
2026-03-29 22:03:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a7d843f-1488-5911-ba0a-7ae680142688 with identifier: 7011263auction111153 to the API
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011263>
{'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-30T14: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/7011263',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 98861,
'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': 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-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011263auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:23 [ecarstrade.be] INFO: Saving data for 7011263auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631626.890708, 'last_price_update_time': 1774821803.53709}
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011263auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011265> (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-29 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-29 22:03:26 [ecarstrade.be] INFO: Extracting details for car 7011265auction111153
2026-03-29 22:03:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3beb4e3-3b62-501f-8574-d23f4cd6f0fa with identifier: 7011265auction111153
2026-03-29 22:03:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3beb4e3-3b62-501f-8574-d23f4cd6f0fa with scrape type 2
2026-03-29 22:03:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3beb4e3-3b62-501f-8574-d23f4cd6f0fa with scrape type 2
2026-03-29 22:03:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3beb4e3-3b62-501f-8574-d23f4cd6f0fa, identifier: 7011265auction111153
2026-03-29 22:03:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3beb4e3-3b62-501f-8574-d23f4cd6f0fa with identifier: 7011265auction111153
2026-03-29 22:03:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3beb4e3-3b62-501f-8574-d23f4cd6f0fa with identifier: 7011265auction111153
2026-03-29 22:03:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3beb4e3-3b62-501f-8574-d23f4cd6f0fa with identifier: 7011265auction111153 to the API
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011265>
{'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-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': 'a3beb4e3-3b62-501f-8574-d23f4cd6f0fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011265',
'listing': 'auction',
'location': 'France - "TEA MARSEILLE - PARC COUSSOUL"',
'make': 'Citroen',
'model': 'C3',
'odometer': 48998,
'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': None,
'seller_name': None,
'title': 'C3 B6 MAX PURETECH 110 SS BVM RSK chtx',
'transmission': 'manual',
'trim': 'B6 MAX PURETECH 110 SS BVM RSK chtx',
'vin': None,
'year': 2024}
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011265auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:26 [ecarstrade.be] INFO: Saving data for 7011265auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631626.248354, 'last_price_update_time': 1774821806.935901}
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011265auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011266> (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-29 22:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:28 [ecarstrade.be] INFO: Extracting details for car 7011266auction111153
2026-03-29 22:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99876fd3-da21-549f-a59e-25de04dba9cd with identifier: 7011266auction111153
2026-03-29 22:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99876fd3-da21-549f-a59e-25de04dba9cd with scrape type 2
2026-03-29 22:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99876fd3-da21-549f-a59e-25de04dba9cd with scrape type 2
2026-03-29 22:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99876fd3-da21-549f-a59e-25de04dba9cd, identifier: 7011266auction111153
2026-03-29 22:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99876fd3-da21-549f-a59e-25de04dba9cd with identifier: 7011266auction111153
2026-03-29 22:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99876fd3-da21-549f-a59e-25de04dba9cd with identifier: 7011266auction111153
2026-03-29 22:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99876fd3-da21-549f-a59e-25de04dba9cd with identifier: 7011266auction111153 to the API
2026-03-29 22:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011266>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '99876fd3-da21-549f-a59e-25de04dba9cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011266',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 23659,
'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': 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-29 22:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011266auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:28 [ecarstrade.be] INFO: Saving data for 7011266auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631624.013145, 'last_price_update_time': 1774821808.506975}
2026-03-29 22:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011266auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011268> (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-29 22:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011267> (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-29 22:03:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:28 [ecarstrade.be] INFO: Extracting details for car 7011268auction111153
2026-03-29 22:03:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0c346ae-c913-5551-9a8c-d64f16ea6a50 with identifier: 7011268auction111153
2026-03-29 22:03:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0c346ae-c913-5551-9a8c-d64f16ea6a50 with scrape type 2
2026-03-29 22:03:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0c346ae-c913-5551-9a8c-d64f16ea6a50 with scrape type 2
2026-03-29 22:03:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0c346ae-c913-5551-9a8c-d64f16ea6a50, identifier: 7011268auction111153
2026-03-29 22:03:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0c346ae-c913-5551-9a8c-d64f16ea6a50 with identifier: 7011268auction111153
2026-03-29 22:03:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0c346ae-c913-5551-9a8c-d64f16ea6a50 with identifier: 7011268auction111153
2026-03-29 22:03:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0c346ae-c913-5551-9a8c-d64f16ea6a50 with identifier: 7011268auction111153 to the API
2026-03-29 22:03:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011268>
{'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-30T14:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f0c346ae-c913-5551-9a8c-d64f16ea6a50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011268',
'listing': 'auction',
'location': 'France - "FRANCE CARS NANTES"',
'make': 'Mazda',
'model': '2',
'odometer': 60947,
'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': 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-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011268auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:29 [ecarstrade.be] INFO: Saving data for 7011268auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631625.563093, 'last_price_update_time': 1774821809.07682}
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011268auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:29 [ecarstrade.be] INFO: Extracting details for car 7011267auction111153
2026-03-29 22:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57f15b6a-18d4-5108-9684-7eca773db6d0 with identifier: 7011267auction111153
2026-03-29 22:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57f15b6a-18d4-5108-9684-7eca773db6d0 with scrape type 2
2026-03-29 22:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57f15b6a-18d4-5108-9684-7eca773db6d0 with scrape type 2
2026-03-29 22:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57f15b6a-18d4-5108-9684-7eca773db6d0, identifier: 7011267auction111153
2026-03-29 22:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57f15b6a-18d4-5108-9684-7eca773db6d0 with identifier: 7011267auction111153
2026-03-29 22:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57f15b6a-18d4-5108-9684-7eca773db6d0 with identifier: 7011267auction111153
2026-03-29 22:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57f15b6a-18d4-5108-9684-7eca773db6d0 with identifier: 7011267auction111153 to the API
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011267>
{'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-30T14: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/7011267',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Citroen',
'model': 'C3',
'odometer': 52568,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'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-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011267auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:29 [ecarstrade.be] INFO: Saving data for 7011267auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631627.668193, 'last_price_update_time': 1774821809.546109}
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011267auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011270> (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-29 22:03:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:29 [ecarstrade.be] INFO: Extracting details for car 7011270auction111153
2026-03-29 22:03:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with identifier: 7011270auction111153
2026-03-29 22:03:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with scrape type 2
2026-03-29 22:03:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with scrape type 2
2026-03-29 22:03:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06, identifier: 7011270auction111153
2026-03-29 22:03:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with identifier: 7011270auction111153
2026-03-29 22:03:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with identifier: 7011270auction111153
2026-03-29 22:03:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 043a46ef-b23d-5db4-aea8-1bd9f7e2ed06 with identifier: 7011270auction111153 to the API
2026-03-29 22:03:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011270>
{'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-30T14: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/7011270',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Citroen',
'model': 'C3',
'odometer': 79301,
'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': 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-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011270auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:30 [ecarstrade.be] INFO: Saving data for 7011270auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631628.071066, 'last_price_update_time': 1774821810.067985}
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011270auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011272> (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-29 22:03:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:30 [ecarstrade.be] INFO: Extracting details for car 7011272auction111153
2026-03-29 22:03:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a37561b4-3812-5bc3-a4e3-f013b535d691 with identifier: 7011272auction111153
2026-03-29 22:03:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a37561b4-3812-5bc3-a4e3-f013b535d691 with scrape type 2
2026-03-29 22:03:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a37561b4-3812-5bc3-a4e3-f013b535d691 with scrape type 2
2026-03-29 22:03:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a37561b4-3812-5bc3-a4e3-f013b535d691, identifier: 7011272auction111153
2026-03-29 22:03:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a37561b4-3812-5bc3-a4e3-f013b535d691 with identifier: 7011272auction111153
2026-03-29 22:03:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a37561b4-3812-5bc3-a4e3-f013b535d691 with identifier: 7011272auction111153
2026-03-29 22:03:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a37561b4-3812-5bc3-a4e3-f013b535d691 with identifier: 7011272auction111153 to the API
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011272>
{'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-30T14: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/7011272',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Opel',
'model': 'Movano',
'odometer': 155985,
'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': 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-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011272auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:30 [ecarstrade.be] INFO: Saving data for 7011272auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631629.928455, 'last_price_update_time': 1774821810.571891}
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011272auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011280> (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-29 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-29 22:03:33 [ecarstrade.be] INFO: Extracting details for car 7011280auction111153
2026-03-29 22:03:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with identifier: 7011280auction111153
2026-03-29 22:03:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with scrape type 2
2026-03-29 22:03:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with scrape type 2
2026-03-29 22:03:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d, identifier: 7011280auction111153
2026-03-29 22:03:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with identifier: 7011280auction111153
2026-03-29 22:03:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with identifier: 7011280auction111153
2026-03-29 22:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8eeadfd1-9cd7-5a2c-ba30-5394249a7a6d with identifier: 7011280auction111153 to the API
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011280>
{'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-30T14: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/7011280',
'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': 0,
'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-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011280auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:33 [ecarstrade.be] INFO: Saving data for 7011280auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631653.828077, 'last_price_update_time': 1774821813.553112}
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011280auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011279> (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-29 22:03:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:35 [ecarstrade.be] INFO: Extracting details for car 7011279auction111153
2026-03-29 22:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe33dd0c-0577-5977-9a39-85946630b87b with identifier: 7011279auction111153
2026-03-29 22:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe33dd0c-0577-5977-9a39-85946630b87b with scrape type 2
2026-03-29 22:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe33dd0c-0577-5977-9a39-85946630b87b with scrape type 2
2026-03-29 22:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe33dd0c-0577-5977-9a39-85946630b87b, identifier: 7011279auction111153
2026-03-29 22:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe33dd0c-0577-5977-9a39-85946630b87b with identifier: 7011279auction111153
2026-03-29 22:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe33dd0c-0577-5977-9a39-85946630b87b with identifier: 7011279auction111153
2026-03-29 22:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe33dd0c-0577-5977-9a39-85946630b87b with identifier: 7011279auction111153 to the API
2026-03-29 22:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011279>
{'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-30T14: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/7011279',
'listing': 'auction',
'location': 'France - "Albias logistique Auto"',
'make': 'Opel',
'model': 'Movano',
'odometer': 90485,
'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': 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-29 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011279auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:35 [ecarstrade.be] INFO: Saving data for 7011279auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631657.39137, 'last_price_update_time': 1774821815.566051}
2026-03-29 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011279auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011278> (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-29 22:03:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:35 [ecarstrade.be] INFO: Extracting details for car 7011278auction111153
2026-03-29 22:03:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 977c88a1-219a-56f6-a622-2acf9ae3a2f5 with identifier: 7011278auction111153
2026-03-29 22:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 977c88a1-219a-56f6-a622-2acf9ae3a2f5 with scrape type 2
2026-03-29 22:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 977c88a1-219a-56f6-a622-2acf9ae3a2f5 with scrape type 2
2026-03-29 22:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 977c88a1-219a-56f6-a622-2acf9ae3a2f5, identifier: 7011278auction111153
2026-03-29 22:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 977c88a1-219a-56f6-a622-2acf9ae3a2f5 with identifier: 7011278auction111153
2026-03-29 22:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 977c88a1-219a-56f6-a622-2acf9ae3a2f5 with identifier: 7011278auction111153
2026-03-29 22:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 977c88a1-219a-56f6-a622-2acf9ae3a2f5 with identifier: 7011278auction111153 to the API
2026-03-29 22:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011278>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:30:00Z',
'fuel_type': 'Petrol',
'id': '977c88a1-219a-56f6-a622-2acf9ae3a2f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011278',
'listing': 'auction',
'location': 'France - "F2S BELIGNEUX"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 38897,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': None,
'seller_name': None,
'title': 'CROSSLANDX 1.2 EDITION 110 LED',
'transmission': 'manual',
'trim': 'CROSSLANDX 1.2 EDITION 110 LED',
'vin': None,
'year': 2024}
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011278auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:36 [ecarstrade.be] INFO: Saving data for 7011278auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631647.732815, 'last_price_update_time': 1774821816.090625}
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011278auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009394> (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-29 22:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:36 [ecarstrade.be] INFO: Extracting details for car 7009394auction111132
2026-03-29 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011226> (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-29 22:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with identifier: 7009394auction111132
2026-03-29 22:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with scrape type 2
2026-03-29 22:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with scrape type 2
2026-03-29 22:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4, identifier: 7009394auction111132
2026-03-29 22:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with identifier: 7009394auction111132
2026-03-29 22:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with identifier: 7009394auction111132
2026-03-29 22:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with identifier: 7009394auction111132 to the API
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009394>
{'auction_title': '',
'c_o_2_emission_value': 235,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009394',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 36547,
'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': 3,
'seller_name': None,
'title': 'Jumper Fourgon Grand Volume 35 L2H2 Control BlueHDi 140 Start&Stop '
'BlueHDi 140CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Grand Volume 35 L2H2 Control BlueHDi 140 Start&Stop BlueHDi '
'140CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009394auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:36 [ecarstrade.be] INFO: Saving data for 7009394auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624693.218864, 'last_price_update_time': 1774821816.658441}
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009394auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:36 [ecarstrade.be] INFO: Extracting details for car 7011226auction111153
2026-03-29 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009401> (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-29 22:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009410> (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-29 22:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ec3ffe8-c429-5e03-bada-2d27d74c994c with identifier: 7011226auction111153
2026-03-29 22:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ec3ffe8-c429-5e03-bada-2d27d74c994c with scrape type 2
2026-03-29 22:03:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ec3ffe8-c429-5e03-bada-2d27d74c994c with scrape type 2
2026-03-29 22:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ec3ffe8-c429-5e03-bada-2d27d74c994c, identifier: 7011226auction111153
2026-03-29 22:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ec3ffe8-c429-5e03-bada-2d27d74c994c with identifier: 7011226auction111153
2026-03-29 22:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ec3ffe8-c429-5e03-bada-2d27d74c994c with identifier: 7011226auction111153
2026-03-29 22:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ec3ffe8-c429-5e03-bada-2d27d74c994c with identifier: 7011226auction111153 to the API
2026-03-29 22:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011226>
{'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-30T14: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/7011226',
'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': 0,
'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-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011226auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:37 [ecarstrade.be] INFO: Saving data for 7011226auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631556.950997, 'last_price_update_time': 1774821817.067664}
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011226auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:37 [ecarstrade.be] INFO: Extracting details for car 7009401auction111132
2026-03-29 22:03:37 [ecarstrade.be] INFO: Extracting details for car 7009410auction111132
2026-03-29 22:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 775fb5d7-e3f5-5f2e-b757-a30f348b6079 with identifier: 7009401auction111132
2026-03-29 22:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 775fb5d7-e3f5-5f2e-b757-a30f348b6079 with scrape type 2
2026-03-29 22:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 775fb5d7-e3f5-5f2e-b757-a30f348b6079 with scrape type 2
2026-03-29 22:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 775fb5d7-e3f5-5f2e-b757-a30f348b6079, identifier: 7009401auction111132
2026-03-29 22:03:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40f3d68e-1c78-5acd-9d8b-6f8729d3e390 with identifier: 7009410auction111132
2026-03-29 22:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40f3d68e-1c78-5acd-9d8b-6f8729d3e390 with scrape type 2
2026-03-29 22:03:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 40f3d68e-1c78-5acd-9d8b-6f8729d3e390 with scrape type 2
2026-03-29 22:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40f3d68e-1c78-5acd-9d8b-6f8729d3e390, identifier: 7009410auction111132
2026-03-29 22:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 775fb5d7-e3f5-5f2e-b757-a30f348b6079 with identifier: 7009401auction111132
2026-03-29 22:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 775fb5d7-e3f5-5f2e-b757-a30f348b6079 with identifier: 7009401auction111132
2026-03-29 22:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 775fb5d7-e3f5-5f2e-b757-a30f348b6079 with identifier: 7009401auction111132 to the API
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009401>
{'auction_title': '',
'c_o_2_emission_value': 223,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '775fb5d7-e3f5-5f2e-b757-a30f348b6079',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009401',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 77708,
'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': 'PEUGEOT Boxer / 2014 / 4P / Fourgon tôlé BlueHDi 120 S&S ASPHALT '
'330 L1H1',
'transmission': 'manual',
'trim': 'PEUGEOT / 2014 / 4P / Fourgon tôlé BlueHDi 120 S&S ASPHALT 330 L1H1',
'vin': None,
'year': 2021}
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009401auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:37 [ecarstrade.be] INFO: Saving data for 7009401auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624833.697303, 'last_price_update_time': 1774821817.57319}
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009401auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40f3d68e-1c78-5acd-9d8b-6f8729d3e390 with identifier: 7009410auction111132
2026-03-29 22:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40f3d68e-1c78-5acd-9d8b-6f8729d3e390 with identifier: 7009410auction111132
2026-03-29 22:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40f3d68e-1c78-5acd-9d8b-6f8729d3e390 with identifier: 7009410auction111132 to the API
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009410>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '40f3d68e-1c78-5acd-9d8b-6f8729d3e390',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009410',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 14980,
'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': 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-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009410auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:37 [ecarstrade.be] INFO: Saving data for 7009410auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624973.146515, 'last_price_update_time': 1774821817.856381}
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009410auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009387> (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-29 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-29 22:03:40 [ecarstrade.be] INFO: Extracting details for car 7009387auction111132
2026-03-29 22:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa5b2436-95dc-5392-9026-a00e73ee0746 with identifier: 7009387auction111132
2026-03-29 22:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa5b2436-95dc-5392-9026-a00e73ee0746 with scrape type 2
2026-03-29 22:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa5b2436-95dc-5392-9026-a00e73ee0746 with scrape type 2
2026-03-29 22:03:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa5b2436-95dc-5392-9026-a00e73ee0746, identifier: 7009387auction111132
2026-03-29 22:03:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa5b2436-95dc-5392-9026-a00e73ee0746 with identifier: 7009387auction111132
2026-03-29 22:03:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa5b2436-95dc-5392-9026-a00e73ee0746 with identifier: 7009387auction111132
2026-03-29 22:03:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa5b2436-95dc-5392-9026-a00e73ee0746 with identifier: 7009387auction111132 to the API
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009387>
{'auction_title': '',
'c_o_2_emission_value': 223,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'aa5b2436-95dc-5392-9026-a00e73ee0746',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009387',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 110094,
'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': 3,
'seller_name': None,
'title': 'Jumper Fourgon 30 L1H1 Club BlueHDi 120 2.2 120CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon 30 L1H1 Club BlueHDi 120 2.2 120CV BVM6',
'vin': None,
'year': 2021}
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009387auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:40 [ecarstrade.be] INFO: Saving data for 7009387auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624712.532818, 'last_price_update_time': 1774821820.625302}
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009387auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009409> (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-29 22:03:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:41 [ecarstrade.be] INFO: Extracting details for car 7009409auction111132
2026-03-29 22:03:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45f12288-5deb-53b6-83af-030de66c67ea with identifier: 7009409auction111132
2026-03-29 22:03:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f12288-5deb-53b6-83af-030de66c67ea with scrape type 2
2026-03-29 22:03:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45f12288-5deb-53b6-83af-030de66c67ea with scrape type 2
2026-03-29 22:03:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45f12288-5deb-53b6-83af-030de66c67ea, identifier: 7009409auction111132
2026-03-29 22:03:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45f12288-5deb-53b6-83af-030de66c67ea with identifier: 7009409auction111132
2026-03-29 22:03:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45f12288-5deb-53b6-83af-030de66c67ea with identifier: 7009409auction111132
2026-03-29 22:03:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45f12288-5deb-53b6-83af-030de66c67ea with identifier: 7009409auction111132 to the API
2026-03-29 22:03:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009409>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '45f12288-5deb-53b6-83af-030de66c67ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009409',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Clio',
'odometer': 66084,
'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': 2,
'seller_name': None,
'title': 'Clio V Evolution Réversible 1.5 dCi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Evolution Réversible 1.5 dCi 100CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009409auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:42 [ecarstrade.be] INFO: Saving data for 7009409auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624832.762074, 'last_price_update_time': 1774821822.040254}
2026-03-29 22:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009409auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009419> (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-29 22:03:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:42 [ecarstrade.be] INFO: Extracting details for car 7009419auction111132
2026-03-29 22:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02056af7-437d-50f1-a1f5-ef883a3402f0 with identifier: 7009419auction111132
2026-03-29 22:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02056af7-437d-50f1-a1f5-ef883a3402f0 with scrape type 2
2026-03-29 22:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02056af7-437d-50f1-a1f5-ef883a3402f0 with scrape type 2
2026-03-29 22:03:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02056af7-437d-50f1-a1f5-ef883a3402f0, identifier: 7009419auction111132
2026-03-29 22:03:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02056af7-437d-50f1-a1f5-ef883a3402f0 with identifier: 7009419auction111132
2026-03-29 22:03:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02056af7-437d-50f1-a1f5-ef883a3402f0 with identifier: 7009419auction111132
2026-03-29 22:03:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02056af7-437d-50f1-a1f5-ef883a3402f0 with identifier: 7009419auction111132 to the API
2026-03-29 22:03:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009419>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '02056af7-437d-50f1-a1f5-ef883a3402f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009419',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 95312,
'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': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline / VU 2.0 TDI SCR 115 BVM6 '
'Life Soci Busi',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline / VU 2.0 TDI SCR 115 BVM6 Life '
'Soci Busi',
'vin': None,
'year': 2021}
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009419auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:43 [ecarstrade.be] INFO: Saving data for 7009419auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624833.266854, 'last_price_update_time': 1774821823.038033}
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009419auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009414> (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-29 22:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009393> (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-29 22:03:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:43 [ecarstrade.be] INFO: Extracting details for car 7009414auction111132
2026-03-29 22:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad with identifier: 7009414auction111132
2026-03-29 22:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad with scrape type 2
2026-03-29 22:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad with scrape type 2
2026-03-29 22:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad, identifier: 7009414auction111132
2026-03-29 22:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad with identifier: 7009414auction111132
2026-03-29 22:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad with identifier: 7009414auction111132
2026-03-29 22:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad with identifier: 7009414auction111132 to the API
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009414>
{'auction_title': '',
'c_o_2_emission_value': 248,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'd8d95afe-3f88-55a1-8f18-6ebd53aaf8ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009414',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Master',
'odometer': 73710,
'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': 'RENAULT Master / 2019 / 4P / Fourgon tôlé FG Tr GCF F3500 L2H2 '
'Energy dCi 150',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 4P / Fourgon tôlé FG Tr GCF F3500 L2H2 Energy dCi '
'150',
'vin': None,
'year': 2021}
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009414auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:43 [ecarstrade.be] INFO: Saving data for 7009414auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624834.84984, 'last_price_update_time': 1774821823.721366}
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009414auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:43 [ecarstrade.be] INFO: Extracting details for car 7009393auction111132
2026-03-29 22:03:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78781591-e081-5fba-b536-cff3762c03e3 with identifier: 7009393auction111132
2026-03-29 22:03:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78781591-e081-5fba-b536-cff3762c03e3 with scrape type 2
2026-03-29 22:03:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78781591-e081-5fba-b536-cff3762c03e3 with scrape type 2
2026-03-29 22:03:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78781591-e081-5fba-b536-cff3762c03e3, identifier: 7009393auction111132
2026-03-29 22:03:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78781591-e081-5fba-b536-cff3762c03e3 with identifier: 7009393auction111132
2026-03-29 22:03:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78781591-e081-5fba-b536-cff3762c03e3 with identifier: 7009393auction111132
2026-03-29 22:03:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78781591-e081-5fba-b536-cff3762c03e3 with identifier: 7009393auction111132 to the API
2026-03-29 22:03:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009393>
{'auction_title': '',
'c_o_2_emission_value': 220,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '78781591-e081-5fba-b536-cff3762c03e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009393',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Transit',
'odometer': 99617,
'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': 3,
'seller_name': None,
'title': 'Transit Fourgon 310 L2 Trend',
'transmission': 'manual',
'trim': 'Fourgon 310 L2 Trend',
'vin': None,
'year': 2021}
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009393auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:44 [ecarstrade.be] INFO: Saving data for 7009393auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624834.269142, 'last_price_update_time': 1774821824.096912}
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009393auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009385> (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-29 22:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:44 [ecarstrade.be] INFO: Extracting details for car 7009385auction111132
2026-03-29 22:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9517e1bc-4ea1-54e2-b100-9e639043c8c6 with identifier: 7009385auction111132
2026-03-29 22:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9517e1bc-4ea1-54e2-b100-9e639043c8c6 with scrape type 2
2026-03-29 22:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9517e1bc-4ea1-54e2-b100-9e639043c8c6 with scrape type 2
2026-03-29 22:03:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9517e1bc-4ea1-54e2-b100-9e639043c8c6, identifier: 7009385auction111132
2026-03-29 22:03:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9517e1bc-4ea1-54e2-b100-9e639043c8c6 with identifier: 7009385auction111132
2026-03-29 22:03:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9517e1bc-4ea1-54e2-b100-9e639043c8c6 with identifier: 7009385auction111132
2026-03-29 22:03:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9517e1bc-4ea1-54e2-b100-9e639043c8c6 with identifier: 7009385auction111132 to the API
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009385>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '9517e1bc-4ea1-54e2-b100-9e639043c8c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009385',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 16231,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Berlingo M 650 1.5 BlueHDi 100CV BVM6 6E',
'transmission': 'manual',
'trim': 'Fourgon M 650 1.5 BlueHDi 100CV BVM6 6E',
'vin': None,
'year': 2024}
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009385auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:44 [ecarstrade.be] INFO: Saving data for 7009385auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624970.646195, 'last_price_update_time': 1774821824.821675}
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009385auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009395> (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-29 22:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:46 [ecarstrade.be] INFO: Extracting details for car 7009395auction111132
2026-03-29 22:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7775882-cdd2-5658-b056-125d12a05f3a with identifier: 7009395auction111132
2026-03-29 22:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7775882-cdd2-5658-b056-125d12a05f3a with scrape type 2
2026-03-29 22:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7775882-cdd2-5658-b056-125d12a05f3a with scrape type 2
2026-03-29 22:03:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7775882-cdd2-5658-b056-125d12a05f3a, identifier: 7009395auction111132
2026-03-29 22:03:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7775882-cdd2-5658-b056-125d12a05f3a with identifier: 7009395auction111132
2026-03-29 22:03:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7775882-cdd2-5658-b056-125d12a05f3a with identifier: 7009395auction111132
2026-03-29 22:03:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7775882-cdd2-5658-b056-125d12a05f3a with identifier: 7009395auction111132 to the API
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009395>
{'auction_title': '',
'c_o_2_emission_value': 234,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'a7775882-cdd2-5658-b056-125d12a05f3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009395',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 68275,
'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': 'FIAT Ducato 2014 4P Fourgon tôlé 30 M H2 23 Multijet 120 Pack '
'Pro Nav',
'transmission': 'manual',
'trim': 'FIAT 2014 4P Fourgon tôlé 30 M H2 23 Multijet 120 Pack Pro Nav',
'vin': None,
'year': 2020}
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009395auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:47 [ecarstrade.be] INFO: Saving data for 7009395auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624971.153866, 'last_price_update_time': 1774821827.341955}
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009395auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009420> (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-29 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-29 22:03:48 [ecarstrade.be] INFO: Extracting details for car 7009420auction111132
2026-03-29 22:03:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2131279a-0cb4-54a7-aa0c-a500c5929d72 with identifier: 7009420auction111132
2026-03-29 22:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2131279a-0cb4-54a7-aa0c-a500c5929d72 with scrape type 2
2026-03-29 22:03:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2131279a-0cb4-54a7-aa0c-a500c5929d72 with scrape type 2
2026-03-29 22:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2131279a-0cb4-54a7-aa0c-a500c5929d72, identifier: 7009420auction111132
2026-03-29 22:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2131279a-0cb4-54a7-aa0c-a500c5929d72 with identifier: 7009420auction111132
2026-03-29 22:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2131279a-0cb4-54a7-aa0c-a500c5929d72 with identifier: 7009420auction111132
2026-03-29 22:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2131279a-0cb4-54a7-aa0c-a500c5929d72 with identifier: 7009420auction111132 to the API
2026-03-29 22:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009420>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '2131279a-0cb4-54a7-aa0c-a500c5929d72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009420',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 55626,
'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': 3,
'seller_name': None,
'title': 'Trafic Fourgon L2H1 3T Grand Confort 2.0 dCi 130CV BVM6 E6d / VO '
'RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'Fourgon L2H1 3T Grand Confort 2.0 dCi 130CV BVM6 E6d / VO '
'RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-29 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009420auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:48 [ecarstrade.be] INFO: Saving data for 7009420auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624695.901241, 'last_price_update_time': 1774821828.390747}
2026-03-29 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009420auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009422> (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-29 22:03:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:49 [ecarstrade.be] INFO: Extracting details for car 7009422auction111132
2026-03-29 22:03:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8c73262-06d8-5959-ab79-29abfbe8efbf with identifier: 7009422auction111132
2026-03-29 22:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8c73262-06d8-5959-ab79-29abfbe8efbf with scrape type 2
2026-03-29 22:03:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8c73262-06d8-5959-ab79-29abfbe8efbf with scrape type 2
2026-03-29 22:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8c73262-06d8-5959-ab79-29abfbe8efbf, identifier: 7009422auction111132
2026-03-29 22:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8c73262-06d8-5959-ab79-29abfbe8efbf with identifier: 7009422auction111132
2026-03-29 22:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8c73262-06d8-5959-ab79-29abfbe8efbf with identifier: 7009422auction111132
2026-03-29 22:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8c73262-06d8-5959-ab79-29abfbe8efbf with identifier: 7009422auction111132 to the API
2026-03-29 22:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009422>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'b8c73262-06d8-5959-ab79-29abfbe8efbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009422',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 21966,
'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': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter VU 4p Fourgon 2.0 TDi 150 L1H1 Business Line',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter VU 4p Fourgon 2.0 TDi 150 L1H1 Business Line',
'vin': None,
'year': 2023}
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009422auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:50 [ecarstrade.be] INFO: Saving data for 7009422auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624695.548684, 'last_price_update_time': 1774821830.049375}
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009422auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009418> (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-29 22:03:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009413> (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-29 22:03:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:50 [ecarstrade.be] INFO: Extracting details for car 7009418auction111132
2026-03-29 22:03:50 [ecarstrade.be] INFO: Extracting details for car 7009413auction111132
2026-03-29 22:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with identifier: 7009418auction111132
2026-03-29 22:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with scrape type 2
2026-03-29 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with scrape type 2
2026-03-29 22:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 179e5349-7ef0-5066-ac6b-a34e12e32bf6, identifier: 7009418auction111132
2026-03-29 22:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1ea1453-ac76-5e60-9629-9891be0e3e17 with identifier: 7009413auction111132
2026-03-29 22:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ea1453-ac76-5e60-9629-9891be0e3e17 with scrape type 2
2026-03-29 22:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1ea1453-ac76-5e60-9629-9891be0e3e17 with scrape type 2
2026-03-29 22:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1ea1453-ac76-5e60-9629-9891be0e3e17, identifier: 7009413auction111132
2026-03-29 22:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with identifier: 7009418auction111132
2026-03-29 22:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with identifier: 7009418auction111132
2026-03-29 22:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with identifier: 7009418auction111132 to the API
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009418>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '179e5349-7ef0-5066-ac6b-a34e12e32bf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009418',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Toyota Proace',
'odometer': 62901,
'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': 3,
'seller_name': None,
'title': 'TOYOTA Proace / 2016 / 4P / Fourgon tôlé 2.0 D LONG 180 D-4D AUTO '
'BUSINESS / VO RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'automatic',
'trim': 'TOYOTA Proace / 2016 / 4P / Fourgon tôlé 2.0 D LONG 180 D-4D AUTO '
'BUSINESS / VO RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009418auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:50 [ecarstrade.be] INFO: Saving data for 7009418auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624694.962972, 'last_price_update_time': 1774821830.653764}
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009418auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1ea1453-ac76-5e60-9629-9891be0e3e17 with identifier: 7009413auction111132
2026-03-29 22:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1ea1453-ac76-5e60-9629-9891be0e3e17 with identifier: 7009413auction111132
2026-03-29 22:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1ea1453-ac76-5e60-9629-9891be0e3e17 with identifier: 7009413auction111132 to the API
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009413>
{'auction_title': '',
'c_o_2_emission_value': 336,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'a1ea1453-ac76-5e60-9629-9891be0e3e17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009413',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 46681,
'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': 3,
'seller_name': None,
'title': 'RENAULT Master SC 2019 2P Chassis cabine CC Tr CF F3500 L3 Blue '
'dCi 145 EVIE',
'transmission': 'manual',
'trim': 'RENAULT SC 2019 2P Chassis cabine CC Tr CF F3500 L3 Blue dCi 145 '
'EVIE',
'vin': None,
'year': 2023}
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009413auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:50 [ecarstrade.be] INFO: Saving data for 7009413auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624693.988062, 'last_price_update_time': 1774821830.954824}
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009413auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009416> (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-29 22:03:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:51 [ecarstrade.be] INFO: Extracting details for car 7009416auction111132
2026-03-29 22:03:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1575297-16e6-5694-9d71-a312ae3a84a3 with identifier: 7009416auction111132
2026-03-29 22:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1575297-16e6-5694-9d71-a312ae3a84a3 with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e1575297-16e6-5694-9d71-a312ae3a84a3 with scrape type 2
2026-03-29 22:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1575297-16e6-5694-9d71-a312ae3a84a3, identifier: 7009416auction111132
2026-03-29 22:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1575297-16e6-5694-9d71-a312ae3a84a3 with identifier: 7009416auction111132
2026-03-29 22:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1575297-16e6-5694-9d71-a312ae3a84a3 with identifier: 7009416auction111132
2026-03-29 22:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1575297-16e6-5694-9d71-a312ae3a84a3 with identifier: 7009416auction111132 to the API
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009416>
{'auction_title': '',
'c_o_2_emission_value': 336,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e1575297-16e6-5694-9d71-a312ae3a84a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009416',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 21283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Master SC / 2019 / 2P / Châssis cabine CC Tr CF F3500 L3 '
'Blue dCi 145 EVIE',
'transmission': 'manual',
'trim': 'RENAULT SC / 2019 / 2P / Châssis cabine CC Tr CF F3500 L3 Blue dCi '
'145 EVIE',
'vin': None,
'year': 2024}
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009416auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:51 [ecarstrade.be] INFO: Saving data for 7009416auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624692.327655, 'last_price_update_time': 1774821831.740837}
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009416auction111132') HTTP/1.1" 204 0
2026-03-29 22:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011264> (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-29 22:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:52 [ecarstrade.be] INFO: Extracting details for car 7011264auction111153
2026-03-29 22:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fa2e818-843a-586b-817b-6c66331c0144 with identifier: 7011264auction111153
2026-03-29 22:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fa2e818-843a-586b-817b-6c66331c0144 with scrape type 2
2026-03-29 22:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fa2e818-843a-586b-817b-6c66331c0144 with scrape type 2
2026-03-29 22:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4fa2e818-843a-586b-817b-6c66331c0144, identifier: 7011264auction111153
2026-03-29 22:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4fa2e818-843a-586b-817b-6c66331c0144 with identifier: 7011264auction111153
2026-03-29 22:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4fa2e818-843a-586b-817b-6c66331c0144 with identifier: 7011264auction111153
2026-03-29 22:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4fa2e818-843a-586b-817b-6c66331c0144 with identifier: 7011264auction111153 to the API
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011264>
{'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-30T14: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/7011264',
'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': 0,
'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-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011264auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:52 [ecarstrade.be] INFO: Saving data for 7011264auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631623.372704, 'last_price_update_time': 1774821832.884112}
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011264auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011285> (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-29 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-29 22:03:53 [ecarstrade.be] INFO: Extracting details for car 7011285auction111153
2026-03-29 22:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37d22537-9776-5fba-96a5-47912306ee89 with identifier: 7011285auction111153
2026-03-29 22:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37d22537-9776-5fba-96a5-47912306ee89 with scrape type 2
2026-03-29 22:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37d22537-9776-5fba-96a5-47912306ee89 with scrape type 2
2026-03-29 22:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37d22537-9776-5fba-96a5-47912306ee89, identifier: 7011285auction111153
2026-03-29 22:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37d22537-9776-5fba-96a5-47912306ee89 with identifier: 7011285auction111153
2026-03-29 22:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37d22537-9776-5fba-96a5-47912306ee89 with identifier: 7011285auction111153
2026-03-29 22:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37d22537-9776-5fba-96a5-47912306ee89 with identifier: 7011285auction111153 to the API
2026-03-29 22:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011285>
{'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-30T14:30:00Z',
'fuel_type': 'Diesel',
'id': '37d22537-9776-5fba-96a5-47912306ee89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011285',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Opel',
'model': 'Movano',
'odometer': 88252,
'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': 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-29 22:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011285auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:53 [ecarstrade.be] INFO: Saving data for 7011285auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631656.524937, 'last_price_update_time': 1774821833.995104}
2026-03-29 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011285auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011284> (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-29 22:03:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:56 [ecarstrade.be] INFO: Extracting details for car 7011284auction111153
2026-03-29 22:03:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04f56ffe-a876-58af-bfda-b77bc9ff8ce6 with identifier: 7011284auction111153
2026-03-29 22:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04f56ffe-a876-58af-bfda-b77bc9ff8ce6 with scrape type 2
2026-03-29 22:03:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04f56ffe-a876-58af-bfda-b77bc9ff8ce6 with scrape type 2
2026-03-29 22:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04f56ffe-a876-58af-bfda-b77bc9ff8ce6, identifier: 7011284auction111153
2026-03-29 22:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04f56ffe-a876-58af-bfda-b77bc9ff8ce6 with identifier: 7011284auction111153
2026-03-29 22:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04f56ffe-a876-58af-bfda-b77bc9ff8ce6 with identifier: 7011284auction111153
2026-03-29 22:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04f56ffe-a876-58af-bfda-b77bc9ff8ce6 with identifier: 7011284auction111153 to the API
2026-03-29 22:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011284>
{'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-30T14:30:00Z',
'fuel_type': 'Diesel',
'id': '04f56ffe-a876-58af-bfda-b77bc9ff8ce6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7011284',
'listing': 'auction',
'location': 'France - "F2S DAGNEUX"',
'make': 'Opel',
'model': 'Movano',
'odometer': 80443,
'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': 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-29 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011284auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:57 [ecarstrade.be] INFO: Saving data for 7011284auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631677.392217, 'last_price_update_time': 1774821837.011992}
2026-03-29 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011284auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011283> (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-29 22:03:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:57 [ecarstrade.be] INFO: Extracting details for car 7011283auction111153
2026-03-29 22:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 657413e4-b1fa-5284-928b-32a9df564f2a with identifier: 7011283auction111153
2026-03-29 22:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 657413e4-b1fa-5284-928b-32a9df564f2a with scrape type 2
2026-03-29 22:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 657413e4-b1fa-5284-928b-32a9df564f2a with scrape type 2
2026-03-29 22:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 657413e4-b1fa-5284-928b-32a9df564f2a, identifier: 7011283auction111153
2026-03-29 22:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 657413e4-b1fa-5284-928b-32a9df564f2a with identifier: 7011283auction111153
2026-03-29 22:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 657413e4-b1fa-5284-928b-32a9df564f2a with identifier: 7011283auction111153
2026-03-29 22:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 657413e4-b1fa-5284-928b-32a9df564f2a with identifier: 7011283auction111153 to the API
2026-03-29 22:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011283>
{'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-30T14: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/7011283',
'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': 0,
'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-29 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011283auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:57 [ecarstrade.be] INFO: Saving data for 7011283auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631677.67213, 'last_price_update_time': 1774821837.530732}
2026-03-29 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011283auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011277> (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-29 22:03:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011282> (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-29 22:03:57 [ecarstrade.be] INFO: Extracting details for car 7011277auction111153
2026-03-29 22:03:57 [ecarstrade.be] INFO: Extracting details for car 7011282auction111153
2026-03-29 22:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with identifier: 7011277auction111153
2026-03-29 22:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with scrape type 2
2026-03-29 22:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with scrape type 2
2026-03-29 22:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e0f2f12-9c0e-5590-86a8-455c4e34de51, identifier: 7011277auction111153
2026-03-29 22:03:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3543fc51-a700-5d1f-a00d-215e193304a5 with identifier: 7011282auction111153
2026-03-29 22:03:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3543fc51-a700-5d1f-a00d-215e193304a5 with scrape type 2
2026-03-29 22:03:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3543fc51-a700-5d1f-a00d-215e193304a5 with scrape type 2
2026-03-29 22:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3543fc51-a700-5d1f-a00d-215e193304a5, identifier: 7011282auction111153
2026-03-29 22:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with identifier: 7011277auction111153
2026-03-29 22:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with identifier: 7011277auction111153
2026-03-29 22:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e0f2f12-9c0e-5590-86a8-455c4e34de51 with identifier: 7011277auction111153 to the API
2026-03-29 22:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011277>
{'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-30T14: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/7011277',
'listing': 'auction',
'location': 'France - "F2S CAVAILLON"',
'make': 'Fiat',
'model': 'Doblo',
'odometer': 79592,
'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': 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-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011277auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:58 [ecarstrade.be] INFO: Saving data for 7011277auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631649.353992, 'last_price_update_time': 1774821838.17684}
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011277auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3543fc51-a700-5d1f-a00d-215e193304a5 with identifier: 7011282auction111153
2026-03-29 22:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3543fc51-a700-5d1f-a00d-215e193304a5 with identifier: 7011282auction111153
2026-03-29 22:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3543fc51-a700-5d1f-a00d-215e193304a5 with identifier: 7011282auction111153 to the API
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011282>
{'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-30T14: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/7011282',
'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': 0,
'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-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011282auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:58 [ecarstrade.be] INFO: Saving data for 7011282auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631652.971239, 'last_price_update_time': 1774821838.448491}
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011282auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:58 [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-29 22:03:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011276> (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-29 22:03:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:03:58 [ecarstrade.be] INFO: Extracting details for car 7011276auction111153
2026-03-29 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7009384auction111132
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009384auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:58 [ecarstrade.be] INFO: Scrape type for 7009384auction111132: 2
2026-03-29 22:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7009407auction111132
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009407auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:58 [ecarstrade.be] INFO: Scrape type for 7009407auction111132: 2
2026-03-29 22:03:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37f9f508-21ed-5cad-ba81-86eee5e33444 with identifier: 7011276auction111153
2026-03-29 22:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37f9f508-21ed-5cad-ba81-86eee5e33444 with scrape type 2
2026-03-29 22:03:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37f9f508-21ed-5cad-ba81-86eee5e33444 with scrape type 2
2026-03-29 22:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37f9f508-21ed-5cad-ba81-86eee5e33444, identifier: 7011276auction111153
2026-03-29 22:03:58 [ecarstrade.be] INFO: Found listing with ID: 7009402auction111132
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009402auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:58 [ecarstrade.be] INFO: Scrape type for 7009402auction111132: 2
2026-03-29 22:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37f9f508-21ed-5cad-ba81-86eee5e33444 with identifier: 7011276auction111153
2026-03-29 22:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37f9f508-21ed-5cad-ba81-86eee5e33444 with identifier: 7011276auction111153
2026-03-29 22:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37f9f508-21ed-5cad-ba81-86eee5e33444 with identifier: 7011276auction111153 to the API
2026-03-29 22:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:03: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-29 22:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011276>
{'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-30T14: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/7011276',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Citroen',
'model': 'C3',
'odometer': 88424,
'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': 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-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011276auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Saving data for 7011276auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631650.034171, 'last_price_update_time': 1774821839.033932}
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011276auction111153') HTTP/1.1" 204 0
2026-03-29 22:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009392auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009392auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009392auction111132: 2
2026-03-29 22:03:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009421auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009421auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009421auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009388auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009388auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009388auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009382auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009382auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009382auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009391auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009391auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009391auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009404auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009404auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009404auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009383auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009383auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009383auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009412auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009412auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009412auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009389auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009389auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009389auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009396auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009396auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009396auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009403auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009403auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009403auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009398auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009398auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009398auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009405auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009405auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009405auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009408auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009408auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009408auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009386auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009386auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009386auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009397auction111132
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009397auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009397auction111132: 2
2026-03-29 22:03:59 [ecarstrade.be] INFO: Found listing with ID: 7009476auction111133
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009476auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:03:59 [ecarstrade.be] INFO: Scrape type for 7009476auction111133: 2
2026-03-29 22:04:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011274> (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-29 22:04:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:00 [ecarstrade.be] INFO: Extracting details for car 7011274auction111153
2026-03-29 22:04:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d316ba4-43ca-535a-a79a-66408c5ee229 with identifier: 7011274auction111153
2026-03-29 22:04:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d316ba4-43ca-535a-a79a-66408c5ee229 with scrape type 2
2026-03-29 22:04:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d316ba4-43ca-535a-a79a-66408c5ee229 with scrape type 2
2026-03-29 22:04:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d316ba4-43ca-535a-a79a-66408c5ee229, identifier: 7011274auction111153
2026-03-29 22:04:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d316ba4-43ca-535a-a79a-66408c5ee229 with identifier: 7011274auction111153
2026-03-29 22:04:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d316ba4-43ca-535a-a79a-66408c5ee229 with identifier: 7011274auction111153
2026-03-29 22:04:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d316ba4-43ca-535a-a79a-66408c5ee229 with identifier: 7011274auction111153 to the API
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011274>
{'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-30T14: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/7011274',
'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': 0,
'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-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277011274auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:04:00 [ecarstrade.be] INFO: Saving data for 7011274auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631650.530172, 'last_price_update_time': 1774821840.530212}
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011274auction111153') HTTP/1.1" 204 0
2026-03-29 22:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011273> (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-29 22:04:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:03 [ecarstrade.be] INFO: Extracting details for car 7011273auction111153
2026-03-29 22:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea1001b-7266-544f-9a35-744fee94aba0 with identifier: 7011273auction111153
2026-03-29 22:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea1001b-7266-544f-9a35-744fee94aba0 with scrape type 2
2026-03-29 22:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ea1001b-7266-544f-9a35-744fee94aba0 with scrape type 2
2026-03-29 22:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ea1001b-7266-544f-9a35-744fee94aba0, identifier: 7011273auction111153
2026-03-29 22:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ea1001b-7266-544f-9a35-744fee94aba0 with identifier: 7011273auction111153
2026-03-29 22:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ea1001b-7266-544f-9a35-744fee94aba0 with identifier: 7011273auction111153
2026-03-29 22:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ea1001b-7266-544f-9a35-744fee94aba0 with identifier: 7011273auction111153 to the API
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011273>
{'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-30T14: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/7011273',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Iveco',
'model': 'Other',
'odometer': 73265,
'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': 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-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011273auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:04:03 [ecarstrade.be] INFO: Saving data for 7011273auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631630.194563, 'last_price_update_time': 1774821843.500053}
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011273auction111153') HTTP/1.1" 204 0
2026-03-29 22:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7011271> (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-29 22:04:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:03 [ecarstrade.be] INFO: Extracting details for car 7011271auction111153
2026-03-29 22:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06123a07-8a04-57a9-a571-0888c09cfb0d with identifier: 7011271auction111153
2026-03-29 22:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06123a07-8a04-57a9-a571-0888c09cfb0d with scrape type 2
2026-03-29 22:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06123a07-8a04-57a9-a571-0888c09cfb0d with scrape type 2
2026-03-29 22:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06123a07-8a04-57a9-a571-0888c09cfb0d, identifier: 7011271auction111153
2026-03-29 22:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06123a07-8a04-57a9-a571-0888c09cfb0d with identifier: 7011271auction111153
2026-03-29 22:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06123a07-8a04-57a9-a571-0888c09cfb0d with identifier: 7011271auction111153
2026-03-29 22:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06123a07-8a04-57a9-a571-0888c09cfb0d with identifier: 7011271auction111153 to the API
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7011271>
{'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-30T14: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/7011271',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'Iveco',
'model': 'Other',
'odometer': 79231,
'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': 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-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011271auction111153%27 HTTP/1.1" 200 None
2026-03-29 22:04:03 [ecarstrade.be] INFO: Saving data for 7011271auction111153: {'auction_closing_time': 1774881000.0, 'created_time': 1774631624.715977, 'last_price_update_time': 1774821843.985197}
2026-03-29 22:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7011271auction111153') HTTP/1.1" 204 0
2026-03-29 22:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009402> (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-29 22:04:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009384> (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-29 22:04:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:05 [ecarstrade.be] INFO: Extracting details for car 7009402auction111132
2026-03-29 22:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ff0de2-f5e1-5862-b988-c31b5e5707b1 with identifier: 7009402auction111132
2026-03-29 22:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ff0de2-f5e1-5862-b988-c31b5e5707b1 with scrape type 2
2026-03-29 22:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02ff0de2-f5e1-5862-b988-c31b5e5707b1 with scrape type 2
2026-03-29 22:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02ff0de2-f5e1-5862-b988-c31b5e5707b1, identifier: 7009402auction111132
2026-03-29 22:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02ff0de2-f5e1-5862-b988-c31b5e5707b1 with identifier: 7009402auction111132
2026-03-29 22:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02ff0de2-f5e1-5862-b988-c31b5e5707b1 with identifier: 7009402auction111132
2026-03-29 22:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02ff0de2-f5e1-5862-b988-c31b5e5707b1 with identifier: 7009402auction111132 to the API
2026-03-29 22:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009402>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '02ff0de2-f5e1-5862-b988-c31b5e5707b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009402',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 78952,
'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': 2,
'seller_name': None,
'title': 'Partner Premium L1 1.5 HDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Premium L1 1.5 HDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009402auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:05 [ecarstrade.be] INFO: Saving data for 7009402auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624831.87784, 'last_price_update_time': 1774821845.910465}
2026-03-29 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009402auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:05 [ecarstrade.be] INFO: Extracting details for car 7009384auction111132
2026-03-29 22:04:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 391bdbad-0c49-5bdb-b79a-54c464f551d3 with identifier: 7009384auction111132
2026-03-29 22:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 391bdbad-0c49-5bdb-b79a-54c464f551d3 with scrape type 2
2026-03-29 22:04:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 391bdbad-0c49-5bdb-b79a-54c464f551d3 with scrape type 2
2026-03-29 22:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 391bdbad-0c49-5bdb-b79a-54c464f551d3, identifier: 7009384auction111132
2026-03-29 22:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 391bdbad-0c49-5bdb-b79a-54c464f551d3 with identifier: 7009384auction111132
2026-03-29 22:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 391bdbad-0c49-5bdb-b79a-54c464f551d3 with identifier: 7009384auction111132
2026-03-29 22:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 391bdbad-0c49-5bdb-b79a-54c464f551d3 with identifier: 7009384auction111132 to the API
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009384>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '391bdbad-0c49-5bdb-b79a-54c464f551d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009384',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 69767,
'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': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Worker M 1000 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Fourgon Worker M 1000 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009384auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Saving data for 7009384auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624711.938579, 'last_price_update_time': 1774821846.31131}
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009384auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:06 [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-29 22:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009481auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009481auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009481auction111133: 2
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009439auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009439auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009439auction111133: 2
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009437auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009437auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009437auction111133: 2
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009429auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009429auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009429auction111133: 2
2026-03-29 22:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009407> (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-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009489auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009489auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009489auction111133: 2
2026-03-29 22:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009577auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009577auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009577auction111133: 2
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009479auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009479auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009479auction111133: 2
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009488auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009488auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009488auction111133: 2
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009589auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009589auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009589auction111133: 2
2026-03-29 22:04:06 [ecarstrade.be] INFO: Extracting details for car 7009407auction111132
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009474auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009474auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009474auction111133: 2
2026-03-29 22:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71e57c4a-e5de-5c16-a745-0cd2d86d6428 with identifier: 7009407auction111132
2026-03-29 22:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71e57c4a-e5de-5c16-a745-0cd2d86d6428 with scrape type 2
2026-03-29 22:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71e57c4a-e5de-5c16-a745-0cd2d86d6428 with scrape type 2
2026-03-29 22:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71e57c4a-e5de-5c16-a745-0cd2d86d6428, identifier: 7009407auction111132
2026-03-29 22:04:06 [ecarstrade.be] INFO: Found listing with ID: 7009591auction111133
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009591auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:06 [ecarstrade.be] INFO: Scrape type for 7009591auction111133: 2
2026-03-29 22:04:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71e57c4a-e5de-5c16-a745-0cd2d86d6428 with identifier: 7009407auction111132
2026-03-29 22:04:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71e57c4a-e5de-5c16-a745-0cd2d86d6428 with identifier: 7009407auction111132
2026-03-29 22:04:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71e57c4a-e5de-5c16-a745-0cd2d86d6428 with identifier: 7009407auction111132 to the API
2026-03-29 22:04:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009407>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '71e57c4a-e5de-5c16-a745-0cd2d86d6428',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009407',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 67825,
'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': 2,
'seller_name': None,
'title': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d / TRANSFO VP/VF',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d / TRANSFO VP/VF',
'vin': None,
'year': 2021}
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009407auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Saving data for 7009407auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624832.232674, 'last_price_update_time': 1774821847.077782}
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009407auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:07 [scrapy.extensions.logstats] INFO: Crawled 1157 pages (at 58 pages/min), scraped 1089 items (at 54 items/min)
2026-03-29 22:04:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009588auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009588auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009588auction111133: 2
2026-03-29 22:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009392> (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-29 22:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009438auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009438auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009438auction111133: 2
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009568auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009568auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009568auction111133: 2
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009483auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009483auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009483auction111133: 2
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009575auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009575auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009575auction111133: 2
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009592auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009592auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009592auction111133: 2
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009470auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009470auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009470auction111133: 2
2026-03-29 22:04:07 [ecarstrade.be] INFO: Extracting details for car 7009392auction111132
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009426auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009426auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009426auction111133: 2
2026-03-29 22:04:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9480bb2d-59be-51cf-a1e2-723709eab17c with identifier: 7009392auction111132
2026-03-29 22:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9480bb2d-59be-51cf-a1e2-723709eab17c with scrape type 2
2026-03-29 22:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9480bb2d-59be-51cf-a1e2-723709eab17c with scrape type 2
2026-03-29 22:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9480bb2d-59be-51cf-a1e2-723709eab17c, identifier: 7009392auction111132
2026-03-29 22:04:07 [ecarstrade.be] INFO: Found listing with ID: 7009482auction111133
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009482auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Scrape type for 7009482auction111133: 2
2026-03-29 22:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9480bb2d-59be-51cf-a1e2-723709eab17c with identifier: 7009392auction111132
2026-03-29 22:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9480bb2d-59be-51cf-a1e2-723709eab17c with identifier: 7009392auction111132
2026-03-29 22:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9480bb2d-59be-51cf-a1e2-723709eab17c with identifier: 7009392auction111132 to the API
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009392>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Yellow',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9480bb2d-59be-51cf-a1e2-723709eab17c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009392',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'MG',
'model': 'MG5',
'odometer': 21614,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'MG MG3 / 2024 / 5P / Berline 1.5L 195ch Hybrid+ Luxury / TRANSFO '
'VP/VF',
'transmission': 'automatic',
'trim': '3 / 2024 / 5P / Berline 1.5L 195ch Hybrid+ Luxury / TRANSFO VP/VF',
'vin': None,
'year': 2024}
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009392auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:07 [ecarstrade.be] INFO: Saving data for 7009392auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624830.248478, 'last_price_update_time': 1774821847.747878}
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009392auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009421> (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-29 22:04:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:10 [ecarstrade.be] INFO: Extracting details for car 7009421auction111132
2026-03-29 22:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9333549-e864-5b97-8c95-381368338931 with identifier: 7009421auction111132
2026-03-29 22:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9333549-e864-5b97-8c95-381368338931 with scrape type 2
2026-03-29 22:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9333549-e864-5b97-8c95-381368338931 with scrape type 2
2026-03-29 22:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9333549-e864-5b97-8c95-381368338931, identifier: 7009421auction111132
2026-03-29 22:04:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9333549-e864-5b97-8c95-381368338931 with identifier: 7009421auction111132
2026-03-29 22:04:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9333549-e864-5b97-8c95-381368338931 with identifier: 7009421auction111132
2026-03-29 22:04:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9333549-e864-5b97-8c95-381368338931 with identifier: 7009421auction111132 to the API
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009421>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c9333549-e864-5b97-8c95-381368338931',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009421',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 112659,
'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': 2,
'seller_name': None,
'title': 'RENAULT Mégane Berline / 2020 / 5P / Berline Intens TCe 140 EDC / '
'TRANSF VP VF',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Berline / 2020 / 5P / Berline Intens TCe 140 EDC / '
'TRANSF VP VF',
'vin': None,
'year': 2021}
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009421auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:10 [ecarstrade.be] INFO: Saving data for 7009421auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624732.328924, 'last_price_update_time': 1774821850.700323}
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009421auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009411> (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-29 22:04:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:10 [ecarstrade.be] INFO: Extracting details for car 7009411auction111132
2026-03-29 22:04:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24ddedae-899a-588e-a7ea-317fea61acf3 with identifier: 7009411auction111132
2026-03-29 22:04:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24ddedae-899a-588e-a7ea-317fea61acf3 with scrape type 2
2026-03-29 22:04:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24ddedae-899a-588e-a7ea-317fea61acf3 with scrape type 2
2026-03-29 22:04:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24ddedae-899a-588e-a7ea-317fea61acf3, identifier: 7009411auction111132
2026-03-29 22:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24ddedae-899a-588e-a7ea-317fea61acf3 with identifier: 7009411auction111132
2026-03-29 22:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24ddedae-899a-588e-a7ea-317fea61acf3 with identifier: 7009411auction111132
2026-03-29 22:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24ddedae-899a-588e-a7ea-317fea61acf3 with identifier: 7009411auction111132 to the API
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009411>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '24ddedae-899a-588e-a7ea-317fea61acf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009411',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 52129,
'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': 3,
'seller_name': None,
'title': 'RENAULT Kangoo Express VU 4p Fourgonnette Extra R-Link - Blue dCi '
'95',
'transmission': 'manual',
'trim': 'RENAULT Express VU 4p Fourgonnette Extra R-Link - Blue dCi 95',
'vin': None,
'year': 2022}
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009411auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:11 [ecarstrade.be] INFO: Saving data for 7009411auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624843.46353, 'last_price_update_time': 1774821851.275447}
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009411auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009388> (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-29 22:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:11 [ecarstrade.be] INFO: Extracting details for car 7009388auction111132
2026-03-29 22:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2531de3d-7615-573e-bca5-4b94bcb333ee with identifier: 7009388auction111132
2026-03-29 22:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2531de3d-7615-573e-bca5-4b94bcb333ee with scrape type 2
2026-03-29 22:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2531de3d-7615-573e-bca5-4b94bcb333ee with scrape type 2
2026-03-29 22:04:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2531de3d-7615-573e-bca5-4b94bcb333ee, identifier: 7009388auction111132
2026-03-29 22:04:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2531de3d-7615-573e-bca5-4b94bcb333ee with identifier: 7009388auction111132
2026-03-29 22:04:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2531de3d-7615-573e-bca5-4b94bcb333ee with identifier: 7009388auction111132
2026-03-29 22:04:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2531de3d-7615-573e-bca5-4b94bcb333ee with identifier: 7009388auction111132 to the API
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009388>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '2531de3d-7615-573e-bca5-4b94bcb333ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009388',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C3',
'odometer': 31870,
'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': 2,
'seller_name': None,
'title': 'C3 Société Feel Business R 1.5 BlueHDI 100CV BVM6 6E',
'transmission': 'manual',
'trim': 'Société Feel Business R 1.5 BlueHDI 100CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009388auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:11 [ecarstrade.be] INFO: Saving data for 7009388auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625052.735772, 'last_price_update_time': 1774821851.77103}
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009388auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009382> (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-29 22:04:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:11 [ecarstrade.be] INFO: Extracting details for car 7009382auction111132
2026-03-29 22:04:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c73cc676-3aa0-526c-afc0-4575f6b2d8d4 with identifier: 7009382auction111132
2026-03-29 22:04:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c73cc676-3aa0-526c-afc0-4575f6b2d8d4 with scrape type 2
2026-03-29 22:04:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c73cc676-3aa0-526c-afc0-4575f6b2d8d4 with scrape type 2
2026-03-29 22:04:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c73cc676-3aa0-526c-afc0-4575f6b2d8d4, identifier: 7009382auction111132
2026-03-29 22:04:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c73cc676-3aa0-526c-afc0-4575f6b2d8d4 with identifier: 7009382auction111132
2026-03-29 22:04:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c73cc676-3aa0-526c-afc0-4575f6b2d8d4 with identifier: 7009382auction111132
2026-03-29 22:04:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c73cc676-3aa0-526c-afc0-4575f6b2d8d4 with identifier: 7009382auction111132 to the API
2026-03-29 22:04:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009382>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'c73cc676-3aa0-526c-afc0-4575f6b2d8d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009382',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 69715,
'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': 'Berlingo Fourgon Club M 650 1.5 BlueHDi 75CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Club M 650 1.5 BlueHDi 75CV BVM5 E6dT',
'vin': None,
'year': 2021}
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009382auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:13 [ecarstrade.be] INFO: Saving data for 7009382auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625056.139409, 'last_price_update_time': 1774821853.199068}
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009382auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009391> (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-29 22:04:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009404> (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-29 22:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:13 [ecarstrade.be] INFO: Extracting details for car 7009391auction111132
2026-03-29 22:04:13 [ecarstrade.be] INFO: Extracting details for car 7009404auction111132
2026-03-29 22:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5732fd52-bec8-5f7a-88ff-a34e386450a7 with identifier: 7009391auction111132
2026-03-29 22:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5732fd52-bec8-5f7a-88ff-a34e386450a7 with scrape type 2
2026-03-29 22:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5732fd52-bec8-5f7a-88ff-a34e386450a7 with scrape type 2
2026-03-29 22:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5732fd52-bec8-5f7a-88ff-a34e386450a7, identifier: 7009391auction111132
2026-03-29 22:04:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32015dc8-acd3-5588-83e4-4991160cc13e with identifier: 7009404auction111132
2026-03-29 22:04:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32015dc8-acd3-5588-83e4-4991160cc13e with scrape type 2
2026-03-29 22:04:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32015dc8-acd3-5588-83e4-4991160cc13e with scrape type 2
2026-03-29 22:04:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32015dc8-acd3-5588-83e4-4991160cc13e, identifier: 7009404auction111132
2026-03-29 22:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5732fd52-bec8-5f7a-88ff-a34e386450a7 with identifier: 7009391auction111132
2026-03-29 22:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5732fd52-bec8-5f7a-88ff-a34e386450a7 with identifier: 7009391auction111132
2026-03-29 22:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5732fd52-bec8-5f7a-88ff-a34e386450a7 with identifier: 7009391auction111132 to the API
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009391>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5732fd52-bec8-5f7a-88ff-a34e386450a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009391',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Transit',
'odometer': 111299,
'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': 2,
'seller_name': None,
'title': 'Transit Courier Trend 1.5 TDCi 75CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Courier Trend 1.5 TDCi 75CV BVM6 E6dT',
'vin': None,
'year': 2022}
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009391auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:13 [ecarstrade.be] INFO: Saving data for 7009391auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625056.835041, 'last_price_update_time': 1774821853.812036}
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009391auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32015dc8-acd3-5588-83e4-4991160cc13e with identifier: 7009404auction111132
2026-03-29 22:04:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32015dc8-acd3-5588-83e4-4991160cc13e with identifier: 7009404auction111132
2026-03-29 22:04:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32015dc8-acd3-5588-83e4-4991160cc13e with identifier: 7009404auction111132 to the API
2026-03-29 22:04:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009404>
{'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-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '32015dc8-acd3-5588-83e4-4991160cc13e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009404',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 64788,
'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': '208 Premium 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Premium 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009404auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:14 [ecarstrade.be] INFO: Saving data for 7009404auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625051.967176, 'last_price_update_time': 1774821854.11943}
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009404auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009383> (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-29 22:04:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:14 [ecarstrade.be] INFO: Extracting details for car 7009383auction111132
2026-03-29 22:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 565a86b8-182a-53ae-a8bb-3c50a93b17bc with identifier: 7009383auction111132
2026-03-29 22:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 565a86b8-182a-53ae-a8bb-3c50a93b17bc with scrape type 2
2026-03-29 22:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 565a86b8-182a-53ae-a8bb-3c50a93b17bc with scrape type 2
2026-03-29 22:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 565a86b8-182a-53ae-a8bb-3c50a93b17bc, identifier: 7009383auction111132
2026-03-29 22:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 565a86b8-182a-53ae-a8bb-3c50a93b17bc with identifier: 7009383auction111132
2026-03-29 22:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 565a86b8-182a-53ae-a8bb-3c50a93b17bc with identifier: 7009383auction111132
2026-03-29 22:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 565a86b8-182a-53ae-a8bb-3c50a93b17bc with identifier: 7009383auction111132 to the API
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009383>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '565a86b8-182a-53ae-a8bb-3c50a93b17bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009383',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 93449,
'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': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 650 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Club M 650 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009383auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:14 [ecarstrade.be] INFO: Saving data for 7009383auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625058.061228, 'last_price_update_time': 1774821854.617692}
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009383auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009412> (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-29 22:04:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:14 [ecarstrade.be] INFO: Extracting details for car 7009412auction111132
2026-03-29 22:04:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ada6852-7ffc-5b33-8e5d-3c35bcb9db00 with identifier: 7009412auction111132
2026-03-29 22:04:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ada6852-7ffc-5b33-8e5d-3c35bcb9db00 with scrape type 2
2026-03-29 22:04:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ada6852-7ffc-5b33-8e5d-3c35bcb9db00 with scrape type 2
2026-03-29 22:04:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ada6852-7ffc-5b33-8e5d-3c35bcb9db00, identifier: 7009412auction111132
2026-03-29 22:04:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ada6852-7ffc-5b33-8e5d-3c35bcb9db00 with identifier: 7009412auction111132
2026-03-29 22:04:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ada6852-7ffc-5b33-8e5d-3c35bcb9db00 with identifier: 7009412auction111132
2026-03-29 22:04:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ada6852-7ffc-5b33-8e5d-3c35bcb9db00 with identifier: 7009412auction111132 to the API
2026-03-29 22:04:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009412>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '6ada6852-7ffc-5b33-8e5d-3c35bcb9db00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009412',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 103820,
'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': 2,
'seller_name': None,
'title': 'Kangoo II Express Grand Confort (L1) 1.5 dCi 80CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'II Express Grand Confort (L1) 1.5 dCi 80CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009412auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:15 [ecarstrade.be] INFO: Saving data for 7009412auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625057.462277, 'last_price_update_time': 1774821855.137438}
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009412auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009397> (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-29 22:04:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009476> (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-29 22:04:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:17 [ecarstrade.be] INFO: Extracting details for car 7009397auction111132
2026-03-29 22:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d495355-e20f-5104-80cb-00c6f9e52424 with identifier: 7009397auction111132
2026-03-29 22:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d495355-e20f-5104-80cb-00c6f9e52424 with scrape type 2
2026-03-29 22:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d495355-e20f-5104-80cb-00c6f9e52424 with scrape type 2
2026-03-29 22:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d495355-e20f-5104-80cb-00c6f9e52424, identifier: 7009397auction111132
2026-03-29 22:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d495355-e20f-5104-80cb-00c6f9e52424 with identifier: 7009397auction111132
2026-03-29 22:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d495355-e20f-5104-80cb-00c6f9e52424 with identifier: 7009397auction111132
2026-03-29 22:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d495355-e20f-5104-80cb-00c6f9e52424 with identifier: 7009397auction111132 to the API
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009397>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '0d495355-e20f-5104-80cb-00c6f9e52424',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009397',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 113695,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Affaire Premium 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Affaire Premium 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009397auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:17 [ecarstrade.be] INFO: Saving data for 7009397auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624989.326002, 'last_price_update_time': 1774821857.562946}
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009397auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:17 [ecarstrade.be] INFO: Extracting details for car 7009476auction111133
2026-03-29 22:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f9b445e-137a-5bdf-8804-53f919c50eef with identifier: 7009476auction111133
2026-03-29 22:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f9b445e-137a-5bdf-8804-53f919c50eef with scrape type 2
2026-03-29 22:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9f9b445e-137a-5bdf-8804-53f919c50eef with scrape type 2
2026-03-29 22:04:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f9b445e-137a-5bdf-8804-53f919c50eef, identifier: 7009476auction111133
2026-03-29 22:04:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f9b445e-137a-5bdf-8804-53f919c50eef with identifier: 7009476auction111133
2026-03-29 22:04:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f9b445e-137a-5bdf-8804-53f919c50eef with identifier: 7009476auction111133
2026-03-29 22:04:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f9b445e-137a-5bdf-8804-53f919c50eef with identifier: 7009476auction111133 to the API
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009476>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9f9b445e-137a-5bdf-8804-53f919c50eef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009476',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 45898,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER Range Rover Evoque / 2018 / 5P / SUV 1.5 P300e PHEV BVA '
'4WD Dynamic SE',
'transmission': 'automatic',
'trim': 'LAND ROVER / 2018 / 5P / SUV 1.5 P300e PHEV BVA 4WD Dynamic SE',
'vin': None,
'year': 2024}
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009476auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:17 [ecarstrade.be] INFO: Saving data for 7009476auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624991.368875, 'last_price_update_time': 1774821857.955659}
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009476auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009386> (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-29 22:04:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:18 [ecarstrade.be] INFO: Extracting details for car 7009386auction111132
2026-03-29 22:04:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: daaadd26-ba8d-5a62-ab9e-986cb84aa54a with identifier: 7009386auction111132
2026-03-29 22:04:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item daaadd26-ba8d-5a62-ab9e-986cb84aa54a with scrape type 2
2026-03-29 22:04:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item daaadd26-ba8d-5a62-ab9e-986cb84aa54a with scrape type 2
2026-03-29 22:04:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: daaadd26-ba8d-5a62-ab9e-986cb84aa54a, identifier: 7009386auction111132
2026-03-29 22:04:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: daaadd26-ba8d-5a62-ab9e-986cb84aa54a with identifier: 7009386auction111132
2026-03-29 22:04:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: daaadd26-ba8d-5a62-ab9e-986cb84aa54a with identifier: 7009386auction111132
2026-03-29 22:04:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: daaadd26-ba8d-5a62-ab9e-986cb84aa54a with identifier: 7009386auction111132 to the API
2026-03-29 22:04:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009386>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'daaadd26-ba8d-5a62-ab9e-986cb84aa54a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009386',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 34422,
'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.2 PureTech 80CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Société Feel 1.2 PureTech 80CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009386auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:18 [ecarstrade.be] INFO: Saving data for 7009386auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774624990.257985, 'last_price_update_time': 1774821858.43992}
2026-03-29 22:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009386auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009408> (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-29 22:04:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:19 [ecarstrade.be] INFO: Extracting details for car 7009408auction111132
2026-03-29 22:04:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4de611a4-b96e-518d-b524-0e24ae227b67 with identifier: 7009408auction111132
2026-03-29 22:04:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4de611a4-b96e-518d-b524-0e24ae227b67 with scrape type 2
2026-03-29 22:04:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4de611a4-b96e-518d-b524-0e24ae227b67 with scrape type 2
2026-03-29 22:04:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4de611a4-b96e-518d-b524-0e24ae227b67, identifier: 7009408auction111132
2026-03-29 22:04:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4de611a4-b96e-518d-b524-0e24ae227b67 with identifier: 7009408auction111132
2026-03-29 22:04:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4de611a4-b96e-518d-b524-0e24ae227b67 with identifier: 7009408auction111132
2026-03-29 22:04:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4de611a4-b96e-518d-b524-0e24ae227b67 with identifier: 7009408auction111132 to the API
2026-03-29 22:04:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009408>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4de611a4-b96e-518d-b524-0e24ae227b67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009408',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 121325,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'Captur Business 0.9 TCe 90CV BVM5 E6 / TRANSFO VP VF',
'transmission': 'manual',
'trim': 'Business 0.9 TCe 90CV BVM5 E6 / TRANSFO VP VF',
'vin': None,
'year': 2019}
2026-03-29 22:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009408auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:19 [ecarstrade.be] INFO: Saving data for 7009408auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625059.972581, 'last_price_update_time': 1774821859.449673}
2026-03-29 22:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009408auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009398> (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-29 22:04:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:20 [ecarstrade.be] INFO: Extracting details for car 7009398auction111132
2026-03-29 22:04:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7990b21-75f1-5fc5-a2f0-3befa257e104 with identifier: 7009398auction111132
2026-03-29 22:04:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7990b21-75f1-5fc5-a2f0-3befa257e104 with scrape type 2
2026-03-29 22:04:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7990b21-75f1-5fc5-a2f0-3befa257e104 with scrape type 2
2026-03-29 22:04:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7990b21-75f1-5fc5-a2f0-3befa257e104, identifier: 7009398auction111132
2026-03-29 22:04:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7990b21-75f1-5fc5-a2f0-3befa257e104 with identifier: 7009398auction111132
2026-03-29 22:04:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7990b21-75f1-5fc5-a2f0-3befa257e104 with identifier: 7009398auction111132
2026-03-29 22:04:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7990b21-75f1-5fc5-a2f0-3befa257e104 with identifier: 7009398auction111132 to the API
2026-03-29 22:04:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009398>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f7990b21-75f1-5fc5-a2f0-3befa257e104',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009398',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 69212,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Affaire Premium 1.6 HDi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'Affaire Premium 1.6 HDi 75CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-29 22:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009398auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:20 [ecarstrade.be] INFO: Saving data for 7009398auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625070.052507, 'last_price_update_time': 1774821860.918871}
2026-03-29 22:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009398auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009405> (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-29 22:04:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009429> (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-29 22:04:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:21 [ecarstrade.be] INFO: Extracting details for car 7009405auction111132
2026-03-29 22:04:21 [ecarstrade.be] INFO: Extracting details for car 7009429auction111133
2026-03-29 22:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1c29f3d-2b8c-5aae-9531-b8c10870ea91 with identifier: 7009405auction111132
2026-03-29 22:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1c29f3d-2b8c-5aae-9531-b8c10870ea91 with scrape type 2
2026-03-29 22:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1c29f3d-2b8c-5aae-9531-b8c10870ea91 with scrape type 2
2026-03-29 22:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1c29f3d-2b8c-5aae-9531-b8c10870ea91, identifier: 7009405auction111132
2026-03-29 22:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f4ddd11-c199-5639-9a59-28046c29e2ea with identifier: 7009429auction111133
2026-03-29 22:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f4ddd11-c199-5639-9a59-28046c29e2ea with scrape type 2
2026-03-29 22:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7f4ddd11-c199-5639-9a59-28046c29e2ea with scrape type 2
2026-03-29 22:04:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f4ddd11-c199-5639-9a59-28046c29e2ea, identifier: 7009429auction111133
2026-03-29 22:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1c29f3d-2b8c-5aae-9531-b8c10870ea91 with identifier: 7009405auction111132
2026-03-29 22:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1c29f3d-2b8c-5aae-9531-b8c10870ea91 with identifier: 7009405auction111132
2026-03-29 22:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1c29f3d-2b8c-5aae-9531-b8c10870ea91 with identifier: 7009405auction111132 to the API
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009405>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f1c29f3d-2b8c-5aae-9531-b8c10870ea91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009405',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 41491,
'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': 2,
'seller_name': None,
'title': 'Partner L1 Pro 1.6 HDi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'L1 Pro 1.6 HDi 75CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009405auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:21 [ecarstrade.be] INFO: Saving data for 7009405auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625061.67756, 'last_price_update_time': 1774821861.541517}
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009405auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f4ddd11-c199-5639-9a59-28046c29e2ea with identifier: 7009429auction111133
2026-03-29 22:04:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f4ddd11-c199-5639-9a59-28046c29e2ea with identifier: 7009429auction111133
2026-03-29 22:04:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f4ddd11-c199-5639-9a59-28046c29e2ea with identifier: 7009429auction111133 to the API
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009429>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7f4ddd11-c199-5639-9a59-28046c29e2ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009429',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Audi',
'model': 'Q5',
'odometer': 49208,
'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': None,
'seller_name': None,
'title': 'AUDI Q5 / 2020 / 5P / SUV 50 TFSI e 299 QTT S TRONIC 7 AVUS',
'transmission': 'automatic',
'trim': 'AUDI / 2020 / 5P / SUV 50 TFSI e 299 QTT S TRONIC 7 AVUS',
'vin': None,
'year': 2022}
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009429auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:21 [ecarstrade.be] INFO: Saving data for 7009429auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624730.865094, 'last_price_update_time': 1774821861.823478}
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009429auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009588> (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-29 22:04:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:21 [ecarstrade.be] INFO: Extracting details for car 7009588auction111133
2026-03-29 22:04:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 566ca16a-483b-5655-9400-e489148c44ad with identifier: 7009588auction111133
2026-03-29 22:04:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 566ca16a-483b-5655-9400-e489148c44ad with scrape type 2
2026-03-29 22:04:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 566ca16a-483b-5655-9400-e489148c44ad with scrape type 2
2026-03-29 22:04:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 566ca16a-483b-5655-9400-e489148c44ad, identifier: 7009588auction111133
2026-03-29 22:04:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 566ca16a-483b-5655-9400-e489148c44ad with identifier: 7009588auction111133
2026-03-29 22:04:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 566ca16a-483b-5655-9400-e489148c44ad with identifier: 7009588auction111133
2026-03-29 22:04:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 566ca16a-483b-5655-9400-e489148c44ad with identifier: 7009588auction111133 to the API
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009588>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '566ca16a-483b-5655-9400-e489148c44ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009588',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 81655,
'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': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Elegance',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Elegance',
'vin': None,
'year': 2023}
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009588auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:22 [ecarstrade.be] INFO: Saving data for 7009588auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624882.873431, 'last_price_update_time': 1774821862.320267}
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009588auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009482> (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-29 22:04:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:23 [ecarstrade.be] INFO: Extracting details for car 7009482auction111133
2026-03-29 22:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07f2e4b5-7c54-5463-8572-d7767d238062 with identifier: 7009482auction111133
2026-03-29 22:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07f2e4b5-7c54-5463-8572-d7767d238062 with scrape type 2
2026-03-29 22:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07f2e4b5-7c54-5463-8572-d7767d238062 with scrape type 2
2026-03-29 22:04:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07f2e4b5-7c54-5463-8572-d7767d238062, identifier: 7009482auction111133
2026-03-29 22:04:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07f2e4b5-7c54-5463-8572-d7767d238062 with identifier: 7009482auction111133
2026-03-29 22:04:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07f2e4b5-7c54-5463-8572-d7767d238062 with identifier: 7009482auction111133
2026-03-29 22:04:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07f2e4b5-7c54-5463-8572-d7767d238062 with identifier: 7009482auction111133 to the API
2026-03-29 22:04:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009482>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Other',
'id': '07f2e4b5-7c54-5463-8572-d7767d238062',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009482',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 100087,
'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': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 1.3 GLA 250 e BUSINESS LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 1.3 e BUSINESS LINE DCT',
'vin': None,
'year': 2022}
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009482auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:24 [ecarstrade.be] INFO: Saving data for 7009482auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624729.827145, 'last_price_update_time': 1774821864.089707}
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009482auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009426> (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-29 22:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009470> (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-29 22:04:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:24 [ecarstrade.be] INFO: Extracting details for car 7009426auction111133
2026-03-29 22:04:24 [ecarstrade.be] INFO: Extracting details for car 7009470auction111133
2026-03-29 22:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81ebf41f-2f76-5c18-82e0-7d43fc438b81 with identifier: 7009426auction111133
2026-03-29 22:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81ebf41f-2f76-5c18-82e0-7d43fc438b81 with scrape type 2
2026-03-29 22:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81ebf41f-2f76-5c18-82e0-7d43fc438b81 with scrape type 2
2026-03-29 22:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81ebf41f-2f76-5c18-82e0-7d43fc438b81, identifier: 7009426auction111133
2026-03-29 22:04:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 220ed967-e454-5e09-9142-b7a8f31948c8 with identifier: 7009470auction111133
2026-03-29 22:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 220ed967-e454-5e09-9142-b7a8f31948c8 with scrape type 2
2026-03-29 22:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 220ed967-e454-5e09-9142-b7a8f31948c8 with scrape type 2
2026-03-29 22:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 220ed967-e454-5e09-9142-b7a8f31948c8, identifier: 7009470auction111133
2026-03-29 22:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81ebf41f-2f76-5c18-82e0-7d43fc438b81 with identifier: 7009426auction111133
2026-03-29 22:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81ebf41f-2f76-5c18-82e0-7d43fc438b81 with identifier: 7009426auction111133
2026-03-29 22:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81ebf41f-2f76-5c18-82e0-7d43fc438b81 with identifier: 7009426auction111133 to the API
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009426>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '81ebf41f-2f76-5c18-82e0-7d43fc438b81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009426',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'A4',
'odometer': 32048,
'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': 'A4 Lim. 35 TDI Business line 2.0 TDI 165CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Lim. 35 TDI Business line 2.0 TDI 165CV BVA7 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009426auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:24 [ecarstrade.be] INFO: Saving data for 7009426auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624783.540983, 'last_price_update_time': 1774821864.715511}
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009426auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 220ed967-e454-5e09-9142-b7a8f31948c8 with identifier: 7009470auction111133
2026-03-29 22:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 220ed967-e454-5e09-9142-b7a8f31948c8 with identifier: 7009470auction111133
2026-03-29 22:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 220ed967-e454-5e09-9142-b7a8f31948c8 with identifier: 7009470auction111133 to the API
2026-03-29 22:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009470>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '220ed967-e454-5e09-9142-b7a8f31948c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009470',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 50474,
'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 EXECUTIVE 4WD '
'AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC EXECUTIVE 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009470auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:25 [ecarstrade.be] INFO: Saving data for 7009470auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624766.23403, 'last_price_update_time': 1774821865.042414}
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009470auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009592> (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-29 22:04:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:25 [ecarstrade.be] INFO: Extracting details for car 7009592auction111133
2026-03-29 22:04:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e616485-86c4-52c4-a551-4b1a85c37189 with identifier: 7009592auction111133
2026-03-29 22:04:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e616485-86c4-52c4-a551-4b1a85c37189 with scrape type 2
2026-03-29 22:04:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e616485-86c4-52c4-a551-4b1a85c37189 with scrape type 2
2026-03-29 22:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e616485-86c4-52c4-a551-4b1a85c37189, identifier: 7009592auction111133
2026-03-29 22:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e616485-86c4-52c4-a551-4b1a85c37189 with identifier: 7009592auction111133
2026-03-29 22:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e616485-86c4-52c4-a551-4b1a85c37189 with identifier: 7009592auction111133
2026-03-29 22:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e616485-86c4-52c4-a551-4b1a85c37189 with identifier: 7009592auction111133 to the API
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009592>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '9e616485-86c4-52c4-a551-4b1a85c37189',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009592',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volvo',
'model': 'EX30',
'odometer': 9362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO EX30 / 2023 / 5P / SUV Single Extended Range Start',
'transmission': 'automatic',
'trim': 'VOLVO / 2023 / 5P / SUV Single Extended Range Start',
'vin': None,
'year': 2024}
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009592auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:25 [ecarstrade.be] INFO: Saving data for 7009592auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624775.725536, 'last_price_update_time': 1774821865.547709}
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009592auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009575> (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-29 22:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:27 [ecarstrade.be] INFO: Extracting details for car 7009575auction111133
2026-03-29 22:04:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c66e082-602f-5550-ac23-143211c81f53 with identifier: 7009575auction111133
2026-03-29 22:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c66e082-602f-5550-ac23-143211c81f53 with scrape type 2
2026-03-29 22:04:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c66e082-602f-5550-ac23-143211c81f53 with scrape type 2
2026-03-29 22:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c66e082-602f-5550-ac23-143211c81f53, identifier: 7009575auction111133
2026-03-29 22:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c66e082-602f-5550-ac23-143211c81f53 with identifier: 7009575auction111133
2026-03-29 22:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c66e082-602f-5550-ac23-143211c81f53 with identifier: 7009575auction111133
2026-03-29 22:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c66e082-602f-5550-ac23-143211c81f53 with identifier: 7009575auction111133 to the API
2026-03-29 22:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009575>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '9c66e082-602f-5550-ac23-143211c81f53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009575',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 59403,
'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': 'TESLA Model 3 / 2018 / 4P / Berline Grande Autonomie',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline Grande Autonomie',
'vin': None,
'year': 2022}
2026-03-29 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009575auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:28 [ecarstrade.be] INFO: Saving data for 7009575auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624782.228233, 'last_price_update_time': 1774821868.701846}
2026-03-29 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009575auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009568> (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-29 22:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009483> (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-29 22:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009438> (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-29 22:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:28 [ecarstrade.be] INFO: Extracting details for car 7009568auction111133
2026-03-29 22:04:28 [ecarstrade.be] INFO: Extracting details for car 7009483auction111133
2026-03-29 22:04:28 [ecarstrade.be] INFO: Extracting details for car 7009438auction111133
2026-03-29 22:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9384d07-5f61-51df-b641-88afc9ad5291 with identifier: 7009568auction111133
2026-03-29 22:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9384d07-5f61-51df-b641-88afc9ad5291 with scrape type 2
2026-03-29 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f9384d07-5f61-51df-b641-88afc9ad5291 with scrape type 2
2026-03-29 22:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9384d07-5f61-51df-b641-88afc9ad5291, identifier: 7009568auction111133
2026-03-29 22:04:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef0a2ee7-4cbd-5143-950c-e44af2609c54 with identifier: 7009483auction111133
2026-03-29 22:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef0a2ee7-4cbd-5143-950c-e44af2609c54 with scrape type 2
2026-03-29 22:04:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef0a2ee7-4cbd-5143-950c-e44af2609c54 with scrape type 2
2026-03-29 22:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef0a2ee7-4cbd-5143-950c-e44af2609c54, identifier: 7009483auction111133
2026-03-29 22:04:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d9905b-56d4-5ffa-ae12-3854ab705c05 with identifier: 7009438auction111133
2026-03-29 22:04:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d9905b-56d4-5ffa-ae12-3854ab705c05 with scrape type 2
2026-03-29 22:04:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d9905b-56d4-5ffa-ae12-3854ab705c05 with scrape type 2
2026-03-29 22:04:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48d9905b-56d4-5ffa-ae12-3854ab705c05, identifier: 7009438auction111133
2026-03-29 22:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9384d07-5f61-51df-b641-88afc9ad5291 with identifier: 7009568auction111133
2026-03-29 22:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9384d07-5f61-51df-b641-88afc9ad5291 with identifier: 7009568auction111133
2026-03-29 22:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9384d07-5f61-51df-b641-88afc9ad5291 with identifier: 7009568auction111133 to the API
2026-03-29 22:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009568>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': 'f9384d07-5f61-51df-b641-88afc9ad5291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009568',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 104476,
'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': 'Enyaq iV 80 Loft 82kWh BVA',
'transmission': 'automatic',
'trim': 'iV 80 Loft 82kWh BVA',
'vin': None,
'year': 2023}
2026-03-29 22:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009568auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:29 [ecarstrade.be] INFO: Saving data for 7009568auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624780.70515, 'last_price_update_time': 1774821869.430328}
2026-03-29 22:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009568auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef0a2ee7-4cbd-5143-950c-e44af2609c54 with identifier: 7009483auction111133
2026-03-29 22:04:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef0a2ee7-4cbd-5143-950c-e44af2609c54 with identifier: 7009483auction111133
2026-03-29 22:04:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef0a2ee7-4cbd-5143-950c-e44af2609c54 with identifier: 7009483auction111133 to the API
2026-03-29 22:04:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009483>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'ef0a2ee7-4cbd-5143-950c-e44af2609c54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009483',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 85660,
'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': 7,
'seller_name': None,
'title': 'MERCEDES-BENZ GLB / 2019 / 5P / SUV GLB 200 d Business Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLB / 2019 / 5P / SUV d Business Line',
'vin': None,
'year': 2021}
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009483auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:30 [ecarstrade.be] INFO: Saving data for 7009483auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624782.727241, 'last_price_update_time': 1774821870.254527}
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009483auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48d9905b-56d4-5ffa-ae12-3854ab705c05 with identifier: 7009438auction111133
2026-03-29 22:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48d9905b-56d4-5ffa-ae12-3854ab705c05 with identifier: 7009438auction111133
2026-03-29 22:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48d9905b-56d4-5ffa-ae12-3854ab705c05 with identifier: 7009438auction111133 to the API
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009438>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '48d9905b-56d4-5ffa-ae12-3854ab705c05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009438',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 33704,
'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': 'BMW X1 / 2022 / 5P / SUV sDrive18i Business Design DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV sDrive18i Business Design DKG7',
'vin': None,
'year': 2023}
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009438auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:30 [ecarstrade.be] INFO: Saving data for 7009438auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624802.807031, 'last_price_update_time': 1774821870.536685}
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009438auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009591> (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-29 22:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:30 [ecarstrade.be] INFO: Extracting details for car 7009591auction111133
2026-03-29 22:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with identifier: 7009591auction111133
2026-03-29 22:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with scrape type 2
2026-03-29 22:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with scrape type 2
2026-03-29 22:04:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6, identifier: 7009591auction111133
2026-03-29 22:04:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with identifier: 7009591auction111133
2026-03-29 22:04:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with identifier: 7009591auction111133
2026-03-29 22:04:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with identifier: 7009591auction111133 to the API
2026-03-29 22:04:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009591>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009591',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 68648,
'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 / 2022 / 5P / SUV Recharge T5 262 DCT7 Ultimate',
'transmission': 'automatic',
'trim': 'VOLVO / 2022 / 5P / SUV Recharge T5 262 DCT7 Ultimate',
'vin': None,
'year': 2023}
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009591auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:31 [ecarstrade.be] INFO: Saving data for 7009591auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624726.971591, 'last_price_update_time': 1774821871.071353}
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009591auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009589> (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-29 22:04:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:31 [ecarstrade.be] INFO: Extracting details for car 7009589auction111133
2026-03-29 22:04:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1b53df6-0a1a-5998-8ed1-fbca3040c436 with identifier: 7009589auction111133
2026-03-29 22:04:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1b53df6-0a1a-5998-8ed1-fbca3040c436 with scrape type 2
2026-03-29 22:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1b53df6-0a1a-5998-8ed1-fbca3040c436 with scrape type 2
2026-03-29 22:04:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1b53df6-0a1a-5998-8ed1-fbca3040c436, identifier: 7009589auction111133
2026-03-29 22:04:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1b53df6-0a1a-5998-8ed1-fbca3040c436 with identifier: 7009589auction111133
2026-03-29 22:04:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1b53df6-0a1a-5998-8ed1-fbca3040c436 with identifier: 7009589auction111133
2026-03-29 22:04:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1b53df6-0a1a-5998-8ed1-fbca3040c436 with identifier: 7009589auction111133 to the API
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:04:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009589>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a1b53df6-0a1a-5998-8ed1-fbca3040c436',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009589',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 49884,
'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': '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': 2023}
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009589auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:31 [ecarstrade.be] INFO: Saving data for 7009589auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624877.434217, 'last_price_update_time': 1774821871.819773}
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009589auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009488> (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-29 22:04:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009474> (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-29 22:04:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:31 [ecarstrade.be] INFO: Extracting details for car 7009488auction111133
2026-03-29 22:04:31 [ecarstrade.be] INFO: Extracting details for car 7009474auction111133
2026-03-29 22:04:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 565b3759-4932-55b6-ac87-01310c67b08c with identifier: 7009488auction111133
2026-03-29 22:04:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 565b3759-4932-55b6-ac87-01310c67b08c with scrape type 2
2026-03-29 22:04:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 565b3759-4932-55b6-ac87-01310c67b08c with scrape type 2
2026-03-29 22:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 565b3759-4932-55b6-ac87-01310c67b08c, identifier: 7009488auction111133
2026-03-29 22:04:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bf194d6-eecb-5617-bfcc-7812516895eb with identifier: 7009474auction111133
2026-03-29 22:04:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bf194d6-eecb-5617-bfcc-7812516895eb with scrape type 2
2026-03-29 22:04:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bf194d6-eecb-5617-bfcc-7812516895eb with scrape type 2
2026-03-29 22:04:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6bf194d6-eecb-5617-bfcc-7812516895eb, identifier: 7009474auction111133
2026-03-29 22:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 565b3759-4932-55b6-ac87-01310c67b08c with identifier: 7009488auction111133
2026-03-29 22:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 565b3759-4932-55b6-ac87-01310c67b08c with identifier: 7009488auction111133
2026-03-29 22:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 565b3759-4932-55b6-ac87-01310c67b08c with identifier: 7009488auction111133 to the API
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009488>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '565b3759-4932-55b6-ac87-01310c67b08c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009488',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 65737,
'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 GLC / 2019 / 5P / SUV 2.0 GLC 300 E BUSINESS LINE '
'4MATIC',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC / 2019 / 5P / SUV 2.0 E BUSINESS LINE 4MATIC',
'vin': None,
'year': 2022}
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009488auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:32 [ecarstrade.be] INFO: Saving data for 7009488auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624731.751334, 'last_price_update_time': 1774821872.731616}
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009488auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6bf194d6-eecb-5617-bfcc-7812516895eb with identifier: 7009474auction111133
2026-03-29 22:04:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6bf194d6-eecb-5617-bfcc-7812516895eb with identifier: 7009474auction111133
2026-03-29 22:04:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6bf194d6-eecb-5617-bfcc-7812516895eb with identifier: 7009474auction111133 to the API
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009474>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6bf194d6-eecb-5617-bfcc-7812516895eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009474',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 47684,
'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': None,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC N LINE EXECU '
'4WD AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC N LINE EXECU 4WD AUTO',
'vin': None,
'year': 2023}
2026-03-29 22:04:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009474auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:33 [ecarstrade.be] INFO: Saving data for 7009474auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624727.467855, 'last_price_update_time': 1774821873.008706}
2026-03-29 22:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009474auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009479> (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-29 22:04:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:34 [ecarstrade.be] INFO: Extracting details for car 7009479auction111133
2026-03-29 22:04:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d77324ae-57b5-5765-9123-d71b573f9b38 with identifier: 7009479auction111133
2026-03-29 22:04:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d77324ae-57b5-5765-9123-d71b573f9b38 with scrape type 2
2026-03-29 22:04:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d77324ae-57b5-5765-9123-d71b573f9b38 with scrape type 2
2026-03-29 22:04:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d77324ae-57b5-5765-9123-d71b573f9b38, identifier: 7009479auction111133
2026-03-29 22:04:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d77324ae-57b5-5765-9123-d71b573f9b38 with identifier: 7009479auction111133
2026-03-29 22:04:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d77324ae-57b5-5765-9123-d71b573f9b38 with identifier: 7009479auction111133
2026-03-29 22:04:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d77324ae-57b5-5765-9123-d71b573f9b38 with identifier: 7009479auction111133 to the API
2026-03-29 22:04:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009479>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': 'd77324ae-57b5-5765-9123-d71b573f9b38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009479',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Kia',
'model': 'EV3',
'odometer': 5377,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'EV3 150 kW Earth 81kWh BVA',
'transmission': 'automatic',
'trim': '150 kW Earth 81kWh BVA',
'vin': None,
'year': 2025}
2026-03-29 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009479auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:35 [ecarstrade.be] INFO: Saving data for 7009479auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624728.497406, 'last_price_update_time': 1774821875.144603}
2026-03-29 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009479auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009489> (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-29 22:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:36 [ecarstrade.be] INFO: Extracting details for car 7009489auction111133
2026-03-29 22:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aedd766-390a-53ea-9343-4cf98a83d7c7 with identifier: 7009489auction111133
2026-03-29 22:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aedd766-390a-53ea-9343-4cf98a83d7c7 with scrape type 2
2026-03-29 22:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0aedd766-390a-53ea-9343-4cf98a83d7c7 with scrape type 2
2026-03-29 22:04:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0aedd766-390a-53ea-9343-4cf98a83d7c7, identifier: 7009489auction111133
2026-03-29 22:04:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0aedd766-390a-53ea-9343-4cf98a83d7c7 with identifier: 7009489auction111133
2026-03-29 22:04:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0aedd766-390a-53ea-9343-4cf98a83d7c7 with identifier: 7009489auction111133
2026-03-29 22:04:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0aedd766-390a-53ea-9343-4cf98a83d7c7 with identifier: 7009489auction111133 to the API
2026-03-29 22:04:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009489>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '0aedd766-390a-53ea-9343-4cf98a83d7c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009489',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 79494,
'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': 'MERCEDES-BENZ GLC / 2019 / 5P / SUV 2.0 GLC 220 D BUSINESS LINE '
'4MATIC',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC / 2019 / 5P / SUV 2.0 D BUSINESS LINE 4MATIC',
'vin': None,
'year': 2021}
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009489auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:37 [ecarstrade.be] INFO: Saving data for 7009489auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624729.223251, 'last_price_update_time': 1774821877.101959}
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009489auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009437> (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-29 22:04:37 [ecarstrade.be] INFO: Extracting details for car 7009437auction111133
2026-03-29 22:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4760683d-ee39-53c8-8a57-26be5b10a3ed with identifier: 7009437auction111133
2026-03-29 22:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4760683d-ee39-53c8-8a57-26be5b10a3ed with scrape type 2
2026-03-29 22:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4760683d-ee39-53c8-8a57-26be5b10a3ed with scrape type 2
2026-03-29 22:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4760683d-ee39-53c8-8a57-26be5b10a3ed, identifier: 7009437auction111133
2026-03-29 22:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4760683d-ee39-53c8-8a57-26be5b10a3ed with identifier: 7009437auction111133
2026-03-29 22:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4760683d-ee39-53c8-8a57-26be5b10a3ed with identifier: 7009437auction111133
2026-03-29 22:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4760683d-ee39-53c8-8a57-26be5b10a3ed with identifier: 7009437auction111133 to the API
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009437>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '4760683d-ee39-53c8-8a57-26be5b10a3ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009437',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X4',
'odometer': 93237,
'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': 'X4 xDrive 20d M Sport 2.0 190CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'xDrive 20d M Sport 2.0 190CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009437auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:37 [ecarstrade.be] INFO: Saving data for 7009437auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624992.640878, 'last_price_update_time': 1774821877.604224}
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009437auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009577> (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-29 22:04:37 [ecarstrade.be] INFO: Extracting details for car 7009577auction111133
2026-03-29 22:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c934b39-45a5-5bcb-8425-d1f1cb332564 with identifier: 7009577auction111133
2026-03-29 22:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c934b39-45a5-5bcb-8425-d1f1cb332564 with scrape type 2
2026-03-29 22:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c934b39-45a5-5bcb-8425-d1f1cb332564 with scrape type 2
2026-03-29 22:04:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c934b39-45a5-5bcb-8425-d1f1cb332564, identifier: 7009577auction111133
2026-03-29 22:04:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c934b39-45a5-5bcb-8425-d1f1cb332564 with identifier: 7009577auction111133
2026-03-29 22:04:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c934b39-45a5-5bcb-8425-d1f1cb332564 with identifier: 7009577auction111133
2026-03-29 22:04:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c934b39-45a5-5bcb-8425-d1f1cb332564 with identifier: 7009577auction111133 to the API
2026-03-29 22:04:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009577>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '2c934b39-45a5-5bcb-8425-d1f1cb332564',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009577',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 29360,
'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': 'TESLA Model Y / 2020 / 5P / SUV Long Range Dual Motor AWD',
'transmission': 'automatic',
'trim': 'TESLA / 2020 / 5P / SUV Long Range Dual Motor AWD',
'vin': None,
'year': 2022}
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009577auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Saving data for 7009577auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624728.066818, 'last_price_update_time': 1774821878.100895}
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009577auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009481> (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-29 22:04:38 [ecarstrade.be] INFO: Extracting details for car 7009481auction111133
2026-03-29 22:04:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b045a7-6bfc-5576-bcbf-538c36beffc8 with identifier: 7009481auction111133
2026-03-29 22:04:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b045a7-6bfc-5576-bcbf-538c36beffc8 with scrape type 2
2026-03-29 22:04:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b045a7-6bfc-5576-bcbf-538c36beffc8 with scrape type 2
2026-03-29 22:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4b045a7-6bfc-5576-bcbf-538c36beffc8, identifier: 7009481auction111133
2026-03-29 22:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4b045a7-6bfc-5576-bcbf-538c36beffc8 with identifier: 7009481auction111133
2026-03-29 22:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4b045a7-6bfc-5576-bcbf-538c36beffc8 with identifier: 7009481auction111133
2026-03-29 22:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4b045a7-6bfc-5576-bcbf-538c36beffc8 with identifier: 7009481auction111133 to the API
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009481>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'd4b045a7-6bfc-5576-bcbf-538c36beffc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009481',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'CLS 220',
'odometer': 54973,
'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 CLS Coupe / 2018 / 4P / Coupé CLS 220 d AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLS Coupe / 2018 / 4P / Coupé d AMG Line',
'vin': None,
'year': 2021}
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009481auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Saving data for 7009481auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624990.650712, 'last_price_update_time': 1774821878.596692}
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009481auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:38 [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-29 22:04:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009572auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009572auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009572auction111133: 2
2026-03-29 22:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009484auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009484auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009484auction111133: 2
2026-03-29 22:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009471auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009471auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009471auction111133: 2
2026-03-29 22:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009581auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009581auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009581auction111133: 2
2026-03-29 22:04:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009477auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009477auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009477auction111133: 2
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009461auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009461auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009461auction111133: 2
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009574auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009574auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009574auction111133: 2
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009431auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009431auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009431auction111133: 2
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009564auction111133
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009564auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:38 [ecarstrade.be] INFO: Scrape type for 7009564auction111133: 2
2026-03-29 22:04:38 [ecarstrade.be] INFO: Found listing with ID: 7009586auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009586auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009586auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009563auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009563auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009563auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009469auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009469auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009469auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009480auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009480auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009480auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009425auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009425auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009425auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009584auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009584auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009584auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009430auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009430auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009430auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009524auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009524auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009524auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009467auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009467auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009467auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009473auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009473auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009473auction111133: 2
2026-03-29 22:04:39 [ecarstrade.be] INFO: Found listing with ID: 7009544auction111133
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009544auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:39 [ecarstrade.be] INFO: Scrape type for 7009544auction111133: 2
2026-03-29 22:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009403> (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-29 22:04:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:39 [ecarstrade.be] INFO: Extracting details for car 7009403auction111132
2026-03-29 22:04:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f45f5caf-ff9e-5527-ba3c-cf3e8e59ff0a with identifier: 7009403auction111132
2026-03-29 22:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f45f5caf-ff9e-5527-ba3c-cf3e8e59ff0a with scrape type 2
2026-03-29 22:04:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f45f5caf-ff9e-5527-ba3c-cf3e8e59ff0a with scrape type 2
2026-03-29 22:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f45f5caf-ff9e-5527-ba3c-cf3e8e59ff0a, identifier: 7009403auction111132
2026-03-29 22:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f45f5caf-ff9e-5527-ba3c-cf3e8e59ff0a with identifier: 7009403auction111132
2026-03-29 22:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f45f5caf-ff9e-5527-ba3c-cf3e8e59ff0a with identifier: 7009403auction111132
2026-03-29 22:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f45f5caf-ff9e-5527-ba3c-cf3e8e59ff0a with identifier: 7009403auction111132 to the API
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009403>
{'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-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f45f5caf-ff9e-5527-ba3c-cf3e8e59ff0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009403',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 101078,
'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': '208 Affaire Premium Pack 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Affaire Premium Pack 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009403auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:40 [ecarstrade.be] INFO: Saving data for 7009403auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625058.750848, 'last_price_update_time': 1774821880.308651}
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009403auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009439> (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-29 22:04:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:40 [ecarstrade.be] INFO: Extracting details for car 7009439auction111133
2026-03-29 22:04:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f27baf0e-76c6-50f2-9e5f-b95b27224dc0 with identifier: 7009439auction111133
2026-03-29 22:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f27baf0e-76c6-50f2-9e5f-b95b27224dc0 with scrape type 2
2026-03-29 22:04:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f27baf0e-76c6-50f2-9e5f-b95b27224dc0 with scrape type 2
2026-03-29 22:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f27baf0e-76c6-50f2-9e5f-b95b27224dc0, identifier: 7009439auction111133
2026-03-29 22:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f27baf0e-76c6-50f2-9e5f-b95b27224dc0 with identifier: 7009439auction111133
2026-03-29 22:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f27baf0e-76c6-50f2-9e5f-b95b27224dc0 with identifier: 7009439auction111133
2026-03-29 22:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f27baf0e-76c6-50f2-9e5f-b95b27224dc0 with identifier: 7009439auction111133 to the API
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009439>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f27baf0e-76c6-50f2-9e5f-b95b27224dc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009439',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 25842,
'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': '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-29 22:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009439auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:40 [ecarstrade.be] INFO: Saving data for 7009439auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624988.900049, 'last_price_update_time': 1774821880.914782}
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009439auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009396> (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-29 22:04:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:41 [ecarstrade.be] INFO: Extracting details for car 7009396auction111132
2026-03-29 22:04:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fce6bf5-00f6-5399-8d05-c86f231a954a with identifier: 7009396auction111132
2026-03-29 22:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fce6bf5-00f6-5399-8d05-c86f231a954a with scrape type 2
2026-03-29 22:04:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fce6bf5-00f6-5399-8d05-c86f231a954a with scrape type 2
2026-03-29 22:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fce6bf5-00f6-5399-8d05-c86f231a954a, identifier: 7009396auction111132
2026-03-29 22:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fce6bf5-00f6-5399-8d05-c86f231a954a with identifier: 7009396auction111132
2026-03-29 22:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fce6bf5-00f6-5399-8d05-c86f231a954a with identifier: 7009396auction111132
2026-03-29 22:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fce6bf5-00f6-5399-8d05-c86f231a954a with identifier: 7009396auction111132 to the API
2026-03-29 22:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009396>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '6fce6bf5-00f6-5399-8d05-c86f231a954a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009396',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '208',
'odometer': 121886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Affaire Premium Pack 1.5 HDi 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Affaire Premium Pack 1.5 HDi 100CV BVM6 E6dT',
'vin': None,
'year': 2018}
2026-03-29 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009396auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:42 [ecarstrade.be] INFO: Saving data for 7009396auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625059.312251, 'last_price_update_time': 1774821882.211764}
2026-03-29 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009396auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009389> (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-29 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-29 22:04:43 [ecarstrade.be] INFO: Extracting details for car 7009389auction111132
2026-03-29 22:04:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7c25243-fe56-57d3-a071-87d34f0ee424 with identifier: 7009389auction111132
2026-03-29 22:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7c25243-fe56-57d3-a071-87d34f0ee424 with scrape type 2
2026-03-29 22:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7c25243-fe56-57d3-a071-87d34f0ee424 with scrape type 2
2026-03-29 22:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7c25243-fe56-57d3-a071-87d34f0ee424, identifier: 7009389auction111132
2026-03-29 22:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7c25243-fe56-57d3-a071-87d34f0ee424 with identifier: 7009389auction111132
2026-03-29 22:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7c25243-fe56-57d3-a071-87d34f0ee424 with identifier: 7009389auction111132
2026-03-29 22:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7c25243-fe56-57d3-a071-87d34f0ee424 with identifier: 7009389auction111132 to the API
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009389>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f7c25243-fe56-57d3-a071-87d34f0ee424',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009389',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C3',
'odometer': 123660,
'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': 'CITROEN C3 Société / 2020 / 5P / Berline BlueHDi 100 S&S BVM6 Feel '
'Nav',
'transmission': 'manual',
'trim': 'CITROEN Société / 2020 / 5P / Berline BlueHDi 100 S&S BVM6 Feel Nav',
'vin': None,
'year': 2021}
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009389auction111132%27 HTTP/1.1" 200 None
2026-03-29 22:04:43 [ecarstrade.be] INFO: Saving data for 7009389auction111132: {'auction_closing_time': 1774881600.0, 'created_time': 1774625051.096518, 'last_price_update_time': 1774821883.569977}
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009389auction111132') HTTP/1.1" 204 0
2026-03-29 22:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009471> (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-29 22:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:45 [ecarstrade.be] INFO: Extracting details for car 7009471auction111133
2026-03-29 22:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009572> (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-29 22:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with identifier: 7009471auction111133
2026-03-29 22:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with scrape type 2
2026-03-29 22:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with scrape type 2
2026-03-29 22:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2375b5b7-bdcd-5391-98f4-cc68040e70c2, identifier: 7009471auction111133
2026-03-29 22:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with identifier: 7009471auction111133
2026-03-29 22:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with identifier: 7009471auction111133
2026-03-29 22:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with identifier: 7009471auction111133 to the API
2026-03-29 22:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009471>
{'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-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2375b5b7-bdcd-5391-98f4-cc68040e70c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009471',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 59967,
'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': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC CREATIVE 4WD '
'AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC CREATIVE 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009471auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:45 [ecarstrade.be] INFO: Saving data for 7009471auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624726.448321, 'last_price_update_time': 1774821885.740828}
2026-03-29 22:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009471auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:45 [ecarstrade.be] INFO: Extracting details for car 7009572auction111133
2026-03-29 22:04:45 [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-29 22:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009484> (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-29 22:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6050611e-1707-562a-9b0a-3bf38ca23d1b with identifier: 7009572auction111133
2026-03-29 22:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6050611e-1707-562a-9b0a-3bf38ca23d1b with scrape type 2
2026-03-29 22:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6050611e-1707-562a-9b0a-3bf38ca23d1b with scrape type 2
2026-03-29 22:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6050611e-1707-562a-9b0a-3bf38ca23d1b, identifier: 7009572auction111133
2026-03-29 22:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6050611e-1707-562a-9b0a-3bf38ca23d1b with identifier: 7009572auction111133
2026-03-29 22:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6050611e-1707-562a-9b0a-3bf38ca23d1b with identifier: 7009572auction111133
2026-03-29 22:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6050611e-1707-562a-9b0a-3bf38ca23d1b with identifier: 7009572auction111133 to the API
2026-03-29 22:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009572>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '6050611e-1707-562a-9b0a-3bf38ca23d1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009572',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 58652,
'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': 'SKODA Karoq / 2017 / 5P / SUV 2.0 TDI 116ch DSG7 Business',
'transmission': 'automatic',
'trim': 'SKODA / 2017 / 5P / SUV 2.0 TDI 116ch DSG7 Business',
'vin': None,
'year': 2023}
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009572auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Saving data for 7009572auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624725.58334, 'last_price_update_time': 1774821886.152634}
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009572auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:46 [ecarstrade.be] INFO: Extracting details for car 7009484auction111133
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 418cd795-7e56-5b35-960a-db675b1f4fb4 with identifier: 7009484auction111133
2026-03-29 22:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 418cd795-7e56-5b35-960a-db675b1f4fb4 with scrape type 2
2026-03-29 22:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 418cd795-7e56-5b35-960a-db675b1f4fb4 with scrape type 2
2026-03-29 22:04:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 418cd795-7e56-5b35-960a-db675b1f4fb4, identifier: 7009484auction111133
2026-03-29 22:04:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 418cd795-7e56-5b35-960a-db675b1f4fb4 with identifier: 7009484auction111133
2026-03-29 22:04:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 418cd795-7e56-5b35-960a-db675b1f4fb4 with identifier: 7009484auction111133
2026-03-29 22:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 418cd795-7e56-5b35-960a-db675b1f4fb4 with identifier: 7009484auction111133 to the API
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009484>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '418cd795-7e56-5b35-960a-db675b1f4fb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009484',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'MAN',
'model': 'Mini Cooper Countryman',
'odometer': 42458,
'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': 'MINI Countryman / 2020 / 5P / Crossover Cooper Essential 136 ch '
'BVA7 / VO RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'automatic',
'trim': 'MINI Countryman / 2020 / 5P / Crossover Cooper Essential 136 ch BVA7 '
'/ VO RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2023}
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009484auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Saving data for 7009484auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624730.359713, 'last_price_update_time': 1774821886.589985}
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009484auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009593auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009593auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009593auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009436auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009436auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009436auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009582auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009582auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009582auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009556auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009556auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009556auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009525auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009525auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009525auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009566auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009566auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009566auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009472auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009472auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009472auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009434auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009434auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009434auction111133: 2
2026-03-29 22:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009477> (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-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009452auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009452auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009452auction111133: 2
2026-03-29 22:04:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009497auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009497auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009497auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009539auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009539auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009539auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009546auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009546auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009546auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009454auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009454auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009454auction111133: 2
2026-03-29 22:04:46 [ecarstrade.be] INFO: Extracting details for car 7009477auction111133
2026-03-29 22:04:46 [ecarstrade.be] INFO: Found listing with ID: 7009433auction111133
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009433auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:46 [ecarstrade.be] INFO: Scrape type for 7009433auction111133: 2
2026-03-29 22:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69ec96b5-038e-5b62-aba4-af9dae560051 with identifier: 7009477auction111133
2026-03-29 22:04:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69ec96b5-038e-5b62-aba4-af9dae560051 with scrape type 2
2026-03-29 22:04:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 69ec96b5-038e-5b62-aba4-af9dae560051 with scrape type 2
2026-03-29 22:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69ec96b5-038e-5b62-aba4-af9dae560051, identifier: 7009477auction111133
2026-03-29 22:04:47 [ecarstrade.be] INFO: Found listing with ID: 7009428auction111133
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009428auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:47 [ecarstrade.be] INFO: Scrape type for 7009428auction111133: 2
2026-03-29 22:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69ec96b5-038e-5b62-aba4-af9dae560051 with identifier: 7009477auction111133
2026-03-29 22:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69ec96b5-038e-5b62-aba4-af9dae560051 with identifier: 7009477auction111133
2026-03-29 22:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69ec96b5-038e-5b62-aba4-af9dae560051 with identifier: 7009477auction111133 to the API
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009477>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '69ec96b5-038e-5b62-aba4-af9dae560051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009477',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 99156,
'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': 'LAND ROVER Discovery Sport / 2019 / 5P / SUV 1.5 P300e PHEV AUTO '
'4WD R-Dynamic S',
'transmission': 'automatic',
'trim': 'LAND ROVER / 2019 / 5P / SUV 1.5 P300e PHEV AUTO 4WD R-Dynamic S',
'vin': None,
'year': 2021}
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009477auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:47 [ecarstrade.be] INFO: Saving data for 7009477auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631675.635012, 'last_price_update_time': 1774821887.297835}
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009477auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:47 [ecarstrade.be] INFO: Found listing with ID: 7009579auction111133
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009579auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:47 [ecarstrade.be] INFO: Scrape type for 7009579auction111133: 2
2026-03-29 22:04:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009581> (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-29 22:04:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:47 [ecarstrade.be] INFO: Found listing with ID: 7009558auction111133
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009558auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:47 [ecarstrade.be] INFO: Scrape type for 7009558auction111133: 2
2026-03-29 22:04:47 [ecarstrade.be] INFO: Found listing with ID: 7009478auction111133
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009478auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:47 [ecarstrade.be] INFO: Scrape type for 7009478auction111133: 2
2026-03-29 22:04:47 [ecarstrade.be] INFO: Found listing with ID: 7009567auction111133
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009567auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:47 [ecarstrade.be] INFO: Scrape type for 7009567auction111133: 2
2026-03-29 22:04:47 [ecarstrade.be] INFO: Found listing with ID: 7009583auction111133
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009583auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:47 [ecarstrade.be] INFO: Scrape type for 7009583auction111133: 2
2026-03-29 22:04:47 [ecarstrade.be] INFO: Extracting details for car 7009581auction111133
2026-03-29 22:04:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4964bdca-ce23-5b9a-969e-909f5a635ccb with identifier: 7009581auction111133
2026-03-29 22:04:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4964bdca-ce23-5b9a-969e-909f5a635ccb with scrape type 2
2026-03-29 22:04:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4964bdca-ce23-5b9a-969e-909f5a635ccb with scrape type 2
2026-03-29 22:04:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4964bdca-ce23-5b9a-969e-909f5a635ccb, identifier: 7009581auction111133
2026-03-29 22:04:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4964bdca-ce23-5b9a-969e-909f5a635ccb with identifier: 7009581auction111133
2026-03-29 22:04:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4964bdca-ce23-5b9a-969e-909f5a635ccb with identifier: 7009581auction111133
2026-03-29 22:04:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4964bdca-ce23-5b9a-969e-909f5a635ccb with identifier: 7009581auction111133 to the API
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009581>
{'auction_title': '',
'c_o_2_emission_value': 21,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4964bdca-ce23-5b9a-969e-909f5a635ccb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009581',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 48052,
'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': None,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 1.4 eHybrid OPF 204 DSG6 '
'Style',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.4 eHybrid OPF 204 DSG6 Style',
'vin': None,
'year': 2022}
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009581auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:47 [ecarstrade.be] INFO: Saving data for 7009581auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624726.097714, 'last_price_update_time': 1774821887.944468}
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009581auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009461> (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-29 22:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:49 [ecarstrade.be] INFO: Extracting details for car 7009461auction111133
2026-03-29 22:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 765c0416-44a1-5b5e-88a0-82539693b0f5 with identifier: 7009461auction111133
2026-03-29 22:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 765c0416-44a1-5b5e-88a0-82539693b0f5 with scrape type 2
2026-03-29 22:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 765c0416-44a1-5b5e-88a0-82539693b0f5 with scrape type 2
2026-03-29 22:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 765c0416-44a1-5b5e-88a0-82539693b0f5, identifier: 7009461auction111133
2026-03-29 22:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 765c0416-44a1-5b5e-88a0-82539693b0f5 with identifier: 7009461auction111133
2026-03-29 22:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 765c0416-44a1-5b5e-88a0-82539693b0f5 with identifier: 7009461auction111133
2026-03-29 22:04:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 765c0416-44a1-5b5e-88a0-82539693b0f5 with identifier: 7009461auction111133 to the API
2026-03-29 22:04:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009461>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '765c0416-44a1-5b5e-88a0-82539693b0f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009461',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 110467,
'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': 'Ioniq 6 Creative Electrique 77kWh BVA',
'transmission': 'automatic',
'trim': 'Ioniq 6 Creative Electrique 77kWh BVA',
'vin': None,
'year': 2023}
2026-03-29 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009461auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:49 [ecarstrade.be] INFO: Saving data for 7009461auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631676.168742, 'last_price_update_time': 1774821889.697215}
2026-03-29 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009461auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009574> (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-29 22:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:49 [ecarstrade.be] INFO: Extracting details for car 7009574auction111133
2026-03-29 22:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de0bd875-6971-5184-b005-3fcbcb8fa65b with identifier: 7009574auction111133
2026-03-29 22:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de0bd875-6971-5184-b005-3fcbcb8fa65b with scrape type 2
2026-03-29 22:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de0bd875-6971-5184-b005-3fcbcb8fa65b with scrape type 2
2026-03-29 22:04:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de0bd875-6971-5184-b005-3fcbcb8fa65b, identifier: 7009574auction111133
2026-03-29 22:04:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de0bd875-6971-5184-b005-3fcbcb8fa65b with identifier: 7009574auction111133
2026-03-29 22:04:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de0bd875-6971-5184-b005-3fcbcb8fa65b with identifier: 7009574auction111133
2026-03-29 22:04:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de0bd875-6971-5184-b005-3fcbcb8fa65b with identifier: 7009574auction111133 to the API
2026-03-29 22:04:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009574>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'de0bd875-6971-5184-b005-3fcbcb8fa65b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009574',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 80596,
'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': 'Superb Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009574auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:50 [ecarstrade.be] INFO: Saving data for 7009574auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631676.836777, 'last_price_update_time': 1774821890.198157}
2026-03-29 22:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009574auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009431> (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-29 22:04:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:51 [ecarstrade.be] INFO: Extracting details for car 7009431auction111133
2026-03-29 22:04:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7003476-02e9-54bc-bffd-82de18e9ae6d with identifier: 7009431auction111133
2026-03-29 22:04:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7003476-02e9-54bc-bffd-82de18e9ae6d with scrape type 2
2026-03-29 22:04:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7003476-02e9-54bc-bffd-82de18e9ae6d with scrape type 2
2026-03-29 22:04:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7003476-02e9-54bc-bffd-82de18e9ae6d, identifier: 7009431auction111133
2026-03-29 22:04:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7003476-02e9-54bc-bffd-82de18e9ae6d with identifier: 7009431auction111133
2026-03-29 22:04:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7003476-02e9-54bc-bffd-82de18e9ae6d with identifier: 7009431auction111133
2026-03-29 22:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7003476-02e9-54bc-bffd-82de18e9ae6d with identifier: 7009431auction111133 to the API
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009431>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e7003476-02e9-54bc-bffd-82de18e9ae6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009431',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A5',
'odometer': 117811,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A5 Sportback / 2016 / 5P / Berline 40 TDI 190 S TRONIC 7 '
'DESIGN LUXE SB',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2016 / 5P / Berline 40 TDI 190 S TRONIC 7 DESIGN '
'LUXE SB',
'vin': None,
'year': 2019}
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009431auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:52 [ecarstrade.be] INFO: Saving data for 7009431auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631675.029502, 'last_price_update_time': 1774821892.243922}
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009431auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009564> (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-29 22:04:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:52 [ecarstrade.be] INFO: Extracting details for car 7009564auction111133
2026-03-29 22:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 783fc54d-ec8c-5350-8f0a-b95ada8f982d with identifier: 7009564auction111133
2026-03-29 22:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 783fc54d-ec8c-5350-8f0a-b95ada8f982d with scrape type 2
2026-03-29 22:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 783fc54d-ec8c-5350-8f0a-b95ada8f982d with scrape type 2
2026-03-29 22:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 783fc54d-ec8c-5350-8f0a-b95ada8f982d, identifier: 7009564auction111133
2026-03-29 22:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 783fc54d-ec8c-5350-8f0a-b95ada8f982d with identifier: 7009564auction111133
2026-03-29 22:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 783fc54d-ec8c-5350-8f0a-b95ada8f982d with identifier: 7009564auction111133
2026-03-29 22:04:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 783fc54d-ec8c-5350-8f0a-b95ada8f982d with identifier: 7009564auction111133 to the API
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009564>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '783fc54d-ec8c-5350-8f0a-b95ada8f982d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009564',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 49629,
'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': 'Ateca Style Business 1.5 TSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Style Business 1.5 TSI 150CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009564auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:52 [ecarstrade.be] INFO: Saving data for 7009564auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631678.307611, 'last_price_update_time': 1774821892.847585}
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009564auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009586> (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-29 22:04:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:52 [ecarstrade.be] INFO: Extracting details for car 7009586auction111133
2026-03-29 22:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5daa7832-1be5-5131-a3be-405f6c0b839f with identifier: 7009586auction111133
2026-03-29 22:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5daa7832-1be5-5131-a3be-405f6c0b839f with scrape type 2
2026-03-29 22:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5daa7832-1be5-5131-a3be-405f6c0b839f with scrape type 2
2026-03-29 22:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5daa7832-1be5-5131-a3be-405f6c0b839f, identifier: 7009586auction111133
2026-03-29 22:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5daa7832-1be5-5131-a3be-405f6c0b839f with identifier: 7009586auction111133
2026-03-29 22:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5daa7832-1be5-5131-a3be-405f6c0b839f with identifier: 7009586auction111133
2026-03-29 22:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5daa7832-1be5-5131-a3be-405f6c0b839f with identifier: 7009586auction111133 to the API
2026-03-29 22:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009586>
{'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-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5daa7832-1be5-5131-a3be-405f6c0b839f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009586',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 127675,
'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': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life Business '
'(Ex 384T)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life Business (Ex '
'384T)',
'vin': None,
'year': 2022}
2026-03-29 22:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009586auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:53 [ecarstrade.be] INFO: Saving data for 7009586auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631673.938508, 'last_price_update_time': 1774821893.378417}
2026-03-29 22:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009586auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009544> (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-29 22:04:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:53 [ecarstrade.be] INFO: Extracting details for car 7009544auction111133
2026-03-29 22:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 168c170c-ea0f-5913-bd1f-2c5721671521 with identifier: 7009544auction111133
2026-03-29 22:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 168c170c-ea0f-5913-bd1f-2c5721671521 with scrape type 2
2026-03-29 22:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 168c170c-ea0f-5913-bd1f-2c5721671521 with scrape type 2
2026-03-29 22:04:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 168c170c-ea0f-5913-bd1f-2c5721671521, identifier: 7009544auction111133
2026-03-29 22:04:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 168c170c-ea0f-5913-bd1f-2c5721671521 with identifier: 7009544auction111133
2026-03-29 22:04:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 168c170c-ea0f-5913-bd1f-2c5721671521 with identifier: 7009544auction111133
2026-03-29 22:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 168c170c-ea0f-5913-bd1f-2c5721671521 with identifier: 7009544auction111133 to the API
2026-03-29 22:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009544>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '168c170c-ea0f-5913-bd1f-2c5721671521',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009544',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 78762,
'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': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 / 2020 / 5P / SUV PureTech 130 S&S EAT8 GT Pack',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV PureTech 130 S&S EAT8 GT Pack',
'vin': None,
'year': 2021}
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009544auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:54 [ecarstrade.be] INFO: Saving data for 7009544auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631691.942921, 'last_price_update_time': 1774821894.020318}
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009544auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009563> (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-29 22:04:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:54 [ecarstrade.be] INFO: Extracting details for car 7009563auction111133
2026-03-29 22:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a954df10-60aa-56e4-8406-21e686915724 with identifier: 7009563auction111133
2026-03-29 22:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a954df10-60aa-56e4-8406-21e686915724 with scrape type 2
2026-03-29 22:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a954df10-60aa-56e4-8406-21e686915724 with scrape type 2
2026-03-29 22:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a954df10-60aa-56e4-8406-21e686915724, identifier: 7009563auction111133
2026-03-29 22:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a954df10-60aa-56e4-8406-21e686915724 with identifier: 7009563auction111133
2026-03-29 22:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a954df10-60aa-56e4-8406-21e686915724 with identifier: 7009563auction111133
2026-03-29 22:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a954df10-60aa-56e4-8406-21e686915724 with identifier: 7009563auction111133 to the API
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009563>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'a954df10-60aa-56e4-8406-21e686915724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009563',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Scenic',
'odometer': 32221,
'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': 7,
'seller_name': None,
'title': 'RENAULT Grand Scénic 5p Monovolume Business TCe 140 EDC FAP',
'transmission': 'automatic',
'trim': 'RENAULT Grand Scénic 5p Monovolume Business TCe 140 EDC FAP',
'vin': None,
'year': 2022}
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009563auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:54 [ecarstrade.be] INFO: Saving data for 7009563auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631673.250648, 'last_price_update_time': 1774821894.529775}
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009563auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009473> (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-29 22:04:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:54 [ecarstrade.be] INFO: Extracting details for car 7009473auction111133
2026-03-29 22:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bb9622e-6ae1-5706-8898-7e458a2cc936 with identifier: 7009473auction111133
2026-03-29 22:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bb9622e-6ae1-5706-8898-7e458a2cc936 with scrape type 2
2026-03-29 22:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7bb9622e-6ae1-5706-8898-7e458a2cc936 with scrape type 2
2026-03-29 22:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7bb9622e-6ae1-5706-8898-7e458a2cc936, identifier: 7009473auction111133
2026-03-29 22:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7bb9622e-6ae1-5706-8898-7e458a2cc936 with identifier: 7009473auction111133
2026-03-29 22:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7bb9622e-6ae1-5706-8898-7e458a2cc936 with identifier: 7009473auction111133
2026-03-29 22:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7bb9622e-6ae1-5706-8898-7e458a2cc936 with identifier: 7009473auction111133 to the API
2026-03-29 22:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009473>
{'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-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7bb9622e-6ae1-5706-8898-7e458a2cc936',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009473',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 106997,
'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': 'Tucson Creative Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Creative Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009473auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:55 [ecarstrade.be] INFO: Saving data for 7009473auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631693.448133, 'last_price_update_time': 1774821895.026304}
2026-03-29 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009473auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009467> (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-29 22:04:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:56 [ecarstrade.be] INFO: Extracting details for car 7009467auction111133
2026-03-29 22:04:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86039cba-a842-575b-adc7-a46d576121be with identifier: 7009467auction111133
2026-03-29 22:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86039cba-a842-575b-adc7-a46d576121be with scrape type 2
2026-03-29 22:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86039cba-a842-575b-adc7-a46d576121be with scrape type 2
2026-03-29 22:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86039cba-a842-575b-adc7-a46d576121be, identifier: 7009467auction111133
2026-03-29 22:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86039cba-a842-575b-adc7-a46d576121be with identifier: 7009467auction111133
2026-03-29 22:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86039cba-a842-575b-adc7-a46d576121be with identifier: 7009467auction111133
2026-03-29 22:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86039cba-a842-575b-adc7-a46d576121be with identifier: 7009467auction111133 to the API
2026-03-29 22:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009467>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '86039cba-a842-575b-adc7-a46d576121be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009467',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 37612,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson 5p SUV 1.6 CRDI 136 DCT-7 EXECUTIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI 5p SUV 1.6 CRDI 136 DCT-7 EXECUTIVE',
'vin': None,
'year': 2018}
2026-03-29 22:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009467auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:56 [ecarstrade.be] INFO: Saving data for 7009467auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631692.483754, 'last_price_update_time': 1774821896.999369}
2026-03-29 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009467auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009524> (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-29 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-29 22:04:57 [ecarstrade.be] INFO: Extracting details for car 7009524auction111133
2026-03-29 22:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d1c2e8d-b5a4-58c4-9f72-c9af041efd65 with identifier: 7009524auction111133
2026-03-29 22:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d1c2e8d-b5a4-58c4-9f72-c9af041efd65 with scrape type 2
2026-03-29 22:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d1c2e8d-b5a4-58c4-9f72-c9af041efd65 with scrape type 2
2026-03-29 22:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d1c2e8d-b5a4-58c4-9f72-c9af041efd65, identifier: 7009524auction111133
2026-03-29 22:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d1c2e8d-b5a4-58c4-9f72-c9af041efd65 with identifier: 7009524auction111133
2026-03-29 22:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d1c2e8d-b5a4-58c4-9f72-c9af041efd65 with identifier: 7009524auction111133
2026-03-29 22:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d1c2e8d-b5a4-58c4-9f72-c9af041efd65 with identifier: 7009524auction111133 to the API
2026-03-29 22:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009524>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '6d1c2e8d-b5a4-58c4-9f72-c9af041efd65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009524',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 83738,
'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': '3008 II Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009524auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:58 [ecarstrade.be] INFO: Saving data for 7009524auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631693.067594, 'last_price_update_time': 1774821898.170946}
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009524auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009430> (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-29 22:04:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:58 [ecarstrade.be] INFO: Extracting details for car 7009430auction111133
2026-03-29 22:04:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d29206c-ac28-5466-96e8-780d1ab76e8e with identifier: 7009430auction111133
2026-03-29 22:04:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d29206c-ac28-5466-96e8-780d1ab76e8e with scrape type 2
2026-03-29 22:04:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d29206c-ac28-5466-96e8-780d1ab76e8e with scrape type 2
2026-03-29 22:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d29206c-ac28-5466-96e8-780d1ab76e8e, identifier: 7009430auction111133
2026-03-29 22:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d29206c-ac28-5466-96e8-780d1ab76e8e with identifier: 7009430auction111133
2026-03-29 22:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d29206c-ac28-5466-96e8-780d1ab76e8e with identifier: 7009430auction111133
2026-03-29 22:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d29206c-ac28-5466-96e8-780d1ab76e8e with identifier: 7009430auction111133 to the API
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009430>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '7d29206c-ac28-5466-96e8-780d1ab76e8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009430',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'Q2',
'odometer': 46323,
'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': 'Q2 35 TFSI Business Line 1.5 TFSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': '35 TFSI Business Line 1.5 TFSI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009430auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:58 [ecarstrade.be] INFO: Saving data for 7009430auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631694.352753, 'last_price_update_time': 1774821898.749562}
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009430auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009584> (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-29 22:04:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:59 [ecarstrade.be] INFO: Extracting details for car 7009584auction111133
2026-03-29 22:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62c9b43a-23ea-5758-a69d-8037e298bc6c with identifier: 7009584auction111133
2026-03-29 22:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62c9b43a-23ea-5758-a69d-8037e298bc6c with scrape type 2
2026-03-29 22:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62c9b43a-23ea-5758-a69d-8037e298bc6c with scrape type 2
2026-03-29 22:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62c9b43a-23ea-5758-a69d-8037e298bc6c, identifier: 7009584auction111133
2026-03-29 22:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62c9b43a-23ea-5758-a69d-8037e298bc6c with identifier: 7009584auction111133
2026-03-29 22:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62c9b43a-23ea-5758-a69d-8037e298bc6c with identifier: 7009584auction111133
2026-03-29 22:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62c9b43a-23ea-5758-a69d-8037e298bc6c with identifier: 7009584auction111133 to the API
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009584>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '62c9b43a-23ea-5758-a69d-8037e298bc6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009584',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 75350,
'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 Golf / 2020 / 5P / Berline 2.0 TDI SCR 115 DSG7 Life '
'Busi',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 2.0 TDI SCR 115 DSG7 Life Busi',
'vin': None,
'year': 2022}
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009584auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:59 [ecarstrade.be] INFO: Saving data for 7009584auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631690.0408, 'last_price_update_time': 1774821899.412019}
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009584auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009425> (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-29 22:04:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:04:59 [ecarstrade.be] INFO: Extracting details for car 7009425auction111133
2026-03-29 22:04:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22c465a6-db2c-5ae2-834b-018159a77cd7 with identifier: 7009425auction111133
2026-03-29 22:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c465a6-db2c-5ae2-834b-018159a77cd7 with scrape type 2
2026-03-29 22:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22c465a6-db2c-5ae2-834b-018159a77cd7 with scrape type 2
2026-03-29 22:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22c465a6-db2c-5ae2-834b-018159a77cd7, identifier: 7009425auction111133
2026-03-29 22:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22c465a6-db2c-5ae2-834b-018159a77cd7 with identifier: 7009425auction111133
2026-03-29 22:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22c465a6-db2c-5ae2-834b-018159a77cd7 with identifier: 7009425auction111133
2026-03-29 22:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22c465a6-db2c-5ae2-834b-018159a77cd7 with identifier: 7009425auction111133 to the API
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:04: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-29 22:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009425>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '22c465a6-db2c-5ae2-834b-018159a77cd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009425',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A3',
'odometer': 86350,
'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': 'A3 Berline 35 TDI Business Line 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Berline 35 TDI Business Line 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009425auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:04:59 [ecarstrade.be] INFO: Saving data for 7009425auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631681.992903, 'last_price_update_time': 1774821899.919848}
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009425auction111133') HTTP/1.1" 204 0
2026-03-29 22:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009480> (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-29 22:04:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:00 [ecarstrade.be] INFO: Extracting details for car 7009480auction111133
2026-03-29 22:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa865866-d28c-524a-aab3-48f4f5b1398d with identifier: 7009480auction111133
2026-03-29 22:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa865866-d28c-524a-aab3-48f4f5b1398d with scrape type 2
2026-03-29 22:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa865866-d28c-524a-aab3-48f4f5b1398d with scrape type 2
2026-03-29 22:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa865866-d28c-524a-aab3-48f4f5b1398d, identifier: 7009480auction111133
2026-03-29 22:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa865866-d28c-524a-aab3-48f4f5b1398d with identifier: 7009480auction111133
2026-03-29 22:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa865866-d28c-524a-aab3-48f4f5b1398d with identifier: 7009480auction111133
2026-03-29 22:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa865866-d28c-524a-aab3-48f4f5b1398d with identifier: 7009480auction111133 to the API
2026-03-29 22:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009480>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'fa865866-d28c-524a-aab3-48f4f5b1398d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009480',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Lynk&Co',
'model': '01',
'odometer': 39430,
'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': 'LYNK CO 01 2020 5P SUV 15 261ch 01 Hybride Rechargeable',
'transmission': 'automatic',
'trim': 'LYNK CO 2020 5P SUV 15 261ch Hybride Rechargeable',
'vin': None,
'year': 2023}
2026-03-29 22:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009480auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:00 [ecarstrade.be] INFO: Saving data for 7009480auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631680.640896, 'last_price_update_time': 1774821900.439259}
2026-03-29 22:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009480auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009434> (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-29 22:05:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:00 [ecarstrade.be] INFO: Extracting details for car 7009434auction111133
2026-03-29 22:05:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 124996f7-e232-5dac-b68f-b7f67a190ba7 with identifier: 7009434auction111133
2026-03-29 22:05:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 124996f7-e232-5dac-b68f-b7f67a190ba7 with scrape type 2
2026-03-29 22:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 124996f7-e232-5dac-b68f-b7f67a190ba7 with scrape type 2
2026-03-29 22:05:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 124996f7-e232-5dac-b68f-b7f67a190ba7, identifier: 7009434auction111133
2026-03-29 22:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 124996f7-e232-5dac-b68f-b7f67a190ba7 with identifier: 7009434auction111133
2026-03-29 22:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 124996f7-e232-5dac-b68f-b7f67a190ba7 with identifier: 7009434auction111133
2026-03-29 22:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 124996f7-e232-5dac-b68f-b7f67a190ba7 with identifier: 7009434auction111133 to the API
2026-03-29 22:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009434>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '124996f7-e232-5dac-b68f-b7f67a190ba7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009434',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '118',
'odometer': 69983,
'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': 'BMW Série 1 / 2019 / 5P / Berline 1.5 118I Business Design',
'transmission': 'manual',
'trim': 'Série 1 / 2019 / 5P / Berline 1.5 I Business Design',
'vin': None,
'year': 2022}
2026-03-29 22:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009434auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:01 [ecarstrade.be] INFO: Saving data for 7009434auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624781.345582, 'last_price_update_time': 1774821901.111594}
2026-03-29 22:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009434auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009428> (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-29 22:05:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:01 [ecarstrade.be] INFO: Extracting details for car 7009428auction111133
2026-03-29 22:05:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b51d1881-b438-58b0-99bf-a6090ab0708d with identifier: 7009428auction111133
2026-03-29 22:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b51d1881-b438-58b0-99bf-a6090ab0708d with scrape type 2
2026-03-29 22:05:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b51d1881-b438-58b0-99bf-a6090ab0708d with scrape type 2
2026-03-29 22:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b51d1881-b438-58b0-99bf-a6090ab0708d, identifier: 7009428auction111133
2026-03-29 22:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b51d1881-b438-58b0-99bf-a6090ab0708d with identifier: 7009428auction111133
2026-03-29 22:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b51d1881-b438-58b0-99bf-a6090ab0708d with identifier: 7009428auction111133
2026-03-29 22:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b51d1881-b438-58b0-99bf-a6090ab0708d with identifier: 7009428auction111133 to the API
2026-03-29 22:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009428>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'b51d1881-b438-58b0-99bf-a6090ab0708d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009428',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '116',
'odometer': 120084,
'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': '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-29 22:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009428auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:01 [ecarstrade.be] INFO: Saving data for 7009428auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624798.670525, 'last_price_update_time': 1774821901.656412}
2026-03-29 22:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009428auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009583> (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-29 22:05:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:03 [ecarstrade.be] INFO: Extracting details for car 7009583auction111133
2026-03-29 22:05:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af8af945-c112-514c-b80b-38f49765c0bb with identifier: 7009583auction111133
2026-03-29 22:05:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af8af945-c112-514c-b80b-38f49765c0bb with scrape type 2
2026-03-29 22:05:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af8af945-c112-514c-b80b-38f49765c0bb with scrape type 2
2026-03-29 22:05:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af8af945-c112-514c-b80b-38f49765c0bb, identifier: 7009583auction111133
2026-03-29 22:05:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af8af945-c112-514c-b80b-38f49765c0bb with identifier: 7009583auction111133
2026-03-29 22:05:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af8af945-c112-514c-b80b-38f49765c0bb with identifier: 7009583auction111133
2026-03-29 22:05:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af8af945-c112-514c-b80b-38f49765c0bb with identifier: 7009583auction111133 to the API
2026-03-29 22:05:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009583>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'af8af945-c112-514c-b80b-38f49765c0bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009583',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'Taigo',
'odometer': 15673,
'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': 'Taigo Life Business 1.0 TSI 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Life Business 1.0 TSI 110CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009583auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:03 [ecarstrade.be] INFO: Saving data for 7009583auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624804.552146, 'last_price_update_time': 1774821903.482957}
2026-03-29 22:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009583auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009567> (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-29 22:05:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:05 [ecarstrade.be] INFO: Extracting details for car 7009567auction111133
2026-03-29 22:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68a71ff8-e1f0-5f01-aef1-9f6b60e35618 with identifier: 7009567auction111133
2026-03-29 22:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68a71ff8-e1f0-5f01-aef1-9f6b60e35618 with scrape type 2
2026-03-29 22:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 68a71ff8-e1f0-5f01-aef1-9f6b60e35618 with scrape type 2
2026-03-29 22:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68a71ff8-e1f0-5f01-aef1-9f6b60e35618, identifier: 7009567auction111133
2026-03-29 22:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68a71ff8-e1f0-5f01-aef1-9f6b60e35618 with identifier: 7009567auction111133
2026-03-29 22:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68a71ff8-e1f0-5f01-aef1-9f6b60e35618 with identifier: 7009567auction111133
2026-03-29 22:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68a71ff8-e1f0-5f01-aef1-9f6b60e35618 with identifier: 7009567auction111133 to the API
2026-03-29 22:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009567>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '68a71ff8-e1f0-5f01-aef1-9f6b60e35618',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009567',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 113568,
'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': None,
'seller_name': None,
'title': 'Ateca Xcellence 1.6 TDI 115CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Xcellence 1.6 TDI 115CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009567auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:05 [ecarstrade.be] INFO: Saving data for 7009567auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624800.635073, 'last_price_update_time': 1774821905.401034}
2026-03-29 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009567auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009478> (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-29 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-29 22:05:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009558> (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-29 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-29 22:05:05 [ecarstrade.be] INFO: Extracting details for car 7009478auction111133
2026-03-29 22:05:05 [ecarstrade.be] INFO: Extracting details for car 7009558auction111133
2026-03-29 22:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae1a2268-104d-5d71-998d-254ac3aa70c8 with identifier: 7009478auction111133
2026-03-29 22:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae1a2268-104d-5d71-998d-254ac3aa70c8 with scrape type 2
2026-03-29 22:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae1a2268-104d-5d71-998d-254ac3aa70c8 with scrape type 2
2026-03-29 22:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae1a2268-104d-5d71-998d-254ac3aa70c8, identifier: 7009478auction111133
2026-03-29 22:05:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 348374c4-42ff-5397-b64c-27750a61f5c9 with identifier: 7009558auction111133
2026-03-29 22:05:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 348374c4-42ff-5397-b64c-27750a61f5c9 with scrape type 2
2026-03-29 22:05:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 348374c4-42ff-5397-b64c-27750a61f5c9 with scrape type 2
2026-03-29 22:05:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 348374c4-42ff-5397-b64c-27750a61f5c9, identifier: 7009558auction111133
2026-03-29 22:05:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae1a2268-104d-5d71-998d-254ac3aa70c8 with identifier: 7009478auction111133
2026-03-29 22:05:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae1a2268-104d-5d71-998d-254ac3aa70c8 with identifier: 7009478auction111133
2026-03-29 22:05:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae1a2268-104d-5d71-998d-254ac3aa70c8 with identifier: 7009478auction111133 to the API
2026-03-29 22:05:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009478>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'ae1a2268-104d-5d71-998d-254ac3aa70c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009478',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 107238,
'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': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Classe A Compact / 2018 / 5P / Berline A 180 d '
'Business Line',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ Classe A Compact / 2018 / 5P / Berline d Business '
'Line',
'vin': None,
'year': 2020}
2026-03-29 22:05:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009478auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:06 [ecarstrade.be] INFO: Saving data for 7009478auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624799.588694, 'last_price_update_time': 1774821906.004586}
2026-03-29 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009478auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 348374c4-42ff-5397-b64c-27750a61f5c9 with identifier: 7009558auction111133
2026-03-29 22:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 348374c4-42ff-5397-b64c-27750a61f5c9 with identifier: 7009558auction111133
2026-03-29 22:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 348374c4-42ff-5397-b64c-27750a61f5c9 with identifier: 7009558auction111133 to the API
2026-03-29 22:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009558>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '348374c4-42ff-5397-b64c-27750a61f5c9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009558',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 55880,
'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': 'Megane IV Estate Techno 1.3 TCe 140CV BVA7 E6d / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'automatic',
'trim': 'IV Estate Techno 1.3 TCe 140CV BVA7 E6d / VO RECONDITIONNE - PHOTOS '
'AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2023}
2026-03-29 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009558auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:06 [ecarstrade.be] INFO: Saving data for 7009558auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624798.119205, 'last_price_update_time': 1774821906.274907}
2026-03-29 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009558auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009433> (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-29 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-29 22:05:06 [scrapy.extensions.logstats] INFO: Crawled 1223 pages (at 66 pages/min), scraped 1152 items (at 63 items/min)
2026-03-29 22:05:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:05:06 [ecarstrade.be] INFO: Extracting details for car 7009433auction111133
2026-03-29 22:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02dc1c48-9730-5ad9-970e-420101d31eff with identifier: 7009433auction111133
2026-03-29 22:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02dc1c48-9730-5ad9-970e-420101d31eff with scrape type 2
2026-03-29 22:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02dc1c48-9730-5ad9-970e-420101d31eff with scrape type 2
2026-03-29 22:05:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02dc1c48-9730-5ad9-970e-420101d31eff, identifier: 7009433auction111133
2026-03-29 22:05:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02dc1c48-9730-5ad9-970e-420101d31eff with identifier: 7009433auction111133
2026-03-29 22:05:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02dc1c48-9730-5ad9-970e-420101d31eff with identifier: 7009433auction111133
2026-03-29 22:05:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02dc1c48-9730-5ad9-970e-420101d31eff with identifier: 7009433auction111133 to the API
2026-03-29 22:05:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009433>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '02dc1c48-9730-5ad9-970e-420101d31eff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009433',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '116',
'odometer': 68566,
'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': '1 Berline 116 d Business Design 1.5 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': '1 Berline d Business Design 1.5 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009433auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:07 [ecarstrade.be] INFO: Saving data for 7009433auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624790.360742, 'last_price_update_time': 1774821907.126227}
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009433auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009454> (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-29 22:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009579> (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-29 22:05:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:07 [ecarstrade.be] INFO: Extracting details for car 7009454auction111133
2026-03-29 22:05:07 [ecarstrade.be] INFO: Extracting details for car 7009579auction111133
2026-03-29 22:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25cf4539-2d65-5a2e-86fd-4cbbc413d193 with identifier: 7009454auction111133
2026-03-29 22:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25cf4539-2d65-5a2e-86fd-4cbbc413d193 with scrape type 2
2026-03-29 22:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25cf4539-2d65-5a2e-86fd-4cbbc413d193 with scrape type 2
2026-03-29 22:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25cf4539-2d65-5a2e-86fd-4cbbc413d193, identifier: 7009454auction111133
2026-03-29 22:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dec69ce0-c9d7-5459-ba89-0ded15611984 with identifier: 7009579auction111133
2026-03-29 22:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dec69ce0-c9d7-5459-ba89-0ded15611984 with scrape type 2
2026-03-29 22:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dec69ce0-c9d7-5459-ba89-0ded15611984 with scrape type 2
2026-03-29 22:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dec69ce0-c9d7-5459-ba89-0ded15611984, identifier: 7009579auction111133
2026-03-29 22:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25cf4539-2d65-5a2e-86fd-4cbbc413d193 with identifier: 7009454auction111133
2026-03-29 22:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25cf4539-2d65-5a2e-86fd-4cbbc413d193 with identifier: 7009454auction111133
2026-03-29 22:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25cf4539-2d65-5a2e-86fd-4cbbc413d193 with identifier: 7009454auction111133 to the API
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009454>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '25cf4539-2d65-5a2e-86fd-4cbbc413d193',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009454',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'AC',
'model': 'Dacia Duster',
'odometer': 18157,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Duster Expression 1.0 TCe 100CV BVM6 E6d / GPL / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'Duster Expression 1.0 TCe 100CV BVM6 E6d / GPL / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2024}
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009454auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:07 [ecarstrade.be] INFO: Saving data for 7009454auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624803.563286, 'last_price_update_time': 1774821907.742913}
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009454auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dec69ce0-c9d7-5459-ba89-0ded15611984 with identifier: 7009579auction111133
2026-03-29 22:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dec69ce0-c9d7-5459-ba89-0ded15611984 with identifier: 7009579auction111133
2026-03-29 22:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dec69ce0-c9d7-5459-ba89-0ded15611984 with identifier: 7009579auction111133 to the API
2026-03-29 22:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009579>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'dec69ce0-c9d7-5459-ba89-0ded15611984',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009579',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 119129,
'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': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Beyond Zer',
'vin': None,
'year': 2022}
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009579auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:08 [ecarstrade.be] INFO: Saving data for 7009579auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624799.883603, 'last_price_update_time': 1774821908.050192}
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009579auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009546> (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-29 22:05:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:08 [ecarstrade.be] INFO: Extracting details for car 7009546auction111133
2026-03-29 22:05:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b610c25-7db9-5a1f-a2ed-c93c65285c3c with identifier: 7009546auction111133
2026-03-29 22:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b610c25-7db9-5a1f-a2ed-c93c65285c3c with scrape type 2
2026-03-29 22:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b610c25-7db9-5a1f-a2ed-c93c65285c3c with scrape type 2
2026-03-29 22:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b610c25-7db9-5a1f-a2ed-c93c65285c3c, identifier: 7009546auction111133
2026-03-29 22:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b610c25-7db9-5a1f-a2ed-c93c65285c3c with identifier: 7009546auction111133
2026-03-29 22:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b610c25-7db9-5a1f-a2ed-c93c65285c3c with identifier: 7009546auction111133
2026-03-29 22:05:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b610c25-7db9-5a1f-a2ed-c93c65285c3c with identifier: 7009546auction111133 to the API
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009546>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2b610c25-7db9-5a1f-a2ed-c93c65285c3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009546',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 29429,
'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': None,
'seller_name': None,
'title': 'RENAULT Arkana / 2021 / 5P / SUV Evolution mild hybrid 140 EDC -22',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 5P / SUV Evolution mild hybrid 140 EDC -22',
'vin': None,
'year': 2023}
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009546auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:08 [ecarstrade.be] INFO: Saving data for 7009546auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624768.234869, 'last_price_update_time': 1774821908.536434}
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009546auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009539> (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-29 22:05:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:09 [ecarstrade.be] INFO: Extracting details for car 7009539auction111133
2026-03-29 22:05:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee55c8dd-2763-56db-8c84-fac66ed2885d with identifier: 7009539auction111133
2026-03-29 22:05:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee55c8dd-2763-56db-8c84-fac66ed2885d with scrape type 2
2026-03-29 22:05:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee55c8dd-2763-56db-8c84-fac66ed2885d with scrape type 2
2026-03-29 22:05:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee55c8dd-2763-56db-8c84-fac66ed2885d, identifier: 7009539auction111133
2026-03-29 22:05:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee55c8dd-2763-56db-8c84-fac66ed2885d with identifier: 7009539auction111133
2026-03-29 22:05:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee55c8dd-2763-56db-8c84-fac66ed2885d with identifier: 7009539auction111133
2026-03-29 22:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee55c8dd-2763-56db-8c84-fac66ed2885d with identifier: 7009539auction111133 to the API
2026-03-29 22:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009539>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'ee55c8dd-2763-56db-8c84-fac66ed2885d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009539',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 116169,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2023}
2026-03-29 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009539auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:09 [ecarstrade.be] INFO: Saving data for 7009539auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624767.717396, 'last_price_update_time': 1774821909.624737}
2026-03-29 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009539auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009452> (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-29 22:05:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:12 [ecarstrade.be] INFO: Extracting details for car 7009452auction111133
2026-03-29 22:05:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7603b3b5-8491-567f-a152-631287541aa5 with identifier: 7009452auction111133
2026-03-29 22:05:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7603b3b5-8491-567f-a152-631287541aa5 with scrape type 2
2026-03-29 22:05:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7603b3b5-8491-567f-a152-631287541aa5 with scrape type 2
2026-03-29 22:05:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7603b3b5-8491-567f-a152-631287541aa5, identifier: 7009452auction111133
2026-03-29 22:05:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7603b3b5-8491-567f-a152-631287541aa5 with identifier: 7009452auction111133
2026-03-29 22:05:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7603b3b5-8491-567f-a152-631287541aa5 with identifier: 7009452auction111133
2026-03-29 22:05:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7603b3b5-8491-567f-a152-631287541aa5 with identifier: 7009452auction111133 to the API
2026-03-29 22:05:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009452>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7603b3b5-8491-567f-a152-631287541aa5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009452',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 104801,
'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': 'DS DS 7 Crossback / 2017 / 5P / SUV E-TENSE 4x4 Grand Chic',
'transmission': 'automatic',
'trim': 'DS DS 7 Crossback / 2017 / 5P / SUV E-TENSE 4x4 Grand Chic',
'vin': None,
'year': 2020}
2026-03-29 22:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009452auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:12 [ecarstrade.be] INFO: Saving data for 7009452auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624747.555148, 'last_price_update_time': 1774821912.951789}
2026-03-29 22:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009452auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009566> (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-29 22:05:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:13 [ecarstrade.be] INFO: Extracting details for car 7009566auction111133
2026-03-29 22:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a66e143-9353-5cbb-98ed-5670acf31b9d with identifier: 7009566auction111133
2026-03-29 22:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a66e143-9353-5cbb-98ed-5670acf31b9d with scrape type 2
2026-03-29 22:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a66e143-9353-5cbb-98ed-5670acf31b9d with scrape type 2
2026-03-29 22:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a66e143-9353-5cbb-98ed-5670acf31b9d, identifier: 7009566auction111133
2026-03-29 22:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a66e143-9353-5cbb-98ed-5670acf31b9d with identifier: 7009566auction111133
2026-03-29 22:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a66e143-9353-5cbb-98ed-5670acf31b9d with identifier: 7009566auction111133
2026-03-29 22:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a66e143-9353-5cbb-98ed-5670acf31b9d with identifier: 7009566auction111133 to the API
2026-03-29 22:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009566>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4a66e143-9353-5cbb-98ed-5670acf31b9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009566',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 72763,
'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': 'Karoq Business 1.5 TSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Business 1.5 TSI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009566auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:13 [ecarstrade.be] INFO: Saving data for 7009566auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624748.958114, 'last_price_update_time': 1774821913.453305}
2026-03-29 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009566auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009472> (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-29 22:05:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:13 [ecarstrade.be] INFO: Extracting details for car 7009472auction111133
2026-03-29 22:05:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c293f5f-14ec-5a3e-87e5-8283b0a16194 with identifier: 7009472auction111133
2026-03-29 22:05:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c293f5f-14ec-5a3e-87e5-8283b0a16194 with scrape type 2
2026-03-29 22:05:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c293f5f-14ec-5a3e-87e5-8283b0a16194 with scrape type 2
2026-03-29 22:05:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c293f5f-14ec-5a3e-87e5-8283b0a16194, identifier: 7009472auction111133
2026-03-29 22:05:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c293f5f-14ec-5a3e-87e5-8283b0a16194 with identifier: 7009472auction111133
2026-03-29 22:05:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c293f5f-14ec-5a3e-87e5-8283b0a16194 with identifier: 7009472auction111133
2026-03-29 22:05:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c293f5f-14ec-5a3e-87e5-8283b0a16194 with identifier: 7009472auction111133 to the API
2026-03-29 22:05:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009472>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2c293f5f-14ec-5a3e-87e5-8283b0a16194',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009472',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 77324,
'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': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC CREATIVE 4WD '
'AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC CREATIVE 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-29 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009472auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:13 [ecarstrade.be] INFO: Saving data for 7009472auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624781.750692, 'last_price_update_time': 1774821913.94905}
2026-03-29 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009472auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009525> (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-29 22:05:14 [ecarstrade.be] INFO: Extracting details for car 7009525auction111133
2026-03-29 22:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915b41f1-54b2-5ddd-9cda-3b99bcc28351 with identifier: 7009525auction111133
2026-03-29 22:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915b41f1-54b2-5ddd-9cda-3b99bcc28351 with scrape type 2
2026-03-29 22:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 915b41f1-54b2-5ddd-9cda-3b99bcc28351 with scrape type 2
2026-03-29 22:05:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 915b41f1-54b2-5ddd-9cda-3b99bcc28351, identifier: 7009525auction111133
2026-03-29 22:05:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 915b41f1-54b2-5ddd-9cda-3b99bcc28351 with identifier: 7009525auction111133
2026-03-29 22:05:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 915b41f1-54b2-5ddd-9cda-3b99bcc28351 with identifier: 7009525auction111133
2026-03-29 22:05:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 915b41f1-54b2-5ddd-9cda-3b99bcc28351 with identifier: 7009525auction111133 to the API
2026-03-29 22:05:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009525>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '915b41f1-54b2-5ddd-9cda-3b99bcc28351',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009525',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 53863,
'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': 5,
'seller_name': None,
'title': '3008 II Active Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Active Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009525auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:14 [ecarstrade.be] INFO: Saving data for 7009525auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624749.883649, 'last_price_update_time': 1774821914.830144}
2026-03-29 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009525auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009556> (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-29 22:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009582> (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-29 22:05:14 [ecarstrade.be] INFO: Extracting details for car 7009556auction111133
2026-03-29 22:05:14 [ecarstrade.be] INFO: Extracting details for car 7009582auction111133
2026-03-29 22:05:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 196030b2-1fc8-5e3d-b486-7507404e8ed1 with identifier: 7009556auction111133
2026-03-29 22:05:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 196030b2-1fc8-5e3d-b486-7507404e8ed1 with scrape type 2
2026-03-29 22:05:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 196030b2-1fc8-5e3d-b486-7507404e8ed1 with scrape type 2
2026-03-29 22:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 196030b2-1fc8-5e3d-b486-7507404e8ed1, identifier: 7009556auction111133
2026-03-29 22:05:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15c4deda-b457-528a-8105-33291e2caa15 with identifier: 7009582auction111133
2026-03-29 22:05:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15c4deda-b457-528a-8105-33291e2caa15 with scrape type 2
2026-03-29 22:05:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15c4deda-b457-528a-8105-33291e2caa15 with scrape type 2
2026-03-29 22:05:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15c4deda-b457-528a-8105-33291e2caa15, identifier: 7009582auction111133
2026-03-29 22:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 196030b2-1fc8-5e3d-b486-7507404e8ed1 with identifier: 7009556auction111133
2026-03-29 22:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 196030b2-1fc8-5e3d-b486-7507404e8ed1 with identifier: 7009556auction111133
2026-03-29 22:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 196030b2-1fc8-5e3d-b486-7507404e8ed1 with identifier: 7009556auction111133 to the API
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009556>
{'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-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '196030b2-1fc8-5e3d-b486-7507404e8ed1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009556',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 30533,
'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': 'Megane IV Berline 5 ptes. Evolution 1.5 dCi 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'IV Berline 5 ptes. Evolution 1.5 dCi 115CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009556auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:15 [ecarstrade.be] INFO: Saving data for 7009556auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631724.97829, 'last_price_update_time': 1774821915.403507}
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009556auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15c4deda-b457-528a-8105-33291e2caa15 with identifier: 7009582auction111133
2026-03-29 22:05:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15c4deda-b457-528a-8105-33291e2caa15 with identifier: 7009582auction111133
2026-03-29 22:05:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15c4deda-b457-528a-8105-33291e2caa15 with identifier: 7009582auction111133 to the API
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009582>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '15c4deda-b457-528a-8105-33291e2caa15',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009582',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 33301,
'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': 'VOLKSWAGEN T-Roc / 2017 / 5P / SUV 1.5 TSI 150 EVO LOUNGE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 5P / SUV 1.5 TSI 150 EVO LOUNGE BUSINESS',
'vin': None,
'year': 2021}
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009582auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:15 [ecarstrade.be] INFO: Saving data for 7009582auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631696.047905, 'last_price_update_time': 1774821915.692489}
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009582auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009436> (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-29 22:05:16 [ecarstrade.be] INFO: Extracting details for car 7009436auction111133
2026-03-29 22:05:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba215e3d-197e-5575-bdc4-0fb77c3e6648 with identifier: 7009436auction111133
2026-03-29 22:05:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba215e3d-197e-5575-bdc4-0fb77c3e6648 with scrape type 2
2026-03-29 22:05:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba215e3d-197e-5575-bdc4-0fb77c3e6648 with scrape type 2
2026-03-29 22:05:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba215e3d-197e-5575-bdc4-0fb77c3e6648, identifier: 7009436auction111133
2026-03-29 22:05:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba215e3d-197e-5575-bdc4-0fb77c3e6648 with identifier: 7009436auction111133
2026-03-29 22:05:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba215e3d-197e-5575-bdc4-0fb77c3e6648 with identifier: 7009436auction111133
2026-03-29 22:05:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba215e3d-197e-5575-bdc4-0fb77c3e6648 with identifier: 7009436auction111133 to the API
2026-03-29 22:05:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009436>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ba215e3d-197e-5575-bdc4-0fb77c3e6648',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009436',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': 'X1',
'odometer': 72136,
'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': 'BMW X1 / 2019 / 5P / SUV xDrive25e Business Design BVA6',
'transmission': 'automatic',
'trim': '/ 2019 / 5P / SUV xDrive25e Business Design BVA6',
'vin': None,
'year': 2022}
2026-03-29 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009436auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:16 [ecarstrade.be] INFO: Saving data for 7009436auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631697.500247, 'last_price_update_time': 1774821916.601313}
2026-03-29 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009436auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009593> (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-29 22:05:19 [ecarstrade.be] INFO: Extracting details for car 7009593auction111133
2026-03-29 22:05:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fa11c46-8f80-59bb-bc47-7594a27a6984 with identifier: 7009593auction111133
2026-03-29 22:05:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fa11c46-8f80-59bb-bc47-7594a27a6984 with scrape type 2
2026-03-29 22:05:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8fa11c46-8f80-59bb-bc47-7594a27a6984 with scrape type 2
2026-03-29 22:05:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8fa11c46-8f80-59bb-bc47-7594a27a6984, identifier: 7009593auction111133
2026-03-29 22:05:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8fa11c46-8f80-59bb-bc47-7594a27a6984 with identifier: 7009593auction111133
2026-03-29 22:05:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8fa11c46-8f80-59bb-bc47-7594a27a6984 with identifier: 7009593auction111133
2026-03-29 22:05:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8fa11c46-8f80-59bb-bc47-7594a27a6984 with identifier: 7009593auction111133 to the API
2026-03-29 22:05:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009593>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '8fa11c46-8f80-59bb-bc47-7594a27a6984',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009593',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 97303,
'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': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Allspace / 2017 / 5P / SUV 2.0 TDI 150 BVM6 '
'Confortline Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Allspace / 2017 / 5P / SUV 2.0 TDI 150 BVM6 Confortline '
'Business',
'vin': None,
'year': 2020}
2026-03-29 22:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009593auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:19 [ecarstrade.be] INFO: Saving data for 7009593auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631690.938602, 'last_price_update_time': 1774821919.825563}
2026-03-29 22:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009593auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:19 [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-29 22:05:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:05:19 [ecarstrade.be] INFO: Found listing with ID: 7009532auction111133
2026-03-29 22:05:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009532auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009532auction111133: 2
2026-03-29 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-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009453auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009453auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009453auction111133: 2
2026-03-29 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-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009530auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009530auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009530auction111133: 2
2026-03-29 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-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009464auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009464auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009464auction111133: 2
2026-03-29 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-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009494auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009494auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009494auction111133: 2
2026-03-29 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-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009519auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009519auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009519auction111133: 2
2026-03-29 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-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009545auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009545auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009545auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009576auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009576auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009576auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009466auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009466auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009466auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009504auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009504auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009504auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009512auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009512auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009512auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009570auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009570auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009570auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009542auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009542auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009542auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009543auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009543auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009543auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009580auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009580auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009580auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009460auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009460auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009460auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009491auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009491auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009491auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009500auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009500auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009500auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009424auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009424auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009424auction111133: 2
2026-03-29 22:05:20 [ecarstrade.be] INFO: Found listing with ID: 7009518auction111133
2026-03-29 22:05:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009518auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:20 [ecarstrade.be] INFO: Scrape type for 7009518auction111133: 2
2026-03-29 22:05:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009469> (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-29 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-29 22:05:20 [ecarstrade.be] INFO: Extracting details for car 7009469auction111133
2026-03-29 22:05:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2a95652d-77f7-5df7-8e82-9cd6178931e4 with identifier: 7009469auction111133
2026-03-29 22:05:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2a95652d-77f7-5df7-8e82-9cd6178931e4 with scrape type 2
2026-03-29 22:05:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2a95652d-77f7-5df7-8e82-9cd6178931e4 with scrape type 2
2026-03-29 22:05:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2a95652d-77f7-5df7-8e82-9cd6178931e4, identifier: 7009469auction111133
2026-03-29 22:05:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2a95652d-77f7-5df7-8e82-9cd6178931e4 with identifier: 7009469auction111133
2026-03-29 22:05:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2a95652d-77f7-5df7-8e82-9cd6178931e4 with identifier: 7009469auction111133
2026-03-29 22:05:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2a95652d-77f7-5df7-8e82-9cd6178931e4 with identifier: 7009469auction111133 to the API
2026-03-29 22:05:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009469>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2a95652d-77f7-5df7-8e82-9cd6178931e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009469',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 69328,
'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': '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': 2023}
2026-03-29 22:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009469auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:21 [ecarstrade.be] INFO: Saving data for 7009469auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774631679.006931, 'last_price_update_time': 1774821921.361609}
2026-03-29 22:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009469auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:25 [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-29 22:05:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009520auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009520auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009520auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009501auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009501auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009501auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009435auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009435auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009435auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009490auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009490auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009490auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009527auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009527auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009527auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009565auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009565auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009565auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009573auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009573auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009573auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009449auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009449auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009449auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009516auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009516auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009516auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009505auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009505auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009505auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009463auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009463auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009463auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009486auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009486auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009486auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009507auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009507auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009507auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009535auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009535auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009535auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009538auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009538auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009538auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009462auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009462auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009462auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009515auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009515auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009515auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009506auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009506auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009506auction111133: 2
2026-03-29 22:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009532> (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-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009555auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009555auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009555auction111133: 2
2026-03-29 22:05:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:26 [ecarstrade.be] INFO: Found listing with ID: 7009492auction111133
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009492auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Scrape type for 7009492auction111133: 2
2026-03-29 22:05:26 [ecarstrade.be] INFO: Extracting details for car 7009532auction111133
2026-03-29 22:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c48db2-0bce-52e1-94c5-e480f70e6145 with identifier: 7009532auction111133
2026-03-29 22:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c48db2-0bce-52e1-94c5-e480f70e6145 with scrape type 2
2026-03-29 22:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04c48db2-0bce-52e1-94c5-e480f70e6145 with scrape type 2
2026-03-29 22:05:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04c48db2-0bce-52e1-94c5-e480f70e6145, identifier: 7009532auction111133
2026-03-29 22:05:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04c48db2-0bce-52e1-94c5-e480f70e6145 with identifier: 7009532auction111133
2026-03-29 22:05:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04c48db2-0bce-52e1-94c5-e480f70e6145 with identifier: 7009532auction111133
2026-03-29 22:05:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04c48db2-0bce-52e1-94c5-e480f70e6145 with identifier: 7009532auction111133 to the API
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009532>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '04c48db2-0bce-52e1-94c5-e480f70e6145',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009532',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '408',
'odometer': 84390,
'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': '408 Allure Pack 1.2 Puretech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.2 Puretech 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009532auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:26 [ecarstrade.be] INFO: Saving data for 7009532auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624805.078983, 'last_price_update_time': 1774821926.93486}
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009532auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009494> (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-29 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-29 22:05:27 [ecarstrade.be] INFO: Extracting details for car 7009494auction111133
2026-03-29 22:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a48c43a7-cb95-5829-bf09-32ef32ac6b31 with identifier: 7009494auction111133
2026-03-29 22:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a48c43a7-cb95-5829-bf09-32ef32ac6b31 with scrape type 2
2026-03-29 22:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a48c43a7-cb95-5829-bf09-32ef32ac6b31 with scrape type 2
2026-03-29 22:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a48c43a7-cb95-5829-bf09-32ef32ac6b31, identifier: 7009494auction111133
2026-03-29 22:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009530> (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-29 22:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a48c43a7-cb95-5829-bf09-32ef32ac6b31 with identifier: 7009494auction111133
2026-03-29 22:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a48c43a7-cb95-5829-bf09-32ef32ac6b31 with identifier: 7009494auction111133
2026-03-29 22:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a48c43a7-cb95-5829-bf09-32ef32ac6b31 with identifier: 7009494auction111133 to the API
2026-03-29 22:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009494>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a48c43a7-cb95-5829-bf09-32ef32ac6b31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009494',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 93834,
'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': 'NISSAN Qashqai / 2021 / 5P / Crossover 1.3 MHEV 158ch Xtronic '
'N-Style(SP)',
'transmission': 'automatic',
'trim': 'NISSAN / 2021 / 5P / Crossover 1.3 MHEV 158ch Xtronic N-Style(SP)',
'vin': None,
'year': 2022}
2026-03-29 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009494auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:27 [ecarstrade.be] INFO: Saving data for 7009494auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624777.684918, 'last_price_update_time': 1774821927.561124}
2026-03-29 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009494auction111133') HTTP/1.1" 204 0
2026-03-29 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-29 22:05:27 [ecarstrade.be] INFO: Extracting details for car 7009530auction111133
2026-03-29 22:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009519> (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-29 22:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009464> (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-29 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-29 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-29 22:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c5adf6e-11a3-50a1-b64d-df69a13cfbed with identifier: 7009530auction111133
2026-03-29 22:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c5adf6e-11a3-50a1-b64d-df69a13cfbed with scrape type 2
2026-03-29 22:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0c5adf6e-11a3-50a1-b64d-df69a13cfbed with scrape type 2
2026-03-29 22:05:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c5adf6e-11a3-50a1-b64d-df69a13cfbed, identifier: 7009530auction111133
2026-03-29 22:05:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c5adf6e-11a3-50a1-b64d-df69a13cfbed with identifier: 7009530auction111133
2026-03-29 22:05:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c5adf6e-11a3-50a1-b64d-df69a13cfbed with identifier: 7009530auction111133
2026-03-29 22:05:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c5adf6e-11a3-50a1-b64d-df69a13cfbed with identifier: 7009530auction111133 to the API
2026-03-29 22:05:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009530>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0c5adf6e-11a3-50a1-b64d-df69a13cfbed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009530',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 80686,
'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': 'PEUGEOT 308 / 2021 / 5P / Berline PHEV 180 E-EAT8 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2021 / 5P / Berline PHEV 180 E-EAT8 ALLURE',
'vin': None,
'year': 2023}
2026-03-29 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009530auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:27 [ecarstrade.be] INFO: Saving data for 7009530auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624801.572256, 'last_price_update_time': 1774821927.948023}
2026-03-29 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009530auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:27 [ecarstrade.be] INFO: Extracting details for car 7009519auction111133
2026-03-29 22:05:27 [ecarstrade.be] INFO: Extracting details for car 7009464auction111133
2026-03-29 22:05:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61a98ac2-5bfe-59b3-ba98-2bd12c8119d0 with identifier: 7009519auction111133
2026-03-29 22:05:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61a98ac2-5bfe-59b3-ba98-2bd12c8119d0 with scrape type 2
2026-03-29 22:05:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61a98ac2-5bfe-59b3-ba98-2bd12c8119d0 with scrape type 2
2026-03-29 22:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61a98ac2-5bfe-59b3-ba98-2bd12c8119d0, identifier: 7009519auction111133
2026-03-29 22:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6909618a-aa10-50a8-9489-d354cc0cce21 with identifier: 7009464auction111133
2026-03-29 22:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6909618a-aa10-50a8-9489-d354cc0cce21 with scrape type 2
2026-03-29 22:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6909618a-aa10-50a8-9489-d354cc0cce21 with scrape type 2
2026-03-29 22:05:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6909618a-aa10-50a8-9489-d354cc0cce21, identifier: 7009464auction111133
2026-03-29 22:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61a98ac2-5bfe-59b3-ba98-2bd12c8119d0 with identifier: 7009519auction111133
2026-03-29 22:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61a98ac2-5bfe-59b3-ba98-2bd12c8119d0 with identifier: 7009519auction111133
2026-03-29 22:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61a98ac2-5bfe-59b3-ba98-2bd12c8119d0 with identifier: 7009519auction111133 to the API
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009519>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '61a98ac2-5bfe-59b3-ba98-2bd12c8119d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009519',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 99035,
'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': '3008 Active Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009519auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:28 [ecarstrade.be] INFO: Saving data for 7009519auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624779.460043, 'last_price_update_time': 1774821928.469875}
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009519auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6909618a-aa10-50a8-9489-d354cc0cce21 with identifier: 7009464auction111133
2026-03-29 22:05:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6909618a-aa10-50a8-9489-d354cc0cce21 with identifier: 7009464auction111133
2026-03-29 22:05:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6909618a-aa10-50a8-9489-d354cc0cce21 with identifier: 7009464auction111133 to the API
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009464>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '6909618a-aa10-50a8-9489-d354cc0cce21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009464',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 61736,
'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': 'Kona Executive Electrique 2WD 64kWh BVA',
'transmission': 'automatic',
'trim': 'Executive Electrique 2WD 64kWh BVA',
'vin': None,
'year': 2022}
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009464auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:28 [ecarstrade.be] INFO: Saving data for 7009464auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624830.593903, 'last_price_update_time': 1774821928.875164}
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009464auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009545> (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-29 22:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:32 [ecarstrade.be] INFO: Extracting details for car 7009545auction111133
2026-03-29 22:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ef0396d-c729-5d4a-8158-b882686aebf3 with identifier: 7009545auction111133
2026-03-29 22:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ef0396d-c729-5d4a-8158-b882686aebf3 with scrape type 2
2026-03-29 22:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ef0396d-c729-5d4a-8158-b882686aebf3 with scrape type 2
2026-03-29 22:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ef0396d-c729-5d4a-8158-b882686aebf3, identifier: 7009545auction111133
2026-03-29 22:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ef0396d-c729-5d4a-8158-b882686aebf3 with identifier: 7009545auction111133
2026-03-29 22:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ef0396d-c729-5d4a-8158-b882686aebf3 with identifier: 7009545auction111133
2026-03-29 22:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ef0396d-c729-5d4a-8158-b882686aebf3 with identifier: 7009545auction111133 to the API
2026-03-29 22:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009545>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7ef0396d-c729-5d4a-8158-b882686aebf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009545',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 40100,
'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': 'Captur II Evolution 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'II Evolution 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009545auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:32 [ecarstrade.be] INFO: Saving data for 7009545auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624777.340603, 'last_price_update_time': 1774821932.75987}
2026-03-29 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009545auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009576> (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-29 22:05:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:33 [ecarstrade.be] INFO: Extracting details for car 7009576auction111133
2026-03-29 22:05:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e378f305-eef8-5f6b-b4a7-34a320d173f4 with identifier: 7009576auction111133
2026-03-29 22:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e378f305-eef8-5f6b-b4a7-34a320d173f4 with scrape type 2
2026-03-29 22:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e378f305-eef8-5f6b-b4a7-34a320d173f4 with scrape type 2
2026-03-29 22:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e378f305-eef8-5f6b-b4a7-34a320d173f4, identifier: 7009576auction111133
2026-03-29 22:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e378f305-eef8-5f6b-b4a7-34a320d173f4 with identifier: 7009576auction111133
2026-03-29 22:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e378f305-eef8-5f6b-b4a7-34a320d173f4 with identifier: 7009576auction111133
2026-03-29 22:05:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e378f305-eef8-5f6b-b4a7-34a320d173f4 with identifier: 7009576auction111133 to the API
2026-03-29 22:05:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009576>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e378f305-eef8-5f6b-b4a7-34a320d173f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009576',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 120265,
'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': 'SKODA Superb Combi / 2019 / 5P / Break 1.4 TSI PHEV 218ch DSG6 '
'Business',
'transmission': 'automatic',
'trim': 'SKODA Combi / 2019 / 5P / Break 1.4 TSI PHEV 218ch DSG6 Business',
'vin': None,
'year': 2021}
2026-03-29 22:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009576auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:33 [ecarstrade.be] INFO: Saving data for 7009576auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624779.055272, 'last_price_update_time': 1774821933.564904}
2026-03-29 22:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009576auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009466> (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-29 22:05:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:34 [ecarstrade.be] INFO: Extracting details for car 7009466auction111133
2026-03-29 22:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb3d1e59-c614-5039-ba49-dc0e0d23da8b with identifier: 7009466auction111133
2026-03-29 22:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb3d1e59-c614-5039-ba49-dc0e0d23da8b with scrape type 2
2026-03-29 22:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb3d1e59-c614-5039-ba49-dc0e0d23da8b with scrape type 2
2026-03-29 22:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb3d1e59-c614-5039-ba49-dc0e0d23da8b, identifier: 7009466auction111133
2026-03-29 22:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb3d1e59-c614-5039-ba49-dc0e0d23da8b with identifier: 7009466auction111133
2026-03-29 22:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb3d1e59-c614-5039-ba49-dc0e0d23da8b with identifier: 7009466auction111133
2026-03-29 22:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb3d1e59-c614-5039-ba49-dc0e0d23da8b with identifier: 7009466auction111133 to the API
2026-03-29 22:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009466>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bb3d1e59-c614-5039-ba49-dc0e0d23da8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009466',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 40383,
'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': 'Kona Initia Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Initia Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009466auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:34 [ecarstrade.be] INFO: Saving data for 7009466auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624781.017206, 'last_price_update_time': 1774821934.389649}
2026-03-29 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009466auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009570> (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-29 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-29 22:05:34 [ecarstrade.be] INFO: Extracting details for car 7009570auction111133
2026-03-29 22:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1965657a-72fd-5d25-ab38-5a9006fa2e7e with identifier: 7009570auction111133
2026-03-29 22:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1965657a-72fd-5d25-ab38-5a9006fa2e7e with scrape type 2
2026-03-29 22:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1965657a-72fd-5d25-ab38-5a9006fa2e7e with scrape type 2
2026-03-29 22:05:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1965657a-72fd-5d25-ab38-5a9006fa2e7e, identifier: 7009570auction111133
2026-03-29 22:05:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1965657a-72fd-5d25-ab38-5a9006fa2e7e with identifier: 7009570auction111133
2026-03-29 22:05:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1965657a-72fd-5d25-ab38-5a9006fa2e7e with identifier: 7009570auction111133
2026-03-29 22:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1965657a-72fd-5d25-ab38-5a9006fa2e7e with identifier: 7009570auction111133 to the API
2026-03-29 22:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009570>
{'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-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '1965657a-72fd-5d25-ab38-5a9006fa2e7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009570',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 104359,
'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': 'Karoq Business 2.0 TDI 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Business 2.0 TDI 115CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009570auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:34 [ecarstrade.be] INFO: Saving data for 7009570auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624766.770502, 'last_price_update_time': 1774821934.995383}
2026-03-29 22:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009570auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009512> (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-29 22:05:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:35 [ecarstrade.be] INFO: Extracting details for car 7009512auction111133
2026-03-29 22:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bab3161b-d807-59fc-829a-d6c138ff585b with identifier: 7009512auction111133
2026-03-29 22:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bab3161b-d807-59fc-829a-d6c138ff585b with scrape type 2
2026-03-29 22:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bab3161b-d807-59fc-829a-d6c138ff585b with scrape type 2
2026-03-29 22:05:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bab3161b-d807-59fc-829a-d6c138ff585b, identifier: 7009512auction111133
2026-03-29 22:05:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bab3161b-d807-59fc-829a-d6c138ff585b with identifier: 7009512auction111133
2026-03-29 22:05:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bab3161b-d807-59fc-829a-d6c138ff585b with identifier: 7009512auction111133
2026-03-29 22:05:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bab3161b-d807-59fc-829a-d6c138ff585b with identifier: 7009512auction111133 to the API
2026-03-29 22:05:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009512>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'bab3161b-d807-59fc-829a-d6c138ff585b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009512',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '208',
'odometer': 7,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-01',
'seats_number': 5,
'seller_name': None,
'title': '208 Style 1.2 PureTech 100CV BVM6 6E',
'transmission': 'manual',
'trim': 'Style 1.2 PureTech 100CV BVM6 6E',
'vin': None,
'year': 2025}
2026-03-29 22:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009512auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:36 [ecarstrade.be] INFO: Saving data for 7009512auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624779.781577, 'last_price_update_time': 1774821936.193138}
2026-03-29 22:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009512auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009542> (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-29 22:05:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:39 [ecarstrade.be] INFO: Extracting details for car 7009542auction111133
2026-03-29 22:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07003c91-3ba1-5749-af98-d40899ffc8bd with identifier: 7009542auction111133
2026-03-29 22:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07003c91-3ba1-5749-af98-d40899ffc8bd with scrape type 2
2026-03-29 22:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 07003c91-3ba1-5749-af98-d40899ffc8bd with scrape type 2
2026-03-29 22:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07003c91-3ba1-5749-af98-d40899ffc8bd, identifier: 7009542auction111133
2026-03-29 22:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07003c91-3ba1-5749-af98-d40899ffc8bd with identifier: 7009542auction111133
2026-03-29 22:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07003c91-3ba1-5749-af98-d40899ffc8bd with identifier: 7009542auction111133
2026-03-29 22:05:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07003c91-3ba1-5749-af98-d40899ffc8bd with identifier: 7009542auction111133 to the API
2026-03-29 22:05:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009542>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '07003c91-3ba1-5749-af98-d40899ffc8bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009542',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 106647,
'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': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 / 2020 / 5P / SUV BlueHDi 130 S&S EAT8 Active Business',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV BlueHDi 130 S&S EAT8 Active Business',
'vin': None,
'year': 2021}
2026-03-29 22:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009542auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:39 [ecarstrade.be] INFO: Saving data for 7009542auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624768.590306, 'last_price_update_time': 1774821939.708135}
2026-03-29 22:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009542auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009497> (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-29 22:05:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:39 [ecarstrade.be] INFO: Extracting details for car 7009497auction111133
2026-03-29 22:05:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0cf345f-b821-5778-b46c-ce500b3c3c38 with identifier: 7009497auction111133
2026-03-29 22:05:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0cf345f-b821-5778-b46c-ce500b3c3c38 with scrape type 2
2026-03-29 22:05:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0cf345f-b821-5778-b46c-ce500b3c3c38 with scrape type 2
2026-03-29 22:05:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0cf345f-b821-5778-b46c-ce500b3c3c38, identifier: 7009497auction111133
2026-03-29 22:05:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0cf345f-b821-5778-b46c-ce500b3c3c38 with identifier: 7009497auction111133
2026-03-29 22:05:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0cf345f-b821-5778-b46c-ce500b3c3c38 with identifier: 7009497auction111133
2026-03-29 22:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0cf345f-b821-5778-b46c-ce500b3c3c38 with identifier: 7009497auction111133 to the API
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009497>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a0cf345f-b821-5778-b46c-ce500b3c3c38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009497',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 81964,
'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': 'NISSAN Qashqai / 2021 / 5P / Crossover 1.3 MHEV 158ch Xtronic '
'Business Edition CD LOT700 / VO RECONDITIONNE - PHOTOS AVANT RECON',
'transmission': 'automatic',
'trim': 'NISSAN / 2021 / 5P / Crossover 1.3 MHEV 158ch Xtronic Business '
'Edition CD LOT700 / VO RECONDITIONNE - PHOTOS AVANT RECON',
'vin': None,
'year': 2023}
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009497auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:40 [ecarstrade.be] INFO: Saving data for 7009497auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624748.432884, 'last_price_update_time': 1774821940.209265}
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009497auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009518> (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-29 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-29 22:05:40 [ecarstrade.be] INFO: Extracting details for car 7009518auction111133
2026-03-29 22:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc3d78e0-dde1-5f20-b041-cbf2f6af7c79 with identifier: 7009518auction111133
2026-03-29 22:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc3d78e0-dde1-5f20-b041-cbf2f6af7c79 with scrape type 2
2026-03-29 22:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc3d78e0-dde1-5f20-b041-cbf2f6af7c79 with scrape type 2
2026-03-29 22:05:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc3d78e0-dde1-5f20-b041-cbf2f6af7c79, identifier: 7009518auction111133
2026-03-29 22:05:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc3d78e0-dde1-5f20-b041-cbf2f6af7c79 with identifier: 7009518auction111133
2026-03-29 22:05:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc3d78e0-dde1-5f20-b041-cbf2f6af7c79 with identifier: 7009518auction111133
2026-03-29 22:05:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc3d78e0-dde1-5f20-b041-cbf2f6af7c79 with identifier: 7009518auction111133 to the API
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009518>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'dc3d78e0-dde1-5f20-b041-cbf2f6af7c79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009518',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 112694,
'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': '3008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009518auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:40 [ecarstrade.be] INFO: Saving data for 7009518auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624763.077924, 'last_price_update_time': 1774821940.699077}
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009518auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009424> (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-29 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-29 22:05:40 [ecarstrade.be] INFO: Extracting details for car 7009424auction111133
2026-03-29 22:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21a0adf5-9b6f-5ff5-bd4f-c7dbe88a7009 with identifier: 7009424auction111133
2026-03-29 22:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21a0adf5-9b6f-5ff5-bd4f-c7dbe88a7009 with scrape type 2
2026-03-29 22:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21a0adf5-9b6f-5ff5-bd4f-c7dbe88a7009 with scrape type 2
2026-03-29 22:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21a0adf5-9b6f-5ff5-bd4f-c7dbe88a7009, identifier: 7009424auction111133
2026-03-29 22:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21a0adf5-9b6f-5ff5-bd4f-c7dbe88a7009 with identifier: 7009424auction111133
2026-03-29 22:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21a0adf5-9b6f-5ff5-bd4f-c7dbe88a7009 with identifier: 7009424auction111133
2026-03-29 22:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21a0adf5-9b6f-5ff5-bd4f-c7dbe88a7009 with identifier: 7009424auction111133 to the API
2026-03-29 22:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009424>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '21a0adf5-9b6f-5ff5-bd4f-c7dbe88a7009',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009424',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Audi',
'model': 'A3',
'odometer': 122232,
'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': 'AUDI A3 Sportback / 2016 / 5P / Berline 35 TFSI 150 COD S TRONIC '
'BUSINESS LINE',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2016 / 5P / Berline 35 TFSI 150 COD S TRONIC '
'BUSINESS LINE',
'vin': None,
'year': 2020}
2026-03-29 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009424auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:41 [ecarstrade.be] INFO: Saving data for 7009424auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624762.521878, 'last_price_update_time': 1774821941.349443}
2026-03-29 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009424auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009492> (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-29 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-29 22:05:42 [ecarstrade.be] INFO: Extracting details for car 7009492auction111133
2026-03-29 22:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with identifier: 7009492auction111133
2026-03-29 22:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with scrape type 2
2026-03-29 22:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with scrape type 2
2026-03-29 22:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1, identifier: 7009492auction111133
2026-03-29 22:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with identifier: 7009492auction111133
2026-03-29 22:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with identifier: 7009492auction111133
2026-03-29 22:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with identifier: 7009492auction111133 to the API
2026-03-29 22:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009492>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009492',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 22768,
'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': 'NISSAN Leaf / 2017 / 5P / Berline 62 kWh 217ch Business+',
'transmission': 'automatic',
'trim': 'NISSAN / 2017 / 5P / Berline 62 kWh 217ch Business+',
'vin': None,
'year': 2020}
2026-03-29 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009492auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:42 [ecarstrade.be] INFO: Saving data for 7009492auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624660.668026, 'last_price_update_time': 1774821942.887884}
2026-03-29 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009492auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009506> (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-29 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-29 22:05:43 [ecarstrade.be] INFO: Extracting details for car 7009506auction111133
2026-03-29 22:05:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c48086d-cb63-5092-a4f4-4418125a3bcf with identifier: 7009506auction111133
2026-03-29 22:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c48086d-cb63-5092-a4f4-4418125a3bcf with scrape type 2
2026-03-29 22:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7c48086d-cb63-5092-a4f4-4418125a3bcf with scrape type 2
2026-03-29 22:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c48086d-cb63-5092-a4f4-4418125a3bcf, identifier: 7009506auction111133
2026-03-29 22:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c48086d-cb63-5092-a4f4-4418125a3bcf with identifier: 7009506auction111133
2026-03-29 22:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c48086d-cb63-5092-a4f4-4418125a3bcf with identifier: 7009506auction111133
2026-03-29 22:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c48086d-cb63-5092-a4f4-4418125a3bcf with identifier: 7009506auction111133 to the API
2026-03-29 22:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009506>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '7c48086d-cb63-5092-a4f4-4418125a3bcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009506',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 96014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009506auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:43 [ecarstrade.be] INFO: Saving data for 7009506auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624663.0837, 'last_price_update_time': 1774821943.396979}
2026-03-29 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009506auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009555> (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-29 22:05:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:45 [ecarstrade.be] INFO: Extracting details for car 7009555auction111133
2026-03-29 22:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5f47712-aa25-5fc9-a22a-ecd8c1869def with identifier: 7009555auction111133
2026-03-29 22:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f47712-aa25-5fc9-a22a-ecd8c1869def with scrape type 2
2026-03-29 22:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5f47712-aa25-5fc9-a22a-ecd8c1869def with scrape type 2
2026-03-29 22:05:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5f47712-aa25-5fc9-a22a-ecd8c1869def, identifier: 7009555auction111133
2026-03-29 22:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5f47712-aa25-5fc9-a22a-ecd8c1869def with identifier: 7009555auction111133
2026-03-29 22:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5f47712-aa25-5fc9-a22a-ecd8c1869def with identifier: 7009555auction111133
2026-03-29 22:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5f47712-aa25-5fc9-a22a-ecd8c1869def with identifier: 7009555auction111133 to the API
2026-03-29 22:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009555>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e5f47712-aa25-5fc9-a22a-ecd8c1869def',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009555',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 67989,
'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': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009555auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:46 [ecarstrade.be] INFO: Saving data for 7009555auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624663.634323, 'last_price_update_time': 1774821946.178636}
2026-03-29 22:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009555auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009515> (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-29 22:05:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:46 [ecarstrade.be] INFO: Extracting details for car 7009515auction111133
2026-03-29 22:05:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06cee422-fdc3-5b8c-b981-5c5b710c1480 with identifier: 7009515auction111133
2026-03-29 22:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06cee422-fdc3-5b8c-b981-5c5b710c1480 with scrape type 2
2026-03-29 22:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06cee422-fdc3-5b8c-b981-5c5b710c1480 with scrape type 2
2026-03-29 22:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06cee422-fdc3-5b8c-b981-5c5b710c1480, identifier: 7009515auction111133
2026-03-29 22:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06cee422-fdc3-5b8c-b981-5c5b710c1480 with identifier: 7009515auction111133
2026-03-29 22:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06cee422-fdc3-5b8c-b981-5c5b710c1480 with identifier: 7009515auction111133
2026-03-29 22:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06cee422-fdc3-5b8c-b981-5c5b710c1480 with identifier: 7009515auction111133 to the API
2026-03-29 22:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009515>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '06cee422-fdc3-5b8c-b981-5c5b710c1480',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009515',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 110533,
'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': '3008 BlueHDi 130 EAT8 ACTIVE BUSINESS',
'transmission': 'automatic',
'trim': 'BlueHDi 130 EAT8 ACTIVE BUSINESS',
'vin': None,
'year': 2020}
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009515auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:47 [ecarstrade.be] INFO: Saving data for 7009515auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624691.483752, 'last_price_update_time': 1774821947.022133}
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009515auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009462> (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-29 22:05:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:47 [ecarstrade.be] INFO: Extracting details for car 7009462auction111133
2026-03-29 22:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed1bee21-bbf0-5488-86d9-558e7183e021 with identifier: 7009462auction111133
2026-03-29 22:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed1bee21-bbf0-5488-86d9-558e7183e021 with scrape type 2
2026-03-29 22:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed1bee21-bbf0-5488-86d9-558e7183e021 with scrape type 2
2026-03-29 22:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed1bee21-bbf0-5488-86d9-558e7183e021, identifier: 7009462auction111133
2026-03-29 22:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed1bee21-bbf0-5488-86d9-558e7183e021 with identifier: 7009462auction111133
2026-03-29 22:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed1bee21-bbf0-5488-86d9-558e7183e021 with identifier: 7009462auction111133
2026-03-29 22:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed1bee21-bbf0-5488-86d9-558e7183e021 with identifier: 7009462auction111133 to the API
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009462>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ed1bee21-bbf0-5488-86d9-558e7183e021',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009462',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 120837,
'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': 'FORD Kuga / 2019 / 5P / SUV 2.5 190 hybrid Flexifuel Pshift '
'Titanium',
'transmission': 'automatic',
'trim': 'FORD / 2019 / 5P / SUV 2.5 190 hybrid Flexifuel Pshift Titanium',
'vin': None,
'year': 2022}
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009462auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:47 [ecarstrade.be] INFO: Saving data for 7009462auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624660.165964, 'last_price_update_time': 1774821947.530225}
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009462auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009538> (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-29 22:05:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:47 [ecarstrade.be] INFO: Extracting details for car 7009538auction111133
2026-03-29 22:05:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b394296-19eb-5cb2-8dfb-b501440e7e3a with identifier: 7009538auction111133
2026-03-29 22:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b394296-19eb-5cb2-8dfb-b501440e7e3a with scrape type 2
2026-03-29 22:05:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7b394296-19eb-5cb2-8dfb-b501440e7e3a with scrape type 2
2026-03-29 22:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b394296-19eb-5cb2-8dfb-b501440e7e3a, identifier: 7009538auction111133
2026-03-29 22:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b394296-19eb-5cb2-8dfb-b501440e7e3a with identifier: 7009538auction111133
2026-03-29 22:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b394296-19eb-5cb2-8dfb-b501440e7e3a with identifier: 7009538auction111133
2026-03-29 22:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b394296-19eb-5cb2-8dfb-b501440e7e3a with identifier: 7009538auction111133 to the API
2026-03-29 22:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009538>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '7b394296-19eb-5cb2-8dfb-b501440e7e3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009538',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 119546,
'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': 7,
'seller_name': None,
'title': '5008 Active Business 1.5 HDi 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDi 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2021}
2026-03-29 22:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009538auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:48 [ecarstrade.be] INFO: Saving data for 7009538auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624658.957038, 'last_price_update_time': 1774821948.027672}
2026-03-29 22:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009538auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009507> (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-29 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-29 22:05:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009535> (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-29 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-29 22:05:49 [ecarstrade.be] INFO: Extracting details for car 7009507auction111133
2026-03-29 22:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f344911-3538-5f74-aaea-b739fdc2239f with identifier: 7009507auction111133
2026-03-29 22:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f344911-3538-5f74-aaea-b739fdc2239f with scrape type 2
2026-03-29 22:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f344911-3538-5f74-aaea-b739fdc2239f with scrape type 2
2026-03-29 22:05:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f344911-3538-5f74-aaea-b739fdc2239f, identifier: 7009507auction111133
2026-03-29 22:05:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f344911-3538-5f74-aaea-b739fdc2239f with identifier: 7009507auction111133
2026-03-29 22:05:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f344911-3538-5f74-aaea-b739fdc2239f with identifier: 7009507auction111133
2026-03-29 22:05:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f344911-3538-5f74-aaea-b739fdc2239f with identifier: 7009507auction111133 to the API
2026-03-29 22:05:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009507>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5f344911-3538-5f74-aaea-b739fdc2239f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009507',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 85098,
'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': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009507auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:49 [ecarstrade.be] INFO: Saving data for 7009507auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624658.471028, 'last_price_update_time': 1774821949.905255}
2026-03-29 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009507auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:49 [ecarstrade.be] INFO: Extracting details for car 7009535auction111133
2026-03-29 22:05:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with identifier: 7009535auction111133
2026-03-29 22:05:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with scrape type 2
2026-03-29 22:05:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with scrape type 2
2026-03-29 22:05:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc, identifier: 7009535auction111133
2026-03-29 22:05:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with identifier: 7009535auction111133
2026-03-29 22:05:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with identifier: 7009535auction111133
2026-03-29 22:05:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with identifier: 7009535auction111133 to the API
2026-03-29 22:05:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009535>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2eda2855-97ef-5210-b0a5-c8cdc525e9dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009535',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 116429,
'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': 'PEUGEOT 3008 / 2016 / 5P / SUV Hybrid 225 e-EAT8 GT Line',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2016 / 5P / SUV Hybrid 225 e-EAT8 GT Line',
'vin': None,
'year': 2020}
2026-03-29 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009535auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:50 [ecarstrade.be] INFO: Saving data for 7009535auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624644.275058, 'last_price_update_time': 1774821950.301972}
2026-03-29 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009535auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009486> (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-29 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-29 22:05:52 [ecarstrade.be] INFO: Extracting details for car 7009486auction111133
2026-03-29 22:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with identifier: 7009486auction111133
2026-03-29 22:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with scrape type 2
2026-03-29 22:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with scrape type 2
2026-03-29 22:05:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8, identifier: 7009486auction111133
2026-03-29 22:05:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with identifier: 7009486auction111133
2026-03-29 22:05:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with identifier: 7009486auction111133
2026-03-29 22:05:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with identifier: 7009486auction111133 to the API
2026-03-29 22:05:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009486>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '15a382c6-5da9-5623-8e21-3ddc4e51f8c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009486',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 50887,
'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': None,
'seller_name': None,
'title': 'MINI Mini / 2021 / 3P / Berline Cooper SE Finition Essential 184 ch '
'BVA',
'transmission': 'automatic',
'trim': 'MINI / 2021 / 3P / Berline Finition Essential 184 ch BVA',
'vin': None,
'year': 2021}
2026-03-29 22:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009486auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:52 [ecarstrade.be] INFO: Saving data for 7009486auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624657.899723, 'last_price_update_time': 1774821952.406397}
2026-03-29 22:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009486auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009463> (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-29 22:05:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:53 [ecarstrade.be] INFO: Extracting details for car 7009463auction111133
2026-03-29 22:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67a1dd68-ca26-5403-a3dc-f0e3052481fd with identifier: 7009463auction111133
2026-03-29 22:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67a1dd68-ca26-5403-a3dc-f0e3052481fd with scrape type 2
2026-03-29 22:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67a1dd68-ca26-5403-a3dc-f0e3052481fd with scrape type 2
2026-03-29 22:05:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67a1dd68-ca26-5403-a3dc-f0e3052481fd, identifier: 7009463auction111133
2026-03-29 22:05:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67a1dd68-ca26-5403-a3dc-f0e3052481fd with identifier: 7009463auction111133
2026-03-29 22:05:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67a1dd68-ca26-5403-a3dc-f0e3052481fd with identifier: 7009463auction111133
2026-03-29 22:05:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67a1dd68-ca26-5403-a3dc-f0e3052481fd with identifier: 7009463auction111133 to the API
2026-03-29 22:05:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009463>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '67a1dd68-ca26-5403-a3dc-f0e3052481fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009463',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 123278,
'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': 'Kuga Titanium 1.5 EcoBlue 120CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Titanium 1.5 EcoBlue 120CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-29 22:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009463auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:53 [ecarstrade.be] INFO: Saving data for 7009463auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624659.76684, 'last_price_update_time': 1774821953.549149}
2026-03-29 22:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009463auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009505> (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-29 22:05:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:54 [ecarstrade.be] INFO: Extracting details for car 7009505auction111133
2026-03-29 22:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 928dd460-a342-5b33-86bb-ec4dc6358d7f with identifier: 7009505auction111133
2026-03-29 22:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 928dd460-a342-5b33-86bb-ec4dc6358d7f with scrape type 2
2026-03-29 22:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 928dd460-a342-5b33-86bb-ec4dc6358d7f with scrape type 2
2026-03-29 22:05:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 928dd460-a342-5b33-86bb-ec4dc6358d7f, identifier: 7009505auction111133
2026-03-29 22:05:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 928dd460-a342-5b33-86bb-ec4dc6358d7f with identifier: 7009505auction111133
2026-03-29 22:05:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 928dd460-a342-5b33-86bb-ec4dc6358d7f with identifier: 7009505auction111133
2026-03-29 22:05:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 928dd460-a342-5b33-86bb-ec4dc6358d7f with identifier: 7009505auction111133 to the API
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009505>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '928dd460-a342-5b33-86bb-ec4dc6358d7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009505',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 108898,
'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': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009505auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:54 [ecarstrade.be] INFO: Saving data for 7009505auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624657.330632, 'last_price_update_time': 1774821954.451988}
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009505auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009453> (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-29 22:05:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:54 [ecarstrade.be] INFO: Extracting details for car 7009453auction111133
2026-03-29 22:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85997838-32f5-50d3-8d66-c38922066134 with identifier: 7009453auction111133
2026-03-29 22:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85997838-32f5-50d3-8d66-c38922066134 with scrape type 2
2026-03-29 22:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85997838-32f5-50d3-8d66-c38922066134 with scrape type 2
2026-03-29 22:05:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85997838-32f5-50d3-8d66-c38922066134, identifier: 7009453auction111133
2026-03-29 22:05:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85997838-32f5-50d3-8d66-c38922066134 with identifier: 7009453auction111133
2026-03-29 22:05:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85997838-32f5-50d3-8d66-c38922066134 with identifier: 7009453auction111133
2026-03-29 22:05:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85997838-32f5-50d3-8d66-c38922066134 with identifier: 7009453auction111133 to the API
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009453>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '85997838-32f5-50d3-8d66-c38922066134',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009453',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'DS Automobiles',
'model': 'DS4',
'odometer': 102537,
'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': 'DS 4 Trocadero 1.5 BlueHDi 130CV BVA8 6E',
'transmission': 'automatic',
'trim': 'DS 4 Trocadero 1.5 BlueHDi 130CV BVA8 6E',
'vin': None,
'year': 2023}
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009453auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:54 [ecarstrade.be] INFO: Saving data for 7009453auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624828.073906, 'last_price_update_time': 1774821954.977789}
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009453auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009516> (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-29 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-29 22:05:55 [ecarstrade.be] INFO: Extracting details for car 7009516auction111133
2026-03-29 22:05:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deef8ac0-2db8-593b-b097-1be292aa8d36 with identifier: 7009516auction111133
2026-03-29 22:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deef8ac0-2db8-593b-b097-1be292aa8d36 with scrape type 2
2026-03-29 22:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item deef8ac0-2db8-593b-b097-1be292aa8d36 with scrape type 2
2026-03-29 22:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: deef8ac0-2db8-593b-b097-1be292aa8d36, identifier: 7009516auction111133
2026-03-29 22:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: deef8ac0-2db8-593b-b097-1be292aa8d36 with identifier: 7009516auction111133
2026-03-29 22:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: deef8ac0-2db8-593b-b097-1be292aa8d36 with identifier: 7009516auction111133
2026-03-29 22:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: deef8ac0-2db8-593b-b097-1be292aa8d36 with identifier: 7009516auction111133 to the API
2026-03-29 22:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:05: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-29 22:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009516>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'deef8ac0-2db8-593b-b097-1be292aa8d36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009516',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 117034,
'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': '3008 II Active Pack 1.5 HDi 130CV BVA8 E6d / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'automatic',
'trim': 'II Active Pack 1.5 HDi 130CV BVA8 E6d / VO RECONDITIONNE - PHOTOS '
'AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-29 22:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009516auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:55 [ecarstrade.be] INFO: Saving data for 7009516auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624661.158419, 'last_price_update_time': 1774821955.487741}
2026-03-29 22:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009516auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009449> (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-29 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-29 22:05:56 [ecarstrade.be] INFO: Extracting details for car 7009449auction111133
2026-03-29 22:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f832a434-9b2f-5e57-8820-1f91e1dda608 with identifier: 7009449auction111133
2026-03-29 22:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f832a434-9b2f-5e57-8820-1f91e1dda608 with scrape type 2
2026-03-29 22:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f832a434-9b2f-5e57-8820-1f91e1dda608 with scrape type 2
2026-03-29 22:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f832a434-9b2f-5e57-8820-1f91e1dda608, identifier: 7009449auction111133
2026-03-29 22:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f832a434-9b2f-5e57-8820-1f91e1dda608 with identifier: 7009449auction111133
2026-03-29 22:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f832a434-9b2f-5e57-8820-1f91e1dda608 with identifier: 7009449auction111133
2026-03-29 22:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f832a434-9b2f-5e57-8820-1f91e1dda608 with identifier: 7009449auction111133 to the API
2026-03-29 22:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009449>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f832a434-9b2f-5e57-8820-1f91e1dda608',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009449',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 113462,
'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': 'C5 Aircross Shine 1.5 BlueHDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Shine 1.5 BlueHDi 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009449auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:56 [ecarstrade.be] INFO: Saving data for 7009449auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624665.828854, 'last_price_update_time': 1774821956.501166}
2026-03-29 22:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009449auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009573> (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-29 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-29 22:05:56 [ecarstrade.be] INFO: Extracting details for car 7009573auction111133
2026-03-29 22:05:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with identifier: 7009573auction111133
2026-03-29 22:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with scrape type 2
2026-03-29 22:05:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with scrape type 2
2026-03-29 22:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0, identifier: 7009573auction111133
2026-03-29 22:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with identifier: 7009573auction111133
2026-03-29 22:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with identifier: 7009573auction111133
2026-03-29 22:05:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with identifier: 7009573auction111133 to the API
2026-03-29 22:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009573>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009573',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 100130,
'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': 'Octavia Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009573auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:57 [ecarstrade.be] INFO: Saving data for 7009573auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624645.743753, 'last_price_update_time': 1774821957.172234}
2026-03-29 22:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009573auction111133') HTTP/1.1" 204 0
2026-03-29 22:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009565> (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-29 22:05:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:05:58 [ecarstrade.be] INFO: Extracting details for car 7009565auction111133
2026-03-29 22:05:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 237151f3-16cc-5f7b-b403-62065503f9f4 with identifier: 7009565auction111133
2026-03-29 22:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 237151f3-16cc-5f7b-b403-62065503f9f4 with scrape type 2
2026-03-29 22:05:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 237151f3-16cc-5f7b-b403-62065503f9f4 with scrape type 2
2026-03-29 22:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 237151f3-16cc-5f7b-b403-62065503f9f4, identifier: 7009565auction111133
2026-03-29 22:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 237151f3-16cc-5f7b-b403-62065503f9f4 with identifier: 7009565auction111133
2026-03-29 22:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 237151f3-16cc-5f7b-b403-62065503f9f4 with identifier: 7009565auction111133
2026-03-29 22:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 237151f3-16cc-5f7b-b403-62065503f9f4 with identifier: 7009565auction111133 to the API
2026-03-29 22:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009565>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '237151f3-16cc-5f7b-b403-62065503f9f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009565',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 28846,
'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': 'Fabia Ambition 1.0 MPI 80CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Ambition 1.0 MPI 80CV BVM5 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009565auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:05:58 [ecarstrade.be] INFO: Saving data for 7009565auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624666.500337, 'last_price_update_time': 1774821958.84268}
2026-03-29 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009565auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009527> (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-29 22:06:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009490> (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-29 22:06:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:00 [ecarstrade.be] INFO: Extracting details for car 7009527auction111133
2026-03-29 22:06:00 [ecarstrade.be] INFO: Extracting details for car 7009490auction111133
2026-03-29 22:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with identifier: 7009527auction111133
2026-03-29 22:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with scrape type 2
2026-03-29 22:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with scrape type 2
2026-03-29 22:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed, identifier: 7009527auction111133
2026-03-29 22:06:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c589fa21-43c5-545d-b471-dfa163a0e7fa with identifier: 7009490auction111133
2026-03-29 22:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c589fa21-43c5-545d-b471-dfa163a0e7fa with scrape type 2
2026-03-29 22:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c589fa21-43c5-545d-b471-dfa163a0e7fa with scrape type 2
2026-03-29 22:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c589fa21-43c5-545d-b471-dfa163a0e7fa, identifier: 7009490auction111133
2026-03-29 22:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with identifier: 7009527auction111133
2026-03-29 22:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with identifier: 7009527auction111133
2026-03-29 22:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with identifier: 7009527auction111133 to the API
2026-03-29 22:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009527>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '9c6ebd22-d4e4-5fd0-8daa-8b29691026ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009527',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 127579,
'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': '3008 Allure 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009527auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:00 [ecarstrade.be] INFO: Saving data for 7009527auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624667.777925, 'last_price_update_time': 1774821960.692194}
2026-03-29 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009527auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c589fa21-43c5-545d-b471-dfa163a0e7fa with identifier: 7009490auction111133
2026-03-29 22:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c589fa21-43c5-545d-b471-dfa163a0e7fa with identifier: 7009490auction111133
2026-03-29 22:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c589fa21-43c5-545d-b471-dfa163a0e7fa with identifier: 7009490auction111133 to the API
2026-03-29 22:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009490>
{'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-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c589fa21-43c5-545d-b471-dfa163a0e7fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009490',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 21519,
'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': 'NISSAN Juke / 2019 / 5P / Crossover DIG-T 114 BVM6 Acenta',
'transmission': 'manual',
'trim': 'NISSAN / 2019 / 5P / Crossover DIG-T 114 BVM6 Acenta',
'vin': None,
'year': 2023}
2026-03-29 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009490auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:00 [ecarstrade.be] INFO: Saving data for 7009490auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624765.754135, 'last_price_update_time': 1774821960.97603}
2026-03-29 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009490auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009435> (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-29 22:06:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:01 [ecarstrade.be] INFO: Extracting details for car 7009435auction111133
2026-03-29 22:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5eacdad9-95f5-5932-9a01-0f35771ee6ef with identifier: 7009435auction111133
2026-03-29 22:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5eacdad9-95f5-5932-9a01-0f35771ee6ef with scrape type 2
2026-03-29 22:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5eacdad9-95f5-5932-9a01-0f35771ee6ef with scrape type 2
2026-03-29 22:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5eacdad9-95f5-5932-9a01-0f35771ee6ef, identifier: 7009435auction111133
2026-03-29 22:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5eacdad9-95f5-5932-9a01-0f35771ee6ef with identifier: 7009435auction111133
2026-03-29 22:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5eacdad9-95f5-5932-9a01-0f35771ee6ef with identifier: 7009435auction111133
2026-03-29 22:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5eacdad9-95f5-5932-9a01-0f35771ee6ef with identifier: 7009435auction111133 to the API
2026-03-29 22:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009435>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5eacdad9-95f5-5932-9a01-0f35771ee6ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009435',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '216 Gran Tourer',
'odometer': 116017,
'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': 'Série 2 Gran Tourer 216d Lounge 1.5 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Série 2 Gran Tourer 216d Lounge 1.5 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009435auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:01 [ecarstrade.be] INFO: Saving data for 7009435auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624764.01386, 'last_price_update_time': 1774821961.912331}
2026-03-29 22:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009435auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009501> (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-29 22:06:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:02 [ecarstrade.be] INFO: Extracting details for car 7009501auction111133
2026-03-29 22:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75fc04ab-51b0-5343-b2d1-fe28dcd29cc9 with identifier: 7009501auction111133
2026-03-29 22:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75fc04ab-51b0-5343-b2d1-fe28dcd29cc9 with scrape type 2
2026-03-29 22:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75fc04ab-51b0-5343-b2d1-fe28dcd29cc9 with scrape type 2
2026-03-29 22:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75fc04ab-51b0-5343-b2d1-fe28dcd29cc9, identifier: 7009501auction111133
2026-03-29 22:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75fc04ab-51b0-5343-b2d1-fe28dcd29cc9 with identifier: 7009501auction111133
2026-03-29 22:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75fc04ab-51b0-5343-b2d1-fe28dcd29cc9 with identifier: 7009501auction111133
2026-03-29 22:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75fc04ab-51b0-5343-b2d1-fe28dcd29cc9 with identifier: 7009501auction111133 to the API
2026-03-29 22:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009501>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '75fc04ab-51b0-5343-b2d1-fe28dcd29cc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009501',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 25313,
'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': 5,
'seller_name': None,
'title': 'Mokka e Elegance Business 50kWh BVA',
'transmission': 'automatic',
'trim': 'e Elegance Business 50kWh BVA',
'vin': None,
'year': 2022}
2026-03-29 22:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009501auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:02 [ecarstrade.be] INFO: Saving data for 7009501auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624763.463101, 'last_price_update_time': 1774821962.393611}
2026-03-29 22:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009501auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009504> (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-29 22:06:02 [ecarstrade.be] INFO: Extracting details for car 7009504auction111133
2026-03-29 22:06:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d888124-27fd-5789-a18a-540fc8b54411 with identifier: 7009504auction111133
2026-03-29 22:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d888124-27fd-5789-a18a-540fc8b54411 with scrape type 2
2026-03-29 22:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d888124-27fd-5789-a18a-540fc8b54411 with scrape type 2
2026-03-29 22:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d888124-27fd-5789-a18a-540fc8b54411, identifier: 7009504auction111133
2026-03-29 22:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d888124-27fd-5789-a18a-540fc8b54411 with identifier: 7009504auction111133
2026-03-29 22:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d888124-27fd-5789-a18a-540fc8b54411 with identifier: 7009504auction111133
2026-03-29 22:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d888124-27fd-5789-a18a-540fc8b54411 with identifier: 7009504auction111133 to the API
2026-03-29 22:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009504>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '4d888124-27fd-5789-a18a-540fc8b54411',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009504',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '2008',
'odometer': 114525,
'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': 'PEUGEOT 2008 2019 5P Crossover BLUEHDI 130 EAT8 ALLURE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 2019 5P Crossover BLUEHDI 130 EAT8 ALLURE PACK',
'vin': None,
'year': 2022}
2026-03-29 22:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009504auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:03 [ecarstrade.be] INFO: Saving data for 7009504auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624783.151825, 'last_price_update_time': 1774821963.224311}
2026-03-29 22:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009504auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009520> (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-29 22:06:03 [ecarstrade.be] INFO: Extracting details for car 7009520auction111133
2026-03-29 22:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebb6828d-d9ff-5a91-989d-334ac664a412 with identifier: 7009520auction111133
2026-03-29 22:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebb6828d-d9ff-5a91-989d-334ac664a412 with scrape type 2
2026-03-29 22:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebb6828d-d9ff-5a91-989d-334ac664a412 with scrape type 2
2026-03-29 22:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebb6828d-d9ff-5a91-989d-334ac664a412, identifier: 7009520auction111133
2026-03-29 22:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebb6828d-d9ff-5a91-989d-334ac664a412 with identifier: 7009520auction111133
2026-03-29 22:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebb6828d-d9ff-5a91-989d-334ac664a412 with identifier: 7009520auction111133
2026-03-29 22:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebb6828d-d9ff-5a91-989d-334ac664a412 with identifier: 7009520auction111133 to the API
2026-03-29 22:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009520>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'ebb6828d-d9ff-5a91-989d-334ac664a412',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009520',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 105025,
'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': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 2016 5P SUV BlueHDi 130 EAT8 GT LINE',
'transmission': 'automatic',
'trim': 'PEUGEOT 2016 5P SUV BlueHDi 130 EAT8 GT LINE',
'vin': None,
'year': 2020}
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009520auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Saving data for 7009520auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624762.024149, 'last_price_update_time': 1774821964.121153}
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009520auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:04 [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-29 22:06:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009517auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009517auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009517auction111133: 2
2026-03-29 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-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009554auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009554auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009554auction111133: 2
2026-03-29 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-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009585auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009585auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009585auction111133: 2
2026-03-29 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-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009562auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009562auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009562auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009503auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009503auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009503auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009502auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009502auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009502auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009557auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009557auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009557auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009450auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009450auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009450auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009455auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009455auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009455auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009446auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009446auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009446auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009523auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009523auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009523auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009531auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009531auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009531auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009533auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009533auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009533auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009526auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009526auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009526auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009548auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009548auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009548auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009536auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009536auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009536auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009443auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009443auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009443auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009553auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009553auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009553auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009445auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009445auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009445auction111133: 2
2026-03-29 22:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009496auction111133
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009496auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:04 [ecarstrade.be] INFO: Scrape type for 7009496auction111133: 2
2026-03-29 22:06:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009500> (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-29 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-29 22:06:04 [ecarstrade.be] INFO: Extracting details for car 7009500auction111133
2026-03-29 22:06:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4edc72d0-f71f-5ed3-8882-b9044b825ec1 with identifier: 7009500auction111133
2026-03-29 22:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4edc72d0-f71f-5ed3-8882-b9044b825ec1 with scrape type 2
2026-03-29 22:06:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4edc72d0-f71f-5ed3-8882-b9044b825ec1 with scrape type 2
2026-03-29 22:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4edc72d0-f71f-5ed3-8882-b9044b825ec1, identifier: 7009500auction111133
2026-03-29 22:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4edc72d0-f71f-5ed3-8882-b9044b825ec1 with identifier: 7009500auction111133
2026-03-29 22:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4edc72d0-f71f-5ed3-8882-b9044b825ec1 with identifier: 7009500auction111133
2026-03-29 22:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4edc72d0-f71f-5ed3-8882-b9044b825ec1 with identifier: 7009500auction111133 to the API
2026-03-29 22:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009500>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4edc72d0-f71f-5ed3-8882-b9044b825ec1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009500',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 44357,
'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': 'Grandland X Elegance Business 1.2 Turbo 130CV BVM6 E6d / VO '
'RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'Elegance Business 1.2 Turbo 130CV BVM6 E6d / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-29 22:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009500auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:05 [ecarstrade.be] INFO: Saving data for 7009500auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624761.270386, 'last_price_update_time': 1774821965.141248}
2026-03-29 22:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009500auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:06 [scrapy.extensions.logstats] INFO: Crawled 1276 pages (at 53 pages/min), scraped 1203 items (at 51 items/min)
2026-03-29 22:06:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:06:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009491> (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-29 22:06:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:06 [ecarstrade.be] INFO: Extracting details for car 7009491auction111133
2026-03-29 22:06:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bea2db05-514e-5750-a007-2b6b40e3e0c7 with identifier: 7009491auction111133
2026-03-29 22:06:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bea2db05-514e-5750-a007-2b6b40e3e0c7 with scrape type 2
2026-03-29 22:06:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bea2db05-514e-5750-a007-2b6b40e3e0c7 with scrape type 2
2026-03-29 22:06:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bea2db05-514e-5750-a007-2b6b40e3e0c7, identifier: 7009491auction111133
2026-03-29 22:06:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bea2db05-514e-5750-a007-2b6b40e3e0c7 with identifier: 7009491auction111133
2026-03-29 22:06:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bea2db05-514e-5750-a007-2b6b40e3e0c7 with identifier: 7009491auction111133
2026-03-29 22:06:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bea2db05-514e-5750-a007-2b6b40e3e0c7 with identifier: 7009491auction111133 to the API
2026-03-29 22:06:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009491>
{'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-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'bea2db05-514e-5750-a007-2b6b40e3e0c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009491',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 19977,
'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 Juke / 2019 / 5P / Crossover DIG-T 114 BVM6 Acenta',
'transmission': 'manual',
'trim': 'NISSAN / 2019 / 5P / Crossover DIG-T 114 BVM6 Acenta',
'vin': None,
'year': 2023}
2026-03-29 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009491auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:07 [ecarstrade.be] INFO: Saving data for 7009491auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624760.02836, 'last_price_update_time': 1774821967.318943}
2026-03-29 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009491auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009580> (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-29 22:06:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:08 [ecarstrade.be] INFO: Extracting details for car 7009580auction111133
2026-03-29 22:06:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009460> (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-29 22:06:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 523d2ec1-8777-5f1f-a761-289464161a4b with identifier: 7009580auction111133
2026-03-29 22:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 523d2ec1-8777-5f1f-a761-289464161a4b with scrape type 2
2026-03-29 22:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 523d2ec1-8777-5f1f-a761-289464161a4b with scrape type 2
2026-03-29 22:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 523d2ec1-8777-5f1f-a761-289464161a4b, identifier: 7009580auction111133
2026-03-29 22:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 523d2ec1-8777-5f1f-a761-289464161a4b with identifier: 7009580auction111133
2026-03-29 22:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 523d2ec1-8777-5f1f-a761-289464161a4b with identifier: 7009580auction111133
2026-03-29 22:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 523d2ec1-8777-5f1f-a761-289464161a4b with identifier: 7009580auction111133 to the API
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009580>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '523d2ec1-8777-5f1f-a761-289464161a4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009580',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 41565,
'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 Yaris Hybride / 2019 / 5P / Berline Hybride 116h Dynamic '
'Business Stage Acad',
'transmission': 'automatic',
'trim': 'TOYOTA Hybride / 2019 / 5P / Berline Hybride 116h Dynamic Business '
'Stage Acad',
'vin': None,
'year': 2022}
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009580auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:08 [ecarstrade.be] INFO: Saving data for 7009580auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624764.884206, 'last_price_update_time': 1774821968.365426}
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009580auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:08 [ecarstrade.be] INFO: Extracting details for car 7009460auction111133
2026-03-29 22:06:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9332c2d6-2965-5eef-8dfb-df2d6aa1799d with identifier: 7009460auction111133
2026-03-29 22:06:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9332c2d6-2965-5eef-8dfb-df2d6aa1799d with scrape type 2
2026-03-29 22:06:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9332c2d6-2965-5eef-8dfb-df2d6aa1799d with scrape type 2
2026-03-29 22:06:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9332c2d6-2965-5eef-8dfb-df2d6aa1799d, identifier: 7009460auction111133
2026-03-29 22:06:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9332c2d6-2965-5eef-8dfb-df2d6aa1799d with identifier: 7009460auction111133
2026-03-29 22:06:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9332c2d6-2965-5eef-8dfb-df2d6aa1799d with identifier: 7009460auction111133
2026-03-29 22:06:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9332c2d6-2965-5eef-8dfb-df2d6aa1799d with identifier: 7009460auction111133 to the API
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009460>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '9332c2d6-2965-5eef-8dfb-df2d6aa1799d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009460',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Puma',
'odometer': 48101,
'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': 'FORD Puma / 2019 / 5P / SUV 1.0 EcoBoost Hybrid 125ch(mHEV)ST-LINE '
'X',
'transmission': 'manual',
'trim': 'FORD / 2019 / 5P / SUV 1.0 EcoBoost Hybrid 125ch(mHEV)ST-LINE X',
'vin': None,
'year': 2021}
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009460auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:08 [ecarstrade.be] INFO: Saving data for 7009460auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624760.811742, 'last_price_update_time': 1774821968.782066}
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009460auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009554> (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-29 22:06:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:10 [ecarstrade.be] INFO: Extracting details for car 7009554auction111133
2026-03-29 22:06:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b06212df-b179-5690-90d6-fc6b2121f5bb with identifier: 7009554auction111133
2026-03-29 22:06:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b06212df-b179-5690-90d6-fc6b2121f5bb with scrape type 2
2026-03-29 22:06:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b06212df-b179-5690-90d6-fc6b2121f5bb with scrape type 2
2026-03-29 22:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b06212df-b179-5690-90d6-fc6b2121f5bb, identifier: 7009554auction111133
2026-03-29 22:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b06212df-b179-5690-90d6-fc6b2121f5bb with identifier: 7009554auction111133
2026-03-29 22:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b06212df-b179-5690-90d6-fc6b2121f5bb with identifier: 7009554auction111133
2026-03-29 22:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b06212df-b179-5690-90d6-fc6b2121f5bb with identifier: 7009554auction111133 to the API
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009554>
{'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-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'b06212df-b179-5690-90d6-fc6b2121f5bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009554',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 19204,
'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': 'Clio V Business 1.0 TCe 100CV / GPL BVM6 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV / GPL BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009554auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:11 [ecarstrade.be] INFO: Saving data for 7009554auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624661.945639, 'last_price_update_time': 1774821971.293083}
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009554auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009517> (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-29 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-29 22:06:11 [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-29 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-29 22:06:11 [ecarstrade.be] INFO: Extracting details for car 7009517auction111133
2026-03-29 22:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009585> (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-29 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-29 22:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a79f39-d30d-518d-afd8-c48536554c7e with identifier: 7009517auction111133
2026-03-29 22:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a79f39-d30d-518d-afd8-c48536554c7e with scrape type 2
2026-03-29 22:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a79f39-d30d-518d-afd8-c48536554c7e with scrape type 2
2026-03-29 22:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83a79f39-d30d-518d-afd8-c48536554c7e, identifier: 7009517auction111133
2026-03-29 22:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83a79f39-d30d-518d-afd8-c48536554c7e with identifier: 7009517auction111133
2026-03-29 22:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83a79f39-d30d-518d-afd8-c48536554c7e with identifier: 7009517auction111133
2026-03-29 22:06:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83a79f39-d30d-518d-afd8-c48536554c7e with identifier: 7009517auction111133 to the API
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009517>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '83a79f39-d30d-518d-afd8-c48536554c7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009517',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 67642,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Allure Business 1.2 PureTech 130CV BVA6 E6',
'transmission': 'automatic',
'trim': 'Allure Business 1.2 PureTech 130CV BVA6 E6',
'vin': None,
'year': 2018}
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009517auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:11 [ecarstrade.be] INFO: Saving data for 7009517auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624645.204977, 'last_price_update_time': 1774821971.800138}
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009517auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:11 [ecarstrade.be] INFO: Extracting details for car 7009585auction111133
2026-03-29 22:06:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:06:11 [ecarstrade.be] INFO: Found listing with ID: 7009508auction111133
2026-03-29 22:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009508auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:11 [ecarstrade.be] INFO: Scrape type for 7009508auction111133: 2
2026-03-29 22:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8baa801-d384-59a9-b131-cc1b57cdfeaf with identifier: 7009585auction111133
2026-03-29 22:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8baa801-d384-59a9-b131-cc1b57cdfeaf with scrape type 2
2026-03-29 22:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8baa801-d384-59a9-b131-cc1b57cdfeaf with scrape type 2
2026-03-29 22:06:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8baa801-d384-59a9-b131-cc1b57cdfeaf, identifier: 7009585auction111133
2026-03-29 22:06:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8baa801-d384-59a9-b131-cc1b57cdfeaf with identifier: 7009585auction111133
2026-03-29 22:06:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8baa801-d384-59a9-b131-cc1b57cdfeaf with identifier: 7009585auction111133
2026-03-29 22:06:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8baa801-d384-59a9-b131-cc1b57cdfeaf with identifier: 7009585auction111133 to the API
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009585>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'e8baa801-d384-59a9-b131-cc1b57cdfeaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009585',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 96582,
'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 Polo / 2021 / 5P / Berline 1.0 TSI 95 Life Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2021 / 5P / Berline 1.0 TSI 95 Life Business',
'vin': None,
'year': 2022}
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009585auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Saving data for 7009585auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624664.12326, 'last_price_update_time': 1774821972.245674}
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009585auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009441auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009441auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009441auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009513auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009513auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009513auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009444auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009444auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009444auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009498auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009498auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009498auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009547auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009547auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009547auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009451auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009451auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009451auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009521auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009521auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009521auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009541auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009541auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009541auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009509auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009509auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009509auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009551auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009551auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009551auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009459auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009459auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009459auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009495auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009495auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009495auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009560auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009560auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009560auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009456auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009456auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009456auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009514auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009514auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009514auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009552auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009552auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009552auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009529auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009529auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009529auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009442auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009442auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009442auction111133: 2
2026-03-29 22:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009447auction111133
2026-03-29 22:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009447auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:12 [ecarstrade.be] INFO: Scrape type for 7009447auction111133: 2
2026-03-29 22:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009543> (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-29 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009562> (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-29 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:14 [ecarstrade.be] INFO: Extracting details for car 7009543auction111133
2026-03-29 22:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6f00fbc-1125-5984-81be-501706750d04 with identifier: 7009543auction111133
2026-03-29 22:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6f00fbc-1125-5984-81be-501706750d04 with scrape type 2
2026-03-29 22:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6f00fbc-1125-5984-81be-501706750d04 with scrape type 2
2026-03-29 22:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6f00fbc-1125-5984-81be-501706750d04, identifier: 7009543auction111133
2026-03-29 22:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6f00fbc-1125-5984-81be-501706750d04 with identifier: 7009543auction111133
2026-03-29 22:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6f00fbc-1125-5984-81be-501706750d04 with identifier: 7009543auction111133
2026-03-29 22:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6f00fbc-1125-5984-81be-501706750d04 with identifier: 7009543auction111133 to the API
2026-03-29 22:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009543>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'c6f00fbc-1125-5984-81be-501706750d04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009543',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 107099,
'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': 7,
'seller_name': None,
'title': '5008 Active Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2022}
2026-03-29 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009543auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:14 [ecarstrade.be] INFO: Saving data for 7009543auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624767.304933, 'last_price_update_time': 1774821974.542308}
2026-03-29 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009543auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:14 [ecarstrade.be] INFO: Extracting details for car 7009562auction111133
2026-03-29 22:06:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009503> (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-29 22:06:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with identifier: 7009562auction111133
2026-03-29 22:06:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with scrape type 2
2026-03-29 22:06:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with scrape type 2
2026-03-29 22:06:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5962701-5ea6-5cda-acfe-5e76dcb9efb4, identifier: 7009562auction111133
2026-03-29 22:06:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with identifier: 7009562auction111133
2026-03-29 22:06:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with identifier: 7009562auction111133
2026-03-29 22:06:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with identifier: 7009562auction111133 to the API
2026-03-29 22:06:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009562>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'e5962701-5ea6-5cda-acfe-5e76dcb9efb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009562',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Scenic',
'odometer': 122024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Scénic 2016 5P monospace Business TCe 140 EDC FAP 21',
'transmission': 'automatic',
'trim': 'RENAULT Scénic 2016 5P monospace Business TCe 140 EDC FAP 21',
'vin': None,
'year': 2021}
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009562auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:15 [ecarstrade.be] INFO: Saving data for 7009562auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624643.438035, 'last_price_update_time': 1774821975.036597}
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009562auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:15 [ecarstrade.be] INFO: Extracting details for car 7009503auction111133
2026-03-29 22:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009502> (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-29 22:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4bbad543-3514-5779-af5d-42af992e0d39 with identifier: 7009503auction111133
2026-03-29 22:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4bbad543-3514-5779-af5d-42af992e0d39 with scrape type 2
2026-03-29 22:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4bbad543-3514-5779-af5d-42af992e0d39 with scrape type 2
2026-03-29 22:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4bbad543-3514-5779-af5d-42af992e0d39, identifier: 7009503auction111133
2026-03-29 22:06:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4bbad543-3514-5779-af5d-42af992e0d39 with identifier: 7009503auction111133
2026-03-29 22:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4bbad543-3514-5779-af5d-42af992e0d39 with identifier: 7009503auction111133
2026-03-29 22:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4bbad543-3514-5779-af5d-42af992e0d39 with identifier: 7009503auction111133 to the API
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009503>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4bbad543-3514-5779-af5d-42af992e0d39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009503',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 59187,
'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': '2008 Allure Pack 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Allure Pack 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009503auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:15 [ecarstrade.be] INFO: Saving data for 7009503auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624829.380088, 'last_price_update_time': 1774821975.430435}
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009503auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:15 [ecarstrade.be] INFO: Extracting details for car 7009502auction111133
2026-03-29 22:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae4f6ee5-5695-5090-a0c0-5672a95eedb1 with identifier: 7009502auction111133
2026-03-29 22:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae4f6ee5-5695-5090-a0c0-5672a95eedb1 with scrape type 2
2026-03-29 22:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae4f6ee5-5695-5090-a0c0-5672a95eedb1 with scrape type 2
2026-03-29 22:06:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae4f6ee5-5695-5090-a0c0-5672a95eedb1, identifier: 7009502auction111133
2026-03-29 22:06:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae4f6ee5-5695-5090-a0c0-5672a95eedb1 with identifier: 7009502auction111133
2026-03-29 22:06:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae4f6ee5-5695-5090-a0c0-5672a95eedb1 with identifier: 7009502auction111133
2026-03-29 22:06:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae4f6ee5-5695-5090-a0c0-5672a95eedb1 with identifier: 7009502auction111133 to the API
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009502>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'ae4f6ee5-5695-5090-a0c0-5672a95eedb1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009502',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 66784,
'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': '2008 Active Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009502auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:15 [ecarstrade.be] INFO: Saving data for 7009502auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624829.717813, 'last_price_update_time': 1774821975.812777}
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009502auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009557> (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-29 22:06:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:17 [ecarstrade.be] INFO: Extracting details for car 7009557auction111133
2026-03-29 22:06:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76af6301-7917-5f0d-8adb-20fa4d68e127 with identifier: 7009557auction111133
2026-03-29 22:06:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76af6301-7917-5f0d-8adb-20fa4d68e127 with scrape type 2
2026-03-29 22:06:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76af6301-7917-5f0d-8adb-20fa4d68e127 with scrape type 2
2026-03-29 22:06:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76af6301-7917-5f0d-8adb-20fa4d68e127, identifier: 7009557auction111133
2026-03-29 22:06:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76af6301-7917-5f0d-8adb-20fa4d68e127 with identifier: 7009557auction111133
2026-03-29 22:06:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76af6301-7917-5f0d-8adb-20fa4d68e127 with identifier: 7009557auction111133
2026-03-29 22:06:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76af6301-7917-5f0d-8adb-20fa4d68e127 with identifier: 7009557auction111133 to the API
2026-03-29 22:06:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009557>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '76af6301-7917-5f0d-8adb-20fa4d68e127',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009557',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 36135,
'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': 5,
'seller_name': None,
'title': 'Clio V Business Edition 1.0 TCe 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Business Edition 1.0 TCe 90CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009557auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:18 [ecarstrade.be] INFO: Saving data for 7009557auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624822.464752, 'last_price_update_time': 1774821978.037708}
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009557auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009450> (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-29 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-29 22:06:18 [ecarstrade.be] INFO: Extracting details for car 7009450auction111133
2026-03-29 22:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a718520-a7cf-5862-b0bb-f17c788f5312 with identifier: 7009450auction111133
2026-03-29 22:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a718520-a7cf-5862-b0bb-f17c788f5312 with scrape type 2
2026-03-29 22:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4a718520-a7cf-5862-b0bb-f17c788f5312 with scrape type 2
2026-03-29 22:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a718520-a7cf-5862-b0bb-f17c788f5312, identifier: 7009450auction111133
2026-03-29 22:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a718520-a7cf-5862-b0bb-f17c788f5312 with identifier: 7009450auction111133
2026-03-29 22:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a718520-a7cf-5862-b0bb-f17c788f5312 with identifier: 7009450auction111133
2026-03-29 22:06:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a718520-a7cf-5862-b0bb-f17c788f5312 with identifier: 7009450auction111133 to the API
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009450>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4a718520-a7cf-5862-b0bb-f17c788f5312',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009450',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 101642,
'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': 7,
'seller_name': None,
'title': 'C4 Grand Picasso/Spacetourer Shine 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'C4 Grand Picasso/Spacetourer Shine 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009450auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:18 [ecarstrade.be] INFO: Saving data for 7009450auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624802.375698, 'last_price_update_time': 1774821978.735993}
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009450auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009455> (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-29 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-29 22:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009446> (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-29 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-29 22:06:18 [ecarstrade.be] INFO: Extracting details for car 7009455auction111133
2026-03-29 22:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 352d9c18-8498-5ee7-8324-e487c94e95db with identifier: 7009455auction111133
2026-03-29 22:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 352d9c18-8498-5ee7-8324-e487c94e95db with scrape type 2
2026-03-29 22:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 352d9c18-8498-5ee7-8324-e487c94e95db with scrape type 2
2026-03-29 22:06:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 352d9c18-8498-5ee7-8324-e487c94e95db, identifier: 7009455auction111133
2026-03-29 22:06:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 352d9c18-8498-5ee7-8324-e487c94e95db with identifier: 7009455auction111133
2026-03-29 22:06:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 352d9c18-8498-5ee7-8324-e487c94e95db with identifier: 7009455auction111133
2026-03-29 22:06:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 352d9c18-8498-5ee7-8324-e487c94e95db with identifier: 7009455auction111133 to the API
2026-03-29 22:06:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009455>
{'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-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '352d9c18-8498-5ee7-8324-e487c94e95db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009455',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 45077,
'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 / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'Sandero III Confort 1.0 TCe 90CV BVM5 E6d / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-29 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009455auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:19 [ecarstrade.be] INFO: Saving data for 7009455auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624827.484098, 'last_price_update_time': 1774821979.251816}
2026-03-29 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009455auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:19 [ecarstrade.be] INFO: Extracting details for car 7009446auction111133
2026-03-29 22:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 984f7ea0-cff0-50d5-8671-b73ed422fd97 with identifier: 7009446auction111133
2026-03-29 22:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 984f7ea0-cff0-50d5-8671-b73ed422fd97 with scrape type 2
2026-03-29 22:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 984f7ea0-cff0-50d5-8671-b73ed422fd97 with scrape type 2
2026-03-29 22:06:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 984f7ea0-cff0-50d5-8671-b73ed422fd97, identifier: 7009446auction111133
2026-03-29 22:06:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 984f7ea0-cff0-50d5-8671-b73ed422fd97 with identifier: 7009446auction111133
2026-03-29 22:06:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 984f7ea0-cff0-50d5-8671-b73ed422fd97 with identifier: 7009446auction111133
2026-03-29 22:06:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 984f7ea0-cff0-50d5-8671-b73ed422fd97 with identifier: 7009446auction111133 to the API
2026-03-29 22:06:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009446>
{'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-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '984f7ea0-cff0-50d5-8671-b73ed422fd97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009446',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C4',
'odometer': 93329,
'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': 'C4 X Feel Pack 1.2 PureTech 130CV BVA8 6E',
'transmission': 'automatic',
'trim': 'X Feel Pack 1.2 PureTech 130CV BVA8 6E',
'vin': None,
'year': 2023}
2026-03-29 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009446auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:19 [ecarstrade.be] INFO: Saving data for 7009446auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624804.138697, 'last_price_update_time': 1774821979.631034}
2026-03-29 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009446auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009496> (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-29 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-29 22:06:20 [ecarstrade.be] INFO: Extracting details for car 7009496auction111133
2026-03-29 22:06:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64fdf507-1424-595a-9851-1983e182db05 with identifier: 7009496auction111133
2026-03-29 22:06:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64fdf507-1424-595a-9851-1983e182db05 with scrape type 2
2026-03-29 22:06:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64fdf507-1424-595a-9851-1983e182db05 with scrape type 2
2026-03-29 22:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64fdf507-1424-595a-9851-1983e182db05, identifier: 7009496auction111133
2026-03-29 22:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64fdf507-1424-595a-9851-1983e182db05 with identifier: 7009496auction111133
2026-03-29 22:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64fdf507-1424-595a-9851-1983e182db05 with identifier: 7009496auction111133
2026-03-29 22:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64fdf507-1424-595a-9851-1983e182db05 with identifier: 7009496auction111133 to the API
2026-03-29 22:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009496>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '64fdf507-1424-595a-9851-1983e182db05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009496',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 18209,
'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': 5,
'seller_name': None,
'title': 'NISSAN Micra / 2016 / 5P / Berline IG-T 92 Acenta / VO '
'RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'NISSAN / 2016 / 5P / Berline IG-T 92 Acenta / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-29 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009496auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:21 [ecarstrade.be] INFO: Saving data for 7009496auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624823.123227, 'last_price_update_time': 1774821981.373562}
2026-03-29 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009496auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009553> (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-29 22:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009445> (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-29 22:06:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:21 [ecarstrade.be] INFO: Extracting details for car 7009553auction111133
2026-03-29 22:06:21 [ecarstrade.be] INFO: Extracting details for car 7009445auction111133
2026-03-29 22:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5b3a7dd-4077-52c2-abf2-053c0d8f629c with identifier: 7009553auction111133
2026-03-29 22:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b3a7dd-4077-52c2-abf2-053c0d8f629c with scrape type 2
2026-03-29 22:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5b3a7dd-4077-52c2-abf2-053c0d8f629c with scrape type 2
2026-03-29 22:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5b3a7dd-4077-52c2-abf2-053c0d8f629c, identifier: 7009553auction111133
2026-03-29 22:06:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d05063c8-d5b8-5cc9-9481-e8857c009885 with identifier: 7009445auction111133
2026-03-29 22:06:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d05063c8-d5b8-5cc9-9481-e8857c009885 with scrape type 2
2026-03-29 22:06:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d05063c8-d5b8-5cc9-9481-e8857c009885 with scrape type 2
2026-03-29 22:06:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d05063c8-d5b8-5cc9-9481-e8857c009885, identifier: 7009445auction111133
2026-03-29 22:06:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5b3a7dd-4077-52c2-abf2-053c0d8f629c with identifier: 7009553auction111133
2026-03-29 22:06:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5b3a7dd-4077-52c2-abf2-053c0d8f629c with identifier: 7009553auction111133
2026-03-29 22:06:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5b3a7dd-4077-52c2-abf2-053c0d8f629c with identifier: 7009553auction111133 to the API
2026-03-29 22:06:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009553>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e5b3a7dd-4077-52c2-abf2-053c0d8f629c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009553',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 86322,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009553auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:22 [ecarstrade.be] INFO: Saving data for 7009553auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624821.398867, 'last_price_update_time': 1774821982.058141}
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009553auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d05063c8-d5b8-5cc9-9481-e8857c009885 with identifier: 7009445auction111133
2026-03-29 22:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d05063c8-d5b8-5cc9-9481-e8857c009885 with identifier: 7009445auction111133
2026-03-29 22:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d05063c8-d5b8-5cc9-9481-e8857c009885 with identifier: 7009445auction111133 to the API
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009445>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'd05063c8-d5b8-5cc9-9481-e8857c009885',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009445',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 4810,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'C3 Max 1.2 PureTech 80CV BVM5 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PureTech 80CV BVM5 6E',
'vin': None,
'year': 2024}
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009445auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:22 [ecarstrade.be] INFO: Saving data for 7009445auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624820.532985, 'last_price_update_time': 1774821982.336133}
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009445auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009443> (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-29 22:06:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:22 [ecarstrade.be] INFO: Extracting details for car 7009443auction111133
2026-03-29 22:06:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8b6b482-d6f6-5b91-a3a5-98adc7b7d7ac with identifier: 7009443auction111133
2026-03-29 22:06:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8b6b482-d6f6-5b91-a3a5-98adc7b7d7ac with scrape type 2
2026-03-29 22:06:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8b6b482-d6f6-5b91-a3a5-98adc7b7d7ac with scrape type 2
2026-03-29 22:06:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8b6b482-d6f6-5b91-a3a5-98adc7b7d7ac, identifier: 7009443auction111133
2026-03-29 22:06:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8b6b482-d6f6-5b91-a3a5-98adc7b7d7ac with identifier: 7009443auction111133
2026-03-29 22:06:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8b6b482-d6f6-5b91-a3a5-98adc7b7d7ac with identifier: 7009443auction111133
2026-03-29 22:06:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8b6b482-d6f6-5b91-a3a5-98adc7b7d7ac with identifier: 7009443auction111133 to the API
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009443>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Beige',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'c8b6b482-d6f6-5b91-a3a5-98adc7b7d7ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009443',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 11935,
'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': 'C3 Max 1.2 PureTech 80CV BVM5 6E',
'transmission': 'manual',
'trim': 'Max 1.2 PureTech 80CV BVM5 6E',
'vin': None,
'year': 2024}
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009443auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:22 [ecarstrade.be] INFO: Saving data for 7009443auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624801.029069, 'last_price_update_time': 1774821982.822034}
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009443auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009536> (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-29 22:06:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:24 [ecarstrade.be] INFO: Extracting details for car 7009536auction111133
2026-03-29 22:06:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7f6e7db-5cbe-56c7-a942-91e2c5c03ad9 with identifier: 7009536auction111133
2026-03-29 22:06:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7f6e7db-5cbe-56c7-a942-91e2c5c03ad9 with scrape type 2
2026-03-29 22:06:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7f6e7db-5cbe-56c7-a942-91e2c5c03ad9 with scrape type 2
2026-03-29 22:06:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7f6e7db-5cbe-56c7-a942-91e2c5c03ad9, identifier: 7009536auction111133
2026-03-29 22:06:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7f6e7db-5cbe-56c7-a942-91e2c5c03ad9 with identifier: 7009536auction111133
2026-03-29 22:06:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7f6e7db-5cbe-56c7-a942-91e2c5c03ad9 with identifier: 7009536auction111133
2026-03-29 22:06:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7f6e7db-5cbe-56c7-a942-91e2c5c03ad9 with identifier: 7009536auction111133 to the API
2026-03-29 22:06:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009536>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f7f6e7db-5cbe-56c7-a942-91e2c5c03ad9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009536',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 119322,
'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': 7,
'seller_name': None,
'title': '5008 Crossway 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Crossway 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009536auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:24 [ecarstrade.be] INFO: Saving data for 7009536auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624821.925838, 'last_price_update_time': 1774821984.700992}
2026-03-29 22:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009536auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009526> (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-29 22:06:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:25 [ecarstrade.be] INFO: Extracting details for car 7009526auction111133
2026-03-29 22:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3832552-0b71-58ba-ba6f-e1c72c68703e with identifier: 7009526auction111133
2026-03-29 22:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3832552-0b71-58ba-ba6f-e1c72c68703e with scrape type 2
2026-03-29 22:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3832552-0b71-58ba-ba6f-e1c72c68703e with scrape type 2
2026-03-29 22:06:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3832552-0b71-58ba-ba6f-e1c72c68703e, identifier: 7009526auction111133
2026-03-29 22:06:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3832552-0b71-58ba-ba6f-e1c72c68703e with identifier: 7009526auction111133
2026-03-29 22:06:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3832552-0b71-58ba-ba6f-e1c72c68703e with identifier: 7009526auction111133
2026-03-29 22:06:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3832552-0b71-58ba-ba6f-e1c72c68703e with identifier: 7009526auction111133 to the API
2026-03-29 22:06:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009526>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'a3832552-0b71-58ba-ba6f-e1c72c68703e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009526',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 120117,
'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': '3008 Active Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009526auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:26 [ecarstrade.be] INFO: Saving data for 7009526auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624819.652202, 'last_price_update_time': 1774821986.724226}
2026-03-29 22:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009526auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009533> (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-29 22:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009548> (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-29 22:06:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:26 [ecarstrade.be] INFO: Extracting details for car 7009533auction111133
2026-03-29 22:06:26 [ecarstrade.be] INFO: Extracting details for car 7009548auction111133
2026-03-29 22:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2363c6a4-bb1a-520f-82bc-d2fab2619987 with identifier: 7009533auction111133
2026-03-29 22:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2363c6a4-bb1a-520f-82bc-d2fab2619987 with scrape type 2
2026-03-29 22:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2363c6a4-bb1a-520f-82bc-d2fab2619987 with scrape type 2
2026-03-29 22:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2363c6a4-bb1a-520f-82bc-d2fab2619987, identifier: 7009533auction111133
2026-03-29 22:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f41a78ae-c229-56ec-baba-c409a7612130 with identifier: 7009548auction111133
2026-03-29 22:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f41a78ae-c229-56ec-baba-c409a7612130 with scrape type 2
2026-03-29 22:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f41a78ae-c229-56ec-baba-c409a7612130 with scrape type 2
2026-03-29 22:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f41a78ae-c229-56ec-baba-c409a7612130, identifier: 7009548auction111133
2026-03-29 22:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2363c6a4-bb1a-520f-82bc-d2fab2619987 with identifier: 7009533auction111133
2026-03-29 22:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2363c6a4-bb1a-520f-82bc-d2fab2619987 with identifier: 7009533auction111133
2026-03-29 22:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2363c6a4-bb1a-520f-82bc-d2fab2619987 with identifier: 7009533auction111133 to the API
2026-03-29 22:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009533>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '2363c6a4-bb1a-520f-82bc-d2fab2619987',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009533',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 98527,
'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': 7,
'seller_name': None,
'title': '5008 Active Business 1.2 PureTech 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Active Business 1.2 PureTech 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2020}
2026-03-29 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009533auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:27 [ecarstrade.be] INFO: Saving data for 7009533auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624818.984642, 'last_price_update_time': 1774821987.306917}
2026-03-29 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009533auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f41a78ae-c229-56ec-baba-c409a7612130 with identifier: 7009548auction111133
2026-03-29 22:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f41a78ae-c229-56ec-baba-c409a7612130 with identifier: 7009548auction111133
2026-03-29 22:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f41a78ae-c229-56ec-baba-c409a7612130 with identifier: 7009548auction111133 to the API
2026-03-29 22:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009548>
{'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-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f41a78ae-c229-56ec-baba-c409a7612130',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009548',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 41961,
'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': 'Clio V Business 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009548auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:27 [ecarstrade.be] INFO: Saving data for 7009548auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624859.10814, 'last_price_update_time': 1774821987.616403}
2026-03-29 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009548auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009447> (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-29 22:06:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:27 [ecarstrade.be] INFO: Extracting details for car 7009447auction111133
2026-03-29 22:06:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbaa3f0e-1e32-541a-b220-6d3f0dfcf674 with identifier: 7009447auction111133
2026-03-29 22:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbaa3f0e-1e32-541a-b220-6d3f0dfcf674 with scrape type 2
2026-03-29 22:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbaa3f0e-1e32-541a-b220-6d3f0dfcf674 with scrape type 2
2026-03-29 22:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbaa3f0e-1e32-541a-b220-6d3f0dfcf674, identifier: 7009447auction111133
2026-03-29 22:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbaa3f0e-1e32-541a-b220-6d3f0dfcf674 with identifier: 7009447auction111133
2026-03-29 22:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbaa3f0e-1e32-541a-b220-6d3f0dfcf674 with identifier: 7009447auction111133
2026-03-29 22:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbaa3f0e-1e32-541a-b220-6d3f0dfcf674 with identifier: 7009447auction111133 to the API
2026-03-29 22:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009447>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'dbaa3f0e-1e32-541a-b220-6d3f0dfcf674',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009447',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C3',
'odometer': 87440,
'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': None,
'seller_name': None,
'title': 'C3 Feel Business 1.2 PureTech 80CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Feel Business 1.2 PureTech 80CV BVM5 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009447auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:28 [ecarstrade.be] INFO: Saving data for 7009447auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624856.801733, 'last_price_update_time': 1774821988.182729}
2026-03-29 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009447auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009442> (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-29 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-29 22:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009552> (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-29 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-29 22:06:28 [ecarstrade.be] INFO: Extracting details for car 7009442auction111133
2026-03-29 22:06:28 [ecarstrade.be] INFO: Extracting details for car 7009552auction111133
2026-03-29 22:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a3af810-c235-5e33-9cc9-d8e1a00b3734 with identifier: 7009442auction111133
2026-03-29 22:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a3af810-c235-5e33-9cc9-d8e1a00b3734 with scrape type 2
2026-03-29 22:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a3af810-c235-5e33-9cc9-d8e1a00b3734 with scrape type 2
2026-03-29 22:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a3af810-c235-5e33-9cc9-d8e1a00b3734, identifier: 7009442auction111133
2026-03-29 22:06:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97e52d26-c4e5-53b6-881c-6d6c51d319c7 with identifier: 7009552auction111133
2026-03-29 22:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97e52d26-c4e5-53b6-881c-6d6c51d319c7 with scrape type 2
2026-03-29 22:06:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97e52d26-c4e5-53b6-881c-6d6c51d319c7 with scrape type 2
2026-03-29 22:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97e52d26-c4e5-53b6-881c-6d6c51d319c7, identifier: 7009552auction111133
2026-03-29 22:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a3af810-c235-5e33-9cc9-d8e1a00b3734 with identifier: 7009442auction111133
2026-03-29 22:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a3af810-c235-5e33-9cc9-d8e1a00b3734 with identifier: 7009442auction111133
2026-03-29 22:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a3af810-c235-5e33-9cc9-d8e1a00b3734 with identifier: 7009442auction111133 to the API
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009442>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '0a3af810-c235-5e33-9cc9-d8e1a00b3734',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009442',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 86253,
'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': 'CITROEN C3 / 2020 / 5P / Berline PureTech 83 S&S BVM Feel Business',
'transmission': 'manual',
'trim': 'CITROEN / 2020 / 5P / Berline PureTech 83 S&S BVM Feel Business',
'vin': None,
'year': 2021}
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009442auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:29 [ecarstrade.be] INFO: Saving data for 7009442auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624908.260514, 'last_price_update_time': 1774821989.282324}
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009442auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97e52d26-c4e5-53b6-881c-6d6c51d319c7 with identifier: 7009552auction111133
2026-03-29 22:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97e52d26-c4e5-53b6-881c-6d6c51d319c7 with identifier: 7009552auction111133
2026-03-29 22:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97e52d26-c4e5-53b6-881c-6d6c51d319c7 with identifier: 7009552auction111133 to the API
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009552>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '97e52d26-c4e5-53b6-881c-6d6c51d319c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009552',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 53912,
'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': 'Clio V Business 1.0 SCe 65CV BVM5 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 SCe 65CV BVM5 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009552auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:29 [ecarstrade.be] INFO: Saving data for 7009552auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624921.551785, 'last_price_update_time': 1774821989.561611}
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009552auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009529> (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-29 22:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:29 [ecarstrade.be] INFO: Extracting details for car 7009529auction111133
2026-03-29 22:06:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f119f529-d34d-51e8-b375-60b7a47a8708 with identifier: 7009529auction111133
2026-03-29 22:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f119f529-d34d-51e8-b375-60b7a47a8708 with scrape type 2
2026-03-29 22:06:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f119f529-d34d-51e8-b375-60b7a47a8708 with scrape type 2
2026-03-29 22:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f119f529-d34d-51e8-b375-60b7a47a8708, identifier: 7009529auction111133
2026-03-29 22:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f119f529-d34d-51e8-b375-60b7a47a8708 with identifier: 7009529auction111133
2026-03-29 22:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f119f529-d34d-51e8-b375-60b7a47a8708 with identifier: 7009529auction111133
2026-03-29 22:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f119f529-d34d-51e8-b375-60b7a47a8708 with identifier: 7009529auction111133 to the API
2026-03-29 22:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009529>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'f119f529-d34d-51e8-b375-60b7a47a8708',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009529',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 100386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': '308 Allure 1.2 PureTech 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Allure 1.2 PureTech 130CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009529auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:30 [ecarstrade.be] INFO: Saving data for 7009529auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624908.840895, 'last_price_update_time': 1774821990.086361}
2026-03-29 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009529auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009514> (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-29 22:06:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:30 [ecarstrade.be] INFO: Extracting details for car 7009514auction111133
2026-03-29 22:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 225a07c5-54a6-5347-8f9e-59c647961b14 with identifier: 7009514auction111133
2026-03-29 22:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 225a07c5-54a6-5347-8f9e-59c647961b14 with scrape type 2
2026-03-29 22:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 225a07c5-54a6-5347-8f9e-59c647961b14 with scrape type 2
2026-03-29 22:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 225a07c5-54a6-5347-8f9e-59c647961b14, identifier: 7009514auction111133
2026-03-29 22:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 225a07c5-54a6-5347-8f9e-59c647961b14 with identifier: 7009514auction111133
2026-03-29 22:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 225a07c5-54a6-5347-8f9e-59c647961b14 with identifier: 7009514auction111133
2026-03-29 22:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 225a07c5-54a6-5347-8f9e-59c647961b14 with identifier: 7009514auction111133 to the API
2026-03-29 22:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009514>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '225a07c5-54a6-5347-8f9e-59c647961b14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009514',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 118169,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': '208 Allure Business 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Allure Business 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-29 22:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009514auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:31 [ecarstrade.be] INFO: Saving data for 7009514auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624994.790287, 'last_price_update_time': 1774821991.292614}
2026-03-29 22:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009514auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009456> (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-29 22:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:33 [ecarstrade.be] INFO: Extracting details for car 7009456auction111133
2026-03-29 22:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: abd3d5a1-6530-5fcd-86ab-d98262b478dd with identifier: 7009456auction111133
2026-03-29 22:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item abd3d5a1-6530-5fcd-86ab-d98262b478dd with scrape type 2
2026-03-29 22:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item abd3d5a1-6530-5fcd-86ab-d98262b478dd with scrape type 2
2026-03-29 22:06:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: abd3d5a1-6530-5fcd-86ab-d98262b478dd, identifier: 7009456auction111133
2026-03-29 22:06:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: abd3d5a1-6530-5fcd-86ab-d98262b478dd with identifier: 7009456auction111133
2026-03-29 22:06:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: abd3d5a1-6530-5fcd-86ab-d98262b478dd with identifier: 7009456auction111133
2026-03-29 22:06:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: abd3d5a1-6530-5fcd-86ab-d98262b478dd with identifier: 7009456auction111133 to the API
2026-03-29 22:06:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009456>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'abd3d5a1-6530-5fcd-86ab-d98262b478dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009456',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Fiat',
'model': '500',
'odometer': 47187,
'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': 4,
'seller_name': None,
'title': 'FIAT 500 2015 3P Berline Hybrid 10 BSG 70 ch Dolcevita',
'transmission': 'manual',
'trim': 'FIAT 2015 3P Berline Hybrid 10 BSG 70 ch Dolcevita',
'vin': None,
'year': 2022}
2026-03-29 22:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009456auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:33 [ecarstrade.be] INFO: Saving data for 7009456auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624993.544668, 'last_price_update_time': 1774821993.827277}
2026-03-29 22:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009456auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009495> (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-29 22:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009459> (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-29 22:06:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:34 [ecarstrade.be] INFO: Extracting details for car 7009495auction111133
2026-03-29 22:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e74c755-b66f-5581-ae82-2ef4f747344f with identifier: 7009495auction111133
2026-03-29 22:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e74c755-b66f-5581-ae82-2ef4f747344f with scrape type 2
2026-03-29 22:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e74c755-b66f-5581-ae82-2ef4f747344f with scrape type 2
2026-03-29 22:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e74c755-b66f-5581-ae82-2ef4f747344f, identifier: 7009495auction111133
2026-03-29 22:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e74c755-b66f-5581-ae82-2ef4f747344f with identifier: 7009495auction111133
2026-03-29 22:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e74c755-b66f-5581-ae82-2ef4f747344f with identifier: 7009495auction111133
2026-03-29 22:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e74c755-b66f-5581-ae82-2ef4f747344f with identifier: 7009495auction111133 to the API
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009495>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4e74c755-b66f-5581-ae82-2ef4f747344f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009495',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 53078,
'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': 'Corsa F Elegance Business 1.2 Turbo 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'F Elegance Business 1.2 Turbo 100CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009495auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:34 [ecarstrade.be] INFO: Saving data for 7009495auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774625015.644272, 'last_price_update_time': 1774821994.380673}
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009495auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:34 [ecarstrade.be] INFO: Extracting details for car 7009459auction111133
2026-03-29 22:06:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009560> (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-29 22:06:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01336560-af03-5cdc-a64f-583ea1346919 with identifier: 7009459auction111133
2026-03-29 22:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01336560-af03-5cdc-a64f-583ea1346919 with scrape type 2
2026-03-29 22:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01336560-af03-5cdc-a64f-583ea1346919 with scrape type 2
2026-03-29 22:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01336560-af03-5cdc-a64f-583ea1346919, identifier: 7009459auction111133
2026-03-29 22:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01336560-af03-5cdc-a64f-583ea1346919 with identifier: 7009459auction111133
2026-03-29 22:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01336560-af03-5cdc-a64f-583ea1346919 with identifier: 7009459auction111133
2026-03-29 22:06:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01336560-af03-5cdc-a64f-583ea1346919 with identifier: 7009459auction111133 to the API
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009459>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '01336560-af03-5cdc-a64f-583ea1346919',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009459',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Ford',
'model': 'EcoSport',
'odometer': 81083,
'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': 'EcoSport Titanium 1.0 EcoBoost 125CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Titanium 1.0 EcoBoost 125CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009459auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:34 [ecarstrade.be] INFO: Saving data for 7009459auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624857.538042, 'last_price_update_time': 1774821994.780204}
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009459auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:34 [ecarstrade.be] INFO: Extracting details for car 7009560auction111133
2026-03-29 22:06:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a2318b4-bbb1-5115-82fa-7833a6b753f0 with identifier: 7009560auction111133
2026-03-29 22:06:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a2318b4-bbb1-5115-82fa-7833a6b753f0 with scrape type 2
2026-03-29 22:06:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8a2318b4-bbb1-5115-82fa-7833a6b753f0 with scrape type 2
2026-03-29 22:06:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a2318b4-bbb1-5115-82fa-7833a6b753f0, identifier: 7009560auction111133
2026-03-29 22:06:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a2318b4-bbb1-5115-82fa-7833a6b753f0 with identifier: 7009560auction111133
2026-03-29 22:06:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a2318b4-bbb1-5115-82fa-7833a6b753f0 with identifier: 7009560auction111133
2026-03-29 22:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a2318b4-bbb1-5115-82fa-7833a6b753f0 with identifier: 7009560auction111133 to the API
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009560>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '8a2318b4-bbb1-5115-82fa-7833a6b753f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009560',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 87765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Initiale Paris 1.0 TCe 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'V Initiale Paris 1.0 TCe 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009560auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:35 [ecarstrade.be] INFO: Saving data for 7009560auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624995.145748, 'last_price_update_time': 1774821995.18966}
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009560auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009509> (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-29 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-29 22:06:35 [ecarstrade.be] INFO: Extracting details for car 7009509auction111133
2026-03-29 22:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86009820-74b2-5943-888b-5871c040c892 with identifier: 7009509auction111133
2026-03-29 22:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86009820-74b2-5943-888b-5871c040c892 with scrape type 2
2026-03-29 22:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86009820-74b2-5943-888b-5871c040c892 with scrape type 2
2026-03-29 22:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86009820-74b2-5943-888b-5871c040c892, identifier: 7009509auction111133
2026-03-29 22:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86009820-74b2-5943-888b-5871c040c892 with identifier: 7009509auction111133
2026-03-29 22:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86009820-74b2-5943-888b-5871c040c892 with identifier: 7009509auction111133
2026-03-29 22:06:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86009820-74b2-5943-888b-5871c040c892 with identifier: 7009509auction111133 to the API
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009509>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '86009820-74b2-5943-888b-5871c040c892',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009509',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 62747,
'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': '208 Allure 1.2 PureTech 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Allure 1.2 PureTech 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009509auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:35 [ecarstrade.be] INFO: Saving data for 7009509auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624861.303065, 'last_price_update_time': 1774821995.729048}
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009509auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009551> (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-29 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-29 22:06:35 [ecarstrade.be] INFO: Extracting details for car 7009551auction111133
2026-03-29 22:06:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a421a760-0d8a-5111-af86-df10bca295fe with identifier: 7009551auction111133
2026-03-29 22:06:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a421a760-0d8a-5111-af86-df10bca295fe with scrape type 2
2026-03-29 22:06:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a421a760-0d8a-5111-af86-df10bca295fe with scrape type 2
2026-03-29 22:06:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a421a760-0d8a-5111-af86-df10bca295fe, identifier: 7009551auction111133
2026-03-29 22:06:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a421a760-0d8a-5111-af86-df10bca295fe with identifier: 7009551auction111133
2026-03-29 22:06:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a421a760-0d8a-5111-af86-df10bca295fe with identifier: 7009551auction111133
2026-03-29 22:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a421a760-0d8a-5111-af86-df10bca295fe with identifier: 7009551auction111133 to the API
2026-03-29 22:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009551>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'a421a760-0d8a-5111-af86-df10bca295fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009551',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 91929,
'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': 'Clio V Business 1.0 TCe 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 90CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009551auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:36 [ecarstrade.be] INFO: Saving data for 7009551auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624884.278587, 'last_price_update_time': 1774821996.249845}
2026-03-29 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009551auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009541> (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-29 22:06:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:36 [ecarstrade.be] INFO: Extracting details for car 7009541auction111133
2026-03-29 22:06:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42d633be-64fb-5a56-b8be-364e44118657 with identifier: 7009541auction111133
2026-03-29 22:06:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42d633be-64fb-5a56-b8be-364e44118657 with scrape type 2
2026-03-29 22:06:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42d633be-64fb-5a56-b8be-364e44118657 with scrape type 2
2026-03-29 22:06:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42d633be-64fb-5a56-b8be-364e44118657, identifier: 7009541auction111133
2026-03-29 22:06:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42d633be-64fb-5a56-b8be-364e44118657 with identifier: 7009541auction111133
2026-03-29 22:06:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42d633be-64fb-5a56-b8be-364e44118657 with identifier: 7009541auction111133
2026-03-29 22:06:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42d633be-64fb-5a56-b8be-364e44118657 with identifier: 7009541auction111133 to the API
2026-03-29 22:06:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009541>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '42d633be-64fb-5a56-b8be-364e44118657',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009541',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner Tepee',
'odometer': 44499,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT Partner Tepee 5p Monovolume Puretech 110 S&S Outdoor',
'transmission': 'manual',
'trim': 'PEUGEOT 5p Monovolume Puretech 110 S&S Outdoor',
'vin': None,
'year': 2018}
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009541auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:37 [ecarstrade.be] INFO: Saving data for 7009541auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624861.843608, 'last_price_update_time': 1774821997.058149}
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009541auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009521> (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-29 22:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:37 [ecarstrade.be] INFO: Extracting details for car 7009521auction111133
2026-03-29 22:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39e6bd5e-2ef1-5b10-bb77-efafb31c2a8c with identifier: 7009521auction111133
2026-03-29 22:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39e6bd5e-2ef1-5b10-bb77-efafb31c2a8c with scrape type 2
2026-03-29 22:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39e6bd5e-2ef1-5b10-bb77-efafb31c2a8c with scrape type 2
2026-03-29 22:06:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39e6bd5e-2ef1-5b10-bb77-efafb31c2a8c, identifier: 7009521auction111133
2026-03-29 22:06:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39e6bd5e-2ef1-5b10-bb77-efafb31c2a8c with identifier: 7009521auction111133
2026-03-29 22:06:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39e6bd5e-2ef1-5b10-bb77-efafb31c2a8c with identifier: 7009521auction111133
2026-03-29 22:06:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39e6bd5e-2ef1-5b10-bb77-efafb31c2a8c with identifier: 7009521auction111133 to the API
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009521>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '39e6bd5e-2ef1-5b10-bb77-efafb31c2a8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009521',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 110523,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Active Business 1.2 PureTech 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Active Business 1.2 PureTech 130CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009521auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:37 [ecarstrade.be] INFO: Saving data for 7009521auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624862.893499, 'last_price_update_time': 1774821997.81029}
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009521auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009451> (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-29 22:06:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:40 [ecarstrade.be] INFO: Extracting details for car 7009451auction111133
2026-03-29 22:06:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf91056a-d61d-58e6-a87d-7879609ae7ea with identifier: 7009451auction111133
2026-03-29 22:06:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf91056a-d61d-58e6-a87d-7879609ae7ea with scrape type 2
2026-03-29 22:06:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf91056a-d61d-58e6-a87d-7879609ae7ea with scrape type 2
2026-03-29 22:06:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf91056a-d61d-58e6-a87d-7879609ae7ea, identifier: 7009451auction111133
2026-03-29 22:06:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf91056a-d61d-58e6-a87d-7879609ae7ea with identifier: 7009451auction111133
2026-03-29 22:06:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf91056a-d61d-58e6-a87d-7879609ae7ea with identifier: 7009451auction111133
2026-03-29 22:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf91056a-d61d-58e6-a87d-7879609ae7ea with identifier: 7009451auction111133 to the API
2026-03-29 22:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009451>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'bf91056a-d61d-58e6-a87d-7879609ae7ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009451',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 127618,
'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': 'C5 Aircross Business 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Business 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-29 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009451auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:41 [ecarstrade.be] INFO: Saving data for 7009451auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624859.581067, 'last_price_update_time': 1774822001.173048}
2026-03-29 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009451auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009547> (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-29 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-29 22:06:41 [ecarstrade.be] INFO: Extracting details for car 7009547auction111133
2026-03-29 22:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4717858d-4950-5359-af25-abe35a140df2 with identifier: 7009547auction111133
2026-03-29 22:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4717858d-4950-5359-af25-abe35a140df2 with scrape type 2
2026-03-29 22:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4717858d-4950-5359-af25-abe35a140df2 with scrape type 2
2026-03-29 22:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4717858d-4950-5359-af25-abe35a140df2, identifier: 7009547auction111133
2026-03-29 22:06:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4717858d-4950-5359-af25-abe35a140df2 with identifier: 7009547auction111133
2026-03-29 22:06:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4717858d-4950-5359-af25-abe35a140df2 with identifier: 7009547auction111133
2026-03-29 22:06:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4717858d-4950-5359-af25-abe35a140df2 with identifier: 7009547auction111133 to the API
2026-03-29 22:06:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009547>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '4717858d-4950-5359-af25-abe35a140df2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009547',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 78008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.0 TCe 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-29 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009547auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:41 [ecarstrade.be] INFO: Saving data for 7009547auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624863.897294, 'last_price_update_time': 1774822001.653734}
2026-03-29 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009547auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009498> (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-29 22:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009444> (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-29 22:06:41 [ecarstrade.be] INFO: Extracting details for car 7009498auction111133
2026-03-29 22:06:41 [ecarstrade.be] INFO: Extracting details for car 7009444auction111133
2026-03-29 22:06:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009513> (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-29 22:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 742f3eec-4ab6-527b-8b3d-f8a8e8a9a74b with identifier: 7009498auction111133
2026-03-29 22:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 742f3eec-4ab6-527b-8b3d-f8a8e8a9a74b with scrape type 2
2026-03-29 22:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 742f3eec-4ab6-527b-8b3d-f8a8e8a9a74b with scrape type 2
2026-03-29 22:06:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 742f3eec-4ab6-527b-8b3d-f8a8e8a9a74b, identifier: 7009498auction111133
2026-03-29 22:06:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 647a6450-fa48-5e1a-9530-8512774f9574 with identifier: 7009444auction111133
2026-03-29 22:06:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 647a6450-fa48-5e1a-9530-8512774f9574 with scrape type 2
2026-03-29 22:06:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 647a6450-fa48-5e1a-9530-8512774f9574 with scrape type 2
2026-03-29 22:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 647a6450-fa48-5e1a-9530-8512774f9574, identifier: 7009444auction111133
2026-03-29 22:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 742f3eec-4ab6-527b-8b3d-f8a8e8a9a74b with identifier: 7009498auction111133
2026-03-29 22:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 742f3eec-4ab6-527b-8b3d-f8a8e8a9a74b with identifier: 7009498auction111133
2026-03-29 22:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 742f3eec-4ab6-527b-8b3d-f8a8e8a9a74b with identifier: 7009498auction111133 to the API
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009498>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '742f3eec-4ab6-527b-8b3d-f8a8e8a9a74b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009498',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 45398,
'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': 'Crossland X Business Elegance 1.2 Turbo 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Business Elegance 1.2 Turbo 110CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009498auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:42 [ecarstrade.be] INFO: Saving data for 7009498auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624863.472166, 'last_price_update_time': 1774822002.263169}
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009498auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 647a6450-fa48-5e1a-9530-8512774f9574 with identifier: 7009444auction111133
2026-03-29 22:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 647a6450-fa48-5e1a-9530-8512774f9574 with identifier: 7009444auction111133
2026-03-29 22:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 647a6450-fa48-5e1a-9530-8512774f9574 with identifier: 7009444auction111133 to the API
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009444>
{'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-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '647a6450-fa48-5e1a-9530-8512774f9574',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009444',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 75995,
'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': 'CITROEN C3 Aircross / 2017 / 5P / SUV BlueHDi 100 S&S BVM6 Feel '
'Business',
'transmission': 'manual',
'trim': 'CITROEN / 2017 / 5P / SUV BlueHDi 100 S&S BVM6 Feel Business',
'vin': None,
'year': 2020}
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009444auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:42 [ecarstrade.be] INFO: Saving data for 7009444auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624824.744918, 'last_price_update_time': 1774822002.532038}
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009444auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:42 [ecarstrade.be] INFO: Extracting details for car 7009513auction111133
2026-03-29 22:06:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009441> (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-29 22:06:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdd4fd10-0740-5db6-81b9-93ff83d036e2 with identifier: 7009513auction111133
2026-03-29 22:06:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdd4fd10-0740-5db6-81b9-93ff83d036e2 with scrape type 2
2026-03-29 22:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdd4fd10-0740-5db6-81b9-93ff83d036e2 with scrape type 2
2026-03-29 22:06:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdd4fd10-0740-5db6-81b9-93ff83d036e2, identifier: 7009513auction111133
2026-03-29 22:06:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdd4fd10-0740-5db6-81b9-93ff83d036e2 with identifier: 7009513auction111133
2026-03-29 22:06:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdd4fd10-0740-5db6-81b9-93ff83d036e2 with identifier: 7009513auction111133
2026-03-29 22:06:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdd4fd10-0740-5db6-81b9-93ff83d036e2 with identifier: 7009513auction111133 to the API
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009513>
{'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-30T14:40:00Z',
'fuel_type': 'Electric',
'id': 'cdd4fd10-0740-5db6-81b9-93ff83d036e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009513',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 50558,
'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': '208 (e-) Active Business 50kWh BVA',
'transmission': 'automatic',
'trim': '(e-) Active Business 50kWh BVA',
'vin': None,
'year': 2020}
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009513auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:42 [ecarstrade.be] INFO: Saving data for 7009513auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624823.912231, 'last_price_update_time': 1774822002.949998}
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009513auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:42 [ecarstrade.be] INFO: Extracting details for car 7009441auction111133
2026-03-29 22:06:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f174fd0b-e029-5eb7-a39e-b4d974e2f357 with identifier: 7009441auction111133
2026-03-29 22:06:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f174fd0b-e029-5eb7-a39e-b4d974e2f357 with scrape type 2
2026-03-29 22:06:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f174fd0b-e029-5eb7-a39e-b4d974e2f357 with scrape type 2
2026-03-29 22:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f174fd0b-e029-5eb7-a39e-b4d974e2f357, identifier: 7009441auction111133
2026-03-29 22:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f174fd0b-e029-5eb7-a39e-b4d974e2f357 with identifier: 7009441auction111133
2026-03-29 22:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f174fd0b-e029-5eb7-a39e-b4d974e2f357 with identifier: 7009441auction111133
2026-03-29 22:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f174fd0b-e029-5eb7-a39e-b4d974e2f357 with identifier: 7009441auction111133 to the API
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009441>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f174fd0b-e029-5eb7-a39e-b4d974e2f357',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009441',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 85719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Berlingo Combi Feel 1.6 BlueHDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'Combi Feel 1.6 BlueHDi 100CV BVM5 E6',
'vin': None,
'year': 2017}
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009441auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:43 [ecarstrade.be] INFO: Saving data for 7009441auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624826.063467, 'last_price_update_time': 1774822003.341002}
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009441auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009508> (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-29 22:06:43 [ecarstrade.be] INFO: Extracting details for car 7009508auction111133
2026-03-29 22:06:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d9ef41-148e-55d9-9a86-ac70e908a135 with identifier: 7009508auction111133
2026-03-29 22:06:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d9ef41-148e-55d9-9a86-ac70e908a135 with scrape type 2
2026-03-29 22:06:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d9ef41-148e-55d9-9a86-ac70e908a135 with scrape type 2
2026-03-29 22:06:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48d9ef41-148e-55d9-9a86-ac70e908a135, identifier: 7009508auction111133
2026-03-29 22:06:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48d9ef41-148e-55d9-9a86-ac70e908a135 with identifier: 7009508auction111133
2026-03-29 22:06:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48d9ef41-148e-55d9-9a86-ac70e908a135 with identifier: 7009508auction111133
2026-03-29 22:06:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48d9ef41-148e-55d9-9a86-ac70e908a135 with identifier: 7009508auction111133 to the API
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009508>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '48d9ef41-148e-55d9-9a86-ac70e908a135',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009508',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '208',
'odometer': 71153,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 208 / 2015 / 5P / Berline &BLUEHDI 100 €6.c S&S ALLURE '
'BUSINESS',
'transmission': 'manual',
'trim': 'PEUGEOT / 2015 / 5P / Berline &BLUEHDI 100 €6.c S&S ALLURE BUSINESS',
'vin': None,
'year': 2018}
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009508auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:43 [ecarstrade.be] INFO: Saving data for 7009508auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624824.27408, 'last_price_update_time': 1774822003.975712}
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009508auction111133') HTTP/1.1" 204 0
2026-03-29 22:06: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-29 22:06:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007104auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007104auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007104auction111107: 2
2026-03-29 22:06:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007105auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007105auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007105auction111107: 2
2026-03-29 22:06:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007106auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007106auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007106auction111107: 2
2026-03-29 22:06:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007107auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007107auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007107auction111107: 2
2026-03-29 22:06:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007108auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007108auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007108auction111107: 2
2026-03-29 22:06:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007109auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007109auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007109auction111107: 2
2026-03-29 22:06:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007256auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007256auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007256auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007262auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007262auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007262auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007263auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007263auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007263auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007267auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007267auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007267auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007268auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007268auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007268auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007347auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007347auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007347auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007642auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007642auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007642auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007644auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007644auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007644auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007646auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007646auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007646auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007647auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007647auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007647auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007651auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007651auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007651auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007682auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007682auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007682auction111107: 0
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007683auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007683auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007683auction111107: 2
2026-03-29 22:06:44 [ecarstrade.be] INFO: Found listing with ID: 7007686auction111107
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007686auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:44 [ecarstrade.be] INFO: Scrape type for 7007686auction111107: 2
2026-03-29 22:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009531> (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-29 22:06:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:47 [ecarstrade.be] INFO: Extracting details for car 7009531auction111133
2026-03-29 22:06:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7d04948-bb2a-5828-81bc-41873c8f672f with identifier: 7009531auction111133
2026-03-29 22:06:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7d04948-bb2a-5828-81bc-41873c8f672f with scrape type 2
2026-03-29 22:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7d04948-bb2a-5828-81bc-41873c8f672f with scrape type 2
2026-03-29 22:06:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7d04948-bb2a-5828-81bc-41873c8f672f, identifier: 7009531auction111133
2026-03-29 22:06:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7d04948-bb2a-5828-81bc-41873c8f672f with identifier: 7009531auction111133
2026-03-29 22:06:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7d04948-bb2a-5828-81bc-41873c8f672f with identifier: 7009531auction111133
2026-03-29 22:06:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7d04948-bb2a-5828-81bc-41873c8f672f with identifier: 7009531auction111133 to the API
2026-03-29 22:06:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009531>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'd7d04948-bb2a-5828-81bc-41873c8f672f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009531',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 121646,
'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': 'PEUGEOT 308 SW / 2021 / 5P / Break PureTech 130 S&S EAT 8 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2021 / 5P / Break PureTech 130 S&S EAT 8 ALLURE',
'vin': None,
'year': 2022}
2026-03-29 22:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009531auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:47 [ecarstrade.be] INFO: Saving data for 7009531auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624817.778851, 'last_price_update_time': 1774822007.508593}
2026-03-29 22:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009531auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009523> (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-29 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-29 22:06:48 [ecarstrade.be] INFO: Extracting details for car 7009523auction111133
2026-03-29 22:06:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f515983b-d79a-5b30-a267-84e0bf9b2568 with identifier: 7009523auction111133
2026-03-29 22:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f515983b-d79a-5b30-a267-84e0bf9b2568 with scrape type 2
2026-03-29 22:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f515983b-d79a-5b30-a267-84e0bf9b2568 with scrape type 2
2026-03-29 22:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f515983b-d79a-5b30-a267-84e0bf9b2568, identifier: 7009523auction111133
2026-03-29 22:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f515983b-d79a-5b30-a267-84e0bf9b2568 with identifier: 7009523auction111133
2026-03-29 22:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f515983b-d79a-5b30-a267-84e0bf9b2568 with identifier: 7009523auction111133
2026-03-29 22:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f515983b-d79a-5b30-a267-84e0bf9b2568 with identifier: 7009523auction111133 to the API
2026-03-29 22:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009523>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f515983b-d79a-5b30-a267-84e0bf9b2568',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009523',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 99362,
'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': '3008 Active Business 1.5 HDi 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDi 130CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-29 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009523auction111133%27 HTTP/1.1" 200 None
2026-03-29 22:06:48 [ecarstrade.be] INFO: Saving data for 7009523auction111133: {'auction_closing_time': 1774881600.0, 'created_time': 1774624820.87299, 'last_price_update_time': 1774822008.788701}
2026-03-29 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009523auction111133') HTTP/1.1" 204 0
2026-03-29 22:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007108> (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-29 22:06:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007105> (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-29 22:06:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:50 [ecarstrade.be] INFO: Extracting details for car 7007108auction111107
2026-03-29 22:06:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06b40d82-e1dc-5a01-83ac-94a256b288cd with identifier: 7007108auction111107
2026-03-29 22:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06b40d82-e1dc-5a01-83ac-94a256b288cd with scrape type 2
2026-03-29 22:06:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06b40d82-e1dc-5a01-83ac-94a256b288cd with scrape type 2
2026-03-29 22:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06b40d82-e1dc-5a01-83ac-94a256b288cd, identifier: 7007108auction111107
2026-03-29 22:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06b40d82-e1dc-5a01-83ac-94a256b288cd with identifier: 7007108auction111107
2026-03-29 22:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06b40d82-e1dc-5a01-83ac-94a256b288cd with identifier: 7007108auction111107
2026-03-29 22:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06b40d82-e1dc-5a01-83ac-94a256b288cd with identifier: 7007108auction111107 to the API
2026-03-29 22:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007108>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '06b40d82-e1dc-5a01-83ac-94a256b288cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007108',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 184782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Touran TL 1,6 CRTDI 105HP DSG7',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TL 1,6 CRTDI 105HP DSG7',
'vin': None,
'year': 2011}
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007108auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:51 [ecarstrade.be] INFO: Saving data for 7007108auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624937.893268, 'last_price_update_time': 1774822011.136656}
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007108auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:51 [ecarstrade.be] INFO: Extracting details for car 7007105auction111107
2026-03-29 22:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007104> (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-29 22:06:51 [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-29 22:06:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f535274-405b-5edf-9590-9e0eefbacb6b with identifier: 7007105auction111107
2026-03-29 22:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f535274-405b-5edf-9590-9e0eefbacb6b with scrape type 2
2026-03-29 22:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f535274-405b-5edf-9590-9e0eefbacb6b with scrape type 2
2026-03-29 22:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f535274-405b-5edf-9590-9e0eefbacb6b, identifier: 7007105auction111107
2026-03-29 22:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f535274-405b-5edf-9590-9e0eefbacb6b with identifier: 7007105auction111107
2026-03-29 22:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f535274-405b-5edf-9590-9e0eefbacb6b with identifier: 7007105auction111107
2026-03-29 22:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f535274-405b-5edf-9590-9e0eefbacb6b with identifier: 7007105auction111107 to the API
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007105>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '1f535274-405b-5edf-9590-9e0eefbacb6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007105',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 90202,
'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': 'VOLKSWAGEN Polo 1.0 TSi Comfortline OPF DSG (EU6AP)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.0 TSi Comfortline OPF DSG (EU6AP)',
'vin': None,
'year': 2021}
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007105auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:51 [ecarstrade.be] INFO: Saving data for 7007105auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624928.216939, 'last_price_update_time': 1774822011.571793}
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007105auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:51 [ecarstrade.be] INFO: Extracting details for car 7007104auction111107
2026-03-29 22:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007106> (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-29 22:06:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94bd15a1-2c1c-5a8b-93bb-2c243ea91da1 with identifier: 7007104auction111107
2026-03-29 22:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94bd15a1-2c1c-5a8b-93bb-2c243ea91da1 with scrape type 2
2026-03-29 22:06:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94bd15a1-2c1c-5a8b-93bb-2c243ea91da1 with scrape type 2
2026-03-29 22:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94bd15a1-2c1c-5a8b-93bb-2c243ea91da1, identifier: 7007104auction111107
2026-03-29 22:06:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94bd15a1-2c1c-5a8b-93bb-2c243ea91da1 with identifier: 7007104auction111107
2026-03-29 22:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94bd15a1-2c1c-5a8b-93bb-2c243ea91da1 with identifier: 7007104auction111107
2026-03-29 22:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94bd15a1-2c1c-5a8b-93bb-2c243ea91da1 with identifier: 7007104auction111107 to the API
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007104>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '94bd15a1-2c1c-5a8b-93bb-2c243ea91da1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007104',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 113924,
'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': '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-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007104auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:51 [ecarstrade.be] INFO: Saving data for 7007104auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624916.387597, 'last_price_update_time': 1774822011.994793}
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007104auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:52 [ecarstrade.be] INFO: Extracting details for car 7007106auction111107
2026-03-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7007687auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007687auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Scrape type for 7007687auction111107: 2
2026-03-29 22:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007107> (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-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7007689auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007689auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Scrape type for 7007689auction111107: 2
2026-03-29 22:06:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d3f9476-79b5-5619-a47e-6515fec10356 with identifier: 7007106auction111107
2026-03-29 22:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d3f9476-79b5-5619-a47e-6515fec10356 with scrape type 2
2026-03-29 22:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d3f9476-79b5-5619-a47e-6515fec10356 with scrape type 2
2026-03-29 22:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d3f9476-79b5-5619-a47e-6515fec10356, identifier: 7007106auction111107
2026-03-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7007691auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007691auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Scrape type for 7007691auction111107: 2
2026-03-29 22:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d3f9476-79b5-5619-a47e-6515fec10356 with identifier: 7007106auction111107
2026-03-29 22:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d3f9476-79b5-5619-a47e-6515fec10356 with identifier: 7007106auction111107
2026-03-29 22:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d3f9476-79b5-5619-a47e-6515fec10356 with identifier: 7007106auction111107 to the API
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007106>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '3d3f9476-79b5-5619-a47e-6515fec10356',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007106',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '5008',
'odometer': 305118,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-07-15',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.6 BlueHDi Allure',
'transmission': 'manual',
'trim': 'PEUGEOT 1.6 BlueHDi Allure',
'vin': None,
'year': 2015}
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007106auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Saving data for 7007106auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624856.206356, 'last_price_update_time': 1774822012.439848}
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007106auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:52 [ecarstrade.be] INFO: Extracting details for car 7007107auction111107
2026-03-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7007763auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007763auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Scrape type for 7007763auction111107: 2
2026-03-29 22:06:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d4741f8-7948-57f2-beec-e298f0dffcc1 with identifier: 7007107auction111107
2026-03-29 22:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d4741f8-7948-57f2-beec-e298f0dffcc1 with scrape type 2
2026-03-29 22:06:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d4741f8-7948-57f2-beec-e298f0dffcc1 with scrape type 2
2026-03-29 22:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d4741f8-7948-57f2-beec-e298f0dffcc1, identifier: 7007107auction111107
2026-03-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7007764auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007764auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Scrape type for 7007764auction111107: 2
2026-03-29 22:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d4741f8-7948-57f2-beec-e298f0dffcc1 with identifier: 7007107auction111107
2026-03-29 22:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d4741f8-7948-57f2-beec-e298f0dffcc1 with identifier: 7007107auction111107
2026-03-29 22:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d4741f8-7948-57f2-beec-e298f0dffcc1 with identifier: 7007107auction111107 to the API
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007107>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '6d4741f8-7948-57f2-beec-e298f0dffcc1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007107',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '2008',
'odometer': 45452,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 1.2i PureTech Active',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2i PureTech Active',
'vin': None,
'year': 2018}
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007107auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Saving data for 7007107auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624872.122963, 'last_price_update_time': 1774822012.892914}
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007107auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7008115auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008115auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Scrape type for 7008115auction111107: 2
2026-03-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7008229auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008229auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Scrape type for 7008229auction111107: 2
2026-03-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7008336auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008336auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:52 [ecarstrade.be] INFO: Scrape type for 7008336auction111107: 2
2026-03-29 22:06:52 [ecarstrade.be] INFO: Found listing with ID: 7008338auction111107
2026-03-29 22:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008338auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7008338auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7008673auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008673auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7008673auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7008674auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008674auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7008674auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7008675auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008675auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7008675auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7009196auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009196auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7009196auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7009197auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009197auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7009197auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7009198auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009198auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7009198auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7009199auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009199auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7009199auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7009259auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009259auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7009259auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7009260auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009260auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7009260auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7009261auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009261auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7009261auction111107: 2
2026-03-29 22:06:53 [ecarstrade.be] INFO: Found listing with ID: 7010235auction111107
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010235auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:53 [ecarstrade.be] INFO: Scrape type for 7010235auction111107: 2
2026-03-29 22:06:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007256> (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-29 22:06:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:54 [ecarstrade.be] INFO: Extracting details for car 7007256auction111107
2026-03-29 22:06:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3da81ef8-8036-522b-a684-6da82372035b with identifier: 7007256auction111107
2026-03-29 22:06:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3da81ef8-8036-522b-a684-6da82372035b with scrape type 2
2026-03-29 22:06:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3da81ef8-8036-522b-a684-6da82372035b with scrape type 2
2026-03-29 22:06:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3da81ef8-8036-522b-a684-6da82372035b, identifier: 7007256auction111107
2026-03-29 22:06:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3da81ef8-8036-522b-a684-6da82372035b with identifier: 7007256auction111107
2026-03-29 22:06:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3da81ef8-8036-522b-a684-6da82372035b with identifier: 7007256auction111107
2026-03-29 22:06:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3da81ef8-8036-522b-a684-6da82372035b with identifier: 7007256auction111107 to the API
2026-03-29 22:06:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007256>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '3da81ef8-8036-522b-a684-6da82372035b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007256',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 260574,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-01-03',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Grand Espace IV Phase IV Grand Espace 2.0 dCi Alcantara',
'transmission': 'automatic',
'trim': 'RENAULT Grand Espace IV Phase IV Grand Espace 2.0 dCi Alcantara',
'vin': None,
'year': 2013}
2026-03-29 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007256auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:55 [ecarstrade.be] INFO: Saving data for 7007256auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624937.320705, 'last_price_update_time': 1774822015.307354}
2026-03-29 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007256auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007263> (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-29 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-29 22:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007262> (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-29 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-29 22:06:57 [ecarstrade.be] INFO: Extracting details for car 7007263auction111107
2026-03-29 22:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6984a108-316a-5dd6-80ea-691e838b4fb3 with identifier: 7007263auction111107
2026-03-29 22:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6984a108-316a-5dd6-80ea-691e838b4fb3 with scrape type 2
2026-03-29 22:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6984a108-316a-5dd6-80ea-691e838b4fb3 with scrape type 2
2026-03-29 22:06:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6984a108-316a-5dd6-80ea-691e838b4fb3, identifier: 7007263auction111107
2026-03-29 22:06:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6984a108-316a-5dd6-80ea-691e838b4fb3 with identifier: 7007263auction111107
2026-03-29 22:06:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6984a108-316a-5dd6-80ea-691e838b4fb3 with identifier: 7007263auction111107
2026-03-29 22:06:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6984a108-316a-5dd6-80ea-691e838b4fb3 with identifier: 7007263auction111107 to the API
2026-03-29 22:06:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007263>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6984a108-316a-5dd6-80ea-691e838b4fb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007263',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X5',
'odometer': 143212,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X5 PHEV (G05) 3.0AS xDrive45e (EU6AP)',
'transmission': 'automatic',
'trim': 'PHEV (G05) 3.0AS xDrive45e (EU6AP)',
'vin': None,
'year': 2021}
2026-03-29 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007263auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:58 [ecarstrade.be] INFO: Saving data for 7007263auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624934.799421, 'last_price_update_time': 1774822018.165189}
2026-03-29 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007263auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:58 [ecarstrade.be] INFO: Extracting details for car 7007262auction111107
2026-03-29 22:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ce9a7e0-9e52-5878-a5f7-428afdd16ede with identifier: 7007262auction111107
2026-03-29 22:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ce9a7e0-9e52-5878-a5f7-428afdd16ede with scrape type 2
2026-03-29 22:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ce9a7e0-9e52-5878-a5f7-428afdd16ede with scrape type 2
2026-03-29 22:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ce9a7e0-9e52-5878-a5f7-428afdd16ede, identifier: 7007262auction111107
2026-03-29 22:06:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ce9a7e0-9e52-5878-a5f7-428afdd16ede with identifier: 7007262auction111107
2026-03-29 22:06:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ce9a7e0-9e52-5878-a5f7-428afdd16ede with identifier: 7007262auction111107
2026-03-29 22:06:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ce9a7e0-9e52-5878-a5f7-428afdd16ede with identifier: 7007262auction111107 to the API
2026-03-29 22:06:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:06:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007262>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.1L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '2ce9a7e0-9e52-5878-a5f7-428afdd16ede',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007262',
'listing': 'auction',
'location': 'Belgium',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 124134,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-05-19',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA Sandero Sandero 1.2i Laureate',
'transmission': 'manual',
'trim': 'DIA Sandero Sandero 1.2i Laureate',
'vin': None,
'year': 2011}
2026-03-29 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007262auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:58 [ecarstrade.be] INFO: Saving data for 7007262auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624965.54065, 'last_price_update_time': 1774822018.557479}
2026-03-29 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007262auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007267> (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-29 22:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007268> (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-29 22:06:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007347> (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-29 22:06:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:06:58 [ecarstrade.be] INFO: Extracting details for car 7007267auction111107
2026-03-29 22:06:58 [ecarstrade.be] INFO: Extracting details for car 7007268auction111107
2026-03-29 22:06:58 [ecarstrade.be] INFO: Extracting details for car 7007347auction111107
2026-03-29 22:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1e522df-4380-5dbe-acfe-ecd0a6898ddf with identifier: 7007267auction111107
2026-03-29 22:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1e522df-4380-5dbe-acfe-ecd0a6898ddf with scrape type 2
2026-03-29 22:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1e522df-4380-5dbe-acfe-ecd0a6898ddf with scrape type 2
2026-03-29 22:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1e522df-4380-5dbe-acfe-ecd0a6898ddf, identifier: 7007267auction111107
2026-03-29 22:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d67e36e-e25d-5579-a4cb-65c5e76f0724 with identifier: 7007268auction111107
2026-03-29 22:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d67e36e-e25d-5579-a4cb-65c5e76f0724 with scrape type 2
2026-03-29 22:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d67e36e-e25d-5579-a4cb-65c5e76f0724 with scrape type 2
2026-03-29 22:06:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d67e36e-e25d-5579-a4cb-65c5e76f0724, identifier: 7007268auction111107
2026-03-29 22:06:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 238d7293-1f05-5501-851e-9ceb095f9e5a with identifier: 7007347auction111107
2026-03-29 22:06:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 238d7293-1f05-5501-851e-9ceb095f9e5a with scrape type 2
2026-03-29 22:06:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 238d7293-1f05-5501-851e-9ceb095f9e5a with scrape type 2
2026-03-29 22:06:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 238d7293-1f05-5501-851e-9ceb095f9e5a, identifier: 7007347auction111107
2026-03-29 22:06:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1e522df-4380-5dbe-acfe-ecd0a6898ddf with identifier: 7007267auction111107
2026-03-29 22:06:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1e522df-4380-5dbe-acfe-ecd0a6898ddf with identifier: 7007267auction111107
2026-03-29 22:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1e522df-4380-5dbe-acfe-ecd0a6898ddf with identifier: 7007267auction111107 to the API
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007267>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'b1e522df-4380-5dbe-acfe-ecd0a6898ddf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007267',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 171930,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-28',
'seats_number': 7,
'seller_name': None,
'title': 'SKODA Kodiaq Kodiaq 2.0 CR TDi 4x4 L&K DSG',
'transmission': 'automatic',
'trim': 'SKODA 2.0 CR TDi 4x4 L&K DSG',
'vin': None,
'year': 2019}
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007267auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:59 [ecarstrade.be] INFO: Saving data for 7007267auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624966.053632, 'last_price_update_time': 1774822019.280674}
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007267auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d67e36e-e25d-5579-a4cb-65c5e76f0724 with identifier: 7007268auction111107
2026-03-29 22:06:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d67e36e-e25d-5579-a4cb-65c5e76f0724 with identifier: 7007268auction111107
2026-03-29 22:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d67e36e-e25d-5579-a4cb-65c5e76f0724 with identifier: 7007268auction111107 to the API
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007268>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0d67e36e-e25d-5579-a4cb-65c5e76f0724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007268',
'listing': 'auction',
'location': 'Belgium',
'make': 'Jeep',
'model': 'Compass',
'odometer': 18853,
'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': 'JEEP Compass PHEV Compass PHEV 1.3 Turbo eAWD Upland (EU6.4)',
'transmission': 'automatic',
'trim': 'JEEP PHEV PHEV 1.3 Turbo eAWD Upland (EU6.4)',
'vin': None,
'year': 2023}
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007268auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:59 [ecarstrade.be] INFO: Saving data for 7007268auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624886.839259, 'last_price_update_time': 1774822019.579722}
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007268auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 238d7293-1f05-5501-851e-9ceb095f9e5a with identifier: 7007347auction111107
2026-03-29 22:06:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 238d7293-1f05-5501-851e-9ceb095f9e5a with identifier: 7007347auction111107
2026-03-29 22:06:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 238d7293-1f05-5501-851e-9ceb095f9e5a with identifier: 7007347auction111107 to the API
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:06: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-29 22:06:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007347>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '238d7293-1f05-5501-851e-9ceb095f9e5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007347',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 195552,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2004-09-17',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN Golf Van Golf 1.9 TDi Comfortline',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Van 1.9 TDi Comfortline',
'vin': None,
'year': 2004}
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007347auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:06:59 [ecarstrade.be] INFO: Saving data for 7007347auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624885.024883, 'last_price_update_time': 1774822019.860699}
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:06:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007347auction111107') HTTP/1.1" 204 0
2026-03-29 22:06:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007642> (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-29 22:06:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:00 [ecarstrade.be] INFO: Extracting details for car 7007642auction111107
2026-03-29 22:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e20541b-5e6e-5066-940c-b993af9ff5e5 with identifier: 7007642auction111107
2026-03-29 22:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e20541b-5e6e-5066-940c-b993af9ff5e5 with scrape type 2
2026-03-29 22:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e20541b-5e6e-5066-940c-b993af9ff5e5 with scrape type 2
2026-03-29 22:07:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e20541b-5e6e-5066-940c-b993af9ff5e5, identifier: 7007642auction111107
2026-03-29 22:07:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e20541b-5e6e-5066-940c-b993af9ff5e5 with identifier: 7007642auction111107
2026-03-29 22:07:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e20541b-5e6e-5066-940c-b993af9ff5e5 with identifier: 7007642auction111107
2026-03-29 22:07:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e20541b-5e6e-5066-940c-b993af9ff5e5 with identifier: 7007642auction111107 to the API
2026-03-29 22:07:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007642>
{'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-31T06: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/7007642',
'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-29 22:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007642auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:00 [ecarstrade.be] INFO: Saving data for 7007642auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624887.539595, 'last_price_update_time': 1774822020.403318}
2026-03-29 22:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007642auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007686> (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-29 22:07:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:02 [ecarstrade.be] INFO: Extracting details for car 7007686auction111107
2026-03-29 22:07:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbf9975b-f311-55dd-a67b-ad9afbe0cd93 with identifier: 7007686auction111107
2026-03-29 22:07:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbf9975b-f311-55dd-a67b-ad9afbe0cd93 with scrape type 2
2026-03-29 22:07:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbf9975b-f311-55dd-a67b-ad9afbe0cd93 with scrape type 2
2026-03-29 22:07:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbf9975b-f311-55dd-a67b-ad9afbe0cd93, identifier: 7007686auction111107
2026-03-29 22:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbf9975b-f311-55dd-a67b-ad9afbe0cd93 with identifier: 7007686auction111107
2026-03-29 22:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbf9975b-f311-55dd-a67b-ad9afbe0cd93 with identifier: 7007686auction111107
2026-03-29 22:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbf9975b-f311-55dd-a67b-ad9afbe0cd93 with identifier: 7007686auction111107 to the API
2026-03-29 22:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007686>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'cbf9975b-f311-55dd-a67b-ad9afbe0cd93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007686',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': "cee'd",
'odometer': 231438,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-03',
'seats_number': 5,
'seller_name': None,
'title': "KIA Cee'd SW Cee'd SW 1.6 CRDi Navi Edition ISG",
'transmission': 'manual',
'trim': "KIA Cee'd SW Cee'd SW 1.6 CRDi Navi Edition ISG",
'vin': None,
'year': 2017}
2026-03-29 22:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007686auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:02 [ecarstrade.be] INFO: Saving data for 7007686auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624876.467284, 'last_price_update_time': 1774822022.370299}
2026-03-29 22:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007686auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007651> (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-29 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-29 22:07:04 [ecarstrade.be] INFO: Extracting details for car 7007651auction111107
2026-03-29 22:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f975b1ad-6bb4-5971-97b1-849c79885329 with identifier: 7007651auction111107
2026-03-29 22:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f975b1ad-6bb4-5971-97b1-849c79885329 with scrape type 2
2026-03-29 22:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f975b1ad-6bb4-5971-97b1-849c79885329 with scrape type 2
2026-03-29 22:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f975b1ad-6bb4-5971-97b1-849c79885329, identifier: 7007651auction111107
2026-03-29 22:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f975b1ad-6bb4-5971-97b1-849c79885329 with identifier: 7007651auction111107
2026-03-29 22:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f975b1ad-6bb4-5971-97b1-849c79885329 with identifier: 7007651auction111107
2026-03-29 22:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f975b1ad-6bb4-5971-97b1-849c79885329 with identifier: 7007651auction111107 to the API
2026-03-29 22:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007651>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.4L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f975b1ad-6bb4-5971-97b1-849c79885329',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007651',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A3',
'odometer': 67003,
'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': 'AUDI A3 Sportback PHEV Sportback PHEV 40 TFSI e S line S tronic '
'(150 kW)',
'transmission': 'automatic',
'trim': 'AUDI Sportback PHEV Sportback PHEV 40 TFSI e S line S tronic (150 '
'kW)',
'vin': None,
'year': 2020}
2026-03-29 22:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007651auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:05 [ecarstrade.be] INFO: Saving data for 7007651auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624875.133007, 'last_price_update_time': 1774822025.119906}
2026-03-29 22:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007651auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007646> (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-29 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-29 22:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007647> (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-29 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-29 22:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007683> (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-29 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-29 22:07:05 [ecarstrade.be] INFO: Extracting details for car 7007646auction111107
2026-03-29 22:07:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f5c411b4-af7b-5257-8268-0679a5d54682 with identifier: 7007646auction111107
2026-03-29 22:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f5c411b4-af7b-5257-8268-0679a5d54682 with scrape type 2
2026-03-29 22:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f5c411b4-af7b-5257-8268-0679a5d54682 with scrape type 2
2026-03-29 22:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f5c411b4-af7b-5257-8268-0679a5d54682, identifier: 7007646auction111107
2026-03-29 22:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f5c411b4-af7b-5257-8268-0679a5d54682 with identifier: 7007646auction111107
2026-03-29 22:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f5c411b4-af7b-5257-8268-0679a5d54682 with identifier: 7007646auction111107
2026-03-29 22:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f5c411b4-af7b-5257-8268-0679a5d54682 with identifier: 7007646auction111107 to the API
2026-03-29 22:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007646>
{'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-31T06: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/7007646',
'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-29 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007646auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:06 [ecarstrade.be] INFO: Saving data for 7007646auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624875.828036, 'last_price_update_time': 1774822026.308601}
2026-03-29 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007646auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:06 [ecarstrade.be] INFO: Extracting details for car 7007647auction111107
2026-03-29 22:07:06 [ecarstrade.be] INFO: Extracting details for car 7007683auction111107
2026-03-29 22:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 738c0b43-a8ae-5818-9184-8c9439447a55 with identifier: 7007647auction111107
2026-03-29 22:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 738c0b43-a8ae-5818-9184-8c9439447a55 with scrape type 2
2026-03-29 22:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 738c0b43-a8ae-5818-9184-8c9439447a55 with scrape type 2
2026-03-29 22:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 738c0b43-a8ae-5818-9184-8c9439447a55, identifier: 7007647auction111107
2026-03-29 22:07:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 149771be-e512-582b-99a5-fd6436086965 with identifier: 7007683auction111107
2026-03-29 22:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 149771be-e512-582b-99a5-fd6436086965 with scrape type 2
2026-03-29 22:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 149771be-e512-582b-99a5-fd6436086965 with scrape type 2
2026-03-29 22:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 149771be-e512-582b-99a5-fd6436086965, identifier: 7007683auction111107
2026-03-29 22:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 738c0b43-a8ae-5818-9184-8c9439447a55 with identifier: 7007647auction111107
2026-03-29 22:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 738c0b43-a8ae-5818-9184-8c9439447a55 with identifier: 7007647auction111107
2026-03-29 22:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 738c0b43-a8ae-5818-9184-8c9439447a55 with identifier: 7007647auction111107 to the API
2026-03-29 22:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007647>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '738c0b43-a8ae-5818-9184-8c9439447a55',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007647',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 93791,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-12',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN SUV Tiguan Tiguan Comfortline 1.5 l TSI GPF 110 kW (150 '
'PS) 7-speed dual-clutch transmission DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN SUV Comfortline 1.5 l TSI GPF 110 kW (150 PS) 7-speed '
'dual-clutch transmission DSG',
'vin': None,
'year': 2019}
2026-03-29 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007647auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:06 [ecarstrade.be] INFO: Saving data for 7007647auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624873.098031, 'last_price_update_time': 1774822026.782973}
2026-03-29 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007647auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 149771be-e512-582b-99a5-fd6436086965 with identifier: 7007683auction111107
2026-03-29 22:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 149771be-e512-582b-99a5-fd6436086965 with identifier: 7007683auction111107
2026-03-29 22:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 149771be-e512-582b-99a5-fd6436086965 with identifier: 7007683auction111107 to the API
2026-03-29 22:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007683>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '149771be-e512-582b-99a5-fd6436086965',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007683',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A4',
'odometer': 109886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-04-10',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 Avant Audi A4 Attraction Avant 2.0 TDI 110(150) kW(PS) '
'multitronic',
'transmission': 'automatic',
'trim': 'AUDI Avant Attraction Avant 2.0 TDI 110(150) kW(PS) multitronic',
'vin': None,
'year': 2014}
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007683auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Saving data for 7007683auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624873.835465, 'last_price_update_time': 1774822027.065586}
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007683auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:07 [scrapy.extensions.logstats] INFO: Crawled 1340 pages (at 64 pages/min), scraped 1264 items (at 61 items/min)
2026-03-29 22:07:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:07:07 [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-29 22:07:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010236auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010236auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010236auction111107: 2
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010390auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010390auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010390auction111107: 2
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010521auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010521auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010521auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010685auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010685auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010685auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010686auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010686auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010686auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010687auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010687auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010687auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010688auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010688auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010688auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010689auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010689auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010689auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010690auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010690auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010690auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010831auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010831auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010831auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7010834auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010834auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7010834auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7011354auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011354auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7011354auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7011355auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011355auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7011355auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7011582auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011582auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7011582auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7011585auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011585auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7011585auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7011590auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277011590auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7011590auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7012021auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012021auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7012021auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7012027auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012027auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7012027auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7012029auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277012029auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7012029auction111107: 0
2026-03-29 22:07:07 [ecarstrade.be] INFO: Found listing with ID: 7013150auction111107
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013150auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:07 [ecarstrade.be] INFO: Scrape type for 7013150auction111107: 0
2026-03-29 22:07:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007687> (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-29 22:07:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:09 [ecarstrade.be] INFO: Extracting details for car 7007687auction111107
2026-03-29 22:07:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98ac7373-0d17-53bf-ad34-4fd17ed89794 with identifier: 7007687auction111107
2026-03-29 22:07:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98ac7373-0d17-53bf-ad34-4fd17ed89794 with scrape type 2
2026-03-29 22:07:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98ac7373-0d17-53bf-ad34-4fd17ed89794 with scrape type 2
2026-03-29 22:07:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98ac7373-0d17-53bf-ad34-4fd17ed89794, identifier: 7007687auction111107
2026-03-29 22:07:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98ac7373-0d17-53bf-ad34-4fd17ed89794 with identifier: 7007687auction111107
2026-03-29 22:07:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98ac7373-0d17-53bf-ad34-4fd17ed89794 with identifier: 7007687auction111107
2026-03-29 22:07:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98ac7373-0d17-53bf-ad34-4fd17ed89794 with identifier: 7007687auction111107 to the API
2026-03-29 22:07:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007687>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '98ac7373-0d17-53bf-ad34-4fd17ed89794',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007687',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '318 Gran Turismo',
'odometer': 255491,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-08-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Gran Turismo (F34) Gran Turismo 318 d',
'transmission': 'manual',
'trim': '3 Gran Turismo (F34) Gran Turismo 318 d',
'vin': None,
'year': 2014}
2026-03-29 22:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007687auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:09 [ecarstrade.be] INFO: Saving data for 7007687auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624862.36321, 'last_price_update_time': 1774822029.913674}
2026-03-29 22:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007687auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010235> (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-29 22:07:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:10 [ecarstrade.be] INFO: Extracting details for car 7010235auction111107
2026-03-29 22:07:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6805dabe-c21a-5603-99c0-4415ae345353 with identifier: 7010235auction111107
2026-03-29 22:07:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6805dabe-c21a-5603-99c0-4415ae345353 with scrape type 2
2026-03-29 22:07:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6805dabe-c21a-5603-99c0-4415ae345353 with scrape type 2
2026-03-29 22:07:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6805dabe-c21a-5603-99c0-4415ae345353, identifier: 7010235auction111107
2026-03-29 22:07:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6805dabe-c21a-5603-99c0-4415ae345353 with identifier: 7010235auction111107
2026-03-29 22:07:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6805dabe-c21a-5603-99c0-4415ae345353 with identifier: 7010235auction111107
2026-03-29 22:07:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6805dabe-c21a-5603-99c0-4415ae345353 with identifier: 7010235auction111107 to the API
2026-03-29 22:07:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010235>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '6805dabe-c21a-5603-99c0-4415ae345353',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010235',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Superb',
'odometer': 71920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-06-03',
'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': 2012}
2026-03-29 22:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010235auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:11 [ecarstrade.be] INFO: Saving data for 7010235auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624972.471603, 'last_price_update_time': 1774822031.332408}
2026-03-29 22:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010235auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009261> (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-29 22:07:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:13 [ecarstrade.be] INFO: Extracting details for car 7009261auction111107
2026-03-29 22:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b632e1e1-fa22-5a2c-bec1-ffde53993a5c with identifier: 7009261auction111107
2026-03-29 22:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b632e1e1-fa22-5a2c-bec1-ffde53993a5c with scrape type 2
2026-03-29 22:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b632e1e1-fa22-5a2c-bec1-ffde53993a5c with scrape type 2
2026-03-29 22:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b632e1e1-fa22-5a2c-bec1-ffde53993a5c, identifier: 7009261auction111107
2026-03-29 22:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b632e1e1-fa22-5a2c-bec1-ffde53993a5c with identifier: 7009261auction111107
2026-03-29 22:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b632e1e1-fa22-5a2c-bec1-ffde53993a5c with identifier: 7009261auction111107
2026-03-29 22:07:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b632e1e1-fa22-5a2c-bec1-ffde53993a5c with identifier: 7009261auction111107 to the API
2026-03-29 22:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009261>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'b632e1e1-fa22-5a2c-bec1-ffde53993a5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009261',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy Maxi',
'odometer': 130289,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-01-25',
'seats_number': 7,
'seller_name': None,
'title': "VOLKSWAGEN Caddy Maxi Caddy Maxi Trendline 7-zetels 'Generation "
"Four' 1.4 TSI EU6 BMT 125pk (92KW) Versnellin gsbak 6v",
'transmission': 'manual',
'trim': "VOLKSWAGEN Trendline 7-zetels 'Generation Four' 1.4 TSI EU6 BMT "
'125pk (92KW) Versnellin gsbak 6v',
'vin': None,
'year': 2016}
2026-03-29 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009261auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:13 [ecarstrade.be] INFO: Saving data for 7009261auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624906.758797, 'last_price_update_time': 1774822033.430948}
2026-03-29 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009261auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009260> (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-29 22:07:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:13 [ecarstrade.be] INFO: Extracting details for car 7009260auction111107
2026-03-29 22:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b21f9c-6b03-5be2-983d-0f55c7dffb20 with identifier: 7009260auction111107
2026-03-29 22:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b21f9c-6b03-5be2-983d-0f55c7dffb20 with scrape type 2
2026-03-29 22:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96b21f9c-6b03-5be2-983d-0f55c7dffb20 with scrape type 2
2026-03-29 22:07:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96b21f9c-6b03-5be2-983d-0f55c7dffb20, identifier: 7009260auction111107
2026-03-29 22:07:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96b21f9c-6b03-5be2-983d-0f55c7dffb20 with identifier: 7009260auction111107
2026-03-29 22:07:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96b21f9c-6b03-5be2-983d-0f55c7dffb20 with identifier: 7009260auction111107
2026-03-29 22:07:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96b21f9c-6b03-5be2-983d-0f55c7dffb20 with identifier: 7009260auction111107 to the API
2026-03-29 22:07:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009260>
{'auction_title': '',
'c_o_2_emission_value': 202,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '3.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '96b21f9c-6b03-5be2-983d-0f55c7dffb20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009260',
'listing': 'auction',
'location': 'Belgium',
'make': 'Land Rover',
'model': 'Defender',
'odometer': 30000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER Defender 110 Defender 110 3.0 D MHEV D250 S',
'transmission': 'automatic',
'trim': 'LAND ROVER 110 110 3.0 D MHEV D250 S',
'vin': None,
'year': 2023}
2026-03-29 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009260auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:13 [ecarstrade.be] INFO: Saving data for 7009260auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624950.321325, 'last_price_update_time': 1774822033.902965}
2026-03-29 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009260auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009259> (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-29 22:07:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009199> (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-29 22:07:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:14 [ecarstrade.be] INFO: Extracting details for car 7009259auction111107
2026-03-29 22:07:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a0152d1-1d27-516f-b2c5-d74f08d5dd9e with identifier: 7009259auction111107
2026-03-29 22:07:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a0152d1-1d27-516f-b2c5-d74f08d5dd9e with scrape type 2
2026-03-29 22:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1a0152d1-1d27-516f-b2c5-d74f08d5dd9e with scrape type 2
2026-03-29 22:07:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a0152d1-1d27-516f-b2c5-d74f08d5dd9e, identifier: 7009259auction111107
2026-03-29 22:07:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a0152d1-1d27-516f-b2c5-d74f08d5dd9e with identifier: 7009259auction111107
2026-03-29 22:07:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a0152d1-1d27-516f-b2c5-d74f08d5dd9e with identifier: 7009259auction111107
2026-03-29 22:07:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a0152d1-1d27-516f-b2c5-d74f08d5dd9e with identifier: 7009259auction111107 to the API
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009259>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '1a0152d1-1d27-516f-b2c5-d74f08d5dd9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009259',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 154037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-10-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Caddy Trendline 5-zetels 1.0 TSI EU6 BMT 102pk '
'(75KW) Versnellingsbak 5v',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Trendline 5-zetels 1.0 TSI EU6 BMT 102pk (75KW) '
'Versnellingsbak 5v',
'vin': None,
'year': 2016}
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009259auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:14 [ecarstrade.be] INFO: Saving data for 7009259auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624945.089043, 'last_price_update_time': 1774822034.386098}
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009259auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:14 [ecarstrade.be] INFO: Extracting details for car 7009199auction111107
2026-03-29 22:07:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e2050c2-9825-517d-9b51-37ba8e7caef3 with identifier: 7009199auction111107
2026-03-29 22:07:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e2050c2-9825-517d-9b51-37ba8e7caef3 with scrape type 2
2026-03-29 22:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e2050c2-9825-517d-9b51-37ba8e7caef3 with scrape type 2
2026-03-29 22:07:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e2050c2-9825-517d-9b51-37ba8e7caef3, identifier: 7009199auction111107
2026-03-29 22:07:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e2050c2-9825-517d-9b51-37ba8e7caef3 with identifier: 7009199auction111107
2026-03-29 22:07:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e2050c2-9825-517d-9b51-37ba8e7caef3 with identifier: 7009199auction111107
2026-03-29 22:07:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e2050c2-9825-517d-9b51-37ba8e7caef3 with identifier: 7009199auction111107 to the API
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009199>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.4L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '6e2050c2-9825-517d-9b51-37ba8e7caef3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009199',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 121000,
'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': 'VOLKSWAGEN Tiguan 1.4 TSI ACT 110 kW (150 pk) 6 versnellingen DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN 1.4 TSI ACT 110 kW (150 pk) 6 versnellingen DSG',
'vin': None,
'year': 2017}
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009199auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:14 [ecarstrade.be] INFO: Saving data for 7009199auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624947.335474, 'last_price_update_time': 1774822034.770572}
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009199auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009198> (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-29 22:07:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:17 [ecarstrade.be] INFO: Extracting details for car 7009198auction111107
2026-03-29 22:07:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5cde360-70c3-5116-b2b0-5497442525b1 with identifier: 7009198auction111107
2026-03-29 22:07:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5cde360-70c3-5116-b2b0-5497442525b1 with scrape type 2
2026-03-29 22:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5cde360-70c3-5116-b2b0-5497442525b1 with scrape type 2
2026-03-29 22:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5cde360-70c3-5116-b2b0-5497442525b1, identifier: 7009198auction111107
2026-03-29 22:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5cde360-70c3-5116-b2b0-5497442525b1 with identifier: 7009198auction111107
2026-03-29 22:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5cde360-70c3-5116-b2b0-5497442525b1 with identifier: 7009198auction111107
2026-03-29 22:07:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5cde360-70c3-5116-b2b0-5497442525b1 with identifier: 7009198auction111107 to the API
2026-03-29 22:07:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009198>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'b5cde360-70c3-5116-b2b0-5497442525b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009198',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 29000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc !! D113LE 0 GRBBRBB MSNRSW9 GWC4WC4 GYOSYOS '
'MESI7W0 ( )',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN !! D113LE 0 GRBBRBB MSNRSW9 GWC4WC4 GYOSYOS MESI7W0 ( )',
'vin': None,
'year': 2023}
2026-03-29 22:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009198auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:17 [ecarstrade.be] INFO: Saving data for 7009198auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624904.946053, 'last_price_update_time': 1774822037.375819}
2026-03-29 22:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009198auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009197> (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-29 22:07:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:17 [ecarstrade.be] INFO: Extracting details for car 7009197auction111107
2026-03-29 22:07:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3a0bf29-7253-53f8-8067-b974ffa762b9 with identifier: 7009197auction111107
2026-03-29 22:07:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3a0bf29-7253-53f8-8067-b974ffa762b9 with scrape type 2
2026-03-29 22:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3a0bf29-7253-53f8-8067-b974ffa762b9 with scrape type 2
2026-03-29 22:07:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3a0bf29-7253-53f8-8067-b974ffa762b9, identifier: 7009197auction111107
2026-03-29 22:07:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3a0bf29-7253-53f8-8067-b974ffa762b9 with identifier: 7009197auction111107
2026-03-29 22:07:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3a0bf29-7253-53f8-8067-b974ffa762b9 with identifier: 7009197auction111107
2026-03-29 22:07:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3a0bf29-7253-53f8-8067-b974ffa762b9 with identifier: 7009197auction111107 to the API
2026-03-29 22:07:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009197>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'b3a0bf29-7253-53f8-8067-b974ffa762b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009197',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A4',
'odometer': 132051,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 Avant Audi A4 Avant Business Edition 30 TDI 100(136) '
'kW(pk) S tronic',
'transmission': 'automatic',
'trim': 'AUDI Avant Avant Business Edition 30 TDI 100(136) kW(pk) S '
'tronic',
'vin': None,
'year': 2020}
2026-03-29 22:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009197auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:18 [ecarstrade.be] INFO: Saving data for 7009197auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624949.134402, 'last_price_update_time': 1774822038.192008}
2026-03-29 22:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009197auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009196> (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-29 22:07:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:19 [ecarstrade.be] INFO: Extracting details for car 7009196auction111107
2026-03-29 22:07:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63b8e901-8b1f-5dad-a2fe-ac230aacd26c with identifier: 7009196auction111107
2026-03-29 22:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63b8e901-8b1f-5dad-a2fe-ac230aacd26c with scrape type 2
2026-03-29 22:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63b8e901-8b1f-5dad-a2fe-ac230aacd26c with scrape type 2
2026-03-29 22:07:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63b8e901-8b1f-5dad-a2fe-ac230aacd26c, identifier: 7009196auction111107
2026-03-29 22:07:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63b8e901-8b1f-5dad-a2fe-ac230aacd26c with identifier: 7009196auction111107
2026-03-29 22:07:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63b8e901-8b1f-5dad-a2fe-ac230aacd26c with identifier: 7009196auction111107
2026-03-29 22:07:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63b8e901-8b1f-5dad-a2fe-ac230aacd26c with identifier: 7009196auction111107 to the API
2026-03-29 22:07:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009196>
{'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': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '63b8e901-8b1f-5dad-a2fe-ac230aacd26c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009196',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': 'X4',
'odometer': 156747,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X4 (F26) 2.0 dA xDrive20',
'transmission': 'automatic',
'trim': '(F26) 2.0 dA xDrive20',
'vin': None,
'year': 2016}
2026-03-29 22:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009196auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:19 [ecarstrade.be] INFO: Saving data for 7009196auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624948.377154, 'last_price_update_time': 1774822039.877728}
2026-03-29 22:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009196auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008674> (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-29 22:07:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:20 [ecarstrade.be] INFO: Extracting details for car 7008674auction111107
2026-03-29 22:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b984a8-9e95-5a85-856e-2b95ddab0170 with identifier: 7008674auction111107
2026-03-29 22:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b984a8-9e95-5a85-856e-2b95ddab0170 with scrape type 2
2026-03-29 22:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b984a8-9e95-5a85-856e-2b95ddab0170 with scrape type 2
2026-03-29 22:07:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43b984a8-9e95-5a85-856e-2b95ddab0170, identifier: 7008674auction111107
2026-03-29 22:07:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43b984a8-9e95-5a85-856e-2b95ddab0170 with identifier: 7008674auction111107
2026-03-29 22:07:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43b984a8-9e95-5a85-856e-2b95ddab0170 with identifier: 7008674auction111107
2026-03-29 22:07:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43b984a8-9e95-5a85-856e-2b95ddab0170 with identifier: 7008674auction111107 to the API
2026-03-29 22:07:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008674>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '43b984a8-9e95-5a85-856e-2b95ddab0170',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008674',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Stonic',
'odometer': 76500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Stonic Stonic 1.0 T Navi Edition ISG',
'transmission': 'manual',
'trim': 'KIA 1.0 T Navi Edition ISG',
'vin': None,
'year': 2020}
2026-03-29 22:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008674auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:20 [ecarstrade.be] INFO: Saving data for 7008674auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624945.817636, 'last_price_update_time': 1774822040.704463}
2026-03-29 22:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008674auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008675> (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-29 22:07:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:20 [ecarstrade.be] INFO: Extracting details for car 7008675auction111107
2026-03-29 22:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7a4b907-1cbb-50c5-acae-a51c0d083e61 with identifier: 7008675auction111107
2026-03-29 22:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7a4b907-1cbb-50c5-acae-a51c0d083e61 with scrape type 2
2026-03-29 22:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7a4b907-1cbb-50c5-acae-a51c0d083e61 with scrape type 2
2026-03-29 22:07:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7a4b907-1cbb-50c5-acae-a51c0d083e61, identifier: 7008675auction111107
2026-03-29 22:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7a4b907-1cbb-50c5-acae-a51c0d083e61 with identifier: 7008675auction111107
2026-03-29 22:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7a4b907-1cbb-50c5-acae-a51c0d083e61 with identifier: 7008675auction111107
2026-03-29 22:07:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7a4b907-1cbb-50c5-acae-a51c0d083e61 with identifier: 7008675auction111107 to the API
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008675>
{'auction_title': '',
'c_o_2_emission_value': 194,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.8L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'f7a4b907-1cbb-50c5-acae-a51c0d083e61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008675',
'listing': 'auction',
'location': 'Belgium',
'make': 'Toyota',
'model': 'Hilux',
'odometer': 38150,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-25',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Hilux Double Cab Hilux 2.8 D-4D 4WD Lounge',
'transmission': 'automatic',
'trim': 'TOYOTA Double Cab 2.8 D-4D 4WD Lounge',
'vin': None,
'year': 2022}
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008675auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:21 [ecarstrade.be] INFO: Saving data for 7008675auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624907.80538, 'last_price_update_time': 1774822041.362507}
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008675auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008673> (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-29 22:07:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:21 [ecarstrade.be] INFO: Extracting details for car 7008673auction111107
2026-03-29 22:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ca64d6e-2213-5538-b775-97b288563460 with identifier: 7008673auction111107
2026-03-29 22:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ca64d6e-2213-5538-b775-97b288563460 with scrape type 2
2026-03-29 22:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ca64d6e-2213-5538-b775-97b288563460 with scrape type 2
2026-03-29 22:07:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ca64d6e-2213-5538-b775-97b288563460, identifier: 7008673auction111107
2026-03-29 22:07:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ca64d6e-2213-5538-b775-97b288563460 with identifier: 7008673auction111107
2026-03-29 22:07:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ca64d6e-2213-5538-b775-97b288563460 with identifier: 7008673auction111107
2026-03-29 22:07:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ca64d6e-2213-5538-b775-97b288563460 with identifier: 7008673auction111107 to the API
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008673>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '5ca64d6e-2213-5538-b775-97b288563460',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008673',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volvo',
'model': 'XC40',
'odometer': 78421,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T3 Momentum',
'transmission': 'manual',
'trim': 'VOLVO 1.5 T3 Momentum',
'vin': None,
'year': 2019}
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008673auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:21 [ecarstrade.be] INFO: Saving data for 7008673auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624907.267617, 'last_price_update_time': 1774822041.93044}
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008673auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007109> (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-29 22:07:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:22 [ecarstrade.be] INFO: Extracting details for car 7007109auction111107
2026-03-29 22:07:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7fb4dcdd-065c-59ff-bb40-9436a10622c0 with identifier: 7007109auction111107
2026-03-29 22:07:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7fb4dcdd-065c-59ff-bb40-9436a10622c0 with scrape type 2
2026-03-29 22:07:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7fb4dcdd-065c-59ff-bb40-9436a10622c0 with scrape type 2
2026-03-29 22:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7fb4dcdd-065c-59ff-bb40-9436a10622c0, identifier: 7007109auction111107
2026-03-29 22:07:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7fb4dcdd-065c-59ff-bb40-9436a10622c0 with identifier: 7007109auction111107
2026-03-29 22:07:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7fb4dcdd-065c-59ff-bb40-9436a10622c0 with identifier: 7007109auction111107
2026-03-29 22:07:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7fb4dcdd-065c-59ff-bb40-9436a10622c0 with identifier: 7007109auction111107 to the API
2026-03-29 22:07:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007109>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '7fb4dcdd-065c-59ff-bb40-9436a10622c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007109',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 109031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2012-10-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Caddy Maxi Life 2PLC Caddy Maxi Comfortline 7-zetels '
'Wielbasis 3006 mm Totaal gewicht Motor 2.0 TDI 140pk (103KW) '
'Versnellingsbak',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Maxi Life 2PLC Maxi Comfortline 7-zetels Wielbasis 3006 '
'mm Totaal gewicht Motor 2.0 TDI 140pk (103KW) Versnellingsbak',
'vin': None,
'year': 2012}
2026-03-29 22:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007109auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:22 [ecarstrade.be] INFO: Saving data for 7007109auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624888.206459, 'last_price_update_time': 1774822042.400907}
2026-03-29 22:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007109auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008338> (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-29 22:07:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:23 [ecarstrade.be] INFO: Extracting details for car 7008338auction111107
2026-03-29 22:07:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f30cf395-5f9e-5059-872d-4864314c0896 with identifier: 7008338auction111107
2026-03-29 22:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f30cf395-5f9e-5059-872d-4864314c0896 with scrape type 2
2026-03-29 22:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f30cf395-5f9e-5059-872d-4864314c0896 with scrape type 2
2026-03-29 22:07:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f30cf395-5f9e-5059-872d-4864314c0896, identifier: 7008338auction111107
2026-03-29 22:07:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f30cf395-5f9e-5059-872d-4864314c0896 with identifier: 7008338auction111107
2026-03-29 22:07:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f30cf395-5f9e-5059-872d-4864314c0896 with identifier: 7008338auction111107
2026-03-29 22:07:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f30cf395-5f9e-5059-872d-4864314c0896 with identifier: 7008338auction111107 to the API
2026-03-29 22:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008338>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'f30cf395-5f9e-5059-872d-4864314c0896',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008338',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 160',
'odometer': 57487,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C 160 160',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ 160',
'vin': None,
'year': 2018}
2026-03-29 22:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008338auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:23 [ecarstrade.be] INFO: Saving data for 7008338auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624943.817403, 'last_price_update_time': 1774822043.708557}
2026-03-29 22:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008338auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008336> (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-29 22:07:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:24 [ecarstrade.be] INFO: Extracting details for car 7008336auction111107
2026-03-29 22:07:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9ffb476-e57d-575d-bfc6-f68a6298b954 with identifier: 7008336auction111107
2026-03-29 22:07:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ffb476-e57d-575d-bfc6-f68a6298b954 with scrape type 2
2026-03-29 22:07:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9ffb476-e57d-575d-bfc6-f68a6298b954 with scrape type 2
2026-03-29 22:07:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9ffb476-e57d-575d-bfc6-f68a6298b954, identifier: 7008336auction111107
2026-03-29 22:07:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9ffb476-e57d-575d-bfc6-f68a6298b954 with identifier: 7008336auction111107
2026-03-29 22:07:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9ffb476-e57d-575d-bfc6-f68a6298b954 with identifier: 7008336auction111107
2026-03-29 22:07:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9ffb476-e57d-575d-bfc6-f68a6298b954 with identifier: 7008336auction111107 to the API
2026-03-29 22:07:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008336>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd9ffb476-e57d-575d-bfc6-f68a6298b954',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008336',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 145000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-29',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Mondeo Hybrid Mondeo 2.0 HEV Titanium',
'transmission': 'automatic',
'trim': 'FORD Hybrid 2.0 HEV Titanium',
'vin': None,
'year': 2019}
2026-03-29 22:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008336auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:24 [ecarstrade.be] INFO: Saving data for 7008336auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624906.138564, 'last_price_update_time': 1774822044.408922}
2026-03-29 22:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008336auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010390> (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-29 22:07:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:25 [ecarstrade.be] INFO: Extracting details for car 7010390auction111107
2026-03-29 22:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c97ce96-b2e1-5e28-b556-59b1d4d82669 with identifier: 7010390auction111107
2026-03-29 22:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c97ce96-b2e1-5e28-b556-59b1d4d82669 with scrape type 2
2026-03-29 22:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c97ce96-b2e1-5e28-b556-59b1d4d82669 with scrape type 2
2026-03-29 22:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c97ce96-b2e1-5e28-b556-59b1d4d82669, identifier: 7010390auction111107
2026-03-29 22:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c97ce96-b2e1-5e28-b556-59b1d4d82669 with identifier: 7010390auction111107
2026-03-29 22:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c97ce96-b2e1-5e28-b556-59b1d4d82669 with identifier: 7010390auction111107
2026-03-29 22:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c97ce96-b2e1-5e28-b556-59b1d4d82669 with identifier: 7010390auction111107 to the API
2026-03-29 22:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010390>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '3c97ce96-b2e1-5e28-b556-59b1d4d82669',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010390',
'listing': 'auction',
'location': 'Belgium',
'make': 'Peugeot',
'model': '3008',
'odometer': 96368,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 1.2 PureTech Allure (EU6.2)',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PureTech Allure (EU6.2)',
'vin': None,
'year': 2018}
2026-03-29 22:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277010390auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:26 [ecarstrade.be] INFO: Saving data for 7010390auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624911.385006, 'last_price_update_time': 1774822046.309423}
2026-03-29 22:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010390auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010236> (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-29 22:07:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:26 [ecarstrade.be] INFO: Extracting details for car 7010236auction111107
2026-03-29 22:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e2a347e-daff-51f7-823e-c12673c05961 with identifier: 7010236auction111107
2026-03-29 22:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e2a347e-daff-51f7-823e-c12673c05961 with scrape type 2
2026-03-29 22:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e2a347e-daff-51f7-823e-c12673c05961 with scrape type 2
2026-03-29 22:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e2a347e-daff-51f7-823e-c12673c05961, identifier: 7010236auction111107
2026-03-29 22:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e2a347e-daff-51f7-823e-c12673c05961 with identifier: 7010236auction111107
2026-03-29 22:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e2a347e-daff-51f7-823e-c12673c05961 with identifier: 7010236auction111107
2026-03-29 22:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e2a347e-daff-51f7-823e-c12673c05961 with identifier: 7010236auction111107 to the API
2026-03-29 22:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010236>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': '5e2a347e-daff-51f7-823e-c12673c05961',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010236',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 96564,
'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': 3,
'seller_name': None,
'title': 'FORD Transit Custom 300S Fou Swb Transit Custom 2.0 TDCi L1H1 Trend '
'S/S (EU6.2)',
'transmission': 'manual',
'trim': 'FORD 300S Fou Swb 2.0 TDCi L1H1 Trend S/S (EU6.2)',
'vin': None,
'year': 2020}
2026-03-29 22:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010236auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:27 [ecarstrade.be] INFO: Saving data for 7010236auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624912.667103, 'last_price_update_time': 1774822047.118564}
2026-03-29 22:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010236auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:27 [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-29 22:07:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7013151auction111107
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277013151auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7013151auction111107: 0
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7002076auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002076auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7002076auction111041: 2
2026-03-29 22:07:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001996auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001996auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001996auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001992auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001992auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001992auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7002113auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002113auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7002113auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7002081auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002081auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7002081auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001887auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001887auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001887auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001853auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001853auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001853auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001927auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001927auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001927auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001966auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001966auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001966auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001888auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001888auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001888auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001854auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001854auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001854auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7002117auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002117auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7002117auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7002122auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002122auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7002122auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7002115auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002115auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7002115auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001873auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001873auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001873auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7002114auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002114auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7002114auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001840auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001840auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001840auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001972auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001972auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001972auction111041: 2
2026-03-29 22:07:28 [ecarstrade.be] INFO: Found listing with ID: 7001851auction111041
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001851auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:28 [ecarstrade.be] INFO: Scrape type for 7001851auction111041: 2
2026-03-29 22:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008229> (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-29 22:07:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:28 [ecarstrade.be] INFO: Extracting details for car 7008229auction111107
2026-03-29 22:07:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfdc5c2a-98ef-5f98-8a40-21abbe5c93da with identifier: 7008229auction111107
2026-03-29 22:07:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfdc5c2a-98ef-5f98-8a40-21abbe5c93da with scrape type 2
2026-03-29 22:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfdc5c2a-98ef-5f98-8a40-21abbe5c93da with scrape type 2
2026-03-29 22:07:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfdc5c2a-98ef-5f98-8a40-21abbe5c93da, identifier: 7008229auction111107
2026-03-29 22:07:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfdc5c2a-98ef-5f98-8a40-21abbe5c93da with identifier: 7008229auction111107
2026-03-29 22:07:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfdc5c2a-98ef-5f98-8a40-21abbe5c93da with identifier: 7008229auction111107
2026-03-29 22:07:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfdc5c2a-98ef-5f98-8a40-21abbe5c93da with identifier: 7008229auction111107 to the API
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008229>
{'auction_title': '',
'c_o_2_emission_value': 163,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 3',
'engine': '1.4L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': 'dfdc5c2a-98ef-5f98-8a40-21abbe5c93da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008229',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 168000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2003-04-10',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf SW Golf SW 1.4i Base',
'transmission': 'manual',
'trim': 'VOLKSWAGEN SW SW 1.4i Base',
'vin': None,
'year': 2003}
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008229auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:29 [ecarstrade.be] INFO: Saving data for 7008229auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624944.505563, 'last_price_update_time': 1774822049.256017}
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008229auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008115> (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-29 22:07:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:29 [ecarstrade.be] INFO: Extracting details for car 7008115auction111107
2026-03-29 22:07:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9e06740-e3dc-5821-aa9e-9abce3963a1c with identifier: 7008115auction111107
2026-03-29 22:07:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9e06740-e3dc-5821-aa9e-9abce3963a1c with scrape type 2
2026-03-29 22:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9e06740-e3dc-5821-aa9e-9abce3963a1c with scrape type 2
2026-03-29 22:07:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9e06740-e3dc-5821-aa9e-9abce3963a1c, identifier: 7008115auction111107
2026-03-29 22:07:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9e06740-e3dc-5821-aa9e-9abce3963a1c with identifier: 7008115auction111107
2026-03-29 22:07:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9e06740-e3dc-5821-aa9e-9abce3963a1c with identifier: 7008115auction111107
2026-03-29 22:07:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9e06740-e3dc-5821-aa9e-9abce3963a1c with identifier: 7008115auction111107 to the API
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7008115>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '3.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'd9e06740-e3dc-5821-aa9e-9abce3963a1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008115',
'listing': 'auction',
'location': 'Belgium',
'make': 'Audi',
'model': 'A7',
'odometer': 260179,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2014-03-27',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A7 Sportback Audi A7 Sportback 3.0 TDI quattro 180(245) kW(PS) '
'S tronic',
'transmission': 'automatic',
'trim': 'AUDI Sportback Sportback 3.0 TDI quattro 180(245) kW(PS) S tronic',
'vin': None,
'year': 2014}
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008115auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:29 [ecarstrade.be] INFO: Saving data for 7008115auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624917.71369, 'last_price_update_time': 1774822049.940938}
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008115auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007764> (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-29 22:07:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:30 [ecarstrade.be] INFO: Extracting details for car 7007764auction111107
2026-03-29 22:07:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a4be2761-ac6a-54ed-b2a2-8d84851e3895 with identifier: 7007764auction111107
2026-03-29 22:07:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a4be2761-ac6a-54ed-b2a2-8d84851e3895 with scrape type 2
2026-03-29 22:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a4be2761-ac6a-54ed-b2a2-8d84851e3895 with scrape type 2
2026-03-29 22:07:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a4be2761-ac6a-54ed-b2a2-8d84851e3895, identifier: 7007764auction111107
2026-03-29 22:07:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a4be2761-ac6a-54ed-b2a2-8d84851e3895 with identifier: 7007764auction111107
2026-03-29 22:07:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a4be2761-ac6a-54ed-b2a2-8d84851e3895 with identifier: 7007764auction111107
2026-03-29 22:07:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a4be2761-ac6a-54ed-b2a2-8d84851e3895 with identifier: 7007764auction111107 to the API
2026-03-29 22:07:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007764>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.0L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'a4be2761-ac6a-54ed-b2a2-8d84851e3895',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007764',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 309533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter T6 1000 Fou Swb Transporter Fourgon toit '
'normal 3000 mm 2,0 l TDI BMT 140ch (103KW) Boîte automatique 7 '
'vitesses DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter T6 1000 Fou Swb Transporter Fourgon toit '
'normal 3000 mm 2,0 l TDI BMT 140ch (103KW) Boîte automatique 7 '
'vitesses DSG',
'vin': None,
'year': 2016}
2026-03-29 22:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007764auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:30 [ecarstrade.be] INFO: Saving data for 7007764auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624922.040766, 'last_price_update_time': 1774822050.440394}
2026-03-29 22:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007764auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007763> (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-29 22:07:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:30 [ecarstrade.be] INFO: Extracting details for car 7007763auction111107
2026-03-29 22:07:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b666d68-857f-5723-9fd6-090f6f243f76 with identifier: 7007763auction111107
2026-03-29 22:07:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b666d68-857f-5723-9fd6-090f6f243f76 with scrape type 2
2026-03-29 22:07:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b666d68-857f-5723-9fd6-090f6f243f76 with scrape type 2
2026-03-29 22:07:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b666d68-857f-5723-9fd6-090f6f243f76, identifier: 7007763auction111107
2026-03-29 22:07:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b666d68-857f-5723-9fd6-090f6f243f76 with identifier: 7007763auction111107
2026-03-29 22:07:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b666d68-857f-5723-9fd6-090f6f243f76 with identifier: 7007763auction111107
2026-03-29 22:07:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b666d68-857f-5723-9fd6-090f6f243f76 with identifier: 7007763auction111107 to the API
2026-03-29 22:07:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007763>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '2b666d68-857f-5723-9fd6-090f6f243f76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007763',
'listing': 'auction',
'location': 'Belgium',
'make': 'MAN',
'model': 'Mini Cooper Countryman',
'odometer': 149280,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-02-06',
'seats_number': 5,
'seller_name': None,
'title': 'MINI Mini Countryman (F60) Mini Countryman 1.5 Cooper ALL4',
'transmission': 'manual',
'trim': 'MINI Mini Countryman (F60) Mini Countryman 1.5 Cooper ALL4',
'vin': None,
'year': 2018}
2026-03-29 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007763auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:31 [ecarstrade.be] INFO: Saving data for 7007763auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624858.419365, 'last_price_update_time': 1774822051.021499}
2026-03-29 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007763auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007691> (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-29 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-29 22:07:32 [ecarstrade.be] INFO: Extracting details for car 7007691auction111107
2026-03-29 22:07:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a642206-f3e3-5c77-ac86-72d45ab61cca with identifier: 7007691auction111107
2026-03-29 22:07:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a642206-f3e3-5c77-ac86-72d45ab61cca with scrape type 2
2026-03-29 22:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a642206-f3e3-5c77-ac86-72d45ab61cca with scrape type 2
2026-03-29 22:07:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a642206-f3e3-5c77-ac86-72d45ab61cca, identifier: 7007691auction111107
2026-03-29 22:07:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a642206-f3e3-5c77-ac86-72d45ab61cca with identifier: 7007691auction111107
2026-03-29 22:07:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a642206-f3e3-5c77-ac86-72d45ab61cca with identifier: 7007691auction111107
2026-03-29 22:07:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a642206-f3e3-5c77-ac86-72d45ab61cca with identifier: 7007691auction111107 to the API
2026-03-29 22:07:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007691>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Petrol',
'id': '6a642206-f3e3-5c77-ac86-72d45ab61cca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007691',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'C4 Picasso',
'odometer': 135982,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2015-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C4 Picasso Picasso 1.2 PureTech Seduction S&S',
'transmission': 'manual',
'trim': 'CITROEN Picasso 1.2 PureTech Seduction S&S',
'vin': None,
'year': 2015}
2026-03-29 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277007691auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:32 [ecarstrade.be] INFO: Saving data for 7007691auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624860.912634, 'last_price_update_time': 1774822052.743373}
2026-03-29 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007691auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007689> (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-29 22:07:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:33 [ecarstrade.be] INFO: Extracting details for car 7007689auction111107
2026-03-29 22:07:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd68612c-ea33-5daa-9780-418d17fb0ed7 with identifier: 7007689auction111107
2026-03-29 22:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd68612c-ea33-5daa-9780-418d17fb0ed7 with scrape type 2
2026-03-29 22:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd68612c-ea33-5daa-9780-418d17fb0ed7 with scrape type 2
2026-03-29 22:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd68612c-ea33-5daa-9780-418d17fb0ed7, identifier: 7007689auction111107
2026-03-29 22:07:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd68612c-ea33-5daa-9780-418d17fb0ed7 with identifier: 7007689auction111107
2026-03-29 22:07:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd68612c-ea33-5daa-9780-418d17fb0ed7 with identifier: 7007689auction111107
2026-03-29 22:07:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd68612c-ea33-5daa-9780-418d17fb0ed7 with identifier: 7007689auction111107 to the API
2026-03-29 22:07:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007689>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.6L',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'cd68612c-ea33-5daa-9780-418d17fb0ed7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007689',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'C-Max',
'odometer': 281870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'FORD C-Max C-Max 1.6 TDCi Titanium Start-Stop',
'transmission': 'manual',
'trim': 'FORD 1.6 TDCi Titanium Start-Stop',
'vin': None,
'year': 2013}
2026-03-29 22:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007689auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:33 [ecarstrade.be] INFO: Saving data for 7007689auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624860.436258, 'last_price_update_time': 1774822053.87678}
2026-03-29 22:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007689auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:35 [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-29 22:07:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001978auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001978auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001978auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001871auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001871auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001871auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001991auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001991auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001991auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001869auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001869auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001869auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7002116auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002116auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7002116auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001892auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001892auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001892auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7002119auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002119auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7002119auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7002083auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002083auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7002083auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7002072auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002072auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7002072auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7002082auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002082auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7002082auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7002075auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002075auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7002075auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001881auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001881auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001881auction111041: 2
2026-03-29 22:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002076> (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-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001953auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001953auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001953auction111041: 2
2026-03-29 22:07:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001959auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001959auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001959auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001841auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001841auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001841auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001856auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001856auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001856auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7002061auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002061auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7002061auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7002101auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002101auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7002101auction111041: 2
2026-03-29 22:07:35 [ecarstrade.be] INFO: Extracting details for car 7002076auction111041
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001882auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001882auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001882auction111041: 2
2026-03-29 22:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86ba4418-0996-519d-a907-bddd8a5e02f3 with identifier: 7002076auction111041
2026-03-29 22:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86ba4418-0996-519d-a907-bddd8a5e02f3 with scrape type 2
2026-03-29 22:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86ba4418-0996-519d-a907-bddd8a5e02f3 with scrape type 2
2026-03-29 22:07:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86ba4418-0996-519d-a907-bddd8a5e02f3, identifier: 7002076auction111041
2026-03-29 22:07:35 [ecarstrade.be] INFO: Found listing with ID: 7001971auction111041
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001971auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Scrape type for 7001971auction111041: 2
2026-03-29 22:07:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86ba4418-0996-519d-a907-bddd8a5e02f3 with identifier: 7002076auction111041
2026-03-29 22:07:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86ba4418-0996-519d-a907-bddd8a5e02f3 with identifier: 7002076auction111041
2026-03-29 22:07:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86ba4418-0996-519d-a907-bddd8a5e02f3 with identifier: 7002076auction111041 to the API
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002076>
{'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-31T09:10:00Z',
'fuel_type': 'Electric',
'id': '86ba4418-0996-519d-a907-bddd8a5e02f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002076',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Tesla',
'model': 'Model S',
'odometer': 49783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-07-10',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL S BEV ALL-WHEEL DRIVE AUTO',
'transmission': 'automatic',
'trim': 'TESLA MODEL S BEV ALL-WHEEL DRIVE AUTO',
'vin': None,
'year': 2024}
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002076auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:35 [ecarstrade.be] INFO: Saving data for 7002076auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538363.406287, 'last_price_update_time': 1774822055.959905}
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002076auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001996> (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-29 22:07:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:36 [ecarstrade.be] INFO: Extracting details for car 7001996auction111041
2026-03-29 22:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4daffc91-02f6-5f91-b1bd-5ad05f902728 with identifier: 7001996auction111041
2026-03-29 22:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4daffc91-02f6-5f91-b1bd-5ad05f902728 with scrape type 2
2026-03-29 22:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4daffc91-02f6-5f91-b1bd-5ad05f902728 with scrape type 2
2026-03-29 22:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4daffc91-02f6-5f91-b1bd-5ad05f902728, identifier: 7001996auction111041
2026-03-29 22:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4daffc91-02f6-5f91-b1bd-5ad05f902728 with identifier: 7001996auction111041
2026-03-29 22:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4daffc91-02f6-5f91-b1bd-5ad05f902728 with identifier: 7001996auction111041
2026-03-29 22:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4daffc91-02f6-5f91-b1bd-5ad05f902728 with identifier: 7001996auction111041 to the API
2026-03-29 22:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001996>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4daffc91-02f6-5f91-b1bd-5ad05f902728',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001996',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 22368,
'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': 'MERCEDES-BENZ GLC COUPE 2.0 GLC 300 DE PHEV 4MATIC BUS SOL AUTO',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC COUPE 2.0 DE PHEV 4MATIC BUS SOL AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001996auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:36 [ecarstrade.be] INFO: Saving data for 7001996auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538378.787217, 'last_price_update_time': 1774822056.538388}
2026-03-29 22:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001996auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002113> (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-29 22:07:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:36 [ecarstrade.be] INFO: Extracting details for car 7002113auction111041
2026-03-29 22:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae031e0-2e1f-513a-8de9-909b97fc9cf3 with identifier: 7002113auction111041
2026-03-29 22:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae031e0-2e1f-513a-8de9-909b97fc9cf3 with scrape type 2
2026-03-29 22:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ae031e0-2e1f-513a-8de9-909b97fc9cf3 with scrape type 2
2026-03-29 22:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ae031e0-2e1f-513a-8de9-909b97fc9cf3, identifier: 7002113auction111041
2026-03-29 22:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ae031e0-2e1f-513a-8de9-909b97fc9cf3 with identifier: 7002113auction111041
2026-03-29 22:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ae031e0-2e1f-513a-8de9-909b97fc9cf3 with identifier: 7002113auction111041
2026-03-29 22:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ae031e0-2e1f-513a-8de9-909b97fc9cf3 with identifier: 7002113auction111041 to the API
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002113>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9ae031e0-2e1f-513a-8de9-909b97fc9cf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002113',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'V90 Cross Country',
'odometer': 113361,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V90 CROSS COUNTRY 2.0 B4 D 4WD GEARTR. CROSS COUNTRY PRO',
'transmission': 'automatic',
'trim': 'VOLVO V90 CROSS COUNTRY 2.0 B4 D 4WD GEARTR. CROSS COUNTRY PRO',
'vin': None,
'year': 2021}
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002113auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:37 [ecarstrade.be] INFO: Saving data for 7002113auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538378.43723, 'last_price_update_time': 1774822057.36248}
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002113auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007644> (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-29 22:07:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:37 [ecarstrade.be] INFO: Extracting details for car 7007644auction111107
2026-03-29 22:07:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7c3e7e3-207c-5bc1-8e4b-63f7314fdc2a with identifier: 7007644auction111107
2026-03-29 22:07:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7c3e7e3-207c-5bc1-8e4b-63f7314fdc2a with scrape type 2
2026-03-29 22:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7c3e7e3-207c-5bc1-8e4b-63f7314fdc2a with scrape type 2
2026-03-29 22:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7c3e7e3-207c-5bc1-8e4b-63f7314fdc2a, identifier: 7007644auction111107
2026-03-29 22:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7c3e7e3-207c-5bc1-8e4b-63f7314fdc2a with identifier: 7007644auction111107
2026-03-29 22:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7c3e7e3-207c-5bc1-8e4b-63f7314fdc2a with identifier: 7007644auction111107
2026-03-29 22:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7c3e7e3-207c-5bc1-8e4b-63f7314fdc2a with identifier: 7007644auction111107 to the API
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7007644>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '',
'expiration_date': '2026-03-31T06:40:00Z',
'fuel_type': 'Diesel',
'id': 'e7c3e7e3-207c-5bc1-8e4b-63f7314fdc2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007644',
'listing': 'auction',
'location': 'Belgium',
'make': 'Hyundai',
'model': 'i30',
'odometer': 202165,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI i30 SW Dsl i30 SW 1.6 CRDi Lounge',
'transmission': 'automatic',
'trim': 'HYUNDAI SW Dsl SW 1.6 CRDi Lounge',
'vin': None,
'year': 2013}
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007644auction111107%27 HTTP/1.1" 200 None
2026-03-29 22:07:37 [ecarstrade.be] INFO: Saving data for 7007644auction111107: {'auction_closing_time': 1774939200.0, 'created_time': 1774624888.806508, 'last_price_update_time': 1774822057.87567}
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007644auction111107') HTTP/1.1" 204 0
2026-03-29 22:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001992> (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-29 22:07:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:38 [ecarstrade.be] INFO: Extracting details for car 7001992auction111041
2026-03-29 22:07:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 397a5394-da36-5b28-9007-ec8b3035c721 with identifier: 7001992auction111041
2026-03-29 22:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 397a5394-da36-5b28-9007-ec8b3035c721 with scrape type 2
2026-03-29 22:07:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 397a5394-da36-5b28-9007-ec8b3035c721 with scrape type 2
2026-03-29 22:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 397a5394-da36-5b28-9007-ec8b3035c721, identifier: 7001992auction111041
2026-03-29 22:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 397a5394-da36-5b28-9007-ec8b3035c721 with identifier: 7001992auction111041
2026-03-29 22:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 397a5394-da36-5b28-9007-ec8b3035c721 with identifier: 7001992auction111041
2026-03-29 22:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 397a5394-da36-5b28-9007-ec8b3035c721 with identifier: 7001992auction111041 to the API
2026-03-29 22:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001992>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.9L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '397a5394-da36-5b28-9007-ec8b3035c721',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001992',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 106638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC 2.0 GLC 300 DE 4MATIC 4WD BUS SOL AUTO',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC 2.0 DE 4MATIC 4WD BUS SOL AUTO',
'vin': None,
'year': 2021}
2026-03-29 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001992auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:38 [ecarstrade.be] INFO: Saving data for 7001992auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538377.698425, 'last_price_update_time': 1774822058.36832}
2026-03-29 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001992auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002081> (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-29 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-29 22:07:39 [ecarstrade.be] INFO: Extracting details for car 7002081auction111041
2026-03-29 22:07:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ae32e83-c847-5dec-b77f-a523b918469b with identifier: 7002081auction111041
2026-03-29 22:07:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ae32e83-c847-5dec-b77f-a523b918469b with scrape type 2
2026-03-29 22:07:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ae32e83-c847-5dec-b77f-a523b918469b with scrape type 2
2026-03-29 22:07:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ae32e83-c847-5dec-b77f-a523b918469b, identifier: 7002081auction111041
2026-03-29 22:07:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ae32e83-c847-5dec-b77f-a523b918469b with identifier: 7002081auction111041
2026-03-29 22:07:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ae32e83-c847-5dec-b77f-a523b918469b with identifier: 7002081auction111041
2026-03-29 22:07:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ae32e83-c847-5dec-b77f-a523b918469b with identifier: 7002081auction111041 to the API
2026-03-29 22:07:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002081>
{'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-31T09:10:00Z',
'fuel_type': 'Electric',
'id': '4ae32e83-c847-5dec-b77f-a523b918469b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002081',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 121404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-14',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y BEV 75KWH LONG RANGE AUTO 4WD',
'vin': None,
'year': 2022}
2026-03-29 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002081auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:39 [ecarstrade.be] INFO: Saving data for 7002081auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538371.754949, 'last_price_update_time': 1774822059.398458}
2026-03-29 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002081auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001887> (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-29 22:07:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:40 [ecarstrade.be] INFO: Extracting details for car 7001887auction111041
2026-03-29 22:07:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71fc2f6e-887a-51b4-ae1a-e90ea70efd68 with identifier: 7001887auction111041
2026-03-29 22:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71fc2f6e-887a-51b4-ae1a-e90ea70efd68 with scrape type 2
2026-03-29 22:07:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71fc2f6e-887a-51b4-ae1a-e90ea70efd68 with scrape type 2
2026-03-29 22:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71fc2f6e-887a-51b4-ae1a-e90ea70efd68, identifier: 7001887auction111041
2026-03-29 22:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71fc2f6e-887a-51b4-ae1a-e90ea70efd68 with identifier: 7001887auction111041
2026-03-29 22:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71fc2f6e-887a-51b4-ae1a-e90ea70efd68 with identifier: 7001887auction111041
2026-03-29 22:07:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71fc2f6e-887a-51b4-ae1a-e90ea70efd68 with identifier: 7001887auction111041 to the API
2026-03-29 22:07:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001887>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '71fc2f6e-887a-51b4-ae1a-e90ea70efd68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001887',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X3',
'odometer': 33237,
'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 X3 2.0 SDRIVE18D (100KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 SDRIVE18D (100KW) AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001887auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:40 [ecarstrade.be] INFO: Saving data for 7001887auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538331.997904, 'last_price_update_time': 1774822060.51051}
2026-03-29 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001887auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001853> (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-29 22:07:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:41 [ecarstrade.be] INFO: Extracting details for car 7001853auction111041
2026-03-29 22:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3214325b-4713-5623-8371-6d2115b659e8 with identifier: 7001853auction111041
2026-03-29 22:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3214325b-4713-5623-8371-6d2115b659e8 with scrape type 2
2026-03-29 22:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3214325b-4713-5623-8371-6d2115b659e8 with scrape type 2
2026-03-29 22:07:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3214325b-4713-5623-8371-6d2115b659e8, identifier: 7001853auction111041
2026-03-29 22:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3214325b-4713-5623-8371-6d2115b659e8 with identifier: 7001853auction111041
2026-03-29 22:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3214325b-4713-5623-8371-6d2115b659e8 with identifier: 7001853auction111041
2026-03-29 22:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3214325b-4713-5623-8371-6d2115b659e8 with identifier: 7001853auction111041 to the API
2026-03-29 22:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001853>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3214325b-4713-5623-8371-6d2115b659e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001853',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 35405,
'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 Q3 Sportback 1.4 45 TFSI E S TRONIC S LINE',
'transmission': 'automatic',
'trim': 'AUDI Sportback 1.4 45 TFSI E S TRONIC S LINE',
'vin': None,
'year': 2022}
2026-03-29 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001853auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:41 [ecarstrade.be] INFO: Saving data for 7001853auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538329.327834, 'last_price_update_time': 1774822061.735133}
2026-03-29 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001853auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001927> (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-29 22:07:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:41 [ecarstrade.be] INFO: Extracting details for car 7001927auction111041
2026-03-29 22:07:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19a27b5b-1e29-594e-b027-2b3d298470cf with identifier: 7001927auction111041
2026-03-29 22:07:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19a27b5b-1e29-594e-b027-2b3d298470cf with scrape type 2
2026-03-29 22:07:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19a27b5b-1e29-594e-b027-2b3d298470cf with scrape type 2
2026-03-29 22:07:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19a27b5b-1e29-594e-b027-2b3d298470cf, identifier: 7001927auction111041
2026-03-29 22:07:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19a27b5b-1e29-594e-b027-2b3d298470cf with identifier: 7001927auction111041
2026-03-29 22:07:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19a27b5b-1e29-594e-b027-2b3d298470cf with identifier: 7001927auction111041
2026-03-29 22:07:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19a27b5b-1e29-594e-b027-2b3d298470cf with identifier: 7001927auction111041 to the API
2026-03-29 22:07:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001927>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '19a27b5b-1e29-594e-b027-2b3d298470cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001927',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 100708,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-11',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI SANTA FE 1.6 T-GDI PHEV 4WD SHINE AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI SANTA FE 1.6 T-GDI PHEV 4WD SHINE AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001927auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:42 [ecarstrade.be] INFO: Saving data for 7001927auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538326.982106, 'last_price_update_time': 1774822062.228339}
2026-03-29 22:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001927auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001851> (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-29 22:07:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:42 [ecarstrade.be] INFO: Extracting details for car 7001851auction111041
2026-03-29 22:07:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55205a3a-6416-55bb-b4e0-bc6c1937ef2a with identifier: 7001851auction111041
2026-03-29 22:07:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55205a3a-6416-55bb-b4e0-bc6c1937ef2a with scrape type 2
2026-03-29 22:07:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55205a3a-6416-55bb-b4e0-bc6c1937ef2a with scrape type 2
2026-03-29 22:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55205a3a-6416-55bb-b4e0-bc6c1937ef2a, identifier: 7001851auction111041
2026-03-29 22:07:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55205a3a-6416-55bb-b4e0-bc6c1937ef2a with identifier: 7001851auction111041
2026-03-29 22:07:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55205a3a-6416-55bb-b4e0-bc6c1937ef2a with identifier: 7001851auction111041
2026-03-29 22:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55205a3a-6416-55bb-b4e0-bc6c1937ef2a with identifier: 7001851auction111041 to the API
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001851>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '55205a3a-6416-55bb-b4e0-bc6c1937ef2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001851',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q3',
'odometer': 110356,
'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': 5,
'seller_name': None,
'title': 'AUDI Q3 2.0 35 TDI S TRONIC BUS. ED. ATTRACTION',
'transmission': 'automatic',
'trim': 'AUDI 2.0 35 TDI S TRONIC BUS. ED. ATTRACTION',
'vin': None,
'year': 2023}
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001851auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:43 [ecarstrade.be] INFO: Saving data for 7001851auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538328.536215, 'last_price_update_time': 1774822063.23601}
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001851auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001972> (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-29 22:07:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:43 [ecarstrade.be] INFO: Extracting details for car 7001972auction111041
2026-03-29 22:07:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c2c4853-04e5-5d1f-aa41-0b17da1a5614 with identifier: 7001972auction111041
2026-03-29 22:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c2c4853-04e5-5d1f-aa41-0b17da1a5614 with scrape type 2
2026-03-29 22:07:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c2c4853-04e5-5d1f-aa41-0b17da1a5614 with scrape type 2
2026-03-29 22:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c2c4853-04e5-5d1f-aa41-0b17da1a5614, identifier: 7001972auction111041
2026-03-29 22:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c2c4853-04e5-5d1f-aa41-0b17da1a5614 with identifier: 7001972auction111041
2026-03-29 22:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c2c4853-04e5-5d1f-aa41-0b17da1a5614 with identifier: 7001972auction111041
2026-03-29 22:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c2c4853-04e5-5d1f-aa41-0b17da1a5614 with identifier: 7001972auction111041 to the API
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001972>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.9L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4c2c4853-04e5-5d1f-aa41-0b17da1a5614',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001972',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 200',
'odometer': 147755,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA 2.0 CLA 200 D DCT BUSINESS SOLUTION',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA 2.0 D DCT BUSINESS SOLUTION',
'vin': None,
'year': 2021}
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001972auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:43 [ecarstrade.be] INFO: Saving data for 7001972auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538328.195438, 'last_price_update_time': 1774822063.794095}
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001972auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001840> (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-29 22:07:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002114> (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-29 22:07:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:44 [ecarstrade.be] INFO: Extracting details for car 7001840auction111041
2026-03-29 22:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0502425-5c01-53fd-a6d9-8acb7ee708b8 with identifier: 7001840auction111041
2026-03-29 22:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0502425-5c01-53fd-a6d9-8acb7ee708b8 with scrape type 2
2026-03-29 22:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0502425-5c01-53fd-a6d9-8acb7ee708b8 with scrape type 2
2026-03-29 22:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0502425-5c01-53fd-a6d9-8acb7ee708b8, identifier: 7001840auction111041
2026-03-29 22:07:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0502425-5c01-53fd-a6d9-8acb7ee708b8 with identifier: 7001840auction111041
2026-03-29 22:07:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0502425-5c01-53fd-a6d9-8acb7ee708b8 with identifier: 7001840auction111041
2026-03-29 22:07:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0502425-5c01-53fd-a6d9-8acb7ee708b8 with identifier: 7001840auction111041 to the API
2026-03-29 22:07:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001840>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Electric',
'id': 'e0502425-5c01-53fd-a6d9-8acb7ee708b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001840',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 157744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 BEV 75KWH LONG RANGE DUAL MOTOR 4WD AUTO',
'transmission': 'automatic',
'trim': 'TESLA MODEL 3 BEV 75KWH LONG RANGE DUAL MOTOR 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001840auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:44 [ecarstrade.be] INFO: Saving data for 7001840auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538327.614262, 'last_price_update_time': 1774822064.661822}
2026-03-29 22:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001840auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:44 [ecarstrade.be] INFO: Extracting details for car 7002114auction111041
2026-03-29 22:07:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c27c55b-accc-56a7-a436-6b8d0c23d1d1 with identifier: 7002114auction111041
2026-03-29 22:07:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c27c55b-accc-56a7-a436-6b8d0c23d1d1 with scrape type 2
2026-03-29 22:07:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c27c55b-accc-56a7-a436-6b8d0c23d1d1 with scrape type 2
2026-03-29 22:07:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c27c55b-accc-56a7-a436-6b8d0c23d1d1, identifier: 7002114auction111041
2026-03-29 22:07:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c27c55b-accc-56a7-a436-6b8d0c23d1d1 with identifier: 7002114auction111041
2026-03-29 22:07:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c27c55b-accc-56a7-a436-6b8d0c23d1d1 with identifier: 7002114auction111041
2026-03-29 22:07:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c27c55b-accc-56a7-a436-6b8d0c23d1d1 with identifier: 7002114auction111041 to the API
2026-03-29 22:07:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002114>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '3c27c55b-accc-56a7-a436-6b8d0c23d1d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002114',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 43099,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-06',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T2 CORE',
'transmission': 'manual',
'trim': 'VOLVO 1.5 T2 CORE',
'vin': None,
'year': 2023}
2026-03-29 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002114auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:45 [ecarstrade.be] INFO: Saving data for 7002114auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538330.570946, 'last_price_update_time': 1774822065.05347}
2026-03-29 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002114auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001873> (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-29 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-29 22:07:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002115> (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-29 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-29 22:07:47 [ecarstrade.be] INFO: Extracting details for car 7001873auction111041
2026-03-29 22:07:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 755bcaa0-1a8f-503d-82d3-e091d3aeaf81 with identifier: 7001873auction111041
2026-03-29 22:07:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 755bcaa0-1a8f-503d-82d3-e091d3aeaf81 with scrape type 2
2026-03-29 22:07:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 755bcaa0-1a8f-503d-82d3-e091d3aeaf81 with scrape type 2
2026-03-29 22:07:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 755bcaa0-1a8f-503d-82d3-e091d3aeaf81, identifier: 7001873auction111041
2026-03-29 22:07:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 755bcaa0-1a8f-503d-82d3-e091d3aeaf81 with identifier: 7001873auction111041
2026-03-29 22:07:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 755bcaa0-1a8f-503d-82d3-e091d3aeaf81 with identifier: 7001873auction111041
2026-03-29 22:07:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 755bcaa0-1a8f-503d-82d3-e091d3aeaf81 with identifier: 7001873auction111041 to the API
2026-03-29 22:07:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001873>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Electric',
'id': '755bcaa0-1a8f-503d-82d3-e091d3aeaf81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001873',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'iX3',
'odometer': 138884,
'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': 'BMW IX3 80KWH AUTO',
'transmission': 'automatic',
'trim': 'IX3 80KWH AUTO',
'vin': None,
'year': 2021}
2026-03-29 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001873auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:48 [ecarstrade.be] INFO: Saving data for 7001873auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538325.980778, 'last_price_update_time': 1774822068.872341}
2026-03-29 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001873auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:48 [ecarstrade.be] INFO: Extracting details for car 7002115auction111041
2026-03-29 22:07:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002122> (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-29 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-29 22:07:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed2fc0de-0265-5b33-bbfa-175b17a4bd5d with identifier: 7002115auction111041
2026-03-29 22:07:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed2fc0de-0265-5b33-bbfa-175b17a4bd5d with scrape type 2
2026-03-29 22:07:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ed2fc0de-0265-5b33-bbfa-175b17a4bd5d with scrape type 2
2026-03-29 22:07:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed2fc0de-0265-5b33-bbfa-175b17a4bd5d, identifier: 7002115auction111041
2026-03-29 22:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed2fc0de-0265-5b33-bbfa-175b17a4bd5d with identifier: 7002115auction111041
2026-03-29 22:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed2fc0de-0265-5b33-bbfa-175b17a4bd5d with identifier: 7002115auction111041
2026-03-29 22:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed2fc0de-0265-5b33-bbfa-175b17a4bd5d with identifier: 7002115auction111041 to the API
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002115>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ed2fc0de-0265-5b33-bbfa-175b17a4bd5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002115',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 86531,
'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': 'VOLVO XC40 1.5 T4 PHEV INSCRIPTION DCT',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 PHEV INSCRIPTION DCT',
'vin': None,
'year': 2022}
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002115auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:49 [ecarstrade.be] INFO: Saving data for 7002115auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538324.015629, 'last_price_update_time': 1774822069.267463}
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002115auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:49 [ecarstrade.be] INFO: Extracting details for car 7002122auction111041
2026-03-29 22:07:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001881> (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-29 22:07:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9902bc0-33fb-568d-9b8c-003b8e7534a1 with identifier: 7002122auction111041
2026-03-29 22:07:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9902bc0-33fb-568d-9b8c-003b8e7534a1 with scrape type 2
2026-03-29 22:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9902bc0-33fb-568d-9b8c-003b8e7534a1 with scrape type 2
2026-03-29 22:07:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9902bc0-33fb-568d-9b8c-003b8e7534a1, identifier: 7002122auction111041
2026-03-29 22:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9902bc0-33fb-568d-9b8c-003b8e7534a1 with identifier: 7002122auction111041
2026-03-29 22:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9902bc0-33fb-568d-9b8c-003b8e7534a1 with identifier: 7002122auction111041
2026-03-29 22:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9902bc0-33fb-568d-9b8c-003b8e7534a1 with identifier: 7002122auction111041 to the API
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002122>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e9902bc0-33fb-568d-9b8c-003b8e7534a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002122',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 140718,
'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': 'VOLVO XC60 - 2017 2.0 T6 AWD PHEV Inscription Geartronic',
'transmission': 'automatic',
'trim': 'VOLVO - 2017 2.0 T6 AWD PHEV Inscription Geartronic',
'vin': None,
'year': 2021}
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002122auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:49 [ecarstrade.be] INFO: Saving data for 7002122auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538323.38923, 'last_price_update_time': 1774822069.699062}
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002122auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:49 [ecarstrade.be] INFO: Extracting details for car 7001881auction111041
2026-03-29 22:07:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3169cb1-2a01-5e0a-adfd-fd026ec2cb29 with identifier: 7001881auction111041
2026-03-29 22:07:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3169cb1-2a01-5e0a-adfd-fd026ec2cb29 with scrape type 2
2026-03-29 22:07:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3169cb1-2a01-5e0a-adfd-fd026ec2cb29 with scrape type 2
2026-03-29 22:07:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3169cb1-2a01-5e0a-adfd-fd026ec2cb29, identifier: 7001881auction111041
2026-03-29 22:07:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3169cb1-2a01-5e0a-adfd-fd026ec2cb29 with identifier: 7001881auction111041
2026-03-29 22:07:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3169cb1-2a01-5e0a-adfd-fd026ec2cb29 with identifier: 7001881auction111041
2026-03-29 22:07:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3169cb1-2a01-5e0a-adfd-fd026ec2cb29 with identifier: 7001881auction111041 to the API
2026-03-29 22:07:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001881>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b3169cb1-2a01-5e0a-adfd-fd026ec2cb29',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001881',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 79604,
'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 X1 1.5 XDRIVE25E (162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E (162KW)',
'vin': None,
'year': 2021}
2026-03-29 22:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001881auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:50 [ecarstrade.be] INFO: Saving data for 7001881auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538375.922531, 'last_price_update_time': 1774822070.102979}
2026-03-29 22:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001881auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001971> (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-29 22:07:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:50 [ecarstrade.be] INFO: Extracting details for car 7001971auction111041
2026-03-29 22:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c37762a0-1e11-5543-acdd-e56758f7f3f0 with identifier: 7001971auction111041
2026-03-29 22:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c37762a0-1e11-5543-acdd-e56758f7f3f0 with scrape type 2
2026-03-29 22:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c37762a0-1e11-5543-acdd-e56758f7f3f0 with scrape type 2
2026-03-29 22:07:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c37762a0-1e11-5543-acdd-e56758f7f3f0, identifier: 7001971auction111041
2026-03-29 22:07:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c37762a0-1e11-5543-acdd-e56758f7f3f0 with identifier: 7001971auction111041
2026-03-29 22:07:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c37762a0-1e11-5543-acdd-e56758f7f3f0 with identifier: 7001971auction111041
2026-03-29 22:07:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c37762a0-1e11-5543-acdd-e56758f7f3f0 with identifier: 7001971auction111041 to the API
2026-03-29 22:07:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001971>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c37762a0-1e11-5543-acdd-e56758f7f3f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001971',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 93864,
'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': '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-29 22:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001971auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:50 [ecarstrade.be] INFO: Saving data for 7001971auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538359.108064, 'last_price_update_time': 1774822070.587805}
2026-03-29 22:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001971auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002101> (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-29 22:07:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002061> (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-29 22:07:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:50 [ecarstrade.be] INFO: Extracting details for car 7002101auction111041
2026-03-29 22:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dddfd31c-1a3a-5380-a262-ba200bbe5912 with identifier: 7002101auction111041
2026-03-29 22:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dddfd31c-1a3a-5380-a262-ba200bbe5912 with scrape type 2
2026-03-29 22:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dddfd31c-1a3a-5380-a262-ba200bbe5912 with scrape type 2
2026-03-29 22:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dddfd31c-1a3a-5380-a262-ba200bbe5912, identifier: 7002101auction111041
2026-03-29 22:07:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dddfd31c-1a3a-5380-a262-ba200bbe5912 with identifier: 7002101auction111041
2026-03-29 22:07:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dddfd31c-1a3a-5380-a262-ba200bbe5912 with identifier: 7002101auction111041
2026-03-29 22:07:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dddfd31c-1a3a-5380-a262-ba200bbe5912 with identifier: 7002101auction111041 to the API
2026-03-29 22:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002101>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '1.4L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'dddfd31c-1a3a-5380-a262-ba200bbe5912',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002101',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Passat',
'odometer': 57955,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-31',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT 1.4 TSI GTE BUSINESS DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT 1.4 TSI GTE BUSINESS DSG',
'vin': None,
'year': 2021}
2026-03-29 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002101auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:51 [ecarstrade.be] INFO: Saving data for 7002101auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538358.158814, 'last_price_update_time': 1774822071.308205}
2026-03-29 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002101auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:51 [ecarstrade.be] INFO: Extracting details for car 7002061auction111041
2026-03-29 22:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 323d1d42-15ea-5ea3-b8bc-50558414a853 with identifier: 7002061auction111041
2026-03-29 22:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 323d1d42-15ea-5ea3-b8bc-50558414a853 with scrape type 2
2026-03-29 22:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 323d1d42-15ea-5ea3-b8bc-50558414a853 with scrape type 2
2026-03-29 22:07:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 323d1d42-15ea-5ea3-b8bc-50558414a853, identifier: 7002061auction111041
2026-03-29 22:07:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 323d1d42-15ea-5ea3-b8bc-50558414a853 with identifier: 7002061auction111041
2026-03-29 22:07:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 323d1d42-15ea-5ea3-b8bc-50558414a853 with identifier: 7002061auction111041
2026-03-29 22:07:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 323d1d42-15ea-5ea3-b8bc-50558414a853 with identifier: 7002061auction111041 to the API
2026-03-29 22:07:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:07: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-29 22:07:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002061>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Electric',
'id': '323d1d42-15ea-5ea3-b8bc-50558414a853',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002061',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 52903,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-18',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA ENYAQ 62KWH IV 60',
'transmission': 'automatic',
'trim': 'SKODA ENYAQ 62KWH IV 60',
'vin': None,
'year': 2023}
2026-03-29 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002061auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:51 [ecarstrade.be] INFO: Saving data for 7002061auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538360.20405, 'last_price_update_time': 1774822071.702236}
2026-03-29 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002061auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001882> (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-29 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-29 22:07:52 [ecarstrade.be] INFO: Extracting details for car 7001882auction111041
2026-03-29 22:07:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aff41ca4-6a79-5862-bc97-eb7867803b7c with identifier: 7001882auction111041
2026-03-29 22:07:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aff41ca4-6a79-5862-bc97-eb7867803b7c with scrape type 2
2026-03-29 22:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aff41ca4-6a79-5862-bc97-eb7867803b7c with scrape type 2
2026-03-29 22:07:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aff41ca4-6a79-5862-bc97-eb7867803b7c, identifier: 7001882auction111041
2026-03-29 22:07:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aff41ca4-6a79-5862-bc97-eb7867803b7c with identifier: 7001882auction111041
2026-03-29 22:07:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aff41ca4-6a79-5862-bc97-eb7867803b7c with identifier: 7001882auction111041
2026-03-29 22:07:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aff41ca4-6a79-5862-bc97-eb7867803b7c with identifier: 7001882auction111041 to the API
2026-03-29 22:07:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001882>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aff41ca4-6a79-5862-bc97-eb7867803b7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001882',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 56538,
'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': 'BMW X1 1.5 XDRIVE25E PHEV 162KW)',
'transmission': 'automatic',
'trim': '1.5 XDRIVE25E PHEV 162KW)',
'vin': None,
'year': 2022}
2026-03-29 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001882auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:52 [ecarstrade.be] INFO: Saving data for 7001882auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538376.719915, 'last_price_update_time': 1774822072.628658}
2026-03-29 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001882auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001856> (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-29 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-29 22:07:55 [ecarstrade.be] INFO: Extracting details for car 7001856auction111041
2026-03-29 22:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f52de144-6cc1-5f8b-9bb6-a8513703fda5 with identifier: 7001856auction111041
2026-03-29 22:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f52de144-6cc1-5f8b-9bb6-a8513703fda5 with scrape type 2
2026-03-29 22:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f52de144-6cc1-5f8b-9bb6-a8513703fda5 with scrape type 2
2026-03-29 22:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f52de144-6cc1-5f8b-9bb6-a8513703fda5, identifier: 7001856auction111041
2026-03-29 22:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f52de144-6cc1-5f8b-9bb6-a8513703fda5 with identifier: 7001856auction111041
2026-03-29 22:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f52de144-6cc1-5f8b-9bb6-a8513703fda5 with identifier: 7001856auction111041
2026-03-29 22:07:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f52de144-6cc1-5f8b-9bb6-a8513703fda5 with identifier: 7001856auction111041 to the API
2026-03-29 22:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001856>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f52de144-6cc1-5f8b-9bb6-a8513703fda5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001856',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q5',
'odometer': 124159,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 DIESEL - 2017 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2017 30 TDi Business Edition S tronic',
'vin': None,
'year': 2021}
2026-03-29 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001856auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:55 [ecarstrade.be] INFO: Saving data for 7001856auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538361.567322, 'last_price_update_time': 1774822075.457432}
2026-03-29 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001856auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001841> (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-29 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-29 22:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001959> (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-29 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-29 22:07:55 [ecarstrade.be] INFO: Extracting details for car 7001841auction111041
2026-03-29 22:07:55 [ecarstrade.be] INFO: Extracting details for car 7001959auction111041
2026-03-29 22:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ecd0c711-5691-5782-baae-7a413d4c71d7 with identifier: 7001841auction111041
2026-03-29 22:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ecd0c711-5691-5782-baae-7a413d4c71d7 with scrape type 2
2026-03-29 22:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ecd0c711-5691-5782-baae-7a413d4c71d7 with scrape type 2
2026-03-29 22:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ecd0c711-5691-5782-baae-7a413d4c71d7, identifier: 7001841auction111041
2026-03-29 22:07:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9105d19-ec12-5089-89ce-5b2fe937989d with identifier: 7001959auction111041
2026-03-29 22:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9105d19-ec12-5089-89ce-5b2fe937989d with scrape type 2
2026-03-29 22:07:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9105d19-ec12-5089-89ce-5b2fe937989d with scrape type 2
2026-03-29 22:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9105d19-ec12-5089-89ce-5b2fe937989d, identifier: 7001959auction111041
2026-03-29 22:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ecd0c711-5691-5782-baae-7a413d4c71d7 with identifier: 7001841auction111041
2026-03-29 22:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ecd0c711-5691-5782-baae-7a413d4c71d7 with identifier: 7001841auction111041
2026-03-29 22:07:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ecd0c711-5691-5782-baae-7a413d4c71d7 with identifier: 7001841auction111041 to the API
2026-03-29 22:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001841>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ecd0c711-5691-5782-baae-7a413d4c71d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001841',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'S60',
'odometer': 130116,
'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': 'VOLVO S60 - 2019 2.0 T8 AWD PHEV Inscription',
'transmission': 'automatic',
'trim': 'VOLVO - 2019 2.0 T8 AWD PHEV Inscription',
'vin': None,
'year': 2020}
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001841auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:56 [ecarstrade.be] INFO: Saving data for 7001841auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538362.49936, 'last_price_update_time': 1774822076.077738}
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001841auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9105d19-ec12-5089-89ce-5b2fe937989d with identifier: 7001959auction111041
2026-03-29 22:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9105d19-ec12-5089-89ce-5b2fe937989d with identifier: 7001959auction111041
2026-03-29 22:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9105d19-ec12-5089-89ce-5b2fe937989d with identifier: 7001959auction111041 to the API
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001959>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.3L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b9105d19-ec12-5089-89ce-5b2fe937989d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001959',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 39475,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-10',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-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': 2022}
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001959auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:56 [ecarstrade.be] INFO: Saving data for 7001959auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538379.544265, 'last_price_update_time': 1774822076.36639}
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001959auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001953> (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-29 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-29 22:07:56 [ecarstrade.be] INFO: Extracting details for car 7001953auction111041
2026-03-29 22:07:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 701de7e7-a706-57c5-aad2-60942e7e47cc with identifier: 7001953auction111041
2026-03-29 22:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 701de7e7-a706-57c5-aad2-60942e7e47cc with scrape type 2
2026-03-29 22:07:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 701de7e7-a706-57c5-aad2-60942e7e47cc with scrape type 2
2026-03-29 22:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 701de7e7-a706-57c5-aad2-60942e7e47cc, identifier: 7001953auction111041
2026-03-29 22:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 701de7e7-a706-57c5-aad2-60942e7e47cc with identifier: 7001953auction111041
2026-03-29 22:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 701de7e7-a706-57c5-aad2-60942e7e47cc with identifier: 7001953auction111041
2026-03-29 22:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 701de7e7-a706-57c5-aad2-60942e7e47cc with identifier: 7001953auction111041 to the API
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001953>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '701de7e7-a706-57c5-aad2-60942e7e47cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001953',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Lexus',
'model': 'ES 300',
'odometer': 110761,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'LEXUS ES 2.5 300H HEV EXPLORE LINE',
'transmission': 'automatic',
'trim': 'LEXUS ES 2.5 300H HEV EXPLORE LINE',
'vin': None,
'year': 2021}
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001953auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:56 [ecarstrade.be] INFO: Saving data for 7001953auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538356.985498, 'last_price_update_time': 1774822076.935655}
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001953auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002075> (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-29 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-29 22:07:57 [ecarstrade.be] INFO: Extracting details for car 7002075auction111041
2026-03-29 22:07:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a611eea-161c-5aa0-9154-df1c78b6e481 with identifier: 7002075auction111041
2026-03-29 22:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a611eea-161c-5aa0-9154-df1c78b6e481 with scrape type 2
2026-03-29 22:07:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3a611eea-161c-5aa0-9154-df1c78b6e481 with scrape type 2
2026-03-29 22:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a611eea-161c-5aa0-9154-df1c78b6e481, identifier: 7002075auction111041
2026-03-29 22:07:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a611eea-161c-5aa0-9154-df1c78b6e481 with identifier: 7002075auction111041
2026-03-29 22:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a611eea-161c-5aa0-9154-df1c78b6e481 with identifier: 7002075auction111041
2026-03-29 22:07:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a611eea-161c-5aa0-9154-df1c78b6e481 with identifier: 7002075auction111041 to the API
2026-03-29 22:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002075>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Electric',
'id': '3a611eea-161c-5aa0-9154-df1c78b6e481',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002075',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 50582,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-17',
'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-29 22:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002075auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:57 [ecarstrade.be] INFO: Saving data for 7002075auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538373.65682, 'last_price_update_time': 1774822077.483701}
2026-03-29 22:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002075auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002072> (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-29 22:07:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:07:57 [ecarstrade.be] INFO: Extracting details for car 7002072auction111041
2026-03-29 22:07:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43b15251-29e4-50a9-bf4d-448c2f3fa884 with identifier: 7002072auction111041
2026-03-29 22:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43b15251-29e4-50a9-bf4d-448c2f3fa884 with scrape type 2
2026-03-29 22:07:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 43b15251-29e4-50a9-bf4d-448c2f3fa884 with scrape type 2
2026-03-29 22:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43b15251-29e4-50a9-bf4d-448c2f3fa884, identifier: 7002072auction111041
2026-03-29 22:07:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43b15251-29e4-50a9-bf4d-448c2f3fa884 with identifier: 7002072auction111041
2026-03-29 22:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43b15251-29e4-50a9-bf4d-448c2f3fa884 with identifier: 7002072auction111041
2026-03-29 22:07:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43b15251-29e4-50a9-bf4d-448c2f3fa884 with identifier: 7002072auction111041 to the API
2026-03-29 22:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002072>
{'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-31T09:10:00Z',
'fuel_type': 'Electric',
'id': '43b15251-29e4-50a9-bf4d-448c2f3fa884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002072',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 83675,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-06',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL 3 75 kWh Long-Range Dual Motor',
'transmission': 'automatic',
'trim': 'TESLA MODEL 3 75 kWh Long-Range Dual Motor',
'vin': None,
'year': 2020}
2026-03-29 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002072auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:58 [ecarstrade.be] INFO: Saving data for 7002072auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538373.223088, 'last_price_update_time': 1774822078.099119}
2026-03-29 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002072auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002082> (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-29 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-29 22:07:58 [ecarstrade.be] INFO: Extracting details for car 7002082auction111041
2026-03-29 22:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dce42872-0cbd-53d3-b12c-fc571d2f747c with identifier: 7002082auction111041
2026-03-29 22:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dce42872-0cbd-53d3-b12c-fc571d2f747c with scrape type 2
2026-03-29 22:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dce42872-0cbd-53d3-b12c-fc571d2f747c with scrape type 2
2026-03-29 22:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dce42872-0cbd-53d3-b12c-fc571d2f747c, identifier: 7002082auction111041
2026-03-29 22:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dce42872-0cbd-53d3-b12c-fc571d2f747c with identifier: 7002082auction111041
2026-03-29 22:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dce42872-0cbd-53d3-b12c-fc571d2f747c with identifier: 7002082auction111041
2026-03-29 22:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dce42872-0cbd-53d3-b12c-fc571d2f747c with identifier: 7002082auction111041 to the API
2026-03-29 22:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002082>
{'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-31T09:10:00Z',
'fuel_type': 'Electric',
'id': 'dce42872-0cbd-53d3-b12c-fc571d2f747c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002082',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 162296,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-15',
'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-29 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002082auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:58 [ecarstrade.be] INFO: Saving data for 7002082auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538376.25791, 'last_price_update_time': 1774822078.611079}
2026-03-29 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002082auction111041') HTTP/1.1" 204 0
2026-03-29 22:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002083> (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-29 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-29 22:07:58 [ecarstrade.be] INFO: Extracting details for car 7002083auction111041
2026-03-29 22:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 682d71a6-095a-517e-9ca6-843cfc12af44 with identifier: 7002083auction111041
2026-03-29 22:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 682d71a6-095a-517e-9ca6-843cfc12af44 with scrape type 2
2026-03-29 22:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 682d71a6-095a-517e-9ca6-843cfc12af44 with scrape type 2
2026-03-29 22:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 682d71a6-095a-517e-9ca6-843cfc12af44, identifier: 7002083auction111041
2026-03-29 22:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 682d71a6-095a-517e-9ca6-843cfc12af44 with identifier: 7002083auction111041
2026-03-29 22:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 682d71a6-095a-517e-9ca6-843cfc12af44 with identifier: 7002083auction111041
2026-03-29 22:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 682d71a6-095a-517e-9ca6-843cfc12af44 with identifier: 7002083auction111041 to the API
2026-03-29 22:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:07:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002083>
{'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-31T09:10:00Z',
'fuel_type': 'Electric',
'id': '682d71a6-095a-517e-9ca6-843cfc12af44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002083',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 140135,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-18',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y BEV AUTO RWD',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y BEV AUTO RWD',
'vin': None,
'year': 2023}
2026-03-29 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002083auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:07:59 [ecarstrade.be] INFO: Saving data for 7002083auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538358.483089, 'last_price_update_time': 1774822079.113998}
2026-03-29 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002083auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001892> (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-29 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-29 22:08:02 [ecarstrade.be] INFO: Extracting details for car 7001892auction111041
2026-03-29 22:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0b25e0f-dda0-5910-a745-2ded8e6fd21a with identifier: 7001892auction111041
2026-03-29 22:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0b25e0f-dda0-5910-a745-2ded8e6fd21a with scrape type 2
2026-03-29 22:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b0b25e0f-dda0-5910-a745-2ded8e6fd21a with scrape type 2
2026-03-29 22:08:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0b25e0f-dda0-5910-a745-2ded8e6fd21a, identifier: 7001892auction111041
2026-03-29 22:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0b25e0f-dda0-5910-a745-2ded8e6fd21a with identifier: 7001892auction111041
2026-03-29 22:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0b25e0f-dda0-5910-a745-2ded8e6fd21a with identifier: 7001892auction111041
2026-03-29 22:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0b25e0f-dda0-5910-a745-2ded8e6fd21a with identifier: 7001892auction111041 to the API
2026-03-29 22:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001892>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b0b25e0f-dda0-5910-a745-2ded8e6fd21a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001892',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X3',
'odometer': 137644,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 XDRIVE20D (120KW) AUTO 4WD',
'transmission': 'automatic',
'trim': '2.0 XDRIVE20D (120KW) AUTO 4WD',
'vin': None,
'year': 2020}
2026-03-29 22:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001892auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:02 [ecarstrade.be] INFO: Saving data for 7001892auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538374.234901, 'last_price_update_time': 1774822082.657873}
2026-03-29 22:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001892auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002119> (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-29 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-29 22:08:02 [ecarstrade.be] INFO: Extracting details for car 7002119auction111041
2026-03-29 22:08:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 404ed966-0b35-5ba7-bca4-8869e8d58a95 with identifier: 7002119auction111041
2026-03-29 22:08:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 404ed966-0b35-5ba7-bca4-8869e8d58a95 with scrape type 2
2026-03-29 22:08:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 404ed966-0b35-5ba7-bca4-8869e8d58a95 with scrape type 2
2026-03-29 22:08:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 404ed966-0b35-5ba7-bca4-8869e8d58a95, identifier: 7002119auction111041
2026-03-29 22:08:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 404ed966-0b35-5ba7-bca4-8869e8d58a95 with identifier: 7002119auction111041
2026-03-29 22:08:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 404ed966-0b35-5ba7-bca4-8869e8d58a95 with identifier: 7002119auction111041
2026-03-29 22:08:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 404ed966-0b35-5ba7-bca4-8869e8d58a95 with identifier: 7002119auction111041 to the API
2026-03-29 22:08:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002119>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '404ed966-0b35-5ba7-bca4-8869e8d58a95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002119',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 84866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 1.5 T5 TE PHEV Inscription DCT STOCK',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T5 TE PHEV Inscription DCT STOCK',
'vin': None,
'year': 2020}
2026-03-29 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002119auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:03 [ecarstrade.be] INFO: Saving data for 7002119auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538375.613187, 'last_price_update_time': 1774822083.153135}
2026-03-29 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002119auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001869> (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-29 22:08:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001991> (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-29 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-29 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-29 22:08:03 [ecarstrade.be] INFO: Extracting details for car 7001869auction111041
2026-03-29 22:08:03 [ecarstrade.be] INFO: Extracting details for car 7001991auction111041
2026-03-29 22:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7bd107c-a745-55c0-b441-bbe1e33b0adc with identifier: 7001869auction111041
2026-03-29 22:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7bd107c-a745-55c0-b441-bbe1e33b0adc with scrape type 2
2026-03-29 22:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7bd107c-a745-55c0-b441-bbe1e33b0adc with scrape type 2
2026-03-29 22:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c7bd107c-a745-55c0-b441-bbe1e33b0adc, identifier: 7001869auction111041
2026-03-29 22:08:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c0f2e47-e66d-5cfd-b6af-e4d6512ef5ee with identifier: 7001991auction111041
2026-03-29 22:08:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c0f2e47-e66d-5cfd-b6af-e4d6512ef5ee with scrape type 2
2026-03-29 22:08:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8c0f2e47-e66d-5cfd-b6af-e4d6512ef5ee with scrape type 2
2026-03-29 22:08:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c0f2e47-e66d-5cfd-b6af-e4d6512ef5ee, identifier: 7001991auction111041
2026-03-29 22:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c7bd107c-a745-55c0-b441-bbe1e33b0adc with identifier: 7001869auction111041
2026-03-29 22:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c7bd107c-a745-55c0-b441-bbe1e33b0adc with identifier: 7001869auction111041
2026-03-29 22:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c7bd107c-a745-55c0-b441-bbe1e33b0adc with identifier: 7001869auction111041 to the API
2026-03-29 22:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001869>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c7bd107c-a745-55c0-b441-bbe1e33b0adc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001869',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 85391,
'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': 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-29 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001869auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:03 [ecarstrade.be] INFO: Saving data for 7001869auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538380.46661, 'last_price_update_time': 1774822083.760126}
2026-03-29 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001869auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c0f2e47-e66d-5cfd-b6af-e4d6512ef5ee with identifier: 7001991auction111041
2026-03-29 22:08:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c0f2e47-e66d-5cfd-b6af-e4d6512ef5ee with identifier: 7001991auction111041
2026-03-29 22:08:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c0f2e47-e66d-5cfd-b6af-e4d6512ef5ee with identifier: 7001991auction111041 to the API
2026-03-29 22:08:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001991>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8c0f2e47-e66d-5cfd-b6af-e4d6512ef5ee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001991',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLC 200',
'odometer': 138110,
'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-BENZ GLC 2.0 GLC 200 D BUS SOL AUTO',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC 2.0 D BUS SOL AUTO',
'vin': None,
'year': 2021}
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001991auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:04 [ecarstrade.be] INFO: Saving data for 7001991auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538356.353508, 'last_price_update_time': 1774822084.041185}
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001991auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002116> (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-29 22:08:04 [ecarstrade.be] INFO: Extracting details for car 7002116auction111041
2026-03-29 22:08:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d94519b-eb12-5ae0-adb7-a8076e45102e with identifier: 7002116auction111041
2026-03-29 22:08:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d94519b-eb12-5ae0-adb7-a8076e45102e with scrape type 2
2026-03-29 22:08:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d94519b-eb12-5ae0-adb7-a8076e45102e with scrape type 2
2026-03-29 22:08:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d94519b-eb12-5ae0-adb7-a8076e45102e, identifier: 7002116auction111041
2026-03-29 22:08:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d94519b-eb12-5ae0-adb7-a8076e45102e with identifier: 7002116auction111041
2026-03-29 22:08:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d94519b-eb12-5ae0-adb7-a8076e45102e with identifier: 7002116auction111041
2026-03-29 22:08:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d94519b-eb12-5ae0-adb7-a8076e45102e with identifier: 7002116auction111041 to the API
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002116>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8d94519b-eb12-5ae0-adb7-a8076e45102e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002116',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 78365,
'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': 'VOLVO XC40 1.5 T4 PHEV INSCRIPTION EXPR. DCT',
'transmission': 'automatic',
'trim': 'VOLVO 1.5 T4 PHEV INSCRIPTION EXPR. DCT',
'vin': None,
'year': 2021}
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002116auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:04 [ecarstrade.be] INFO: Saving data for 7002116auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538375.008446, 'last_price_update_time': 1774822084.538687}
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002116auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:04 [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-29 22:08:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7001983auction111041
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001983auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:04 [ecarstrade.be] INFO: Scrape type for 7001983auction111041: 2
2026-03-29 22:08:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001978> (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-29 22:08:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7001883auction111041
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001883auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:04 [ecarstrade.be] INFO: Scrape type for 7001883auction111041: 2
2026-03-29 22:08:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:04 [ecarstrade.be] INFO: Found listing with ID: 7002118auction111041
2026-03-29 22:08:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002118auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:04 [ecarstrade.be] INFO: Scrape type for 7002118auction111041: 2
2026-03-29 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-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001974auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001974auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001974auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7002120auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002120auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7002120auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7002121auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002121auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7002121auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001886auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001886auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001886auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Extracting details for car 7001978auction111041
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7002094auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002094auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7002094auction111041: 2
2026-03-29 22:08:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 159264a7-4077-59e8-afb7-88ec16545fdb with identifier: 7001978auction111041
2026-03-29 22:08:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 159264a7-4077-59e8-afb7-88ec16545fdb with scrape type 2
2026-03-29 22:08:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 159264a7-4077-59e8-afb7-88ec16545fdb with scrape type 2
2026-03-29 22:08:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 159264a7-4077-59e8-afb7-88ec16545fdb, identifier: 7001978auction111041
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001842auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001842auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001842auction111041: 2
2026-03-29 22:08:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 159264a7-4077-59e8-afb7-88ec16545fdb with identifier: 7001978auction111041
2026-03-29 22:08:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 159264a7-4077-59e8-afb7-88ec16545fdb with identifier: 7001978auction111041
2026-03-29 22:08:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 159264a7-4077-59e8-afb7-88ec16545fdb with identifier: 7001978auction111041 to the API
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001978>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '159264a7-4077-59e8-afb7-88ec16545fdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001978',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 200',
'odometer': 128409,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA - Klasse 2.0 CLA 200 D BUSINESS SOLUTION LIM DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA - Klasse 2.0 D BUSINESS SOLUTION LIM DCT',
'vin': None,
'year': 2021}
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001978auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Saving data for 7001978auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538329.929108, 'last_price_update_time': 1774822085.513288}
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001978auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001852auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001852auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001852auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001947auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001947auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001947auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7002103auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002103auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7002103auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001870auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001870auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001870auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7002090auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002090auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7002090auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001839auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001839auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001839auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7002019auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002019auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7002019auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7002104auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002104auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7002104auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001867auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001867auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001867auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7001889auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001889auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7001889auction111041: 2
2026-03-29 22:08:05 [ecarstrade.be] INFO: Found listing with ID: 7002069auction111041
2026-03-29 22:08:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002069auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:05 [ecarstrade.be] INFO: Scrape type for 7002069auction111041: 2
2026-03-29 22:08:06 [scrapy.extensions.logstats] INFO: Crawled 1402 pages (at 62 pages/min), scraped 1322 items (at 58 items/min)
2026-03-29 22:08:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002117> (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-29 22:08:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:09 [ecarstrade.be] INFO: Extracting details for car 7002117auction111041
2026-03-29 22:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da22716d-0311-5482-985f-ef90a52db715 with identifier: 7002117auction111041
2026-03-29 22:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da22716d-0311-5482-985f-ef90a52db715 with scrape type 2
2026-03-29 22:08:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da22716d-0311-5482-985f-ef90a52db715 with scrape type 2
2026-03-29 22:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da22716d-0311-5482-985f-ef90a52db715, identifier: 7002117auction111041
2026-03-29 22:08:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da22716d-0311-5482-985f-ef90a52db715 with identifier: 7002117auction111041
2026-03-29 22:08:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da22716d-0311-5482-985f-ef90a52db715 with identifier: 7002117auction111041
2026-03-29 22:08:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da22716d-0311-5482-985f-ef90a52db715 with identifier: 7002117auction111041 to the API
2026-03-29 22:08:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002117>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'da22716d-0311-5482-985f-ef90a52db715',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002117',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 101949,
'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': '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-29 22:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002117auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:09 [ecarstrade.be] INFO: Saving data for 7002117auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538324.775799, 'last_price_update_time': 1774822089.554554}
2026-03-29 22:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002117auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001966> (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-29 22:08:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001854> (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-29 22:08:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:09 [ecarstrade.be] INFO: Extracting details for car 7001966auction111041
2026-03-29 22:08:09 [ecarstrade.be] INFO: Extracting details for car 7001854auction111041
2026-03-29 22:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbf34da0-424c-52df-8c58-fe1e2cb7825a with identifier: 7001966auction111041
2026-03-29 22:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbf34da0-424c-52df-8c58-fe1e2cb7825a with scrape type 2
2026-03-29 22:08:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dbf34da0-424c-52df-8c58-fe1e2cb7825a with scrape type 2
2026-03-29 22:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbf34da0-424c-52df-8c58-fe1e2cb7825a, identifier: 7001966auction111041
2026-03-29 22:08:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ff90d40-5d66-5fef-addd-73278304a890 with identifier: 7001854auction111041
2026-03-29 22:08:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ff90d40-5d66-5fef-addd-73278304a890 with scrape type 2
2026-03-29 22:08:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ff90d40-5d66-5fef-addd-73278304a890 with scrape type 2
2026-03-29 22:08:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ff90d40-5d66-5fef-addd-73278304a890, identifier: 7001854auction111041
2026-03-29 22:08:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbf34da0-424c-52df-8c58-fe1e2cb7825a with identifier: 7001966auction111041
2026-03-29 22:08:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbf34da0-424c-52df-8c58-fe1e2cb7825a with identifier: 7001966auction111041
2026-03-29 22:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbf34da0-424c-52df-8c58-fe1e2cb7825a with identifier: 7001966auction111041 to the API
2026-03-29 22:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001966>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dbf34da0-424c-52df-8c58-fe1e2cb7825a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001966',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 65360,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ C-CLASS BREAK 2.0 C 300 E PHEV AUTO LUXURY LINE',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ C-CLASS BREAK 2.0 E PHEV AUTO LUXURY LINE',
'vin': None,
'year': 2023}
2026-03-29 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001966auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:10 [ecarstrade.be] INFO: Saving data for 7001966auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538331.367379, 'last_price_update_time': 1774822090.231094}
2026-03-29 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001966auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ff90d40-5d66-5fef-addd-73278304a890 with identifier: 7001854auction111041
2026-03-29 22:08:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ff90d40-5d66-5fef-addd-73278304a890 with identifier: 7001854auction111041
2026-03-29 22:08:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ff90d40-5d66-5fef-addd-73278304a890 with identifier: 7001854auction111041 to the API
2026-03-29 22:08:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001854>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '2ff90d40-5d66-5fef-addd-73278304a890',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001854',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q5',
'odometer': 117065,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 2.0 40 TDI S TRONIC QUATTRO B. ED. ADV',
'transmission': 'automatic',
'trim': 'AUDI 2.0 40 TDI S TRONIC QUATTRO B. ED. ADV',
'vin': None,
'year': 2021}
2026-03-29 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001854auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:10 [ecarstrade.be] INFO: Saving data for 7001854auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538325.365644, 'last_price_update_time': 1774822090.507132}
2026-03-29 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001854auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:11 [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-29 22:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002123auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002123auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002123auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001858auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001858auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001858auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002042auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002042auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002042auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002093auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002093auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002093auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001845auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001845auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001845auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001864auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001864auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001864auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002038auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002038auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002038auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001868auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001868auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001868auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002112auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002112auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002112auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001866auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001866auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001866auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002015auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002015auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002015auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001919auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001919auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001919auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002023auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002023auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002023auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001930auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001930auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001930auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002070auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002070auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002070auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002107auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002107auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002107auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7002108auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002108auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7002108auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001848auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001848auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001848auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001874auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001874auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001874auction111041: 2
2026-03-29 22:08:11 [ecarstrade.be] INFO: Found listing with ID: 7001921auction111041
2026-03-29 22:08:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001921auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:11 [ecarstrade.be] INFO: Scrape type for 7001921auction111041: 2
2026-03-29 22:08:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001883> (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-29 22:08:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:11 [ecarstrade.be] INFO: Extracting details for car 7001883auction111041
2026-03-29 22:08:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c3b15ac2-2895-56cf-b4c6-d1ea748b6802 with identifier: 7001883auction111041
2026-03-29 22:08:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c3b15ac2-2895-56cf-b4c6-d1ea748b6802 with scrape type 2
2026-03-29 22:08:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c3b15ac2-2895-56cf-b4c6-d1ea748b6802 with scrape type 2
2026-03-29 22:08:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c3b15ac2-2895-56cf-b4c6-d1ea748b6802, identifier: 7001883auction111041
2026-03-29 22:08:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c3b15ac2-2895-56cf-b4c6-d1ea748b6802 with identifier: 7001883auction111041
2026-03-29 22:08:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c3b15ac2-2895-56cf-b4c6-d1ea748b6802 with identifier: 7001883auction111041
2026-03-29 22:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c3b15ac2-2895-56cf-b4c6-d1ea748b6802 with identifier: 7001883auction111041 to the API
2026-03-29 22:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001883>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c3b15ac2-2895-56cf-b4c6-d1ea748b6802',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001883',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 89351,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'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': 2022}
2026-03-29 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001883auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:12 [ecarstrade.be] INFO: Saving data for 7001883auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538404.223317, 'last_price_update_time': 1774822092.237899}
2026-03-29 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001883auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001983> (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-29 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-29 22:08:12 [ecarstrade.be] INFO: Extracting details for car 7001983auction111041
2026-03-29 22:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea33b353-a345-5d0e-b3f3-c90b092c5363 with identifier: 7001983auction111041
2026-03-29 22:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea33b353-a345-5d0e-b3f3-c90b092c5363 with scrape type 2
2026-03-29 22:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea33b353-a345-5d0e-b3f3-c90b092c5363 with scrape type 2
2026-03-29 22:08:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea33b353-a345-5d0e-b3f3-c90b092c5363, identifier: 7001983auction111041
2026-03-29 22:08:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea33b353-a345-5d0e-b3f3-c90b092c5363 with identifier: 7001983auction111041
2026-03-29 22:08:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea33b353-a345-5d0e-b3f3-c90b092c5363 with identifier: 7001983auction111041
2026-03-29 22:08:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea33b353-a345-5d0e-b3f3-c90b092c5363 with identifier: 7001983auction111041 to the API
2026-03-29 22:08:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001983>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ea33b353-a345-5d0e-b3f3-c90b092c5363',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001983',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 120789,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-04',
'seats_number': 5,
'seller_name': None,
'title': '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-29 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001983auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:12 [ecarstrade.be] INFO: Saving data for 7001983auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538355.359723, 'last_price_update_time': 1774822092.904711}
2026-03-29 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001983auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002118> (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-29 22:08:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:15 [ecarstrade.be] INFO: Extracting details for car 7002118auction111041
2026-03-29 22:08:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f9ef211-cce0-5a4e-ac08-bb4ee7635def with identifier: 7002118auction111041
2026-03-29 22:08:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f9ef211-cce0-5a4e-ac08-bb4ee7635def with scrape type 2
2026-03-29 22:08:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f9ef211-cce0-5a4e-ac08-bb4ee7635def with scrape type 2
2026-03-29 22:08:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f9ef211-cce0-5a4e-ac08-bb4ee7635def, identifier: 7002118auction111041
2026-03-29 22:08:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f9ef211-cce0-5a4e-ac08-bb4ee7635def with identifier: 7002118auction111041
2026-03-29 22:08:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f9ef211-cce0-5a4e-ac08-bb4ee7635def with identifier: 7002118auction111041
2026-03-29 22:08:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f9ef211-cce0-5a4e-ac08-bb4ee7635def with identifier: 7002118auction111041 to the API
2026-03-29 22:08:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002118>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5f9ef211-cce0-5a4e-ac08-bb4ee7635def',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002118',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 69715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-04',
'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-29 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002118auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:16 [ecarstrade.be] INFO: Saving data for 7002118auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538432.589692, 'last_price_update_time': 1774822096.091736}
2026-03-29 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002118auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001974> (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-29 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-29 22:08:16 [ecarstrade.be] INFO: Extracting details for car 7001974auction111041
2026-03-29 22:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c26c5fe8-60c5-5401-8d63-4eb8f65ab47d with identifier: 7001974auction111041
2026-03-29 22:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c26c5fe8-60c5-5401-8d63-4eb8f65ab47d with scrape type 2
2026-03-29 22:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c26c5fe8-60c5-5401-8d63-4eb8f65ab47d with scrape type 2
2026-03-29 22:08:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c26c5fe8-60c5-5401-8d63-4eb8f65ab47d, identifier: 7001974auction111041
2026-03-29 22:08:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c26c5fe8-60c5-5401-8d63-4eb8f65ab47d with identifier: 7001974auction111041
2026-03-29 22:08:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c26c5fe8-60c5-5401-8d63-4eb8f65ab47d with identifier: 7001974auction111041
2026-03-29 22:08:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c26c5fe8-60c5-5401-8d63-4eb8f65ab47d with identifier: 7001974auction111041 to the API
2026-03-29 22:08:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001974>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'c26c5fe8-60c5-5401-8d63-4eb8f65ab47d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001974',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 78007,
'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-29 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001974auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:17 [ecarstrade.be] INFO: Saving data for 7001974auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538403.728685, 'last_price_update_time': 1774822097.028809}
2026-03-29 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001974auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002120> (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-29 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-29 22:08:17 [ecarstrade.be] INFO: Extracting details for car 7002120auction111041
2026-03-29 22:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3801594-b7d4-5e49-9b0e-a3051609dd7d with identifier: 7002120auction111041
2026-03-29 22:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3801594-b7d4-5e49-9b0e-a3051609dd7d with scrape type 2
2026-03-29 22:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a3801594-b7d4-5e49-9b0e-a3051609dd7d with scrape type 2
2026-03-29 22:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3801594-b7d4-5e49-9b0e-a3051609dd7d, identifier: 7002120auction111041
2026-03-29 22:08:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3801594-b7d4-5e49-9b0e-a3051609dd7d with identifier: 7002120auction111041
2026-03-29 22:08:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3801594-b7d4-5e49-9b0e-a3051609dd7d with identifier: 7002120auction111041
2026-03-29 22:08:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3801594-b7d4-5e49-9b0e-a3051609dd7d with identifier: 7002120auction111041 to the API
2026-03-29 22:08:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002120>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a3801594-b7d4-5e49-9b0e-a3051609dd7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002120',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 84265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 2.0 D3 GEARTRONIC R-DESIGN',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 D3 GEARTRONIC R-DESIGN',
'vin': None,
'year': 2021}
2026-03-29 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002120auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:17 [ecarstrade.be] INFO: Saving data for 7002120auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538402.254896, 'last_price_update_time': 1774822097.541294}
2026-03-29 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002120auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002094> (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-29 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-29 22:08:18 [ecarstrade.be] INFO: Extracting details for car 7002094auction111041
2026-03-29 22:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001886> (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-29 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-29 22:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 736d9b78-26ad-5923-98c1-cbdb8f5ea0c7 with identifier: 7002094auction111041
2026-03-29 22:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 736d9b78-26ad-5923-98c1-cbdb8f5ea0c7 with scrape type 2
2026-03-29 22:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 736d9b78-26ad-5923-98c1-cbdb8f5ea0c7 with scrape type 2
2026-03-29 22:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 736d9b78-26ad-5923-98c1-cbdb8f5ea0c7, identifier: 7002094auction111041
2026-03-29 22:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 736d9b78-26ad-5923-98c1-cbdb8f5ea0c7 with identifier: 7002094auction111041
2026-03-29 22:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 736d9b78-26ad-5923-98c1-cbdb8f5ea0c7 with identifier: 7002094auction111041
2026-03-29 22:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 736d9b78-26ad-5923-98c1-cbdb8f5ea0c7 with identifier: 7002094auction111041 to the API
2026-03-29 22:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002094>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '736d9b78-26ad-5923-98c1-cbdb8f5ea0c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002094',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 117920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-10',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 2.5 HYBRID DYNAMIC BUSINESS E-CVT',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 2.5 HYBRID DYNAMIC BUSINESS E-CVT',
'vin': None,
'year': 2020}
2026-03-29 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002094auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:19 [ecarstrade.be] INFO: Saving data for 7002094auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538418.27873, 'last_price_update_time': 1774822099.268989}
2026-03-29 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002094auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:19 [ecarstrade.be] INFO: Extracting details for car 7001886auction111041
2026-03-29 22:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002121> (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-29 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-29 22:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd625b43-1e4d-5e3f-bda4-45920b32bc52 with identifier: 7001886auction111041
2026-03-29 22:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd625b43-1e4d-5e3f-bda4-45920b32bc52 with scrape type 2
2026-03-29 22:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd625b43-1e4d-5e3f-bda4-45920b32bc52 with scrape type 2
2026-03-29 22:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd625b43-1e4d-5e3f-bda4-45920b32bc52, identifier: 7001886auction111041
2026-03-29 22:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd625b43-1e4d-5e3f-bda4-45920b32bc52 with identifier: 7001886auction111041
2026-03-29 22:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd625b43-1e4d-5e3f-bda4-45920b32bc52 with identifier: 7001886auction111041
2026-03-29 22:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd625b43-1e4d-5e3f-bda4-45920b32bc52 with identifier: 7001886auction111041 to the API
2026-03-29 22:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001886>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'bd625b43-1e4d-5e3f-bda4-45920b32bc52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001886',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X2',
'odometer': 41905,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-25',
'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-29 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001886auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:19 [ecarstrade.be] INFO: Saving data for 7001886auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538401.540135, 'last_price_update_time': 1774822099.684244}
2026-03-29 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001886auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:19 [ecarstrade.be] INFO: Extracting details for car 7002121auction111041
2026-03-29 22:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b085394d-edcf-51f6-b23f-a867defd5f77 with identifier: 7002121auction111041
2026-03-29 22:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b085394d-edcf-51f6-b23f-a867defd5f77 with scrape type 2
2026-03-29 22:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b085394d-edcf-51f6-b23f-a867defd5f77 with scrape type 2
2026-03-29 22:08:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b085394d-edcf-51f6-b23f-a867defd5f77, identifier: 7002121auction111041
2026-03-29 22:08:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b085394d-edcf-51f6-b23f-a867defd5f77 with identifier: 7002121auction111041
2026-03-29 22:08:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b085394d-edcf-51f6-b23f-a867defd5f77 with identifier: 7002121auction111041
2026-03-29 22:08:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b085394d-edcf-51f6-b23f-a867defd5f77 with identifier: 7002121auction111041 to the API
2026-03-29 22:08:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002121>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b085394d-edcf-51f6-b23f-a867defd5f77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002121',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 134118,
'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': 2,
'seller_name': None,
'title': 'VOLVO XC40 2.0 D3 GEARTRONIC R-DESIGN TRANSFO VAN',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 D3 GEARTRONIC R-DESIGN TRANSFO VAN',
'vin': None,
'year': 2021}
2026-03-29 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002121auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:20 [ecarstrade.be] INFO: Saving data for 7002121auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538403.383814, 'last_price_update_time': 1774822100.080438}
2026-03-29 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002121auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001842> (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-29 22:08:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001852> (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-29 22:08:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:23 [ecarstrade.be] INFO: Extracting details for car 7001842auction111041
2026-03-29 22:08:23 [ecarstrade.be] INFO: Extracting details for car 7001852auction111041
2026-03-29 22:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b07b8d30-0a84-5866-8412-6c538c21d77f with identifier: 7001842auction111041
2026-03-29 22:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b07b8d30-0a84-5866-8412-6c538c21d77f with scrape type 2
2026-03-29 22:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b07b8d30-0a84-5866-8412-6c538c21d77f with scrape type 2
2026-03-29 22:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b07b8d30-0a84-5866-8412-6c538c21d77f, identifier: 7001842auction111041
2026-03-29 22:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6413297c-5185-5ba8-b57b-1e4e4c3e5d39 with identifier: 7001852auction111041
2026-03-29 22:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6413297c-5185-5ba8-b57b-1e4e4c3e5d39 with scrape type 2
2026-03-29 22:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6413297c-5185-5ba8-b57b-1e4e4c3e5d39 with scrape type 2
2026-03-29 22:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6413297c-5185-5ba8-b57b-1e4e4c3e5d39, identifier: 7001852auction111041
2026-03-29 22:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b07b8d30-0a84-5866-8412-6c538c21d77f with identifier: 7001842auction111041
2026-03-29 22:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b07b8d30-0a84-5866-8412-6c538c21d77f with identifier: 7001842auction111041
2026-03-29 22:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b07b8d30-0a84-5866-8412-6c538c21d77f with identifier: 7001842auction111041 to the API
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001842>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b07b8d30-0a84-5866-8412-6c538c21d77f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001842',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 57899,
'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': 'AUDI A3 SPORTBACK - 2020 35 TFSI Advanced',
'transmission': 'manual',
'trim': 'AUDI SPORTBACK - 2020 35 TFSI Advanced',
'vin': None,
'year': 2022}
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001842auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:23 [ecarstrade.be] INFO: Saving data for 7001842auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538399.024689, 'last_price_update_time': 1774822103.600487}
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001842auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6413297c-5185-5ba8-b57b-1e4e4c3e5d39 with identifier: 7001852auction111041
2026-03-29 22:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6413297c-5185-5ba8-b57b-1e4e4c3e5d39 with identifier: 7001852auction111041
2026-03-29 22:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6413297c-5185-5ba8-b57b-1e4e4c3e5d39 with identifier: 7001852auction111041 to the API
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001852>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6413297c-5185-5ba8-b57b-1e4e4c3e5d39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001852',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Audi',
'model': 'Q3',
'odometer': 127744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 2.0 35 TDI S TRONIC BUSINESS EDITION',
'transmission': 'automatic',
'trim': 'AUDI 2.0 35 TDI S TRONIC BUSINESS EDITION',
'vin': None,
'year': 2021}
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001852auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:23 [ecarstrade.be] INFO: Saving data for 7001852auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538399.898675, 'last_price_update_time': 1774822103.877199}
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001852auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002069> (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-29 22:08:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:24 [ecarstrade.be] INFO: Extracting details for car 7002069auction111041
2026-03-29 22:08:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a950c5fb-c193-5a9d-bfb6-7b9cf41904c0 with identifier: 7002069auction111041
2026-03-29 22:08:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a950c5fb-c193-5a9d-bfb6-7b9cf41904c0 with scrape type 2
2026-03-29 22:08:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a950c5fb-c193-5a9d-bfb6-7b9cf41904c0 with scrape type 2
2026-03-29 22:08:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a950c5fb-c193-5a9d-bfb6-7b9cf41904c0, identifier: 7002069auction111041
2026-03-29 22:08:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a950c5fb-c193-5a9d-bfb6-7b9cf41904c0 with identifier: 7002069auction111041
2026-03-29 22:08:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a950c5fb-c193-5a9d-bfb6-7b9cf41904c0 with identifier: 7002069auction111041
2026-03-29 22:08:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a950c5fb-c193-5a9d-bfb6-7b9cf41904c0 with identifier: 7002069auction111041 to the API
2026-03-29 22:08:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002069>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a950c5fb-c193-5a9d-bfb6-7b9cf41904c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002069',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 110738,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-25',
'seats_number': 7,
'seller_name': None,
'title': 'SKODA KODIAQ 1.5 TSI ACT Sportline II',
'transmission': 'manual',
'trim': 'SKODA KODIAQ 1.5 TSI ACT Sportline II',
'vin': None,
'year': 2020}
2026-03-29 22:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002069auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:24 [ecarstrade.be] INFO: Saving data for 7002069auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538413.762588, 'last_price_update_time': 1774822104.356504}
2026-03-29 22:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002069auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001867> (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-29 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-29 22:08:25 [ecarstrade.be] INFO: Extracting details for car 7001867auction111041
2026-03-29 22:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 574e1ac1-e335-597b-9cac-efc971fa32e1 with identifier: 7001867auction111041
2026-03-29 22:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 574e1ac1-e335-597b-9cac-efc971fa32e1 with scrape type 2
2026-03-29 22:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 574e1ac1-e335-597b-9cac-efc971fa32e1 with scrape type 2
2026-03-29 22:08:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 574e1ac1-e335-597b-9cac-efc971fa32e1, identifier: 7001867auction111041
2026-03-29 22:08:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 574e1ac1-e335-597b-9cac-efc971fa32e1 with identifier: 7001867auction111041
2026-03-29 22:08:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 574e1ac1-e335-597b-9cac-efc971fa32e1 with identifier: 7001867auction111041
2026-03-29 22:08:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 574e1ac1-e335-597b-9cac-efc971fa32e1 with identifier: 7001867auction111041 to the API
2026-03-29 22:08:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001867>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '574e1ac1-e335-597b-9cac-efc971fa32e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001867',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '330',
'odometer': 147027,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 330E (135KW) BERLINE',
'transmission': 'automatic',
'trim': '3 SERIES BERLINE 2.0 E (135KW) BERLINE',
'vin': None,
'year': 2021}
2026-03-29 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001867auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:26 [ecarstrade.be] INFO: Saving data for 7001867auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538494.656793, 'last_price_update_time': 1774822106.090541}
2026-03-29 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001867auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001889> (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-29 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-29 22:08:26 [ecarstrade.be] INFO: Extracting details for car 7001889auction111041
2026-03-29 22:08:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71f142da-8514-5020-aa3a-9788e1ee9148 with identifier: 7001889auction111041
2026-03-29 22:08:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71f142da-8514-5020-aa3a-9788e1ee9148 with scrape type 2
2026-03-29 22:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71f142da-8514-5020-aa3a-9788e1ee9148 with scrape type 2
2026-03-29 22:08:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71f142da-8514-5020-aa3a-9788e1ee9148, identifier: 7001889auction111041
2026-03-29 22:08:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71f142da-8514-5020-aa3a-9788e1ee9148 with identifier: 7001889auction111041
2026-03-29 22:08:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71f142da-8514-5020-aa3a-9788e1ee9148 with identifier: 7001889auction111041
2026-03-29 22:08:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71f142da-8514-5020-aa3a-9788e1ee9148 with identifier: 7001889auction111041 to the API
2026-03-29 22:08:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001889>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '71f142da-8514-5020-aa3a-9788e1ee9148',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001889',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X3',
'odometer': 183975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 2.0 SDRIVE18D (100KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 SDRIVE18D (100KW) AUTO',
'vin': None,
'year': 2021}
2026-03-29 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001889auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:26 [ecarstrade.be] INFO: Saving data for 7001889auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538414.243323, 'last_price_update_time': 1774822106.637242}
2026-03-29 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001889auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001871> (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-29 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-29 22:08:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002104> (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-29 22:08:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:27 [ecarstrade.be] INFO: Extracting details for car 7001871auction111041
2026-03-29 22:08:27 [ecarstrade.be] INFO: Extracting details for car 7002104auction111041
2026-03-29 22:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec95fee2-0bb9-55cc-8683-8c841be26741 with identifier: 7001871auction111041
2026-03-29 22:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec95fee2-0bb9-55cc-8683-8c841be26741 with scrape type 2
2026-03-29 22:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec95fee2-0bb9-55cc-8683-8c841be26741 with scrape type 2
2026-03-29 22:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec95fee2-0bb9-55cc-8683-8c841be26741, identifier: 7001871auction111041
2026-03-29 22:08:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ea0f59a-d779-5e0a-89e0-5827bf6f6d83 with identifier: 7002104auction111041
2026-03-29 22:08:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ea0f59a-d779-5e0a-89e0-5827bf6f6d83 with scrape type 2
2026-03-29 22:08:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ea0f59a-d779-5e0a-89e0-5827bf6f6d83 with scrape type 2
2026-03-29 22:08:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ea0f59a-d779-5e0a-89e0-5827bf6f6d83, identifier: 7002104auction111041
2026-03-29 22:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec95fee2-0bb9-55cc-8683-8c841be26741 with identifier: 7001871auction111041
2026-03-29 22:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec95fee2-0bb9-55cc-8683-8c841be26741 with identifier: 7001871auction111041
2026-03-29 22:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec95fee2-0bb9-55cc-8683-8c841be26741 with identifier: 7001871auction111041 to the API
2026-03-29 22:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001871>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ec95fee2-0bb9-55cc-8683-8c841be26741',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001871',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '530',
'odometer': 180867,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'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-29 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001871auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:27 [ecarstrade.be] INFO: Saving data for 7001871auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538380.109967, 'last_price_update_time': 1774822107.583499}
2026-03-29 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001871auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ea0f59a-d779-5e0a-89e0-5827bf6f6d83 with identifier: 7002104auction111041
2026-03-29 22:08:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ea0f59a-d779-5e0a-89e0-5827bf6f6d83 with identifier: 7002104auction111041
2026-03-29 22:08:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ea0f59a-d779-5e0a-89e0-5827bf6f6d83 with identifier: 7002104auction111041 to the API
2026-03-29 22:08:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002104>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1ea0f59a-d779-5e0a-89e0-5827bf6f6d83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002104',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 122796,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN - 2016 1.5 TSI ACT IQ.Drive OPF DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TIGUAN - 2016 1.5 TSI ACT IQ.Drive OPF DSG',
'vin': None,
'year': 2020}
2026-03-29 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002104auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:27 [ecarstrade.be] INFO: Saving data for 7002104auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538493.692432, 'last_price_update_time': 1774822107.853478}
2026-03-29 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002104auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001921> (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-29 22:08:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:30 [ecarstrade.be] INFO: Extracting details for car 7001921auction111041
2026-03-29 22:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b3e5f2f-fa42-5e06-bdb6-a29628190132 with identifier: 7001921auction111041
2026-03-29 22:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b3e5f2f-fa42-5e06-bdb6-a29628190132 with scrape type 2
2026-03-29 22:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b3e5f2f-fa42-5e06-bdb6-a29628190132 with scrape type 2
2026-03-29 22:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b3e5f2f-fa42-5e06-bdb6-a29628190132, identifier: 7001921auction111041
2026-03-29 22:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b3e5f2f-fa42-5e06-bdb6-a29628190132 with identifier: 7001921auction111041
2026-03-29 22:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b3e5f2f-fa42-5e06-bdb6-a29628190132 with identifier: 7001921auction111041
2026-03-29 22:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b3e5f2f-fa42-5e06-bdb6-a29628190132 with identifier: 7001921auction111041 to the API
2026-03-29 22:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001921>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '9b3e5f2f-fa42-5e06-bdb6-a29628190132',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001921',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 88626,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-28',
'seats_number': 3,
'seller_name': None,
'title': 'FORD TRANSIT CUSTOM 2.0TD 130PS TREND FWD 300 LWB',
'transmission': 'manual',
'trim': 'FORD TRANSIT CUSTOM 2.0TD 130PS TREND FWD 300 LWB',
'vin': None,
'year': 2022}
2026-03-29 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001921auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:30 [ecarstrade.be] INFO: Saving data for 7001921auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538417.680814, 'last_price_update_time': 1774822110.567361}
2026-03-29 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001921auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001874> (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-29 22:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001848> (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-29 22:08:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:30 [ecarstrade.be] INFO: Extracting details for car 7001874auction111041
2026-03-29 22:08:30 [ecarstrade.be] INFO: Extracting details for car 7001848auction111041
2026-03-29 22:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b7d0033-21eb-5475-a0ab-2d7ca95d5fac with identifier: 7001874auction111041
2026-03-29 22:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b7d0033-21eb-5475-a0ab-2d7ca95d5fac with scrape type 2
2026-03-29 22:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b7d0033-21eb-5475-a0ab-2d7ca95d5fac with scrape type 2
2026-03-29 22:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b7d0033-21eb-5475-a0ab-2d7ca95d5fac, identifier: 7001874auction111041
2026-03-29 22:08:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff5eb87c-7d8b-5f80-948d-9634cd102102 with identifier: 7001848auction111041
2026-03-29 22:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff5eb87c-7d8b-5f80-948d-9634cd102102 with scrape type 2
2026-03-29 22:08:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff5eb87c-7d8b-5f80-948d-9634cd102102 with scrape type 2
2026-03-29 22:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff5eb87c-7d8b-5f80-948d-9634cd102102, identifier: 7001848auction111041
2026-03-29 22:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b7d0033-21eb-5475-a0ab-2d7ca95d5fac with identifier: 7001874auction111041
2026-03-29 22:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b7d0033-21eb-5475-a0ab-2d7ca95d5fac with identifier: 7001874auction111041
2026-03-29 22:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b7d0033-21eb-5475-a0ab-2d7ca95d5fac with identifier: 7001874auction111041 to the API
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001874>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5b7d0033-21eb-5475-a0ab-2d7ca95d5fac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001874',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 81619,
'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 X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001874auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:31 [ecarstrade.be] INFO: Saving data for 7001874auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538414.899877, 'last_price_update_time': 1774822111.511928}
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001874auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff5eb87c-7d8b-5f80-948d-9634cd102102 with identifier: 7001848auction111041
2026-03-29 22:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff5eb87c-7d8b-5f80-948d-9634cd102102 with identifier: 7001848auction111041
2026-03-29 22:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff5eb87c-7d8b-5f80-948d-9634cd102102 with identifier: 7001848auction111041 to the API
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001848>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ff5eb87c-7d8b-5f80-948d-9634cd102102',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001848',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 161249,
'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': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK 2.0 35 TDI S TRONIC BUS. ED.',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 35 TDI S TRONIC BUS. ED.',
'vin': None,
'year': 2020}
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001848auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:31 [ecarstrade.be] INFO: Saving data for 7001848auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538416.452188, 'last_price_update_time': 1774822111.798078}
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001848auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002108> (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-29 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-29 22:08:32 [ecarstrade.be] INFO: Extracting details for car 7002108auction111041
2026-03-29 22:08:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a65c63a-8a3a-589a-b11f-6b4d147c7a53 with identifier: 7002108auction111041
2026-03-29 22:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a65c63a-8a3a-589a-b11f-6b4d147c7a53 with scrape type 2
2026-03-29 22:08:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a65c63a-8a3a-589a-b11f-6b4d147c7a53 with scrape type 2
2026-03-29 22:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a65c63a-8a3a-589a-b11f-6b4d147c7a53, identifier: 7002108auction111041
2026-03-29 22:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a65c63a-8a3a-589a-b11f-6b4d147c7a53 with identifier: 7002108auction111041
2026-03-29 22:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a65c63a-8a3a-589a-b11f-6b4d147c7a53 with identifier: 7002108auction111041
2026-03-29 22:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a65c63a-8a3a-589a-b11f-6b4d147c7a53 with identifier: 7002108auction111041 to the API
2026-03-29 22:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002108>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '0a65c63a-8a3a-589a-b11f-6b4d147c7a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002108',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 113085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'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-29 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002108auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:32 [ecarstrade.be] INFO: Saving data for 7002108auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538495.549123, 'last_price_update_time': 1774822112.612929}
2026-03-29 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002108auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002107> (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-29 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-29 22:08:33 [ecarstrade.be] INFO: Extracting details for car 7002107auction111041
2026-03-29 22:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 964ddc93-2783-5286-8521-448613e912e4 with identifier: 7002107auction111041
2026-03-29 22:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 964ddc93-2783-5286-8521-448613e912e4 with scrape type 2
2026-03-29 22:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 964ddc93-2783-5286-8521-448613e912e4 with scrape type 2
2026-03-29 22:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 964ddc93-2783-5286-8521-448613e912e4, identifier: 7002107auction111041
2026-03-29 22:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 964ddc93-2783-5286-8521-448613e912e4 with identifier: 7002107auction111041
2026-03-29 22:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 964ddc93-2783-5286-8521-448613e912e4 with identifier: 7002107auction111041
2026-03-29 22:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 964ddc93-2783-5286-8521-448613e912e4 with identifier: 7002107auction111041 to the API
2026-03-29 22:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002107>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '964ddc93-2783-5286-8521-448613e912e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002107',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 142790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TOURAN 2.0 TDI 110KW HIGHLINE DSG',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TOURAN 2.0 TDI 110KW HIGHLINE DSG',
'vin': None,
'year': 2021}
2026-03-29 22:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002107auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:33 [ecarstrade.be] INFO: Saving data for 7002107auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538412.40385, 'last_price_update_time': 1774822113.505893}
2026-03-29 22:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002107auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001930> (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-29 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-29 22:08:33 [ecarstrade.be] INFO: Extracting details for car 7001930auction111041
2026-03-29 22:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c27f72f-2f2d-572d-a58b-183076c7a7ac with identifier: 7001930auction111041
2026-03-29 22:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c27f72f-2f2d-572d-a58b-183076c7a7ac with scrape type 2
2026-03-29 22:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c27f72f-2f2d-572d-a58b-183076c7a7ac with scrape type 2
2026-03-29 22:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c27f72f-2f2d-572d-a58b-183076c7a7ac, identifier: 7001930auction111041
2026-03-29 22:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c27f72f-2f2d-572d-a58b-183076c7a7ac with identifier: 7001930auction111041
2026-03-29 22:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c27f72f-2f2d-572d-a58b-183076c7a7ac with identifier: 7001930auction111041
2026-03-29 22:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c27f72f-2f2d-572d-a58b-183076c7a7ac with identifier: 7001930auction111041 to the API
2026-03-29 22:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001930>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO D',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '3c27f72f-2f2d-572d-a58b-183076c7a7ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001930',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Jaguar E-Pace',
'odometer': 121708,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-08',
'seats_number': 5,
'seller_name': None,
'title': 'JAGUAR E-PACE 2.0 D150 R-DYNAMIC AUTO 4WD',
'transmission': 'automatic',
'trim': 'JAGUAR E-PE 2.0 D150 R-DYNAMIC AUTO 4WD',
'vin': None,
'year': 2020}
2026-03-29 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001930auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:34 [ecarstrade.be] INFO: Saving data for 7001930auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538416.808066, 'last_price_update_time': 1774822114.288353}
2026-03-29 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001930auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002070> (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-29 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-29 22:08:34 [ecarstrade.be] INFO: Extracting details for car 7002070auction111041
2026-03-29 22:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d59dde7-2faf-5b39-91bc-2cb08327f3fd with identifier: 7002070auction111041
2026-03-29 22:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d59dde7-2faf-5b39-91bc-2cb08327f3fd with scrape type 2
2026-03-29 22:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d59dde7-2faf-5b39-91bc-2cb08327f3fd with scrape type 2
2026-03-29 22:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d59dde7-2faf-5b39-91bc-2cb08327f3fd, identifier: 7002070auction111041
2026-03-29 22:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d59dde7-2faf-5b39-91bc-2cb08327f3fd with identifier: 7002070auction111041
2026-03-29 22:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d59dde7-2faf-5b39-91bc-2cb08327f3fd with identifier: 7002070auction111041
2026-03-29 22:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d59dde7-2faf-5b39-91bc-2cb08327f3fd with identifier: 7002070auction111041 to the API
2026-03-29 22:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002070>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '7d59dde7-2faf-5b39-91bc-2cb08327f3fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002070',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 64633,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-28',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI 2.0 CRTDI 85KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI 2.0 CRTDI 85KW DSG7 CLEVER',
'vin': None,
'year': 2022}
2026-03-29 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002070auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:34 [ecarstrade.be] INFO: Saving data for 7002070auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538415.675448, 'last_price_update_time': 1774822114.790566}
2026-03-29 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002070auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002023> (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-29 22:08:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:37 [ecarstrade.be] INFO: Extracting details for car 7002023auction111041
2026-03-29 22:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ff979b4-a611-5b15-b92b-ca3ffc2ac0f2 with identifier: 7002023auction111041
2026-03-29 22:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ff979b4-a611-5b15-b92b-ca3ffc2ac0f2 with scrape type 2
2026-03-29 22:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ff979b4-a611-5b15-b92b-ca3ffc2ac0f2 with scrape type 2
2026-03-29 22:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ff979b4-a611-5b15-b92b-ca3ffc2ac0f2, identifier: 7002023auction111041
2026-03-29 22:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ff979b4-a611-5b15-b92b-ca3ffc2ac0f2 with identifier: 7002023auction111041
2026-03-29 22:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ff979b4-a611-5b15-b92b-ca3ffc2ac0f2 with identifier: 7002023auction111041
2026-03-29 22:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ff979b4-a611-5b15-b92b-ca3ffc2ac0f2 with identifier: 7002023auction111041 to the API
2026-03-29 22:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002023>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3ff979b4-a611-5b15-b92b-ca3ffc2ac0f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002023',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '508',
'odometer': 74857,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 1.6 PHEV 225 E-AUTO ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.6 PHEV 225 E-AUTO ALLURE',
'vin': None,
'year': 2021}
2026-03-29 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002023auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:37 [ecarstrade.be] INFO: Saving data for 7002023auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538416.088451, 'last_price_update_time': 1774822117.645304}
2026-03-29 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002023auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001888> (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-29 22:08:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:37 [ecarstrade.be] INFO: Extracting details for car 7001888auction111041
2026-03-29 22:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22c9d8d3-ad75-52fd-8f2c-da57b5be8cc8 with identifier: 7001888auction111041
2026-03-29 22:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22c9d8d3-ad75-52fd-8f2c-da57b5be8cc8 with scrape type 2
2026-03-29 22:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 22c9d8d3-ad75-52fd-8f2c-da57b5be8cc8 with scrape type 2
2026-03-29 22:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22c9d8d3-ad75-52fd-8f2c-da57b5be8cc8, identifier: 7001888auction111041
2026-03-29 22:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22c9d8d3-ad75-52fd-8f2c-da57b5be8cc8 with identifier: 7001888auction111041
2026-03-29 22:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22c9d8d3-ad75-52fd-8f2c-da57b5be8cc8 with identifier: 7001888auction111041
2026-03-29 22:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22c9d8d3-ad75-52fd-8f2c-da57b5be8cc8 with identifier: 7001888auction111041 to the API
2026-03-29 22:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001888>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '22c9d8d3-ad75-52fd-8f2c-da57b5be8cc8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001888',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X3',
'odometer': 88535,
'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': 'BMW X3 2.0 SDRIVE18D (100KW) AUTO',
'transmission': 'automatic',
'trim': '2.0 SDRIVE18D (100KW) AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001888auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:39 [ecarstrade.be] INFO: Saving data for 7001888auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538326.308952, 'last_price_update_time': 1774822119.327892}
2026-03-29 22:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001888auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001919> (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-29 22:08:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001866> (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-29 22:08:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002112> (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-29 22:08:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:39 [ecarstrade.be] INFO: Extracting details for car 7001919auction111041
2026-03-29 22:08:39 [ecarstrade.be] INFO: Extracting details for car 7001866auction111041
2026-03-29 22:08:39 [ecarstrade.be] INFO: Extracting details for car 7002112auction111041
2026-03-29 22:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b68349c2-d999-5d52-8484-3de71e36a6f5 with identifier: 7001919auction111041
2026-03-29 22:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b68349c2-d999-5d52-8484-3de71e36a6f5 with scrape type 2
2026-03-29 22:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b68349c2-d999-5d52-8484-3de71e36a6f5 with scrape type 2
2026-03-29 22:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b68349c2-d999-5d52-8484-3de71e36a6f5, identifier: 7001919auction111041
2026-03-29 22:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f74b765-7546-5515-b75d-45e372905f68 with identifier: 7001866auction111041
2026-03-29 22:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f74b765-7546-5515-b75d-45e372905f68 with scrape type 2
2026-03-29 22:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f74b765-7546-5515-b75d-45e372905f68 with scrape type 2
2026-03-29 22:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f74b765-7546-5515-b75d-45e372905f68, identifier: 7001866auction111041
2026-03-29 22:08:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0edfd966-b6c5-59f5-b34a-02ec706e3f07 with identifier: 7002112auction111041
2026-03-29 22:08:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0edfd966-b6c5-59f5-b34a-02ec706e3f07 with scrape type 2
2026-03-29 22:08:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0edfd966-b6c5-59f5-b34a-02ec706e3f07 with scrape type 2
2026-03-29 22:08:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0edfd966-b6c5-59f5-b34a-02ec706e3f07, identifier: 7002112auction111041
2026-03-29 22:08:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b68349c2-d999-5d52-8484-3de71e36a6f5 with identifier: 7001919auction111041
2026-03-29 22:08:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b68349c2-d999-5d52-8484-3de71e36a6f5 with identifier: 7001919auction111041
2026-03-29 22:08:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b68349c2-d999-5d52-8484-3de71e36a6f5 with identifier: 7001919auction111041 to the API
2026-03-29 22:08:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001919>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO E',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b68349c2-d999-5d52-8484-3de71e36a6f5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001919',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 242195,
'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': '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-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001919auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:40 [ecarstrade.be] INFO: Saving data for 7001919auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538432.070745, 'last_price_update_time': 1774822120.045157}
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001919auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f74b765-7546-5515-b75d-45e372905f68 with identifier: 7001866auction111041
2026-03-29 22:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f74b765-7546-5515-b75d-45e372905f68 with identifier: 7001866auction111041
2026-03-29 22:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f74b765-7546-5515-b75d-45e372905f68 with identifier: 7001866auction111041 to the API
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001866>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '2f74b765-7546-5515-b75d-45e372905f68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001866',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '318',
'odometer': 147007,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-08',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 SERIES BERLINE 2.0 318DA (110KW) BERLINE',
'transmission': 'automatic',
'trim': '3 SERIES BERLINE 2.0 DA (110KW) BERLINE',
'vin': None,
'year': 2021}
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001866auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:40 [ecarstrade.be] INFO: Saving data for 7001866auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538430.321748, 'last_price_update_time': 1774822120.330274}
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001866auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0edfd966-b6c5-59f5-b34a-02ec706e3f07 with identifier: 7002112auction111041
2026-03-29 22:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0edfd966-b6c5-59f5-b34a-02ec706e3f07 with identifier: 7002112auction111041
2026-03-29 22:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0edfd966-b6c5-59f5-b34a-02ec706e3f07 with identifier: 7002112auction111041 to the API
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002112>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0edfd966-b6c5-59f5-b34a-02ec706e3f07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002112',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'V60',
'odometer': 163253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO V60 2.0 T6 RECHARGE GEARTR INSCRIPTION EXPR',
'transmission': 'automatic',
'trim': 'VOLVO 2.0 T6 RECHARGE GEARTR INSCRIPTION EXPR',
'vin': None,
'year': 2021}
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002112auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:40 [ecarstrade.be] INFO: Saving data for 7002112auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538429.368895, 'last_price_update_time': 1774822120.624529}
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002112auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001868> (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-29 22:08:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:40 [ecarstrade.be] INFO: Extracting details for car 7001868auction111041
2026-03-29 22:08:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12a37136-48d0-55c9-b147-4f380969746b with identifier: 7001868auction111041
2026-03-29 22:08:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12a37136-48d0-55c9-b147-4f380969746b with scrape type 2
2026-03-29 22:08:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12a37136-48d0-55c9-b147-4f380969746b with scrape type 2
2026-03-29 22:08:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12a37136-48d0-55c9-b147-4f380969746b, identifier: 7001868auction111041
2026-03-29 22:08:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12a37136-48d0-55c9-b147-4f380969746b with identifier: 7001868auction111041
2026-03-29 22:08:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12a37136-48d0-55c9-b147-4f380969746b with identifier: 7001868auction111041
2026-03-29 22:08:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12a37136-48d0-55c9-b147-4f380969746b with identifier: 7001868auction111041 to the API
2026-03-29 22:08:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001868>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '12a37136-48d0-55c9-b147-4f380969746b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001868',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '316',
'odometer': 88839,
'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 SERIES TOURING 2.0 316DA (90KW) TOURING',
'transmission': 'automatic',
'trim': '3 SERIES TOURING 2.0 DA (90KW) TOURING',
'vin': None,
'year': 2021}
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001868auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:41 [ecarstrade.be] INFO: Saving data for 7001868auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538565.893522, 'last_price_update_time': 1774822121.165438}
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001868auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002038> (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-29 22:08:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:41 [ecarstrade.be] INFO: Extracting details for car 7002038auction111041
2026-03-29 22:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5536127a-a033-5d60-b01c-2a60349e6e0a with identifier: 7002038auction111041
2026-03-29 22:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5536127a-a033-5d60-b01c-2a60349e6e0a with scrape type 2
2026-03-29 22:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5536127a-a033-5d60-b01c-2a60349e6e0a with scrape type 2
2026-03-29 22:08:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5536127a-a033-5d60-b01c-2a60349e6e0a, identifier: 7002038auction111041
2026-03-29 22:08:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5536127a-a033-5d60-b01c-2a60349e6e0a with identifier: 7002038auction111041
2026-03-29 22:08:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5536127a-a033-5d60-b01c-2a60349e6e0a with identifier: 7002038auction111041
2026-03-29 22:08:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5536127a-a033-5d60-b01c-2a60349e6e0a with identifier: 7002038auction111041 to the API
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002038>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5536127a-a033-5d60-b01c-2a60349e6e0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002038',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 30433,
'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': 'RENAULT ARKANA 1.3 TCE MHEV 140 R.S. LINE EDC',
'transmission': 'automatic',
'trim': 'RENAULT ARKANA 1.3 TCE MHEV 140 R.S. LINE EDC',
'vin': None,
'year': 2022}
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002038auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:41 [ecarstrade.be] INFO: Saving data for 7002038auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538428.628629, 'last_price_update_time': 1774822121.664247}
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002038auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001864> (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-29 22:08:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:44 [ecarstrade.be] INFO: Extracting details for car 7001864auction111041
2026-03-29 22:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 747a6a12-4b18-5e11-b9bf-cd0613d9fb63 with identifier: 7001864auction111041
2026-03-29 22:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 747a6a12-4b18-5e11-b9bf-cd0613d9fb63 with scrape type 2
2026-03-29 22:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 747a6a12-4b18-5e11-b9bf-cd0613d9fb63 with scrape type 2
2026-03-29 22:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 747a6a12-4b18-5e11-b9bf-cd0613d9fb63, identifier: 7001864auction111041
2026-03-29 22:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 747a6a12-4b18-5e11-b9bf-cd0613d9fb63 with identifier: 7001864auction111041
2026-03-29 22:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 747a6a12-4b18-5e11-b9bf-cd0613d9fb63 with identifier: 7001864auction111041
2026-03-29 22:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 747a6a12-4b18-5e11-b9bf-cd0613d9fb63 with identifier: 7001864auction111041 to the API
2026-03-29 22:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001864>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '747a6a12-4b18-5e11-b9bf-cd0613d9fb63',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001864',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '316',
'odometer': 143466,
'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': 'BMW 3 SERIES BERLINE 2.0 316DA (90KW) BERLINE',
'transmission': 'automatic',
'trim': '3 SERIES BERLINE 2.0 DA (90KW) BERLINE',
'vin': None,
'year': 2022}
2026-03-29 22:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001864auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:44 [ecarstrade.be] INFO: Saving data for 7001864auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538427.772226, 'last_price_update_time': 1774822124.757338}
2026-03-29 22:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001864auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001845> (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-29 22:08:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:46 [ecarstrade.be] INFO: Extracting details for car 7001845auction111041
2026-03-29 22:08:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8f8ffe66-3f42-5706-8a2c-06a226342dcf with identifier: 7001845auction111041
2026-03-29 22:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8f8ffe66-3f42-5706-8a2c-06a226342dcf with scrape type 2
2026-03-29 22:08:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8f8ffe66-3f42-5706-8a2c-06a226342dcf with scrape type 2
2026-03-29 22:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8f8ffe66-3f42-5706-8a2c-06a226342dcf, identifier: 7001845auction111041
2026-03-29 22:08:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8f8ffe66-3f42-5706-8a2c-06a226342dcf with identifier: 7001845auction111041
2026-03-29 22:08:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8f8ffe66-3f42-5706-8a2c-06a226342dcf with identifier: 7001845auction111041
2026-03-29 22:08:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8f8ffe66-3f42-5706-8a2c-06a226342dcf with identifier: 7001845auction111041 to the API
2026-03-29 22:08:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001845>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '8f8ffe66-3f42-5706-8a2c-06a226342dcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001845',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 102933,
'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': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'transmission': 'automatic',
'trim': 'AUDI AVANT 2.0 30 TDI 100KW S TR BUSINESS ED',
'vin': None,
'year': 2020}
2026-03-29 22:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001845auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:46 [ecarstrade.be] INFO: Saving data for 7001845auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538433.576612, 'last_price_update_time': 1774822126.653874}
2026-03-29 22:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001845auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001858> (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-29 22:08:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:46 [ecarstrade.be] INFO: Extracting details for car 7001858auction111041
2026-03-29 22:08:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba120042-819d-5b8b-ade2-625209c37be3 with identifier: 7001858auction111041
2026-03-29 22:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba120042-819d-5b8b-ade2-625209c37be3 with scrape type 2
2026-03-29 22:08:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba120042-819d-5b8b-ade2-625209c37be3 with scrape type 2
2026-03-29 22:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba120042-819d-5b8b-ade2-625209c37be3, identifier: 7001858auction111041
2026-03-29 22:08:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba120042-819d-5b8b-ade2-625209c37be3 with identifier: 7001858auction111041
2026-03-29 22:08:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba120042-819d-5b8b-ade2-625209c37be3 with identifier: 7001858auction111041
2026-03-29 22:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba120042-819d-5b8b-ade2-625209c37be3 with identifier: 7001858auction111041 to the API
2026-03-29 22:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001858>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ba120042-819d-5b8b-ade2-625209c37be3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001858',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 62148,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 116DA (85KW)',
'transmission': 'automatic',
'trim': '1 SERIES HATCH 1.5 DA (85KW)',
'vin': None,
'year': 2023}
2026-03-29 22:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001858auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:47 [ecarstrade.be] INFO: Saving data for 7001858auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538435.028563, 'last_price_update_time': 1774822127.648407}
2026-03-29 22:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001858auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002093> (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-29 22:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002042> (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-29 22:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002123> (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-29 22:08:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:47 [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-29 22:08:47 [ecarstrade.be] INFO: Extracting details for car 7002093auction111041
2026-03-29 22:08:47 [ecarstrade.be] INFO: Extracting details for car 7002042auction111041
2026-03-29 22:08:47 [ecarstrade.be] INFO: Extracting details for car 7002123auction111041
2026-03-29 22:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0792da0f-fdbc-58f3-995f-b6df46a9ec97 with identifier: 7002093auction111041
2026-03-29 22:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0792da0f-fdbc-58f3-995f-b6df46a9ec97 with scrape type 2
2026-03-29 22:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0792da0f-fdbc-58f3-995f-b6df46a9ec97 with scrape type 2
2026-03-29 22:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0792da0f-fdbc-58f3-995f-b6df46a9ec97, identifier: 7002093auction111041
2026-03-29 22:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9fa537f-7e0e-580b-84ba-c3402e90780e with identifier: 7002042auction111041
2026-03-29 22:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9fa537f-7e0e-580b-84ba-c3402e90780e with scrape type 2
2026-03-29 22:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9fa537f-7e0e-580b-84ba-c3402e90780e with scrape type 2
2026-03-29 22:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9fa537f-7e0e-580b-84ba-c3402e90780e, identifier: 7002042auction111041
2026-03-29 22:08:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14633aad-16ca-5c3e-8867-d53706e1cd5a with identifier: 7002123auction111041
2026-03-29 22:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14633aad-16ca-5c3e-8867-d53706e1cd5a with scrape type 2
2026-03-29 22:08:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14633aad-16ca-5c3e-8867-d53706e1cd5a with scrape type 2
2026-03-29 22:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14633aad-16ca-5c3e-8867-d53706e1cd5a, identifier: 7002123auction111041
2026-03-29 22:08:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0792da0f-fdbc-58f3-995f-b6df46a9ec97 with identifier: 7002093auction111041
2026-03-29 22:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0792da0f-fdbc-58f3-995f-b6df46a9ec97 with identifier: 7002093auction111041
2026-03-29 22:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0792da0f-fdbc-58f3-995f-b6df46a9ec97 with identifier: 7002093auction111041 to the API
2026-03-29 22:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002093>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO Not compliant with l',
'engine': '2.8L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '0792da0f-fdbc-58f3-995f-b6df46a9ec97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002093',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Toyota',
'model': 'Land Cruiser',
'odometer': 193258,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-12-18',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA LAND CRUISER LWB DIESEL - 2013 2.8 D-4D Active Van Aut',
'transmission': 'automatic',
'trim': 'TOYOTA LAND CRUISER LWB DIESEL - 2013 2.8 D-4D Active Van Aut',
'vin': None,
'year': 2017}
2026-03-29 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002093auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:48 [ecarstrade.be] INFO: Saving data for 7002093auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538434.491826, 'last_price_update_time': 1774822128.670433}
2026-03-29 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002093auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9fa537f-7e0e-580b-84ba-c3402e90780e with identifier: 7002042auction111041
2026-03-29 22:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9fa537f-7e0e-580b-84ba-c3402e90780e with identifier: 7002042auction111041
2026-03-29 22:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9fa537f-7e0e-580b-84ba-c3402e90780e with identifier: 7002042auction111041 to the API
2026-03-29 22:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002042>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a9fa537f-7e0e-580b-84ba-c3402e90780e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002042',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 67305,
'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': 'RENAULT ARKANA 1.6 E-TECH 145 EVOLUTION',
'transmission': 'automatic',
'trim': 'RENAULT ARKANA 1.6 E-TECH 145 EVOLUTION',
'vin': None,
'year': 2023}
2026-03-29 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002042auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:48 [ecarstrade.be] INFO: Saving data for 7002042auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538413.269899, 'last_price_update_time': 1774822128.952576}
2026-03-29 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002042auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14633aad-16ca-5c3e-8867-d53706e1cd5a with identifier: 7002123auction111041
2026-03-29 22:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14633aad-16ca-5c3e-8867-d53706e1cd5a with identifier: 7002123auction111041
2026-03-29 22:08:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14633aad-16ca-5c3e-8867-d53706e1cd5a with identifier: 7002123auction111041 to the API
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002123>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '14633aad-16ca-5c3e-8867-d53706e1cd5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002123',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 140551,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 DIESEL - 2017 2.0 D3 Inscription AdBlue',
'transmission': 'manual',
'trim': 'VOLVO DIESEL - 2017 2.0 D3 Inscription AdBlue',
'vin': None,
'year': 2020}
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002123auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Saving data for 7002123auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538565.165663, 'last_price_update_time': 1774822129.230179}
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002123auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001849auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001849auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001849auction111041: 2
2026-03-29 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-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001878auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001878auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001878auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7002016auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002016auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7002016auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001875auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001875auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001875auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001904auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001904auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001904auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7002000auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002000auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7002000auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001838auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001838auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001838auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001850auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001850auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001850auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001857auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001857auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001857auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001859auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001859auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001859auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001964auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001964auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001964auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001997auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001997auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001997auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7002091auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002091auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7002091auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7002056auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002056auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7002056auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7002065auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002065auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7002065auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001843auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001843auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001843auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7002055auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002055auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7002055auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7002060auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002060auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7002060auction111041: 2
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001860auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001860auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001860auction111041: 0
2026-03-29 22:08:49 [ecarstrade.be] INFO: Found listing with ID: 7001876auction111041
2026-03-29 22:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001876auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:49 [ecarstrade.be] INFO: Scrape type for 7001876auction111041: 2
2026-03-29 22:08:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002019> (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-29 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-29 22:08:50 [ecarstrade.be] INFO: Extracting details for car 7002019auction111041
2026-03-29 22:08:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7ab48a5-726a-5f83-bf56-38ed9a8dc401 with identifier: 7002019auction111041
2026-03-29 22:08:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7ab48a5-726a-5f83-bf56-38ed9a8dc401 with scrape type 2
2026-03-29 22:08:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7ab48a5-726a-5f83-bf56-38ed9a8dc401 with scrape type 2
2026-03-29 22:08:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7ab48a5-726a-5f83-bf56-38ed9a8dc401, identifier: 7002019auction111041
2026-03-29 22:08:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7ab48a5-726a-5f83-bf56-38ed9a8dc401 with identifier: 7002019auction111041
2026-03-29 22:08:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7ab48a5-726a-5f83-bf56-38ed9a8dc401 with identifier: 7002019auction111041
2026-03-29 22:08:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7ab48a5-726a-5f83-bf56-38ed9a8dc401 with identifier: 7002019auction111041 to the API
2026-03-29 22:08:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002019>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a7ab48a5-726a-5f83-bf56-38ed9a8dc401',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002019',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '5008',
'odometer': 48727,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-23',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PURETECH 130 AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 130 AUTO GT PACK',
'vin': None,
'year': 2021}
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002019auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:53 [ecarstrade.be] INFO: Saving data for 7002019auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538491.827353, 'last_price_update_time': 1774822133.17575}
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002019auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001839> (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-29 22:08:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:53 [ecarstrade.be] INFO: Extracting details for car 7001839auction111041
2026-03-29 22:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b66f8e3-b89c-534e-b23c-c978e5039945 with identifier: 7001839auction111041
2026-03-29 22:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b66f8e3-b89c-534e-b23c-c978e5039945 with scrape type 2
2026-03-29 22:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b66f8e3-b89c-534e-b23c-c978e5039945 with scrape type 2
2026-03-29 22:08:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b66f8e3-b89c-534e-b23c-c978e5039945, identifier: 7001839auction111041
2026-03-29 22:08:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b66f8e3-b89c-534e-b23c-c978e5039945 with identifier: 7001839auction111041
2026-03-29 22:08:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b66f8e3-b89c-534e-b23c-c978e5039945 with identifier: 7001839auction111041
2026-03-29 22:08:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b66f8e3-b89c-534e-b23c-c978e5039945 with identifier: 7001839auction111041 to the API
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001839>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2b66f8e3-b89c-534e-b23c-c978e5039945',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001839',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 75775,
'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 SDRIVE18IA (100KW)',
'transmission': 'automatic',
'trim': '1.5 SDRIVE18IA (100KW)',
'vin': None,
'year': 2022}
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001839auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:53 [ecarstrade.be] INFO: Saving data for 7001839auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538401.052539, 'last_price_update_time': 1774822133.789674}
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001839auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002090> (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-29 22:08:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:53 [ecarstrade.be] INFO: Extracting details for car 7002090auction111041
2026-03-29 22:08:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ee607ad-132f-5f2b-bee0-f9055246d142 with identifier: 7002090auction111041
2026-03-29 22:08:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ee607ad-132f-5f2b-bee0-f9055246d142 with scrape type 2
2026-03-29 22:08:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ee607ad-132f-5f2b-bee0-f9055246d142 with scrape type 2
2026-03-29 22:08:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ee607ad-132f-5f2b-bee0-f9055246d142, identifier: 7002090auction111041
2026-03-29 22:08:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ee607ad-132f-5f2b-bee0-f9055246d142 with identifier: 7002090auction111041
2026-03-29 22:08:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ee607ad-132f-5f2b-bee0-f9055246d142 with identifier: 7002090auction111041
2026-03-29 22:08:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ee607ad-132f-5f2b-bee0-f9055246d142 with identifier: 7002090auction111041 to the API
2026-03-29 22:08:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:08: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-29 22:08:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002090>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '2ee607ad-132f-5f2b-bee0-f9055246d142',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002090',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 85456,
'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': 'TOYOTA C-HR 2.0 VVT-I HEV C-LUB MONO-TONE AUTO',
'transmission': 'automatic',
'trim': 'TOYOTA 2.0 VVT-I HEV C-LUB MONO-TONE AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002090auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:54 [ecarstrade.be] INFO: Saving data for 7002090auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538402.745228, 'last_price_update_time': 1774822134.27961}
2026-03-29 22:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002090auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001947> (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-29 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-29 22:08:55 [ecarstrade.be] INFO: Extracting details for car 7001947auction111041
2026-03-29 22:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e1fc2e0-7d35-573a-8b78-e19c06a12a0d with identifier: 7001947auction111041
2026-03-29 22:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e1fc2e0-7d35-573a-8b78-e19c06a12a0d with scrape type 2
2026-03-29 22:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e1fc2e0-7d35-573a-8b78-e19c06a12a0d with scrape type 2
2026-03-29 22:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e1fc2e0-7d35-573a-8b78-e19c06a12a0d, identifier: 7001947auction111041
2026-03-29 22:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e1fc2e0-7d35-573a-8b78-e19c06a12a0d with identifier: 7001947auction111041
2026-03-29 22:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e1fc2e0-7d35-573a-8b78-e19c06a12a0d with identifier: 7001947auction111041
2026-03-29 22:08:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e1fc2e0-7d35-573a-8b78-e19c06a12a0d with identifier: 7001947auction111041 to the API
2026-03-29 22:08:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001947>
{'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-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4e1fc2e0-7d35-573a-8b78-e19c06a12a0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001947',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 111609,
'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': 'LAND ROVER DISCOVERY SPORT 1.5 P300E PHEV S 4WD AUTO',
'transmission': 'automatic',
'trim': 'LAND ROVER DISCOVERY SPORT 1.5 P300E PHEV S 4WD AUTO',
'vin': None,
'year': 2021}
2026-03-29 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001947auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:55 [ecarstrade.be] INFO: Saving data for 7001947auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538400.541037, 'last_price_update_time': 1774822135.602605}
2026-03-29 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001947auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:55 [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-29 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-29 22:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001870> (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-29 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-29 22:08:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7001957auction111041
2026-03-29 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001957auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:55 [ecarstrade.be] INFO: Scrape type for 7001957auction111041: 2
2026-03-29 22:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002103> (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-29 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7001863auction111041
2026-03-29 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001863auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:55 [ecarstrade.be] INFO: Scrape type for 7001863auction111041: 2
2026-03-29 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-29 22:08:55 [ecarstrade.be] INFO: Extracting details for car 7001870auction111041
2026-03-29 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7001877auction111041
2026-03-29 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001877auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:55 [ecarstrade.be] INFO: Scrape type for 7001877auction111041: 2
2026-03-29 22:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfe58a89-5ae0-5028-80c5-646e6ee6bfca with identifier: 7001870auction111041
2026-03-29 22:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfe58a89-5ae0-5028-80c5-646e6ee6bfca with scrape type 2
2026-03-29 22:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfe58a89-5ae0-5028-80c5-646e6ee6bfca with scrape type 2
2026-03-29 22:08:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfe58a89-5ae0-5028-80c5-646e6ee6bfca, identifier: 7001870auction111041
2026-03-29 22:08:55 [ecarstrade.be] INFO: Found listing with ID: 7001981auction111041
2026-03-29 22:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001981auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:55 [ecarstrade.be] INFO: Scrape type for 7001981auction111041: 2
2026-03-29 22:08:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfe58a89-5ae0-5028-80c5-646e6ee6bfca with identifier: 7001870auction111041
2026-03-29 22:08:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfe58a89-5ae0-5028-80c5-646e6ee6bfca with identifier: 7001870auction111041
2026-03-29 22:08:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfe58a89-5ae0-5028-80c5-646e6ee6bfca with identifier: 7001870auction111041 to the API
2026-03-29 22:08:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001870>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'bfe58a89-5ae0-5028-80c5-646e6ee6bfca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001870',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '320',
'odometer': 155118,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 TOURING DIESEL - 2019 320 dXA MHD AdBlue',
'transmission': 'automatic',
'trim': '3 TOURING DIESEL - 2019 dXA MHD AdBlue',
'vin': None,
'year': 2021}
2026-03-29 22:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001870auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:56 [ecarstrade.be] INFO: Saving data for 7001870auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538398.250527, 'last_price_update_time': 1774822136.854283}
2026-03-29 22:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001870auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:56 [ecarstrade.be] INFO: Extracting details for car 7002103auction111041
2026-03-29 22:08:56 [ecarstrade.be] INFO: Found listing with ID: 7001861auction111041
2026-03-29 22:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001861auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:56 [ecarstrade.be] INFO: Scrape type for 7001861auction111041: 2
2026-03-29 22:08:56 [ecarstrade.be] INFO: Found listing with ID: 7001879auction111041
2026-03-29 22:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001879auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:56 [ecarstrade.be] INFO: Scrape type for 7001879auction111041: 2
2026-03-29 22:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67af109d-d3fe-5afa-a0f8-17a4da2b7d1f with identifier: 7002103auction111041
2026-03-29 22:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67af109d-d3fe-5afa-a0f8-17a4da2b7d1f with scrape type 2
2026-03-29 22:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67af109d-d3fe-5afa-a0f8-17a4da2b7d1f with scrape type 2
2026-03-29 22:08:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67af109d-d3fe-5afa-a0f8-17a4da2b7d1f, identifier: 7002103auction111041
2026-03-29 22:08:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67af109d-d3fe-5afa-a0f8-17a4da2b7d1f with identifier: 7002103auction111041
2026-03-29 22:08:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67af109d-d3fe-5afa-a0f8-17a4da2b7d1f with identifier: 7002103auction111041
2026-03-29 22:08:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67af109d-d3fe-5afa-a0f8-17a4da2b7d1f with identifier: 7002103auction111041 to the API
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:08:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002103>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '67af109d-d3fe-5afa-a0f8-17a4da2b7d1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002103',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 62614,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-05',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN PASSAT VARIANT 1.4 TSI MSQ VARIANT GTE BUSINESS',
'vin': None,
'year': 2021}
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002103auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Saving data for 7002103auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538399.457309, 'last_price_update_time': 1774822137.312849}
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002103auction111041') HTTP/1.1" 204 0
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7001880auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001880auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7001880auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002087auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002087auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002087auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7001884auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001884auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7001884auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002021auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002021auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002021auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002105auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002105auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002105auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002068auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002068auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002068auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7001846auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001846auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7001846auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002005auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002005auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002005auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002025auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002025auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002025auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7001847auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001847auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7001847auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7001958auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001958auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7001958auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002009auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002009auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002009auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002018auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002018auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002018auction111041: 2
2026-03-29 22:08:57 [ecarstrade.be] INFO: Found listing with ID: 7002111auction111041
2026-03-29 22:08:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002111auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:08:57 [ecarstrade.be] INFO: Scrape type for 7002111auction111041: 2
2026-03-29 22:08:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001878> (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-29 22:08:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001849> (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-29 22:08:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:08:59 [ecarstrade.be] INFO: Extracting details for car 7001878auction111041
2026-03-29 22:08:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1e71081-54b0-5cf5-9e82-78b4750db83f with identifier: 7001878auction111041
2026-03-29 22:08:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1e71081-54b0-5cf5-9e82-78b4750db83f with scrape type 2
2026-03-29 22:08:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b1e71081-54b0-5cf5-9e82-78b4750db83f with scrape type 2
2026-03-29 22:08:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1e71081-54b0-5cf5-9e82-78b4750db83f, identifier: 7001878auction111041
2026-03-29 22:08:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1e71081-54b0-5cf5-9e82-78b4750db83f with identifier: 7001878auction111041
2026-03-29 22:08:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1e71081-54b0-5cf5-9e82-78b4750db83f with identifier: 7001878auction111041
2026-03-29 22:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1e71081-54b0-5cf5-9e82-78b4750db83f with identifier: 7001878auction111041 to the API
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001878>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b1e71081-54b0-5cf5-9e82-78b4750db83f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001878',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 100765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-10',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE18I (100KW)',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I (100KW)',
'vin': None,
'year': 2022}
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001878auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:00 [ecarstrade.be] INFO: Saving data for 7001878auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538490.364988, 'last_price_update_time': 1774822140.239562}
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001878auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:00 [ecarstrade.be] INFO: Extracting details for car 7001849auction111041
2026-03-29 22:09:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002016> (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-29 22:09:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceaf5fa1-d374-587b-8607-93e6abf963fa with identifier: 7001849auction111041
2026-03-29 22:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceaf5fa1-d374-587b-8607-93e6abf963fa with scrape type 2
2026-03-29 22:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceaf5fa1-d374-587b-8607-93e6abf963fa with scrape type 2
2026-03-29 22:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ceaf5fa1-d374-587b-8607-93e6abf963fa, identifier: 7001849auction111041
2026-03-29 22:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ceaf5fa1-d374-587b-8607-93e6abf963fa with identifier: 7001849auction111041
2026-03-29 22:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ceaf5fa1-d374-587b-8607-93e6abf963fa with identifier: 7001849auction111041
2026-03-29 22:09:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ceaf5fa1-d374-587b-8607-93e6abf963fa with identifier: 7001849auction111041 to the API
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001849>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ceaf5fa1-d374-587b-8607-93e6abf963fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001849',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 204053,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-04',
'seats_number': 4,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK DIESEL - 2020 30 TDi Business Edition S tronic',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 30 TDi Business Edition S tronic',
'vin': None,
'year': 2020}
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001849auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:00 [ecarstrade.be] INFO: Saving data for 7001849auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538492.967767, 'last_price_update_time': 1774822140.861865}
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001849auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:00 [ecarstrade.be] INFO: Extracting details for car 7002016auction111041
2026-03-29 22:09:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd894e5e-6ac5-5e64-89a5-8275a8423e3e with identifier: 7002016auction111041
2026-03-29 22:09:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd894e5e-6ac5-5e64-89a5-8275a8423e3e with scrape type 2
2026-03-29 22:09:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd894e5e-6ac5-5e64-89a5-8275a8423e3e with scrape type 2
2026-03-29 22:09:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd894e5e-6ac5-5e64-89a5-8275a8423e3e, identifier: 7002016auction111041
2026-03-29 22:09:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd894e5e-6ac5-5e64-89a5-8275a8423e3e with identifier: 7002016auction111041
2026-03-29 22:09:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd894e5e-6ac5-5e64-89a5-8275a8423e3e with identifier: 7002016auction111041
2026-03-29 22:09:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd894e5e-6ac5-5e64-89a5-8275a8423e3e with identifier: 7002016auction111041 to the API
2026-03-29 22:09:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002016>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fd894e5e-6ac5-5e64-89a5-8275a8423e3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002016',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 87111,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'vin': None,
'year': 2023}
2026-03-29 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002016auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:02 [ecarstrade.be] INFO: Saving data for 7002016auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538573.873081, 'last_price_update_time': 1774822142.136561}
2026-03-29 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002016auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001904> (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-29 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-29 22:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002000> (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-29 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-29 22:09:02 [ecarstrade.be] INFO: Extracting details for car 7001904auction111041
2026-03-29 22:09:02 [ecarstrade.be] INFO: Extracting details for car 7002000auction111041
2026-03-29 22:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 618cfe3a-a9b1-58bd-81b3-55eaec4dc30f with identifier: 7001904auction111041
2026-03-29 22:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 618cfe3a-a9b1-58bd-81b3-55eaec4dc30f with scrape type 2
2026-03-29 22:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 618cfe3a-a9b1-58bd-81b3-55eaec4dc30f with scrape type 2
2026-03-29 22:09:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 618cfe3a-a9b1-58bd-81b3-55eaec4dc30f, identifier: 7001904auction111041
2026-03-29 22:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa5a8ec4-6f25-576c-a6d5-517e59661ca1 with identifier: 7002000auction111041
2026-03-29 22:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa5a8ec4-6f25-576c-a6d5-517e59661ca1 with scrape type 2
2026-03-29 22:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa5a8ec4-6f25-576c-a6d5-517e59661ca1 with scrape type 2
2026-03-29 22:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa5a8ec4-6f25-576c-a6d5-517e59661ca1, identifier: 7002000auction111041
2026-03-29 22:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 618cfe3a-a9b1-58bd-81b3-55eaec4dc30f with identifier: 7001904auction111041
2026-03-29 22:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 618cfe3a-a9b1-58bd-81b3-55eaec4dc30f with identifier: 7001904auction111041
2026-03-29 22:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 618cfe3a-a9b1-58bd-81b3-55eaec4dc30f with identifier: 7001904auction111041 to the API
2026-03-29 22:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001904>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '618cfe3a-a9b1-58bd-81b3-55eaec4dc30f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001904',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Citroen',
'model': 'C5 X',
'odometer': 60986,
'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': 5,
'seller_name': None,
'title': 'CITROAu2039N C5 X 1.2 PURETECH 130 S&S EAT8 FEEL AT',
'transmission': 'automatic',
'trim': 'CITROAu2039N 1.2 PURETECH 130 S&S EAT8 FEEL AT',
'vin': None,
'year': 2023}
2026-03-29 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001904auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:03 [ecarstrade.be] INFO: Saving data for 7001904auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538512.985383, 'last_price_update_time': 1774822143.330637}
2026-03-29 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001904auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa5a8ec4-6f25-576c-a6d5-517e59661ca1 with identifier: 7002000auction111041
2026-03-29 22:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa5a8ec4-6f25-576c-a6d5-517e59661ca1 with identifier: 7002000auction111041
2026-03-29 22:09:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa5a8ec4-6f25-576c-a6d5-517e59661ca1 with identifier: 7002000auction111041 to the API
2026-03-29 22:09:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002000>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'aa5a8ec4-6f25-576c-a6d5-517e59661ca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002000',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Astra',
'odometer': 43526,
'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': 'OPEL ASTRA 1.2 TURBO 96KW S-S GS DRIVING SCHOOL',
'transmission': 'manual',
'trim': 'OPEL ASTRA 1.2 TURBO 96KW S-S GS DRIVING SCHOOL',
'vin': None,
'year': 2024}
2026-03-29 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002000auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:03 [ecarstrade.be] INFO: Saving data for 7002000auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538514.863082, 'last_price_update_time': 1774822143.609061}
2026-03-29 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002000auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001875> (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-29 22:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001838> (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-29 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-29 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-29 22:09:03 [ecarstrade.be] INFO: Extracting details for car 7001875auction111041
2026-03-29 22:09:03 [ecarstrade.be] INFO: Extracting details for car 7001838auction111041
2026-03-29 22:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bbe04cb-f545-5a0f-9164-71de82629b69 with identifier: 7001875auction111041
2026-03-29 22:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bbe04cb-f545-5a0f-9164-71de82629b69 with scrape type 2
2026-03-29 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0bbe04cb-f545-5a0f-9164-71de82629b69 with scrape type 2
2026-03-29 22:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bbe04cb-f545-5a0f-9164-71de82629b69, identifier: 7001875auction111041
2026-03-29 22:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa478871-dbc8-582f-912f-9473b482b3bd with identifier: 7001838auction111041
2026-03-29 22:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa478871-dbc8-582f-912f-9473b482b3bd with scrape type 2
2026-03-29 22:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fa478871-dbc8-582f-912f-9473b482b3bd with scrape type 2
2026-03-29 22:09:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa478871-dbc8-582f-912f-9473b482b3bd, identifier: 7001838auction111041
2026-03-29 22:09:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bbe04cb-f545-5a0f-9164-71de82629b69 with identifier: 7001875auction111041
2026-03-29 22:09:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bbe04cb-f545-5a0f-9164-71de82629b69 with identifier: 7001875auction111041
2026-03-29 22:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bbe04cb-f545-5a0f-9164-71de82629b69 with identifier: 7001875auction111041 to the API
2026-03-29 22:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001875>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '0bbe04cb-f545-5a0f-9164-71de82629b69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001875',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 82918,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2020}
2026-03-29 22:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001875auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:04 [ecarstrade.be] INFO: Saving data for 7001875auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538572.81408, 'last_price_update_time': 1774822144.805596}
2026-03-29 22:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001875auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa478871-dbc8-582f-912f-9473b482b3bd with identifier: 7001838auction111041
2026-03-29 22:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa478871-dbc8-582f-912f-9473b482b3bd with identifier: 7001838auction111041
2026-03-29 22:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa478871-dbc8-582f-912f-9473b482b3bd with identifier: 7001838auction111041 to the API
2026-03-29 22:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001838>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'fa478871-dbc8-582f-912f-9473b482b3bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001838',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 143478,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-22',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK 2.0 35 TDI 110KW S TRONIC BUSINESS EDIT.',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 2.0 35 TDI 110KW S TRONIC BUSINESS EDIT.',
'vin': None,
'year': 2021}
2026-03-29 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001838auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:05 [ecarstrade.be] INFO: Saving data for 7001838auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538484.729521, 'last_price_update_time': 1774822145.093368}
2026-03-29 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001838auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:06 [scrapy.extensions.logstats] INFO: Crawled 1456 pages (at 54 pages/min), scraped 1373 items (at 51 items/min)
2026-03-29 22:09:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001850> (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-29 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-29 22:09:06 [ecarstrade.be] INFO: Extracting details for car 7001850auction111041
2026-03-29 22:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41097a36-c96a-579d-8f44-9822aada1af5 with identifier: 7001850auction111041
2026-03-29 22:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41097a36-c96a-579d-8f44-9822aada1af5 with scrape type 2
2026-03-29 22:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41097a36-c96a-579d-8f44-9822aada1af5 with scrape type 2
2026-03-29 22:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41097a36-c96a-579d-8f44-9822aada1af5, identifier: 7001850auction111041
2026-03-29 22:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41097a36-c96a-579d-8f44-9822aada1af5 with identifier: 7001850auction111041
2026-03-29 22:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41097a36-c96a-579d-8f44-9822aada1af5 with identifier: 7001850auction111041
2026-03-29 22:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41097a36-c96a-579d-8f44-9822aada1af5 with identifier: 7001850auction111041 to the API
2026-03-29 22:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001850>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '41097a36-c96a-579d-8f44-9822aada1af5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001850',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q2',
'odometer': 167539,
'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': 'AUDI Q2 2.0 30 TDI S TRONIC ADVANCED BUSINESS ED',
'transmission': 'automatic',
'trim': 'AUDI 2.0 30 TDI S TRONIC ADVANCED BUSINESS ED',
'vin': None,
'year': 2021}
2026-03-29 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001850auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:07 [ecarstrade.be] INFO: Saving data for 7001850auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538511.774913, 'last_price_update_time': 1774822147.215029}
2026-03-29 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001850auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001876> (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-29 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-29 22:09:07 [ecarstrade.be] INFO: Extracting details for car 7001876auction111041
2026-03-29 22:09:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82d3af8d-0ca9-5d00-825d-1dac0eb6e09c with identifier: 7001876auction111041
2026-03-29 22:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82d3af8d-0ca9-5d00-825d-1dac0eb6e09c with scrape type 2
2026-03-29 22:09:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82d3af8d-0ca9-5d00-825d-1dac0eb6e09c with scrape type 2
2026-03-29 22:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82d3af8d-0ca9-5d00-825d-1dac0eb6e09c, identifier: 7001876auction111041
2026-03-29 22:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82d3af8d-0ca9-5d00-825d-1dac0eb6e09c with identifier: 7001876auction111041
2026-03-29 22:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82d3af8d-0ca9-5d00-825d-1dac0eb6e09c with identifier: 7001876auction111041
2026-03-29 22:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82d3af8d-0ca9-5d00-825d-1dac0eb6e09c with identifier: 7001876auction111041 to the API
2026-03-29 22:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001876>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '82d3af8d-0ca9-5d00-825d-1dac0eb6e09c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001876',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 102124,
'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 X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2021}
2026-03-29 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001876auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:07 [ecarstrade.be] INFO: Saving data for 7001876auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538454.085969, 'last_price_update_time': 1774822147.970523}
2026-03-29 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001876auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002060> (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-29 22:09:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:08 [ecarstrade.be] INFO: Extracting details for car 7002060auction111041
2026-03-29 22:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f04da491-e98f-544e-b60a-f9da251c6320 with identifier: 7002060auction111041
2026-03-29 22:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f04da491-e98f-544e-b60a-f9da251c6320 with scrape type 2
2026-03-29 22:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f04da491-e98f-544e-b60a-f9da251c6320 with scrape type 2
2026-03-29 22:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f04da491-e98f-544e-b60a-f9da251c6320, identifier: 7002060auction111041
2026-03-29 22:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f04da491-e98f-544e-b60a-f9da251c6320 with identifier: 7002060auction111041
2026-03-29 22:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f04da491-e98f-544e-b60a-f9da251c6320 with identifier: 7002060auction111041
2026-03-29 22:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f04da491-e98f-544e-b60a-f9da251c6320 with identifier: 7002060auction111041 to the API
2026-03-29 22:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002060>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f04da491-e98f-544e-b60a-f9da251c6320',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002060',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Seat',
'model': 'Leon',
'odometer': 82590,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-11',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT LEON ST 1.0 ETSI 110 MOVE! DSG',
'transmission': 'automatic',
'trim': 'SEAT LEON ST 1.0 ETSI 110 MOVE! DSG',
'vin': None,
'year': 2022}
2026-03-29 22:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002060auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:08 [ecarstrade.be] INFO: Saving data for 7002060auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538453.634965, 'last_price_update_time': 1774822148.622003}
2026-03-29 22:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002060auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002015> (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-29 22:09:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:08 [ecarstrade.be] INFO: Extracting details for car 7002015auction111041
2026-03-29 22:09:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20a7d7cf-29ff-5326-bbec-2e482e6d3dea with identifier: 7002015auction111041
2026-03-29 22:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20a7d7cf-29ff-5326-bbec-2e482e6d3dea with scrape type 2
2026-03-29 22:09:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20a7d7cf-29ff-5326-bbec-2e482e6d3dea with scrape type 2
2026-03-29 22:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20a7d7cf-29ff-5326-bbec-2e482e6d3dea, identifier: 7002015auction111041
2026-03-29 22:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20a7d7cf-29ff-5326-bbec-2e482e6d3dea with identifier: 7002015auction111041
2026-03-29 22:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20a7d7cf-29ff-5326-bbec-2e482e6d3dea with identifier: 7002015auction111041
2026-03-29 22:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20a7d7cf-29ff-5326-bbec-2e482e6d3dea with identifier: 7002015auction111041 to the API
2026-03-29 22:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002015>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '20a7d7cf-29ff-5326-bbec-2e482e6d3dea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002015',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 55941,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.2 PURETECH 96KW S-S AUTO GT PACK',
'vin': None,
'year': 2023}
2026-03-29 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002015auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:09 [ecarstrade.be] INFO: Saving data for 7002015auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538431.360565, 'last_price_update_time': 1774822149.131047}
2026-03-29 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002015auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002055> (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-29 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-29 22:09:09 [ecarstrade.be] INFO: Extracting details for car 7002055auction111041
2026-03-29 22:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 695c2a8b-7e5a-5123-b488-2992126e2107 with identifier: 7002055auction111041
2026-03-29 22:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 695c2a8b-7e5a-5123-b488-2992126e2107 with scrape type 2
2026-03-29 22:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 695c2a8b-7e5a-5123-b488-2992126e2107 with scrape type 2
2026-03-29 22:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 695c2a8b-7e5a-5123-b488-2992126e2107, identifier: 7002055auction111041
2026-03-29 22:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 695c2a8b-7e5a-5123-b488-2992126e2107 with identifier: 7002055auction111041
2026-03-29 22:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 695c2a8b-7e5a-5123-b488-2992126e2107 with identifier: 7002055auction111041
2026-03-29 22:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 695c2a8b-7e5a-5123-b488-2992126e2107 with identifier: 7002055auction111041 to the API
2026-03-29 22:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002055>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '695c2a8b-7e5a-5123-b488-2992126e2107',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002055',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Seat',
'model': 'Arona',
'odometer': 72458,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-09',
'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': 2023}
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002055auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:10 [ecarstrade.be] INFO: Saving data for 7002055auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538455.230524, 'last_price_update_time': 1774822150.044173}
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002055auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001843> (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-29 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-29 22:09:10 [ecarstrade.be] INFO: Extracting details for car 7001843auction111041
2026-03-29 22:09:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff14d5f-f5f9-58e1-9a15-26f19293a235 with identifier: 7001843auction111041
2026-03-29 22:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff14d5f-f5f9-58e1-9a15-26f19293a235 with scrape type 2
2026-03-29 22:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff14d5f-f5f9-58e1-9a15-26f19293a235 with scrape type 2
2026-03-29 22:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ff14d5f-f5f9-58e1-9a15-26f19293a235, identifier: 7001843auction111041
2026-03-29 22:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ff14d5f-f5f9-58e1-9a15-26f19293a235 with identifier: 7001843auction111041
2026-03-29 22:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ff14d5f-f5f9-58e1-9a15-26f19293a235 with identifier: 7001843auction111041
2026-03-29 22:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ff14d5f-f5f9-58e1-9a15-26f19293a235 with identifier: 7001843auction111041 to the API
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001843>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '5ff14d5f-f5f9-58e1-9a15-26f19293a235',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001843',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A3',
'odometer': 73865,
'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': 'AUDI A3 SPORTBACK DIESEL - 2020 30 TDi',
'transmission': 'manual',
'trim': 'AUDI SPORTBACK DIESEL - 2020 30 TDi',
'vin': None,
'year': 2021}
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001843auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:10 [ecarstrade.be] INFO: Saving data for 7001843auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538454.688786, 'last_price_update_time': 1774822150.664149}
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001843auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002065> (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-29 22:09:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:11 [ecarstrade.be] INFO: Extracting details for car 7002065auction111041
2026-03-29 22:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3088ce5-5050-514a-be84-08feef3bed0a with identifier: 7002065auction111041
2026-03-29 22:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3088ce5-5050-514a-be84-08feef3bed0a with scrape type 2
2026-03-29 22:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3088ce5-5050-514a-be84-08feef3bed0a with scrape type 2
2026-03-29 22:09:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3088ce5-5050-514a-be84-08feef3bed0a, identifier: 7002065auction111041
2026-03-29 22:09:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3088ce5-5050-514a-be84-08feef3bed0a with identifier: 7002065auction111041
2026-03-29 22:09:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3088ce5-5050-514a-be84-08feef3bed0a with identifier: 7002065auction111041
2026-03-29 22:09:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3088ce5-5050-514a-be84-08feef3bed0a with identifier: 7002065auction111041 to the API
2026-03-29 22:09:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002065>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'f3088ce5-5050-514a-be84-08feef3bed0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002065',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 121821,
'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': 'SKODA KAROQ 2.0 CRTDI 85KW DSG7 CLEVER',
'transmission': 'automatic',
'trim': 'SKODA KAROQ 2.0 CRTDI 85KW DSG7 CLEVER',
'vin': None,
'year': 2021}
2026-03-29 22:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002065auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:11 [ecarstrade.be] INFO: Saving data for 7002065auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538489.850361, 'last_price_update_time': 1774822151.608669}
2026-03-29 22:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002065auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002056> (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-29 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-29 22:09:12 [ecarstrade.be] INFO: Extracting details for car 7002056auction111041
2026-03-29 22:09:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 766f5832-c199-577a-aaad-3b748b4cb6d1 with identifier: 7002056auction111041
2026-03-29 22:09:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 766f5832-c199-577a-aaad-3b748b4cb6d1 with scrape type 2
2026-03-29 22:09:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 766f5832-c199-577a-aaad-3b748b4cb6d1 with scrape type 2
2026-03-29 22:09:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 766f5832-c199-577a-aaad-3b748b4cb6d1, identifier: 7002056auction111041
2026-03-29 22:09:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 766f5832-c199-577a-aaad-3b748b4cb6d1 with identifier: 7002056auction111041
2026-03-29 22:09:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 766f5832-c199-577a-aaad-3b748b4cb6d1 with identifier: 7002056auction111041
2026-03-29 22:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 766f5832-c199-577a-aaad-3b748b4cb6d1 with identifier: 7002056auction111041 to the API
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002056>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '766f5832-c199-577a-aaad-3b748b4cb6d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002056',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Seat',
'model': 'Arona',
'odometer': 39164,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-11',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI 81KW MOVE',
'transmission': 'manual',
'trim': 'SEAT ARONA 1.0 TSI 81KW MOVE',
'vin': None,
'year': 2023}
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002056auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:13 [ecarstrade.be] INFO: Saving data for 7002056auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538488.380853, 'last_price_update_time': 1774822153.188377}
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002056auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001957> (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-29 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-29 22:09:13 [ecarstrade.be] INFO: Extracting details for car 7001957auction111041
2026-03-29 22:09:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 866a6518-2933-5780-91df-213331c48be7 with identifier: 7001957auction111041
2026-03-29 22:09:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 866a6518-2933-5780-91df-213331c48be7 with scrape type 2
2026-03-29 22:09:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 866a6518-2933-5780-91df-213331c48be7 with scrape type 2
2026-03-29 22:09:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 866a6518-2933-5780-91df-213331c48be7, identifier: 7001957auction111041
2026-03-29 22:09:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 866a6518-2933-5780-91df-213331c48be7 with identifier: 7001957auction111041
2026-03-29 22:09:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 866a6518-2933-5780-91df-213331c48be7 with identifier: 7001957auction111041
2026-03-29 22:09:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 866a6518-2933-5780-91df-213331c48be7 with identifier: 7001957auction111041 to the API
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001957>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '866a6518-2933-5780-91df-213331c48be7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001957',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 160',
'odometer': 39848,
'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': 'MERCEDES-BENZ A-CLASS 1.3 A 160',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS 1.3',
'vin': None,
'year': 2022}
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001957auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:13 [ecarstrade.be] INFO: Saving data for 7001957auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538496.865145, 'last_price_update_time': 1774822153.684804}
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001957auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002111> (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-29 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-29 22:09:14 [ecarstrade.be] INFO: Extracting details for car 7002111auction111041
2026-03-29 22:09:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19b37245-3f37-5199-a67d-2e8396cbc63d with identifier: 7002111auction111041
2026-03-29 22:09:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19b37245-3f37-5199-a67d-2e8396cbc63d with scrape type 2
2026-03-29 22:09:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19b37245-3f37-5199-a67d-2e8396cbc63d with scrape type 2
2026-03-29 22:09:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19b37245-3f37-5199-a67d-2e8396cbc63d, identifier: 7002111auction111041
2026-03-29 22:09:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19b37245-3f37-5199-a67d-2e8396cbc63d with identifier: 7002111auction111041
2026-03-29 22:09:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19b37245-3f37-5199-a67d-2e8396cbc63d with identifier: 7002111auction111041
2026-03-29 22:09:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19b37245-3f37-5199-a67d-2e8396cbc63d with identifier: 7002111auction111041 to the API
2026-03-29 22:09:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002111>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '19b37245-3f37-5199-a67d-2e8396cbc63d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002111',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volvo',
'model': 'V60',
'odometer': 129057,
'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': 'VOLVO V60 2.0 D3 MOMENTUM CORE',
'transmission': 'manual',
'trim': 'VOLVO 2.0 D3 MOMENTUM CORE',
'vin': None,
'year': 2021}
2026-03-29 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002111auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:14 [ecarstrade.be] INFO: Saving data for 7002111auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538475.06898, 'last_price_update_time': 1774822154.677899}
2026-03-29 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002111auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002018> (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-29 22:09:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:15 [ecarstrade.be] INFO: Extracting details for car 7002018auction111041
2026-03-29 22:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 492bba3e-281f-5e13-8ad4-de6cc0042f3c with identifier: 7002018auction111041
2026-03-29 22:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 492bba3e-281f-5e13-8ad4-de6cc0042f3c with scrape type 2
2026-03-29 22:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 492bba3e-281f-5e13-8ad4-de6cc0042f3c with scrape type 2
2026-03-29 22:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 492bba3e-281f-5e13-8ad4-de6cc0042f3c, identifier: 7002018auction111041
2026-03-29 22:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 492bba3e-281f-5e13-8ad4-de6cc0042f3c with identifier: 7002018auction111041
2026-03-29 22:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 492bba3e-281f-5e13-8ad4-de6cc0042f3c with identifier: 7002018auction111041
2026-03-29 22:09:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 492bba3e-281f-5e13-8ad4-de6cc0042f3c with identifier: 7002018auction111041 to the API
2026-03-29 22:09:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002018>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '492bba3e-281f-5e13-8ad4-de6cc0042f3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002018',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '5008',
'odometer': 134405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-14',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 1.2 PURETECH 130 AUTO CROSSWAY',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 130 AUTO CROSSWAY',
'vin': None,
'year': 2020}
2026-03-29 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002018auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:15 [ecarstrade.be] INFO: Saving data for 7002018auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538474.044115, 'last_price_update_time': 1774822155.687823}
2026-03-29 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002018auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002009> (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-29 22:09:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:15 [ecarstrade.be] INFO: Extracting details for car 7002009auction111041
2026-03-29 22:09:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16a66e35-eab1-586c-b0a9-43c65b2cfe19 with identifier: 7002009auction111041
2026-03-29 22:09:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16a66e35-eab1-586c-b0a9-43c65b2cfe19 with scrape type 2
2026-03-29 22:09:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16a66e35-eab1-586c-b0a9-43c65b2cfe19 with scrape type 2
2026-03-29 22:09:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16a66e35-eab1-586c-b0a9-43c65b2cfe19, identifier: 7002009auction111041
2026-03-29 22:09:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16a66e35-eab1-586c-b0a9-43c65b2cfe19 with identifier: 7002009auction111041
2026-03-29 22:09:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16a66e35-eab1-586c-b0a9-43c65b2cfe19 with identifier: 7002009auction111041
2026-03-29 22:09:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16a66e35-eab1-586c-b0a9-43c65b2cfe19 with identifier: 7002009auction111041 to the API
2026-03-29 22:09:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002009>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '16a66e35-eab1-586c-b0a9-43c65b2cfe19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002009',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 87507,
'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.2 PURETECH 96KW S-S AUTO GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S-S AUTO GT',
'vin': None,
'year': 2022}
2026-03-29 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002009auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:16 [ecarstrade.be] INFO: Saving data for 7002009auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538472.60707, 'last_price_update_time': 1774822156.16945}
2026-03-29 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002009auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001958> (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-29 22:09:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:17 [ecarstrade.be] INFO: Extracting details for car 7001958auction111041
2026-03-29 22:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b361d428-814d-522a-9ae3-7d05304bfcfc with identifier: 7001958auction111041
2026-03-29 22:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b361d428-814d-522a-9ae3-7d05304bfcfc with scrape type 2
2026-03-29 22:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b361d428-814d-522a-9ae3-7d05304bfcfc with scrape type 2
2026-03-29 22:09:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b361d428-814d-522a-9ae3-7d05304bfcfc, identifier: 7001958auction111041
2026-03-29 22:09:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b361d428-814d-522a-9ae3-7d05304bfcfc with identifier: 7001958auction111041
2026-03-29 22:09:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b361d428-814d-522a-9ae3-7d05304bfcfc with identifier: 7001958auction111041
2026-03-29 22:09:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b361d428-814d-522a-9ae3-7d05304bfcfc with identifier: 7001958auction111041 to the API
2026-03-29 22:09:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001958>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.3L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b361d428-814d-522a-9ae3-7d05304bfcfc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001958',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 91533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-14',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ A-CLASS 1.3 A 180 BUSINESS SOLUTION ESSENTIAL',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ A-CLASS 1.3 BUSINESS SOLUTION ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-29 22:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001958auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:17 [ecarstrade.be] INFO: Saving data for 7001958auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538467.074598, 'last_price_update_time': 1774822157.758438}
2026-03-29 22:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001958auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002025> (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-29 22:09:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:18 [ecarstrade.be] INFO: Extracting details for car 7002025auction111041
2026-03-29 22:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75895c78-40ae-5e5b-ae62-ba2a1f4fa5d6 with identifier: 7002025auction111041
2026-03-29 22:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75895c78-40ae-5e5b-ae62-ba2a1f4fa5d6 with scrape type 2
2026-03-29 22:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75895c78-40ae-5e5b-ae62-ba2a1f4fa5d6 with scrape type 2
2026-03-29 22:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75895c78-40ae-5e5b-ae62-ba2a1f4fa5d6, identifier: 7002025auction111041
2026-03-29 22:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75895c78-40ae-5e5b-ae62-ba2a1f4fa5d6 with identifier: 7002025auction111041
2026-03-29 22:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75895c78-40ae-5e5b-ae62-ba2a1f4fa5d6 with identifier: 7002025auction111041
2026-03-29 22:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75895c78-40ae-5e5b-ae62-ba2a1f4fa5d6 with identifier: 7002025auction111041 to the API
2026-03-29 22:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002025>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '75895c78-40ae-5e5b-ae62-ba2a1f4fa5d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002025',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 78998,
'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': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 2.0 BlueHDi L2 Standard '
'Premium S&S',
'transmission': 'manual',
'trim': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 2.0 BlueHDi L2 Standard '
'Premium S&S',
'vin': None,
'year': 2020}
2026-03-29 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002025auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:18 [ecarstrade.be] INFO: Saving data for 7002025auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538476.858315, 'last_price_update_time': 1774822158.455528}
2026-03-29 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002025auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001847> (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-29 22:09:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:18 [ecarstrade.be] INFO: Extracting details for car 7001847auction111041
2026-03-29 22:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a821eace-1d07-56c7-bb9c-f7472ba46884 with identifier: 7001847auction111041
2026-03-29 22:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a821eace-1d07-56c7-bb9c-f7472ba46884 with scrape type 2
2026-03-29 22:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a821eace-1d07-56c7-bb9c-f7472ba46884 with scrape type 2
2026-03-29 22:09:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a821eace-1d07-56c7-bb9c-f7472ba46884, identifier: 7001847auction111041
2026-03-29 22:09:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a821eace-1d07-56c7-bb9c-f7472ba46884 with identifier: 7001847auction111041
2026-03-29 22:09:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a821eace-1d07-56c7-bb9c-f7472ba46884 with identifier: 7001847auction111041
2026-03-29 22:09:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a821eace-1d07-56c7-bb9c-f7472ba46884 with identifier: 7001847auction111041 to the API
2026-03-29 22:09:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001847>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a821eace-1d07-56c7-bb9c-f7472ba46884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001847',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 173396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-04',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 DIESEL - 2019 35 TDi (EU6d-TEMP) STOCK',
'transmission': 'manual',
'trim': 'AUDI DIESEL - 2019 35 TDi (EU6d-TEMP) STOCK',
'vin': None,
'year': 2019}
2026-03-29 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001847auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:19 [ecarstrade.be] INFO: Saving data for 7001847auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538466.404532, 'last_price_update_time': 1774822159.119165}
2026-03-29 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001847auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002005> (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-29 22:09:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:19 [ecarstrade.be] INFO: Extracting details for car 7002005auction111041
2026-03-29 22:09:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6b8d910-18f9-55d1-854b-56c40711ab42 with identifier: 7002005auction111041
2026-03-29 22:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6b8d910-18f9-55d1-854b-56c40711ab42 with scrape type 2
2026-03-29 22:09:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6b8d910-18f9-55d1-854b-56c40711ab42 with scrape type 2
2026-03-29 22:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6b8d910-18f9-55d1-854b-56c40711ab42, identifier: 7002005auction111041
2026-03-29 22:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6b8d910-18f9-55d1-854b-56c40711ab42 with identifier: 7002005auction111041
2026-03-29 22:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6b8d910-18f9-55d1-854b-56c40711ab42 with identifier: 7002005auction111041
2026-03-29 22:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6b8d910-18f9-55d1-854b-56c40711ab42 with identifier: 7002005auction111041 to the API
2026-03-29 22:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002005>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'a6b8d910-18f9-55d1-854b-56c40711ab42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002005',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 74273,
'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': 'OPEL MOKKA 1.2 TURBO 96KW ELEGANCE',
'transmission': 'manual',
'trim': 'OPEL MOKKA 1.2 TURBO 96KW ELEGANCE',
'vin': None,
'year': 2022}
2026-03-29 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002005auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:19 [ecarstrade.be] INFO: Saving data for 7002005auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538465.730316, 'last_price_update_time': 1774822159.688951}
2026-03-29 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002005auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002068> (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-29 22:09:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:20 [ecarstrade.be] INFO: Extracting details for car 7002068auction111041
2026-03-29 22:09:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb4ba84a-7217-5787-8c57-6730e3d41be0 with identifier: 7002068auction111041
2026-03-29 22:09:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb4ba84a-7217-5787-8c57-6730e3d41be0 with scrape type 2
2026-03-29 22:09:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb4ba84a-7217-5787-8c57-6730e3d41be0 with scrape type 2
2026-03-29 22:09:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb4ba84a-7217-5787-8c57-6730e3d41be0, identifier: 7002068auction111041
2026-03-29 22:09:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb4ba84a-7217-5787-8c57-6730e3d41be0 with identifier: 7002068auction111041
2026-03-29 22:09:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb4ba84a-7217-5787-8c57-6730e3d41be0 with identifier: 7002068auction111041
2026-03-29 22:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb4ba84a-7217-5787-8c57-6730e3d41be0 with identifier: 7002068auction111041 to the API
2026-03-29 22:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002068>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'eb4ba84a-7217-5787-8c57-6730e3d41be0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002068',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 197795,
'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': 5,
'seller_name': None,
'title': 'SKODA KAROQ 2.0 CRTDI 85KW DSG7 CLEVER+',
'transmission': 'automatic',
'trim': 'SKODA KAROQ 2.0 CRTDI 85KW DSG7 CLEVER+',
'vin': None,
'year': 2021}
2026-03-29 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002068auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:20 [ecarstrade.be] INFO: Saving data for 7002068auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538473.374181, 'last_price_update_time': 1774822160.596334}
2026-03-29 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002068auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001846> (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-29 22:09:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:21 [ecarstrade.be] INFO: Extracting details for car 7001846auction111041
2026-03-29 22:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 478958f4-7da5-570d-bfd6-ec3663f0c364 with identifier: 7001846auction111041
2026-03-29 22:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 478958f4-7da5-570d-bfd6-ec3663f0c364 with scrape type 2
2026-03-29 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 478958f4-7da5-570d-bfd6-ec3663f0c364 with scrape type 2
2026-03-29 22:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 478958f4-7da5-570d-bfd6-ec3663f0c364, identifier: 7001846auction111041
2026-03-29 22:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 478958f4-7da5-570d-bfd6-ec3663f0c364 with identifier: 7001846auction111041
2026-03-29 22:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 478958f4-7da5-570d-bfd6-ec3663f0c364 with identifier: 7001846auction111041
2026-03-29 22:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 478958f4-7da5-570d-bfd6-ec3663f0c364 with identifier: 7001846auction111041 to the API
2026-03-29 22:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001846>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '478958f4-7da5-570d-bfd6-ec3663f0c364',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001846',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A4',
'odometer': 148208,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-24',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT DIESEL - 2020 30 TDi',
'transmission': 'manual',
'trim': 'AUDI AVANT DIESEL - 2020 30 TDi',
'vin': None,
'year': 2020}
2026-03-29 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001846auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:21 [ecarstrade.be] INFO: Saving data for 7001846auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538487.910828, 'last_price_update_time': 1774822161.457201}
2026-03-29 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001846auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002105> (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-29 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-29 22:09:21 [ecarstrade.be] INFO: Extracting details for car 7002105auction111041
2026-03-29 22:09:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c79653e-d8ed-5baa-bcbd-819b7a18d61a with identifier: 7002105auction111041
2026-03-29 22:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c79653e-d8ed-5baa-bcbd-819b7a18d61a with scrape type 2
2026-03-29 22:09:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c79653e-d8ed-5baa-bcbd-819b7a18d61a with scrape type 2
2026-03-29 22:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c79653e-d8ed-5baa-bcbd-819b7a18d61a, identifier: 7002105auction111041
2026-03-29 22:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c79653e-d8ed-5baa-bcbd-819b7a18d61a with identifier: 7002105auction111041
2026-03-29 22:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c79653e-d8ed-5baa-bcbd-819b7a18d61a with identifier: 7002105auction111041
2026-03-29 22:09:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c79653e-d8ed-5baa-bcbd-819b7a18d61a with identifier: 7002105auction111041 to the API
2026-03-29 22:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002105>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '4c79653e-d8ed-5baa-bcbd-819b7a18d61a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002105',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 156193,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-22',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN DIESEL - 2016 2.0 TDi SCR Comfortline (EU6.2)',
'transmission': 'manual',
'trim': 'VOLKSWAGEN TIGUAN DIESEL - 2016 2.0 TDi SCR Comfortline (EU6.2)',
'vin': None,
'year': 2020}
2026-03-29 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002105auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:22 [ecarstrade.be] INFO: Saving data for 7002105auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538476.408232, 'last_price_update_time': 1774822162.341026}
2026-03-29 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002105auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002021> (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-29 22:09:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:22 [ecarstrade.be] INFO: Extracting details for car 7002021auction111041
2026-03-29 22:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a42034c-dd6e-50df-a073-73b5e26d66b2 with identifier: 7002021auction111041
2026-03-29 22:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a42034c-dd6e-50df-a073-73b5e26d66b2 with scrape type 2
2026-03-29 22:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a42034c-dd6e-50df-a073-73b5e26d66b2 with scrape type 2
2026-03-29 22:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a42034c-dd6e-50df-a073-73b5e26d66b2, identifier: 7002021auction111041
2026-03-29 22:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a42034c-dd6e-50df-a073-73b5e26d66b2 with identifier: 7002021auction111041
2026-03-29 22:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a42034c-dd6e-50df-a073-73b5e26d66b2 with identifier: 7002021auction111041
2026-03-29 22:09:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a42034c-dd6e-50df-a073-73b5e26d66b2 with identifier: 7002021auction111041 to the API
2026-03-29 22:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002021>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '6a42034c-dd6e-50df-a073-73b5e26d66b2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002021',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': '5008',
'odometer': 55014,
'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': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2020 1.5 BlueHDi Allure',
'transmission': 'automatic',
'trim': 'PEUGEOT DIESEL - 2020 1.5 BlueHDi Allure',
'vin': None,
'year': 2020}
2026-03-29 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002021auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:22 [ecarstrade.be] INFO: Saving data for 7002021auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538477.420871, 'last_price_update_time': 1774822162.845598}
2026-03-29 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002021auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001884> (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-29 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-29 22:09:24 [ecarstrade.be] INFO: Extracting details for car 7001884auction111041
2026-03-29 22:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6612107-45f5-5ffe-9de2-d1c48f9f633a with identifier: 7001884auction111041
2026-03-29 22:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6612107-45f5-5ffe-9de2-d1c48f9f633a with scrape type 2
2026-03-29 22:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6612107-45f5-5ffe-9de2-d1c48f9f633a with scrape type 2
2026-03-29 22:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6612107-45f5-5ffe-9de2-d1c48f9f633a, identifier: 7001884auction111041
2026-03-29 22:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6612107-45f5-5ffe-9de2-d1c48f9f633a with identifier: 7001884auction111041
2026-03-29 22:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6612107-45f5-5ffe-9de2-d1c48f9f633a with identifier: 7001884auction111041
2026-03-29 22:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6612107-45f5-5ffe-9de2-d1c48f9f633a with identifier: 7001884auction111041 to the API
2026-03-29 22:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001884>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'c6612107-45f5-5ffe-9de2-d1c48f9f633a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001884',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 77696,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2019 1.5 d sDrive16 AdBlue',
'transmission': 'manual',
'trim': 'DIESEL - 2019 1.5 d sDrive16 AdBlue',
'vin': None,
'year': 2020}
2026-03-29 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001884auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:24 [ecarstrade.be] INFO: Saving data for 7001884auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538486.734365, 'last_price_update_time': 1774822164.428899}
2026-03-29 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001884auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001880> (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-29 22:09:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:25 [ecarstrade.be] INFO: Extracting details for car 7001880auction111041
2026-03-29 22:09:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49671bc6-aca1-5fb0-bfa4-37c58578afb8 with identifier: 7001880auction111041
2026-03-29 22:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49671bc6-aca1-5fb0-bfa4-37c58578afb8 with scrape type 2
2026-03-29 22:09:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49671bc6-aca1-5fb0-bfa4-37c58578afb8 with scrape type 2
2026-03-29 22:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49671bc6-aca1-5fb0-bfa4-37c58578afb8, identifier: 7001880auction111041
2026-03-29 22:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49671bc6-aca1-5fb0-bfa4-37c58578afb8 with identifier: 7001880auction111041
2026-03-29 22:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49671bc6-aca1-5fb0-bfa4-37c58578afb8 with identifier: 7001880auction111041
2026-03-29 22:09:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49671bc6-aca1-5fb0-bfa4-37c58578afb8 with identifier: 7001880auction111041 to the API
2026-03-29 22:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001880>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '49671bc6-aca1-5fb0-bfa4-37c58578afb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001880',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 140783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-17',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE18I (100KW)',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I (100KW)',
'vin': None,
'year': 2021}
2026-03-29 22:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001880auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:25 [ecarstrade.be] INFO: Saving data for 7001880auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538485.683366, 'last_price_update_time': 1774822165.837333}
2026-03-29 22:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001880auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001879> (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-29 22:09:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002087> (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-29 22:09:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:25 [ecarstrade.be] INFO: Extracting details for car 7001879auction111041
2026-03-29 22:09:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf39ce7d-cb02-55ad-8dd5-9d2e951de8aa with identifier: 7001879auction111041
2026-03-29 22:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf39ce7d-cb02-55ad-8dd5-9d2e951de8aa with scrape type 2
2026-03-29 22:09:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf39ce7d-cb02-55ad-8dd5-9d2e951de8aa with scrape type 2
2026-03-29 22:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf39ce7d-cb02-55ad-8dd5-9d2e951de8aa, identifier: 7001879auction111041
2026-03-29 22:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf39ce7d-cb02-55ad-8dd5-9d2e951de8aa with identifier: 7001879auction111041
2026-03-29 22:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf39ce7d-cb02-55ad-8dd5-9d2e951de8aa with identifier: 7001879auction111041
2026-03-29 22:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf39ce7d-cb02-55ad-8dd5-9d2e951de8aa with identifier: 7001879auction111041 to the API
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001879>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'cf39ce7d-cb02-55ad-8dd5-9d2e951de8aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001879',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 138844,
'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 1.5 SDRIVE18I (100KW)',
'transmission': 'manual',
'trim': '1.5 SDRIVE18I (100KW)',
'vin': None,
'year': 2022}
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001879auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:26 [ecarstrade.be] INFO: Saving data for 7001879auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538489.321814, 'last_price_update_time': 1774822166.346421}
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001879auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:26 [ecarstrade.be] INFO: Extracting details for car 7002087auction111041
2026-03-29 22:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36350fcd-eb31-59a7-ae6d-ced1effe4cad with identifier: 7002087auction111041
2026-03-29 22:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36350fcd-eb31-59a7-ae6d-ced1effe4cad with scrape type 2
2026-03-29 22:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36350fcd-eb31-59a7-ae6d-ced1effe4cad with scrape type 2
2026-03-29 22:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36350fcd-eb31-59a7-ae6d-ced1effe4cad, identifier: 7002087auction111041
2026-03-29 22:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36350fcd-eb31-59a7-ae6d-ced1effe4cad with identifier: 7002087auction111041
2026-03-29 22:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36350fcd-eb31-59a7-ae6d-ced1effe4cad with identifier: 7002087auction111041
2026-03-29 22:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36350fcd-eb31-59a7-ae6d-ced1effe4cad with identifier: 7002087auction111041 to the API
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002087>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '36350fcd-eb31-59a7-ae6d-ced1effe4cad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002087',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Toyota',
'model': 'Aygo',
'odometer': 41091,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-05',
'seats_number': 4,
'seller_name': None,
'title': 'TOYOTA AYGO X 1.0 VVT-I ENVY CVT',
'transmission': 'automatic',
'trim': 'TOYOTA AYGO X 1.0 VVT-I ENVY CVT',
'vin': None,
'year': 2022}
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002087auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:26 [ecarstrade.be] INFO: Saving data for 7002087auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538486.176177, 'last_price_update_time': 1774822166.716824}
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002087auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001861> (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-29 22:09:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:26 [ecarstrade.be] INFO: Extracting details for car 7001861auction111041
2026-03-29 22:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bec1d872-4fb6-55fb-a086-3bd1d717c0fe with identifier: 7001861auction111041
2026-03-29 22:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bec1d872-4fb6-55fb-a086-3bd1d717c0fe with scrape type 2
2026-03-29 22:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bec1d872-4fb6-55fb-a086-3bd1d717c0fe with scrape type 2
2026-03-29 22:09:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bec1d872-4fb6-55fb-a086-3bd1d717c0fe, identifier: 7001861auction111041
2026-03-29 22:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bec1d872-4fb6-55fb-a086-3bd1d717c0fe with identifier: 7001861auction111041
2026-03-29 22:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bec1d872-4fb6-55fb-a086-3bd1d717c0fe with identifier: 7001861auction111041
2026-03-29 22:09:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bec1d872-4fb6-55fb-a086-3bd1d717c0fe with identifier: 7001861auction111041 to the API
2026-03-29 22:09:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001861>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'bec1d872-4fb6-55fb-a086-3bd1d717c0fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001861',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '118',
'odometer': 62724,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 SERIES HATCH 1.5 118I (100KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 I (100KW)',
'vin': None,
'year': 2021}
2026-03-29 22:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001861auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:27 [ecarstrade.be] INFO: Saving data for 7001861auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538487.362279, 'last_price_update_time': 1774822167.239131}
2026-03-29 22:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001861auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001981> (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-29 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-29 22:09:27 [ecarstrade.be] INFO: Extracting details for car 7001981auction111041
2026-03-29 22:09:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e160c32c-bc4a-59de-b66f-8141bfefef04 with identifier: 7001981auction111041
2026-03-29 22:09:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e160c32c-bc4a-59de-b66f-8141bfefef04 with scrape type 2
2026-03-29 22:09:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e160c32c-bc4a-59de-b66f-8141bfefef04 with scrape type 2
2026-03-29 22:09:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e160c32c-bc4a-59de-b66f-8141bfefef04, identifier: 7001981auction111041
2026-03-29 22:09:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e160c32c-bc4a-59de-b66f-8141bfefef04 with identifier: 7001981auction111041
2026-03-29 22:09:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e160c32c-bc4a-59de-b66f-8141bfefef04 with identifier: 7001981auction111041
2026-03-29 22:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e160c32c-bc4a-59de-b66f-8141bfefef04 with identifier: 7001981auction111041 to the API
2026-03-29 22:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001981>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.9L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'e160c32c-bc4a-59de-b66f-8141bfefef04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001981',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'GLA 180',
'odometer': 207172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-24',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLASS GLA DIESEL (H247) GLA 180 d Business Solution',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLASS GLA DIESEL (H247) d Business Solution',
'vin': None,
'year': 2020}
2026-03-29 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001981auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:28 [ecarstrade.be] INFO: Saving data for 7001981auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538474.577085, 'last_price_update_time': 1774822168.191541}
2026-03-29 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001981auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001877> (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-29 22:09:28 [ecarstrade.be] INFO: Extracting details for car 7001877auction111041
2026-03-29 22:09:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62865a18-bf2e-5530-97d4-cc0821b0c6a2 with identifier: 7001877auction111041
2026-03-29 22:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62865a18-bf2e-5530-97d4-cc0821b0c6a2 with scrape type 2
2026-03-29 22:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62865a18-bf2e-5530-97d4-cc0821b0c6a2 with scrape type 2
2026-03-29 22:09:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62865a18-bf2e-5530-97d4-cc0821b0c6a2, identifier: 7001877auction111041
2026-03-29 22:09:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62865a18-bf2e-5530-97d4-cc0821b0c6a2 with identifier: 7001877auction111041
2026-03-29 22:09:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62865a18-bf2e-5530-97d4-cc0821b0c6a2 with identifier: 7001877auction111041
2026-03-29 22:09:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62865a18-bf2e-5530-97d4-cc0821b0c6a2 with identifier: 7001877auction111041 to the API
2026-03-29 22:09:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001877>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '62865a18-bf2e-5530-97d4-cc0821b0c6a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001877',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 123308,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 1.5 SDRIVE16D',
'transmission': 'manual',
'trim': '1.5 SDRIVE16D',
'vin': None,
'year': 2022}
2026-03-29 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001877auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:28 [ecarstrade.be] INFO: Saving data for 7001877auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538491.078181, 'last_price_update_time': 1774822168.826366}
2026-03-29 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001877auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001863> (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-29 22:09:28 [ecarstrade.be] INFO: Extracting details for car 7001863auction111041
2026-03-29 22:09:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de6d7f6c-05ac-504b-baf9-7ecc1e368494 with identifier: 7001863auction111041
2026-03-29 22:09:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de6d7f6c-05ac-504b-baf9-7ecc1e368494 with scrape type 2
2026-03-29 22:09:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de6d7f6c-05ac-504b-baf9-7ecc1e368494 with scrape type 2
2026-03-29 22:09:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de6d7f6c-05ac-504b-baf9-7ecc1e368494, identifier: 7001863auction111041
2026-03-29 22:09:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de6d7f6c-05ac-504b-baf9-7ecc1e368494 with identifier: 7001863auction111041
2026-03-29 22:09:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de6d7f6c-05ac-504b-baf9-7ecc1e368494 with identifier: 7001863auction111041
2026-03-29 22:09:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de6d7f6c-05ac-504b-baf9-7ecc1e368494 with identifier: 7001863auction111041 to the API
2026-03-29 22:09:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001863>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'de6d7f6c-05ac-504b-baf9-7ecc1e368494',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001863',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 190523,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-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-29 22:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001863auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:29 [ecarstrade.be] INFO: Saving data for 7001863auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538496.091307, 'last_price_update_time': 1774822169.313018}
2026-03-29 22:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001863auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:30 [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-29 22:09:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002057auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002057auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002057auction111041: 0
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002059auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002059auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002059auction111041: 2
2026-03-29 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-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002013auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002013auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002013auction111041: 2
2026-03-29 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-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002106auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002106auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002106auction111041: 2
2026-03-29 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-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002058auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002058auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002058auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7001934auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001934auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7001934auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002003auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002003auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002003auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002008auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002008auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002008auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002022auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002022auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002022auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002109auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002109auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002109auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7001915auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001915auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7001915auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7001941auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001941auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7001941auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002053auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002053auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002053auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002049auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002049auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002049auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002012auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002012auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002012auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002097auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002097auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002097auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7001911auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001911auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7001911auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7001913auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001913auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7001913auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002006auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002006auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002006auction111041: 2
2026-03-29 22:09:31 [ecarstrade.be] INFO: Found listing with ID: 7002020auction111041
2026-03-29 22:09:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002020auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:31 [ecarstrade.be] INFO: Scrape type for 7002020auction111041: 2
2026-03-29 22:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002091> (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-29 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-29 22:09:31 [ecarstrade.be] INFO: Extracting details for car 7002091auction111041
2026-03-29 22:09:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17ad0e73-e138-5cf0-bcc7-760f390a8539 with identifier: 7002091auction111041
2026-03-29 22:09:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17ad0e73-e138-5cf0-bcc7-760f390a8539 with scrape type 2
2026-03-29 22:09:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17ad0e73-e138-5cf0-bcc7-760f390a8539 with scrape type 2
2026-03-29 22:09:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17ad0e73-e138-5cf0-bcc7-760f390a8539, identifier: 7002091auction111041
2026-03-29 22:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17ad0e73-e138-5cf0-bcc7-760f390a8539 with identifier: 7002091auction111041
2026-03-29 22:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17ad0e73-e138-5cf0-bcc7-760f390a8539 with identifier: 7002091auction111041
2026-03-29 22:09:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17ad0e73-e138-5cf0-bcc7-760f390a8539 with identifier: 7002091auction111041 to the API
2026-03-29 22:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002091>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.8L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '17ad0e73-e138-5cf0-bcc7-760f390a8539',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002091',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 117699,
'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': 'TOYOTA COROLLA TOURING SPORTS 1.8 HEV DYNAMIC E-CVT',
'transmission': 'automatic',
'trim': 'TOYOTA COROLLA TOURING SPORTS 1.8 HEV DYNAMIC E-CVT',
'vin': None,
'year': 2022}
2026-03-29 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002091auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:32 [ecarstrade.be] INFO: Saving data for 7002091auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538516.296943, 'last_price_update_time': 1774822172.286069}
2026-03-29 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002091auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001997> (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-29 22:09:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:32 [ecarstrade.be] INFO: Extracting details for car 7001997auction111041
2026-03-29 22:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b22db46c-ea69-580d-87db-6ceddce22ec3 with identifier: 7001997auction111041
2026-03-29 22:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b22db46c-ea69-580d-87db-6ceddce22ec3 with scrape type 2
2026-03-29 22:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b22db46c-ea69-580d-87db-6ceddce22ec3 with scrape type 2
2026-03-29 22:09:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b22db46c-ea69-580d-87db-6ceddce22ec3, identifier: 7001997auction111041
2026-03-29 22:09:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b22db46c-ea69-580d-87db-6ceddce22ec3 with identifier: 7001997auction111041
2026-03-29 22:09:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b22db46c-ea69-580d-87db-6ceddce22ec3 with identifier: 7001997auction111041
2026-03-29 22:09:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b22db46c-ea69-580d-87db-6ceddce22ec3 with identifier: 7001997auction111041 to the API
2026-03-29 22:09:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001997>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO E',
'engine': '1.9L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b22db46c-ea69-580d-87db-6ceddce22ec3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001997',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 223946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-14',
'seats_number': 3,
'seller_name': None,
'title': 'MERCEDES-BENZ VITO 2.0 100KW 114 CDI L2',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ VITO 2.0 100KW 114 CDI L2',
'vin': None,
'year': 2022}
2026-03-29 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001997auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:32 [ecarstrade.be] INFO: Saving data for 7001997auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538450.072044, 'last_price_update_time': 1774822172.915805}
2026-03-29 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001997auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001964> (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-29 22:09:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:33 [ecarstrade.be] INFO: Extracting details for car 7001964auction111041
2026-03-29 22:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31cc0add-89a0-5d6b-85f7-56cb752a9336 with identifier: 7001964auction111041
2026-03-29 22:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31cc0add-89a0-5d6b-85f7-56cb752a9336 with scrape type 2
2026-03-29 22:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31cc0add-89a0-5d6b-85f7-56cb752a9336 with scrape type 2
2026-03-29 22:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31cc0add-89a0-5d6b-85f7-56cb752a9336, identifier: 7001964auction111041
2026-03-29 22:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31cc0add-89a0-5d6b-85f7-56cb752a9336 with identifier: 7001964auction111041
2026-03-29 22:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31cc0add-89a0-5d6b-85f7-56cb752a9336 with identifier: 7001964auction111041
2026-03-29 22:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31cc0add-89a0-5d6b-85f7-56cb752a9336 with identifier: 7001964auction111041 to the API
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001964>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO C',
'engine': '1.9L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '31cc0add-89a0-5d6b-85f7-56cb752a9336',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001964',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 155312,
'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': 'MERCEDES-BENZ B-CLASS 2.0 B 180 D BUSINESS SOLUTION DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ B-CLASS 2.0 D BUSINESS SOLUTION DCT',
'vin': None,
'year': 2021}
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001964auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:33 [ecarstrade.be] INFO: Saving data for 7001964auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538517.189703, 'last_price_update_time': 1774822173.447334}
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001964auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001859> (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-29 22:09:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:33 [ecarstrade.be] INFO: Extracting details for car 7001859auction111041
2026-03-29 22:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ab03e62-b241-5bef-8da8-2115dab56ff8 with identifier: 7001859auction111041
2026-03-29 22:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ab03e62-b241-5bef-8da8-2115dab56ff8 with scrape type 2
2026-03-29 22:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ab03e62-b241-5bef-8da8-2115dab56ff8 with scrape type 2
2026-03-29 22:09:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ab03e62-b241-5bef-8da8-2115dab56ff8, identifier: 7001859auction111041
2026-03-29 22:09:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ab03e62-b241-5bef-8da8-2115dab56ff8 with identifier: 7001859auction111041
2026-03-29 22:09:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ab03e62-b241-5bef-8da8-2115dab56ff8 with identifier: 7001859auction111041
2026-03-29 22:09:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ab03e62-b241-5bef-8da8-2115dab56ff8 with identifier: 7001859auction111041 to the API
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001859>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1ab03e62-b241-5bef-8da8-2115dab56ff8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001859',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '118',
'odometer': 47670,
'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': 'BMW 1 SERIES HATCH 1.5 118I (100KW)',
'transmission': 'manual',
'trim': '1 SERIES HATCH 1.5 I (100KW)',
'vin': None,
'year': 2021}
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001859auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:33 [ecarstrade.be] INFO: Saving data for 7001859auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538463.727059, 'last_price_update_time': 1774822173.955258}
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001859auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001857> (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-29 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-29 22:09:34 [ecarstrade.be] INFO: Extracting details for car 7001857auction111041
2026-03-29 22:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b075bf8f-912e-5bdd-bcb5-335da1adfa9c with identifier: 7001857auction111041
2026-03-29 22:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b075bf8f-912e-5bdd-bcb5-335da1adfa9c with scrape type 2
2026-03-29 22:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b075bf8f-912e-5bdd-bcb5-335da1adfa9c with scrape type 2
2026-03-29 22:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b075bf8f-912e-5bdd-bcb5-335da1adfa9c, identifier: 7001857auction111041
2026-03-29 22:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b075bf8f-912e-5bdd-bcb5-335da1adfa9c with identifier: 7001857auction111041
2026-03-29 22:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b075bf8f-912e-5bdd-bcb5-335da1adfa9c with identifier: 7001857auction111041
2026-03-29 22:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b075bf8f-912e-5bdd-bcb5-335da1adfa9c with identifier: 7001857auction111041 to the API
2026-03-29 22:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001857>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'b075bf8f-912e-5bdd-bcb5-335da1adfa9c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001857',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': '116',
'odometer': 77659,
'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-29 22:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001857auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:34 [ecarstrade.be] INFO: Saving data for 7001857auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538515.738806, 'last_price_update_time': 1774822174.502916}
2026-03-29 22:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001857auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:37 [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-29 22:09:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002059> (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-29 22:09:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:09:37 [ecarstrade.be] INFO: Found listing with ID: 7002050auction111041
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002050auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:37 [ecarstrade.be] INFO: Scrape type for 7002050auction111041: 2
2026-03-29 22:09:37 [ecarstrade.be] INFO: Found listing with ID: 7002014auction111041
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002014auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:37 [ecarstrade.be] INFO: Scrape type for 7002014auction111041: 2
2026-03-29 22:09:37 [ecarstrade.be] INFO: Found listing with ID: 7002034auction111041
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002034auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:37 [ecarstrade.be] INFO: Scrape type for 7002034auction111041: 2
2026-03-29 22:09:37 [ecarstrade.be] INFO: Extracting details for car 7002059auction111041
2026-03-29 22:09:37 [ecarstrade.be] INFO: Found listing with ID: 7001900auction111041
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001900auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:37 [ecarstrade.be] INFO: Scrape type for 7001900auction111041: 2
2026-03-29 22:09:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f86e1900-b661-55a2-8d78-bfb32f5f434b with identifier: 7002059auction111041
2026-03-29 22:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f86e1900-b661-55a2-8d78-bfb32f5f434b with scrape type 2
2026-03-29 22:09:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f86e1900-b661-55a2-8d78-bfb32f5f434b with scrape type 2
2026-03-29 22:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f86e1900-b661-55a2-8d78-bfb32f5f434b, identifier: 7002059auction111041
2026-03-29 22:09:37 [ecarstrade.be] INFO: Found listing with ID: 7002007auction111041
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002007auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:37 [ecarstrade.be] INFO: Scrape type for 7002007auction111041: 2
2026-03-29 22:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f86e1900-b661-55a2-8d78-bfb32f5f434b with identifier: 7002059auction111041
2026-03-29 22:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f86e1900-b661-55a2-8d78-bfb32f5f434b with identifier: 7002059auction111041
2026-03-29 22:09:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f86e1900-b661-55a2-8d78-bfb32f5f434b with identifier: 7002059auction111041 to the API
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002059>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f86e1900-b661-55a2-8d78-bfb32f5f434b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002059',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Seat',
'model': 'Leon',
'odometer': 50464,
'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': 'SEAT LEON - 2020 1.0 EcoTSI Move!',
'transmission': 'manual',
'trim': 'SEAT LEON - 2020 1.0 EcoTSI Move!',
'vin': None,
'year': 2021}
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002059auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:37 [ecarstrade.be] INFO: Saving data for 7002059auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538519.589569, 'last_price_update_time': 1774822177.8958}
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002059auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:37 [ecarstrade.be] INFO: Found listing with ID: 7002051auction111041
2026-03-29 22:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002051auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:37 [ecarstrade.be] INFO: Scrape type for 7002051auction111041: 2
2026-03-29 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002013> (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-29 22:09:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002064auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002064auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002064auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002054auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002054auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002054auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002017auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002017auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002017auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002004auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002004auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002004auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002047auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002047auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002047auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Extracting details for car 7002013auction111041
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002046auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002046auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002046auction111041: 2
2026-03-29 22:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5e00848e-39be-599a-99dd-fa6d7b4ab522 with identifier: 7002013auction111041
2026-03-29 22:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5e00848e-39be-599a-99dd-fa6d7b4ab522 with scrape type 2
2026-03-29 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5e00848e-39be-599a-99dd-fa6d7b4ab522 with scrape type 2
2026-03-29 22:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5e00848e-39be-599a-99dd-fa6d7b4ab522, identifier: 7002013auction111041
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002052auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002052auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002052auction111041: 2
2026-03-29 22:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5e00848e-39be-599a-99dd-fa6d7b4ab522 with identifier: 7002013auction111041
2026-03-29 22:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5e00848e-39be-599a-99dd-fa6d7b4ab522 with identifier: 7002013auction111041
2026-03-29 22:09:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5e00848e-39be-599a-99dd-fa6d7b4ab522 with identifier: 7002013auction111041 to the API
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002013>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5e00848e-39be-599a-99dd-fa6d7b4ab522',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002013',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 47504,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-09',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.2 PURETECH 96KW S-S ACTIVE PACK',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S-S ACTIVE PACK',
'vin': None,
'year': 2023}
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002013auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Saving data for 7002013auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538519.120387, 'last_price_update_time': 1774822178.567489}
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002013auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002048auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002048auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002048auction111041: 2
2026-03-29 22:09:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002106> (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-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7001909auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001909auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7001909auction111041: 2
2026-03-29 22:09:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7001894auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001894auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7001894auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7001916auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001916auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7001916auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002011auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002011auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002011auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002024auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002024auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002024auction111041: 2
2026-03-29 22:09:38 [ecarstrade.be] INFO: Extracting details for car 7002106auction111041
2026-03-29 22:09:38 [ecarstrade.be] INFO: Found listing with ID: 7002095auction111041
2026-03-29 22:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002095auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:38 [ecarstrade.be] INFO: Scrape type for 7002095auction111041: 2
2026-03-29 22:09:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e39aa43-c2f3-5bef-866d-81c716b6cf89 with identifier: 7002106auction111041
2026-03-29 22:09:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e39aa43-c2f3-5bef-866d-81c716b6cf89 with scrape type 2
2026-03-29 22:09:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e39aa43-c2f3-5bef-866d-81c716b6cf89 with scrape type 2
2026-03-29 22:09:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e39aa43-c2f3-5bef-866d-81c716b6cf89, identifier: 7002106auction111041
2026-03-29 22:09:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e39aa43-c2f3-5bef-866d-81c716b6cf89 with identifier: 7002106auction111041
2026-03-29 22:09:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e39aa43-c2f3-5bef-866d-81c716b6cf89 with identifier: 7002106auction111041
2026-03-29 22:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e39aa43-c2f3-5bef-866d-81c716b6cf89 with identifier: 7002106auction111041 to the API
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002106>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '4e39aa43-c2f3-5bef-866d-81c716b6cf89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002106',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Touran',
'odometer': 128349,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-07',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Touran 1.0 TSI Highline OPF (EU6.2) STOCK',
'transmission': 'manual',
'trim': 'VOLKSWAGEN 1.0 TSI Highline OPF (EU6.2) STOCK',
'vin': None,
'year': 2019}
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002106auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:39 [ecarstrade.be] INFO: Saving data for 7002106auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538518.52754, 'last_price_update_time': 1774822179.243302}
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002106auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002058> (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-29 22:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001934> (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-29 22:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:39 [ecarstrade.be] INFO: Extracting details for car 7002058auction111041
2026-03-29 22:09:39 [ecarstrade.be] INFO: Extracting details for car 7001934auction111041
2026-03-29 22:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b003311-706e-51af-9845-f89e731e167b with identifier: 7002058auction111041
2026-03-29 22:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b003311-706e-51af-9845-f89e731e167b with scrape type 2
2026-03-29 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1b003311-706e-51af-9845-f89e731e167b with scrape type 2
2026-03-29 22:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b003311-706e-51af-9845-f89e731e167b, identifier: 7002058auction111041
2026-03-29 22:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5029a937-17da-52ba-99c1-f0ed0f8821ea with identifier: 7001934auction111041
2026-03-29 22:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5029a937-17da-52ba-99c1-f0ed0f8821ea with scrape type 2
2026-03-29 22:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5029a937-17da-52ba-99c1-f0ed0f8821ea with scrape type 2
2026-03-29 22:09:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5029a937-17da-52ba-99c1-f0ed0f8821ea, identifier: 7001934auction111041
2026-03-29 22:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b003311-706e-51af-9845-f89e731e167b with identifier: 7002058auction111041
2026-03-29 22:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b003311-706e-51af-9845-f89e731e167b with identifier: 7002058auction111041
2026-03-29 22:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b003311-706e-51af-9845-f89e731e167b with identifier: 7002058auction111041 to the API
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002058>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '1b003311-706e-51af-9845-f89e731e167b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002058',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Seat',
'model': 'Arona',
'odometer': 60189,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-15',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT ARONA 1.0 TSI Move! DSG (EU6.2)',
'transmission': 'automatic',
'trim': 'SEAT ARONA 1.0 TSI Move! DSG (EU6.2)',
'vin': None,
'year': 2020}
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002058auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:39 [ecarstrade.be] INFO: Saving data for 7002058auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538512.474319, 'last_price_update_time': 1774822179.848294}
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002058auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5029a937-17da-52ba-99c1-f0ed0f8821ea with identifier: 7001934auction111041
2026-03-29 22:09:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5029a937-17da-52ba-99c1-f0ed0f8821ea with identifier: 7001934auction111041
2026-03-29 22:09:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5029a937-17da-52ba-99c1-f0ed0f8821ea with identifier: 7001934auction111041 to the API
2026-03-29 22:09:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001934>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5029a937-17da-52ba-99c1-f0ed0f8821ea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001934',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Kia',
'model': "cee'd Sportswagon",
'odometer': 74440,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-27',
'seats_number': 5,
'seller_name': None,
'title': "KIA CEE'D SPORTSWAGON 1.0 T-GDI PULSE",
'transmission': 'manual',
'trim': "KIA CEE'D SPORTSWAGON 1.0 T-GDI PULSE",
'vin': None,
'year': 2022}
2026-03-29 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001934auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:40 [ecarstrade.be] INFO: Saving data for 7001934auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538510.970768, 'last_price_update_time': 1774822180.134177}
2026-03-29 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001934auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002008> (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-29 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-29 22:09:40 [ecarstrade.be] INFO: Extracting details for car 7002008auction111041
2026-03-29 22:09:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0958fd7-fb1c-5079-9341-fd5ec7d357ed with identifier: 7002008auction111041
2026-03-29 22:09:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0958fd7-fb1c-5079-9341-fd5ec7d357ed with scrape type 2
2026-03-29 22:09:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0958fd7-fb1c-5079-9341-fd5ec7d357ed with scrape type 2
2026-03-29 22:09:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0958fd7-fb1c-5079-9341-fd5ec7d357ed, identifier: 7002008auction111041
2026-03-29 22:09:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0958fd7-fb1c-5079-9341-fd5ec7d357ed with identifier: 7002008auction111041
2026-03-29 22:09:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0958fd7-fb1c-5079-9341-fd5ec7d357ed with identifier: 7002008auction111041
2026-03-29 22:09:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0958fd7-fb1c-5079-9341-fd5ec7d357ed with identifier: 7002008auction111041 to the API
2026-03-29 22:09:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002008>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'e0958fd7-fb1c-5079-9341-fd5ec7d357ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002008',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '2008',
'odometer': 48354,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-10',
'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-29 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002008auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:40 [ecarstrade.be] INFO: Saving data for 7002008auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538572.071803, 'last_price_update_time': 1774822180.97081}
2026-03-29 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002008auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002003> (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-29 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-29 22:09:41 [ecarstrade.be] INFO: Extracting details for car 7002003auction111041
2026-03-29 22:09:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b743d45-63f1-56e6-983e-85657efb4638 with identifier: 7002003auction111041
2026-03-29 22:09:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b743d45-63f1-56e6-983e-85657efb4638 with scrape type 2
2026-03-29 22:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b743d45-63f1-56e6-983e-85657efb4638 with scrape type 2
2026-03-29 22:09:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b743d45-63f1-56e6-983e-85657efb4638, identifier: 7002003auction111041
2026-03-29 22:09:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b743d45-63f1-56e6-983e-85657efb4638 with identifier: 7002003auction111041
2026-03-29 22:09:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b743d45-63f1-56e6-983e-85657efb4638 with identifier: 7002003auction111041
2026-03-29 22:09:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b743d45-63f1-56e6-983e-85657efb4638 with identifier: 7002003auction111041 to the API
2026-03-29 22:09:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002003>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '5b743d45-63f1-56e6-983e-85657efb4638',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002003',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 35992,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-12',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'transmission': 'manual',
'trim': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'vin': None,
'year': 2023}
2026-03-29 22:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002003auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:41 [ecarstrade.be] INFO: Saving data for 7002003auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538586.304188, 'last_price_update_time': 1774822181.921335}
2026-03-29 22:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002003auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002022> (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-29 22:09:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:44 [ecarstrade.be] INFO: Extracting details for car 7002022auction111041
2026-03-29 22:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebd349fb-1cb5-505d-b38a-5580fbd27679 with identifier: 7002022auction111041
2026-03-29 22:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebd349fb-1cb5-505d-b38a-5580fbd27679 with scrape type 2
2026-03-29 22:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebd349fb-1cb5-505d-b38a-5580fbd27679 with scrape type 2
2026-03-29 22:09:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebd349fb-1cb5-505d-b38a-5580fbd27679, identifier: 7002022auction111041
2026-03-29 22:09:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebd349fb-1cb5-505d-b38a-5580fbd27679 with identifier: 7002022auction111041
2026-03-29 22:09:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebd349fb-1cb5-505d-b38a-5580fbd27679 with identifier: 7002022auction111041
2026-03-29 22:09:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebd349fb-1cb5-505d-b38a-5580fbd27679 with identifier: 7002022auction111041 to the API
2026-03-29 22:09:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002022>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ebd349fb-1cb5-505d-b38a-5580fbd27679',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002022',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '508',
'odometer': 152919,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 1.2 PURETECH 130 S&S AUTO GT',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.2 PURETECH 130 S&S AUTO GT',
'vin': None,
'year': 2022}
2026-03-29 22:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002022auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:44 [ecarstrade.be] INFO: Saving data for 7002022auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538516.665641, 'last_price_update_time': 1774822184.513167}
2026-03-29 22:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002022auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002109> (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-29 22:09:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:44 [ecarstrade.be] INFO: Extracting details for car 7002109auction111041
2026-03-29 22:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001915> (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-29 22:09:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd1f2961-fe76-5899-9c19-7a493f505743 with identifier: 7002109auction111041
2026-03-29 22:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd1f2961-fe76-5899-9c19-7a493f505743 with scrape type 2
2026-03-29 22:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd1f2961-fe76-5899-9c19-7a493f505743 with scrape type 2
2026-03-29 22:09:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd1f2961-fe76-5899-9c19-7a493f505743, identifier: 7002109auction111041
2026-03-29 22:09:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd1f2961-fe76-5899-9c19-7a493f505743 with identifier: 7002109auction111041
2026-03-29 22:09:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd1f2961-fe76-5899-9c19-7a493f505743 with identifier: 7002109auction111041
2026-03-29 22:09:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd1f2961-fe76-5899-9c19-7a493f505743 with identifier: 7002109auction111041 to the API
2026-03-29 22:09:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002109>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'bd1f2961-fe76-5899-9c19-7a493f505743',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002109',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 119346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC 1.0 TSI STYLE',
'transmission': 'manual',
'trim': 'VOLKSWAGEN T-ROC 1.0 TSI STYLE',
'vin': None,
'year': 2020}
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002109auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:45 [ecarstrade.be] INFO: Saving data for 7002109auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538532.315463, 'last_price_update_time': 1774822185.011807}
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002109auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:45 [ecarstrade.be] INFO: Extracting details for car 7001915auction111041
2026-03-29 22:09:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002020> (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-29 22:09:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6badb1d-31f9-538a-8731-0e9fa0bf1ff9 with identifier: 7001915auction111041
2026-03-29 22:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6badb1d-31f9-538a-8731-0e9fa0bf1ff9 with scrape type 2
2026-03-29 22:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a6badb1d-31f9-538a-8731-0e9fa0bf1ff9 with scrape type 2
2026-03-29 22:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6badb1d-31f9-538a-8731-0e9fa0bf1ff9, identifier: 7001915auction111041
2026-03-29 22:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6badb1d-31f9-538a-8731-0e9fa0bf1ff9 with identifier: 7001915auction111041
2026-03-29 22:09:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-29 22:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6badb1d-31f9-538a-8731-0e9fa0bf1ff9 with identifier: 7001915auction111041
2026-03-29 22:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6badb1d-31f9-538a-8731-0e9fa0bf1ff9 with identifier: 7001915auction111041 to the API
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001915>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Light blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a6badb1d-31f9-538a-8731-0e9fa0bf1ff9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001915',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 85509,
'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': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW ST-LINE',
'transmission': 'manual',
'trim': 'FORD FOCUS CLIPPER 1.5 ECOBLUE 88KW ST-LINE',
'vin': None,
'year': 2021}
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001915auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:45 [ecarstrade.be] INFO: Saving data for 7001915auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538569.464954, 'last_price_update_time': 1774822185.605389}
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001915auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:45 [ecarstrade.be] INFO: Extracting details for car 7002020auction111041
2026-03-29 22:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc69cead-0d15-54e6-94a8-b40745ce1ea3 with identifier: 7002020auction111041
2026-03-29 22:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc69cead-0d15-54e6-94a8-b40745ce1ea3 with scrape type 2
2026-03-29 22:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc69cead-0d15-54e6-94a8-b40745ce1ea3 with scrape type 2
2026-03-29 22:09:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc69cead-0d15-54e6-94a8-b40745ce1ea3, identifier: 7002020auction111041
2026-03-29 22:09:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc69cead-0d15-54e6-94a8-b40745ce1ea3 with identifier: 7002020auction111041
2026-03-29 22:09:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc69cead-0d15-54e6-94a8-b40745ce1ea3 with identifier: 7002020auction111041
2026-03-29 22:09:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc69cead-0d15-54e6-94a8-b40745ce1ea3 with identifier: 7002020auction111041 to the API
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002020>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'fc69cead-0d15-54e6-94a8-b40745ce1ea3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002020',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '5008',
'odometer': 102775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-12',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 DIESEL - 2017 1.5 BlueHDi Access (EU6.2) STOCK',
'transmission': 'manual',
'trim': 'PEUGEOT DIESEL - 2017 1.5 BlueHDi Access (EU6.2) STOCK',
'vin': None,
'year': 2020}
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002020auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:45 [ecarstrade.be] INFO: Saving data for 7002020auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538571.39466, 'last_price_update_time': 1774822185.983568}
2026-03-29 22:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002020auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002006> (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-29 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-29 22:09:46 [ecarstrade.be] INFO: Extracting details for car 7002006auction111041
2026-03-29 22:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50605d13-5e27-5341-b255-712ca2aac89a with identifier: 7002006auction111041
2026-03-29 22:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50605d13-5e27-5341-b255-712ca2aac89a with scrape type 2
2026-03-29 22:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 50605d13-5e27-5341-b255-712ca2aac89a with scrape type 2
2026-03-29 22:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50605d13-5e27-5341-b255-712ca2aac89a, identifier: 7002006auction111041
2026-03-29 22:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50605d13-5e27-5341-b255-712ca2aac89a with identifier: 7002006auction111041
2026-03-29 22:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50605d13-5e27-5341-b255-712ca2aac89a with identifier: 7002006auction111041
2026-03-29 22:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50605d13-5e27-5341-b255-712ca2aac89a with identifier: 7002006auction111041 to the API
2026-03-29 22:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002006>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '50605d13-5e27-5341-b255-712ca2aac89a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002006',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 167206,
'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': 3,
'seller_name': None,
'title': 'OPEL Vivaro 2.0 TURBO 106KW INNOVATION L3H1 AUTO',
'transmission': 'automatic',
'trim': 'OPEL 2.0 TURBO 106KW INNOVATION L3H1 AUTO',
'vin': None,
'year': 2022}
2026-03-29 22:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002006auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:46 [ecarstrade.be] INFO: Saving data for 7002006auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538549.927859, 'last_price_update_time': 1774822186.58533}
2026-03-29 22:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002006auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001913> (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-29 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-29 22:09:46 [ecarstrade.be] INFO: Extracting details for car 7001913auction111041
2026-03-29 22:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b50d5134-c435-58be-a126-e020b9e6c29b with identifier: 7001913auction111041
2026-03-29 22:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b50d5134-c435-58be-a126-e020b9e6c29b with scrape type 2
2026-03-29 22:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b50d5134-c435-58be-a126-e020b9e6c29b with scrape type 2
2026-03-29 22:09:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b50d5134-c435-58be-a126-e020b9e6c29b, identifier: 7001913auction111041
2026-03-29 22:09:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b50d5134-c435-58be-a126-e020b9e6c29b with identifier: 7001913auction111041
2026-03-29 22:09:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b50d5134-c435-58be-a126-e020b9e6c29b with identifier: 7001913auction111041
2026-03-29 22:09:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b50d5134-c435-58be-a126-e020b9e6c29b with identifier: 7001913auction111041 to the API
2026-03-29 22:09:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001913>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'b50d5134-c435-58be-a126-e020b9e6c29b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001913',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 74873,
'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-29 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001913auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:47 [ecarstrade.be] INFO: Saving data for 7001913auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538551.39287, 'last_price_update_time': 1774822187.094776}
2026-03-29 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001913auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001911> (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-29 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-29 22:09:47 [ecarstrade.be] INFO: Extracting details for car 7001911auction111041
2026-03-29 22:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47f18482-6569-5bf7-93b4-4ae2a304664b with identifier: 7001911auction111041
2026-03-29 22:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47f18482-6569-5bf7-93b4-4ae2a304664b with scrape type 2
2026-03-29 22:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 47f18482-6569-5bf7-93b4-4ae2a304664b with scrape type 2
2026-03-29 22:09:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47f18482-6569-5bf7-93b4-4ae2a304664b, identifier: 7001911auction111041
2026-03-29 22:09:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47f18482-6569-5bf7-93b4-4ae2a304664b with identifier: 7001911auction111041
2026-03-29 22:09:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47f18482-6569-5bf7-93b4-4ae2a304664b with identifier: 7001911auction111041
2026-03-29 22:09:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47f18482-6569-5bf7-93b4-4ae2a304664b with identifier: 7001911auction111041 to the API
2026-03-29 22:09:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001911>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '47f18482-6569-5bf7-93b4-4ae2a304664b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001911',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'EcoSport',
'odometer': 75506,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-16',
'seats_number': 5,
'seller_name': None,
'title': 'FORD ECOSPORT 1.0I ECOBOOST 92KW TITANIUM',
'transmission': 'manual',
'trim': 'FORD ECOSPORT 1.0I ECOBOOST 92KW TITANIUM',
'vin': None,
'year': 2021}
2026-03-29 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001911auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:47 [ecarstrade.be] INFO: Saving data for 7001911auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538575.551756, 'last_price_update_time': 1774822187.577318}
2026-03-29 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001911auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002097> (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-29 22:09:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:49 [ecarstrade.be] INFO: Extracting details for car 7002097auction111041
2026-03-29 22:09:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d37e65d7-2350-5b98-a900-b87f58e61c86 with identifier: 7002097auction111041
2026-03-29 22:09:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d37e65d7-2350-5b98-a900-b87f58e61c86 with scrape type 2
2026-03-29 22:09:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d37e65d7-2350-5b98-a900-b87f58e61c86 with scrape type 2
2026-03-29 22:09:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d37e65d7-2350-5b98-a900-b87f58e61c86, identifier: 7002097auction111041
2026-03-29 22:09:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d37e65d7-2350-5b98-a900-b87f58e61c86 with identifier: 7002097auction111041
2026-03-29 22:09:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d37e65d7-2350-5b98-a900-b87f58e61c86 with identifier: 7002097auction111041
2026-03-29 22:09:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d37e65d7-2350-5b98-a900-b87f58e61c86 with identifier: 7002097auction111041 to the API
2026-03-29 22:09:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002097>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd37e65d7-2350-5b98-a900-b87f58e61c86',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002097',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 152698,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-03',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY MAXI DIESEL - 2015 2.0 TDi SCR Conceptline (EU6.2) '
'Transfo Van',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CADDY MAXI DIESEL - 2015 2.0 TDi SCR Conceptline (EU6.2) '
'Transfo Van',
'vin': None,
'year': 2020}
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002097auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:50 [ecarstrade.be] INFO: Saving data for 7002097auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538550.774433, 'last_price_update_time': 1774822190.084906}
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002097auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002012> (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-29 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-29 22:09:50 [ecarstrade.be] INFO: Extracting details for car 7002012auction111041
2026-03-29 22:09:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3d37823c-cdfe-5645-9ccf-07c438a490a6 with identifier: 7002012auction111041
2026-03-29 22:09:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3d37823c-cdfe-5645-9ccf-07c438a490a6 with scrape type 2
2026-03-29 22:09:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3d37823c-cdfe-5645-9ccf-07c438a490a6 with scrape type 2
2026-03-29 22:09:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3d37823c-cdfe-5645-9ccf-07c438a490a6, identifier: 7002012auction111041
2026-03-29 22:09:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3d37823c-cdfe-5645-9ccf-07c438a490a6 with identifier: 7002012auction111041
2026-03-29 22:09:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3d37823c-cdfe-5645-9ccf-07c438a490a6 with identifier: 7002012auction111041
2026-03-29 22:09:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3d37823c-cdfe-5645-9ccf-07c438a490a6 with identifier: 7002012auction111041 to the API
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002012>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '3d37823c-cdfe-5645-9ccf-07c438a490a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002012',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '3008',
'odometer': 187463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-06',
'seats_number': None,
'seller_name': None,
'title': 'PEUGEOT 3008 DIESEL - 2016 2.0 BlueHDi GT (EU6.2)',
'transmission': 'automatic',
'trim': 'PEUGEOT DIESEL - 2016 2.0 BlueHDi GT (EU6.2)',
'vin': None,
'year': 2019}
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002012auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:50 [ecarstrade.be] INFO: Saving data for 7002012auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538570.302193, 'last_price_update_time': 1774822190.83617}
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002012auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002049> (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-29 22:09:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:51 [ecarstrade.be] INFO: Extracting details for car 7002049auction111041
2026-03-29 22:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14a728ad-27ac-532c-863e-7c09f28dd287 with identifier: 7002049auction111041
2026-03-29 22:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14a728ad-27ac-532c-863e-7c09f28dd287 with scrape type 2
2026-03-29 22:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14a728ad-27ac-532c-863e-7c09f28dd287 with scrape type 2
2026-03-29 22:09:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14a728ad-27ac-532c-863e-7c09f28dd287, identifier: 7002049auction111041
2026-03-29 22:09:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14a728ad-27ac-532c-863e-7c09f28dd287 with identifier: 7002049auction111041
2026-03-29 22:09:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14a728ad-27ac-532c-863e-7c09f28dd287 with identifier: 7002049auction111041
2026-03-29 22:09:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14a728ad-27ac-532c-863e-7c09f28dd287 with identifier: 7002049auction111041 to the API
2026-03-29 22:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002049>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '14a728ad-27ac-532c-863e-7c09f28dd287',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002049',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Clio',
'odometer': 22943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-18',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 EQUILIBRE',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0 TCE 90 EQUILIBRE',
'vin': None,
'year': 2023}
2026-03-29 22:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002049auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:51 [ecarstrade.be] INFO: Saving data for 7002049auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538568.742075, 'last_price_update_time': 1774822191.569004}
2026-03-29 22:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002049auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002048> (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-29 22:09:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:51 [ecarstrade.be] INFO: Extracting details for car 7002048auction111041
2026-03-29 22:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342edb31-406e-5bb3-84c5-749dc17a1853 with identifier: 7002048auction111041
2026-03-29 22:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342edb31-406e-5bb3-84c5-749dc17a1853 with scrape type 2
2026-03-29 22:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 342edb31-406e-5bb3-84c5-749dc17a1853 with scrape type 2
2026-03-29 22:09:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 342edb31-406e-5bb3-84c5-749dc17a1853, identifier: 7002048auction111041
2026-03-29 22:09:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 342edb31-406e-5bb3-84c5-749dc17a1853 with identifier: 7002048auction111041
2026-03-29 22:09:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 342edb31-406e-5bb3-84c5-749dc17a1853 with identifier: 7002048auction111041
2026-03-29 22:09:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 342edb31-406e-5bb3-84c5-749dc17a1853 with identifier: 7002048auction111041 to the API
2026-03-29 22:09:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002048>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '342edb31-406e-5bb3-84c5-749dc17a1853',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002048',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Clio',
'odometer': 62348,
'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': 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-29 22:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002048auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:52 [ecarstrade.be] INFO: Saving data for 7002048auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538555.646, 'last_price_update_time': 1774822192.043067}
2026-03-29 22:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002048auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002007> (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-29 22:09:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:52 [ecarstrade.be] INFO: Extracting details for car 7002007auction111041
2026-03-29 22:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 200bdfda-ca60-55ec-b882-18bbbc9582a2 with identifier: 7002007auction111041
2026-03-29 22:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 200bdfda-ca60-55ec-b882-18bbbc9582a2 with scrape type 2
2026-03-29 22:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 200bdfda-ca60-55ec-b882-18bbbc9582a2 with scrape type 2
2026-03-29 22:09:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 200bdfda-ca60-55ec-b882-18bbbc9582a2, identifier: 7002007auction111041
2026-03-29 22:09:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 200bdfda-ca60-55ec-b882-18bbbc9582a2 with identifier: 7002007auction111041
2026-03-29 22:09:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 200bdfda-ca60-55ec-b882-18bbbc9582a2 with identifier: 7002007auction111041
2026-03-29 22:09:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 200bdfda-ca60-55ec-b882-18bbbc9582a2 with identifier: 7002007auction111041 to the API
2026-03-29 22:09:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002007>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO D',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '200bdfda-ca60-55ec-b882-18bbbc9582a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002007',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 164503,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-04',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL Vivaro 2.0 TURBO 90KW EDITION L3H1 3.1T AUTO',
'transmission': 'automatic',
'trim': 'OPEL 2.0 TURBO 90KW EDITION L3H1 3.1T AUTO',
'vin': None,
'year': 2021}
2026-03-29 22:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002007auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:52 [ecarstrade.be] INFO: Saving data for 7002007auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538554.26308, 'last_price_update_time': 1774822192.519735}
2026-03-29 22:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002007auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002095> (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-29 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-29 22:09:53 [ecarstrade.be] INFO: Extracting details for car 7002095auction111041
2026-03-29 22:09:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fca67b91-dbd0-5525-8134-62e9d82b9827 with identifier: 7002095auction111041
2026-03-29 22:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fca67b91-dbd0-5525-8134-62e9d82b9827 with scrape type 2
2026-03-29 22:09:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fca67b91-dbd0-5525-8134-62e9d82b9827 with scrape type 2
2026-03-29 22:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fca67b91-dbd0-5525-8134-62e9d82b9827, identifier: 7002095auction111041
2026-03-29 22:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fca67b91-dbd0-5525-8134-62e9d82b9827 with identifier: 7002095auction111041
2026-03-29 22:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fca67b91-dbd0-5525-8134-62e9d82b9827 with identifier: 7002095auction111041
2026-03-29 22:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fca67b91-dbd0-5525-8134-62e9d82b9827 with identifier: 7002095auction111041 to the API
2026-03-29 22:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002095>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO C',
'engine': '2.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'fca67b91-dbd0-5525-8134-62e9d82b9827',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002095',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 209411,
'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': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY 2.0TDI 55KW BMT CARGO',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CADDY 2.0TDI 55KW BMT CARGO',
'vin': None,
'year': 2022}
2026-03-29 22:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002095auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:53 [ecarstrade.be] INFO: Saving data for 7002095auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538526.830711, 'last_price_update_time': 1774822193.927125}
2026-03-29 22:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002095auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002011> (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-29 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-29 22:09:54 [ecarstrade.be] INFO: Extracting details for car 7002011auction111041
2026-03-29 22:09:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9318d61e-f593-5e8d-ad0a-d0454cdd2f5a with identifier: 7002011auction111041
2026-03-29 22:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9318d61e-f593-5e8d-ad0a-d0454cdd2f5a with scrape type 2
2026-03-29 22:09:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9318d61e-f593-5e8d-ad0a-d0454cdd2f5a with scrape type 2
2026-03-29 22:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9318d61e-f593-5e8d-ad0a-d0454cdd2f5a, identifier: 7002011auction111041
2026-03-29 22:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9318d61e-f593-5e8d-ad0a-d0454cdd2f5a with identifier: 7002011auction111041
2026-03-29 22:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9318d61e-f593-5e8d-ad0a-d0454cdd2f5a with identifier: 7002011auction111041
2026-03-29 22:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9318d61e-f593-5e8d-ad0a-d0454cdd2f5a with identifier: 7002011auction111041 to the API
2026-03-29 22:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002011>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9318d61e-f593-5e8d-ad0a-d0454cdd2f5a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002011',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '3008',
'odometer': 218065,
'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': 'PEUGEOT 3008 1.2 PURETECH 96KW S&S ALLURE',
'transmission': 'manual',
'trim': 'PEUGEOT 1.2 PURETECH 96KW S&S ALLURE',
'vin': None,
'year': 2022}
2026-03-29 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002011auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:54 [ecarstrade.be] INFO: Saving data for 7002011auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538530.177978, 'last_price_update_time': 1774822194.862056}
2026-03-29 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002011auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002024> (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-29 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-29 22:09:55 [ecarstrade.be] INFO: Extracting details for car 7002024auction111041
2026-03-29 22:09:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8548cb4-442b-5c0b-b658-da1e3fdedf8a with identifier: 7002024auction111041
2026-03-29 22:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8548cb4-442b-5c0b-b658-da1e3fdedf8a with scrape type 2
2026-03-29 22:09:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8548cb4-442b-5c0b-b658-da1e3fdedf8a with scrape type 2
2026-03-29 22:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8548cb4-442b-5c0b-b658-da1e3fdedf8a, identifier: 7002024auction111041
2026-03-29 22:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8548cb4-442b-5c0b-b658-da1e3fdedf8a with identifier: 7002024auction111041
2026-03-29 22:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8548cb4-442b-5c0b-b658-da1e3fdedf8a with identifier: 7002024auction111041
2026-03-29 22:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8548cb4-442b-5c0b-b658-da1e3fdedf8a with identifier: 7002024auction111041 to the API
2026-03-29 22:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002024>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Unknown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'a8548cb4-442b-5c0b-b658-da1e3fdedf8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002024',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 175816,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-11',
'seats_number': 3,
'seller_name': None,
'title': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 1.6 BlueHDi L2 Standard '
'Premium STOCK',
'transmission': 'manual',
'trim': 'PEUGEOT EXPERT FOURGON MWB DSL - 2016 1.6 BlueHDi L2 Standard '
'Premium STOCK',
'vin': None,
'year': 2018}
2026-03-29 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002024auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:55 [ecarstrade.be] INFO: Saving data for 7002024auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538531.752727, 'last_price_update_time': 1774822195.452221}
2026-03-29 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002024auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001916> (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-29 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-29 22:09:57 [ecarstrade.be] INFO: Extracting details for car 7001916auction111041
2026-03-29 22:09:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 430e51de-4a9e-5a84-b000-b5ced8ee01ed with identifier: 7001916auction111041
2026-03-29 22:09:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 430e51de-4a9e-5a84-b000-b5ced8ee01ed with scrape type 2
2026-03-29 22:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 430e51de-4a9e-5a84-b000-b5ced8ee01ed with scrape type 2
2026-03-29 22:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 430e51de-4a9e-5a84-b000-b5ced8ee01ed, identifier: 7001916auction111041
2026-03-29 22:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 430e51de-4a9e-5a84-b000-b5ced8ee01ed with identifier: 7001916auction111041
2026-03-29 22:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 430e51de-4a9e-5a84-b000-b5ced8ee01ed with identifier: 7001916auction111041
2026-03-29 22:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 430e51de-4a9e-5a84-b000-b5ced8ee01ed with identifier: 7001916auction111041 to the API
2026-03-29 22:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001916>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '430e51de-4a9e-5a84-b000-b5ced8ee01ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001916',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Ford',
'model': 'Focus',
'odometer': 147787,
'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': 'FORD FOCUS CLIPPER DIESEL - 2018 1.5 EcoBlue Trend Edition Bus. '
'(EU6.2) STOCK',
'transmission': 'manual',
'trim': 'FORD FOCUS CLIPPER DIESEL - 2018 1.5 EcoBlue Trend Edition Bus. '
'(EU6.2) STOCK',
'vin': None,
'year': 2020}
2026-03-29 22:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001916auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:57 [ecarstrade.be] INFO: Saving data for 7001916auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538529.574814, 'last_price_update_time': 1774822197.625022}
2026-03-29 22:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001916auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001894> (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-29 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-29 22:09:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001909> (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-29 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-29 22:09:57 [ecarstrade.be] INFO: Extracting details for car 7001894auction111041
2026-03-29 22:09:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 816a6935-19da-52a1-af03-234c726f3c33 with identifier: 7001894auction111041
2026-03-29 22:09:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 816a6935-19da-52a1-af03-234c726f3c33 with scrape type 2
2026-03-29 22:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 816a6935-19da-52a1-af03-234c726f3c33 with scrape type 2
2026-03-29 22:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 816a6935-19da-52a1-af03-234c726f3c33, identifier: 7001894auction111041
2026-03-29 22:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 816a6935-19da-52a1-af03-234c726f3c33 with identifier: 7001894auction111041
2026-03-29 22:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 816a6935-19da-52a1-af03-234c726f3c33 with identifier: 7001894auction111041
2026-03-29 22:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 816a6935-19da-52a1-af03-234c726f3c33 with identifier: 7001894auction111041 to the API
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001894>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '816a6935-19da-52a1-af03-234c726f3c33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001894',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 75593,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-01-02',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N Berlingo 1.6 VTi Feel',
'transmission': 'manual',
'trim': 'CITROAu2039N 1.6 VTi Feel',
'vin': None,
'year': 2017}
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001894auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:58 [ecarstrade.be] INFO: Saving data for 7001894auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538531.308863, 'last_price_update_time': 1774822198.217089}
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001894auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:58 [ecarstrade.be] INFO: Extracting details for car 7001909auction111041
2026-03-29 22:09:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002052> (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-29 22:09:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7be0df5-aea9-5810-8ed7-8e7663e09986 with identifier: 7001909auction111041
2026-03-29 22:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7be0df5-aea9-5810-8ed7-8e7663e09986 with scrape type 2
2026-03-29 22:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7be0df5-aea9-5810-8ed7-8e7663e09986 with scrape type 2
2026-03-29 22:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7be0df5-aea9-5810-8ed7-8e7663e09986, identifier: 7001909auction111041
2026-03-29 22:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7be0df5-aea9-5810-8ed7-8e7663e09986 with identifier: 7001909auction111041
2026-03-29 22:09:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7be0df5-aea9-5810-8ed7-8e7663e09986 with identifier: 7001909auction111041
2026-03-29 22:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7be0df5-aea9-5810-8ed7-8e7663e09986 with identifier: 7001909auction111041 to the API
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001909>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'f7be0df5-aea9-5810-8ed7-8e7663e09986',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001909',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 34186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-21',
'seats_number': 5,
'seller_name': None,
'title': 'DACIA SANDERO 1.0 SCE 65 ESSENTIAL',
'transmission': 'manual',
'trim': 'DIA SANDERO 1.0 SCE 65 ESSENTIAL',
'vin': None,
'year': 2022}
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001909auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:58 [ecarstrade.be] INFO: Saving data for 7001909auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538529.128615, 'last_price_update_time': 1774822198.603487}
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001909auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:58 [ecarstrade.be] INFO: Extracting details for car 7002052auction111041
2026-03-29 22:09:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002046> (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-29 22:09:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:09:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24d3fbfe-422e-5f3e-a5db-ac3588188d95 with identifier: 7002052auction111041
2026-03-29 22:09:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24d3fbfe-422e-5f3e-a5db-ac3588188d95 with scrape type 2
2026-03-29 22:09:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 24d3fbfe-422e-5f3e-a5db-ac3588188d95 with scrape type 2
2026-03-29 22:09:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24d3fbfe-422e-5f3e-a5db-ac3588188d95, identifier: 7002052auction111041
2026-03-29 22:09:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24d3fbfe-422e-5f3e-a5db-ac3588188d95 with identifier: 7002052auction111041
2026-03-29 22:09:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24d3fbfe-422e-5f3e-a5db-ac3588188d95 with identifier: 7002052auction111041
2026-03-29 22:09:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24d3fbfe-422e-5f3e-a5db-ac3588188d95 with identifier: 7002052auction111041 to the API
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002052>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO A',
'engine': '',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Electric',
'id': '24d3fbfe-422e-5f3e-a5db-ac3588188d95',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002052',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 36446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-25',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS 22 KWH MAXI Z.E. B-BUY 2-SEATS',
'transmission': 'automatic',
'trim': 'RENAULT KANGOO EXPRESS 22 KWH MAXI Z.E. B-BUY 2-SEATS',
'vin': None,
'year': 2021}
2026-03-29 22:09:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002052auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:59 [ecarstrade.be] INFO: Saving data for 7002052auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538528.65849, 'last_price_update_time': 1774822199.001162}
2026-03-29 22:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002052auction111041') HTTP/1.1" 204 0
2026-03-29 22:09:59 [ecarstrade.be] INFO: Extracting details for car 7002046auction111041
2026-03-29 22:09:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a8dcdba-6489-5cdd-b844-8c410dbbe4a1 with identifier: 7002046auction111041
2026-03-29 22:09:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a8dcdba-6489-5cdd-b844-8c410dbbe4a1 with scrape type 2
2026-03-29 22:09:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a8dcdba-6489-5cdd-b844-8c410dbbe4a1 with scrape type 2
2026-03-29 22:09:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a8dcdba-6489-5cdd-b844-8c410dbbe4a1, identifier: 7002046auction111041
2026-03-29 22:09:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a8dcdba-6489-5cdd-b844-8c410dbbe4a1 with identifier: 7002046auction111041
2026-03-29 22:09:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a8dcdba-6489-5cdd-b844-8c410dbbe4a1 with identifier: 7002046auction111041
2026-03-29 22:09:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a8dcdba-6489-5cdd-b844-8c410dbbe4a1 with identifier: 7002046auction111041 to the API
2026-03-29 22:09:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:09: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-29 22:09:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002046>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '9a8dcdba-6489-5cdd-b844-8c410dbbe4a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002046',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Clio',
'odometer': 41062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-19',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio 0.9 TCe Zen (EU6c) STOCK',
'transmission': 'manual',
'trim': 'RENAULT 0.9 TCe Zen (EU6c) STOCK',
'vin': None,
'year': 2020}
2026-03-29 22:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002046auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:09:59 [ecarstrade.be] INFO: Saving data for 7002046auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538530.624458, 'last_price_update_time': 1774822199.411039}
2026-03-29 22:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:09:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002046auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002047> (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-29 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-29 22:10:00 [ecarstrade.be] INFO: Extracting details for car 7002047auction111041
2026-03-29 22:10:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fbeb0b7-e125-574e-9c8c-290995cf3611 with identifier: 7002047auction111041
2026-03-29 22:10:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fbeb0b7-e125-574e-9c8c-290995cf3611 with scrape type 2
2026-03-29 22:10:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fbeb0b7-e125-574e-9c8c-290995cf3611 with scrape type 2
2026-03-29 22:10:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fbeb0b7-e125-574e-9c8c-290995cf3611, identifier: 7002047auction111041
2026-03-29 22:10:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fbeb0b7-e125-574e-9c8c-290995cf3611 with identifier: 7002047auction111041
2026-03-29 22:10:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fbeb0b7-e125-574e-9c8c-290995cf3611 with identifier: 7002047auction111041
2026-03-29 22:10:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fbeb0b7-e125-574e-9c8c-290995cf3611 with identifier: 7002047auction111041 to the API
2026-03-29 22:10:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002047>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '3fbeb0b7-e125-574e-9c8c-290995cf3611',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002047',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Clio',
'odometer': 48115,
'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': 'RENAULT Clio 1.0 TCE 100 CORPORATE EDITION',
'transmission': 'manual',
'trim': 'RENAULT 1.0 TCE 100 CORPORATE EDITION',
'vin': None,
'year': 2020}
2026-03-29 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002047auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:00 [ecarstrade.be] INFO: Saving data for 7002047auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538557.22876, 'last_price_update_time': 1774822200.787345}
2026-03-29 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002047auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002004> (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-29 22:10:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:01 [ecarstrade.be] INFO: Extracting details for car 7002004auction111041
2026-03-29 22:10:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 34e69f1f-6f0d-5066-af51-152fa731356c with identifier: 7002004auction111041
2026-03-29 22:10:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 34e69f1f-6f0d-5066-af51-152fa731356c with scrape type 2
2026-03-29 22:10:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 34e69f1f-6f0d-5066-af51-152fa731356c with scrape type 2
2026-03-29 22:10:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 34e69f1f-6f0d-5066-af51-152fa731356c, identifier: 7002004auction111041
2026-03-29 22:10:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 34e69f1f-6f0d-5066-af51-152fa731356c with identifier: 7002004auction111041
2026-03-29 22:10:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 34e69f1f-6f0d-5066-af51-152fa731356c with identifier: 7002004auction111041
2026-03-29 22:10:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 34e69f1f-6f0d-5066-af51-152fa731356c with identifier: 7002004auction111041 to the API
2026-03-29 22:10:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002004>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.2L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '34e69f1f-6f0d-5066-af51-152fa731356c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002004',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 44028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-04',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'transmission': 'manual',
'trim': 'OPEL CORSA 1.2 TURBO 74KW S-S ELEGANCE',
'vin': None,
'year': 2022}
2026-03-29 22:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002004auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:01 [ecarstrade.be] INFO: Saving data for 7002004auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538558.194217, 'last_price_update_time': 1774822201.761958}
2026-03-29 22:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002004auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002017> (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-29 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-29 22:10:02 [ecarstrade.be] INFO: Extracting details for car 7002017auction111041
2026-03-29 22:10:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f50f7ce-795a-5bac-b09c-0f39fcc579bd with identifier: 7002017auction111041
2026-03-29 22:10:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f50f7ce-795a-5bac-b09c-0f39fcc579bd with scrape type 2
2026-03-29 22:10:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f50f7ce-795a-5bac-b09c-0f39fcc579bd with scrape type 2
2026-03-29 22:10:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f50f7ce-795a-5bac-b09c-0f39fcc579bd, identifier: 7002017auction111041
2026-03-29 22:10:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f50f7ce-795a-5bac-b09c-0f39fcc579bd with identifier: 7002017auction111041
2026-03-29 22:10:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f50f7ce-795a-5bac-b09c-0f39fcc579bd with identifier: 7002017auction111041
2026-03-29 22:10:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f50f7ce-795a-5bac-b09c-0f39fcc579bd with identifier: 7002017auction111041 to the API
2026-03-29 22:10:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002017>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '2f50f7ce-795a-5bac-b09c-0f39fcc579bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002017',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 98226,
'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': 'PEUGEOT 308 SW 1.5 BLUEHDI 96KW S-S AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 1.5 BLUEHDI 96KW S-S AUTO ALLURE PACK',
'vin': None,
'year': 2021}
2026-03-29 22:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002017auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:02 [ecarstrade.be] INFO: Saving data for 7002017auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538556.280431, 'last_price_update_time': 1774822202.704002}
2026-03-29 22:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002017auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002054> (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-29 22:10:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:04 [ecarstrade.be] INFO: Extracting details for car 7002054auction111041
2026-03-29 22:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d418adb0-4852-5441-b4fa-066b33b3a993 with identifier: 7002054auction111041
2026-03-29 22:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d418adb0-4852-5441-b4fa-066b33b3a993 with scrape type 2
2026-03-29 22:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d418adb0-4852-5441-b4fa-066b33b3a993 with scrape type 2
2026-03-29 22:10:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d418adb0-4852-5441-b4fa-066b33b3a993, identifier: 7002054auction111041
2026-03-29 22:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d418adb0-4852-5441-b4fa-066b33b3a993 with identifier: 7002054auction111041
2026-03-29 22:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d418adb0-4852-5441-b4fa-066b33b3a993 with identifier: 7002054auction111041
2026-03-29 22:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d418adb0-4852-5441-b4fa-066b33b3a993 with identifier: 7002054auction111041 to the API
2026-03-29 22:10:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002054>
{'auction_title': '',
'c_o_2_emission_value': 164,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO no link (0033)',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd418adb0-4852-5441-b4fa-066b33b3a993',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002054',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 93512,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-02-05',
'seats_number': 6,
'seller_name': None,
'title': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 20 1.6 dCi 29 L2H1 Energy '
'Tw.Turbo Gd Conf. STOCK',
'transmission': 'manual',
'trim': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 20 1.6 dCi 29 L2H1 Energy '
'Tw.Turbo Gd Conf. STOCK',
'vin': None,
'year': 2016}
2026-03-29 22:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002054auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:04 [ecarstrade.be] INFO: Saving data for 7002054auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538557.728998, 'last_price_update_time': 1774822204.550911}
2026-03-29 22:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002054auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002064> (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-29 22:10:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:04 [ecarstrade.be] INFO: Extracting details for car 7002064auction111041
2026-03-29 22:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff2ac273-3cbd-5a40-990e-11be662d531b with identifier: 7002064auction111041
2026-03-29 22:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff2ac273-3cbd-5a40-990e-11be662d531b with scrape type 2
2026-03-29 22:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ff2ac273-3cbd-5a40-990e-11be662d531b with scrape type 2
2026-03-29 22:10:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff2ac273-3cbd-5a40-990e-11be662d531b, identifier: 7002064auction111041
2026-03-29 22:10:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff2ac273-3cbd-5a40-990e-11be662d531b with identifier: 7002064auction111041
2026-03-29 22:10:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff2ac273-3cbd-5a40-990e-11be662d531b with identifier: 7002064auction111041
2026-03-29 22:10:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff2ac273-3cbd-5a40-990e-11be662d531b with identifier: 7002064auction111041 to the API
2026-03-29 22:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002064>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ff2ac273-3cbd-5a40-990e-11be662d531b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002064',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 199961,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KAROQ 1.5 TSI ACT Ambition (EU6.2)',
'transmission': 'manual',
'trim': 'SKODA KAROQ 1.5 TSI ACT Ambition (EU6.2)',
'vin': None,
'year': 2019}
2026-03-29 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002064auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:05 [ecarstrade.be] INFO: Saving data for 7002064auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538556.769797, 'last_price_update_time': 1774822205.182276}
2026-03-29 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002064auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001900> (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-29 22:10:05 [ecarstrade.be] INFO: Extracting details for car 7001900auction111041
2026-03-29 22:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 849df349-8f16-5144-97be-70f141f449eb with identifier: 7001900auction111041
2026-03-29 22:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 849df349-8f16-5144-97be-70f141f449eb with scrape type 2
2026-03-29 22:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 849df349-8f16-5144-97be-70f141f449eb with scrape type 2
2026-03-29 22:10:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 849df349-8f16-5144-97be-70f141f449eb, identifier: 7001900auction111041
2026-03-29 22:10:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 849df349-8f16-5144-97be-70f141f449eb with identifier: 7001900auction111041
2026-03-29 22:10:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 849df349-8f16-5144-97be-70f141f449eb with identifier: 7001900auction111041
2026-03-29 22:10:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 849df349-8f16-5144-97be-70f141f449eb with identifier: 7001900auction111041 to the API
2026-03-29 22:10:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001900>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '849df349-8f16-5144-97be-70f141f449eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001900',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 43054,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-15',
'seats_number': 5,
'seller_name': None,
'title': 'CITROAu2039N C3 AIRCROSS 1.2 PURETECH 110 S&S SHINE',
'transmission': 'manual',
'trim': 'CITROAu2039N C3 AIRCROSS 1.2 PURETECH 110 S&S SHINE',
'vin': None,
'year': 2022}
2026-03-29 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277001900auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:05 [ecarstrade.be] INFO: Saving data for 7001900auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538548.819509, 'last_price_update_time': 1774822205.820628}
2026-03-29 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001900auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002034> (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-29 22:10:06 [scrapy.extensions.logstats] INFO: Crawled 1525 pages (at 69 pages/min), scraped 1439 items (at 66 items/min)
2026-03-29 22:10:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:10:06 [ecarstrade.be] INFO: Extracting details for car 7002034auction111041
2026-03-29 22:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac298591-8abc-5754-a811-bdecdb01a789 with identifier: 7002034auction111041
2026-03-29 22:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac298591-8abc-5754-a811-bdecdb01a789 with scrape type 2
2026-03-29 22:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac298591-8abc-5754-a811-bdecdb01a789 with scrape type 2
2026-03-29 22:10:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac298591-8abc-5754-a811-bdecdb01a789, identifier: 7002034auction111041
2026-03-29 22:10:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac298591-8abc-5754-a811-bdecdb01a789 with identifier: 7002034auction111041
2026-03-29 22:10:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac298591-8abc-5754-a811-bdecdb01a789 with identifier: 7002034auction111041
2026-03-29 22:10:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac298591-8abc-5754-a811-bdecdb01a789 with identifier: 7002034auction111041 to the API
2026-03-29 22:10:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002034>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO B',
'engine': '1.5L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'ac298591-8abc-5754-a811-bdecdb01a789',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002034',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 67110,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-08',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT PARTNER 1.5 BHDI L2 HEAVY 75KW PREMIUM',
'transmission': 'manual',
'trim': 'PEUGEOT PARTNER 1.5 BHDI L2 HEAVY 75KW PREMIUM',
'vin': None,
'year': 2020}
2026-03-29 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002034auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:07 [ecarstrade.be] INFO: Saving data for 7002034auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538552.692315, 'last_price_update_time': 1774822207.103142}
2026-03-29 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002034auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002014> (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-29 22:10:07 [ecarstrade.be] INFO: Extracting details for car 7002014auction111041
2026-03-29 22:10:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7754c556-ffe1-5467-847c-6dfbd933e61c with identifier: 7002014auction111041
2026-03-29 22:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7754c556-ffe1-5467-847c-6dfbd933e61c with scrape type 2
2026-03-29 22:10:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7754c556-ffe1-5467-847c-6dfbd933e61c with scrape type 2
2026-03-29 22:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7754c556-ffe1-5467-847c-6dfbd933e61c, identifier: 7002014auction111041
2026-03-29 22:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7754c556-ffe1-5467-847c-6dfbd933e61c with identifier: 7002014auction111041
2026-03-29 22:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7754c556-ffe1-5467-847c-6dfbd933e61c with identifier: 7002014auction111041
2026-03-29 22:10:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7754c556-ffe1-5467-847c-6dfbd933e61c with identifier: 7002014auction111041 to the API
2026-03-29 22:10:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002014>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO A',
'engine': '1.6L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7754c556-ffe1-5467-847c-6dfbd933e61c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002014',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 182827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-26',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 1.6 PHEV 180 S-S AUTO ALLURE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT 1.6 PHEV 180 S-S AUTO ALLURE PACK',
'vin': None,
'year': 2022}
2026-03-29 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002014auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:07 [ecarstrade.be] INFO: Saving data for 7002014auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538551.943858, 'last_price_update_time': 1774822207.752398}
2026-03-29 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002014auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002051> (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-29 22:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002050> (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-29 22:10:08 [ecarstrade.be] INFO: Extracting details for car 7002051auction111041
2026-03-29 22:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffeaba4c-4f35-58de-aeb4-3b47729b8e2f with identifier: 7002051auction111041
2026-03-29 22:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffeaba4c-4f35-58de-aeb4-3b47729b8e2f with scrape type 2
2026-03-29 22:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ffeaba4c-4f35-58de-aeb4-3b47729b8e2f with scrape type 2
2026-03-29 22:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ffeaba4c-4f35-58de-aeb4-3b47729b8e2f, identifier: 7002051auction111041
2026-03-29 22:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ffeaba4c-4f35-58de-aeb4-3b47729b8e2f with identifier: 7002051auction111041
2026-03-29 22:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ffeaba4c-4f35-58de-aeb4-3b47729b8e2f with identifier: 7002051auction111041
2026-03-29 22:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ffeaba4c-4f35-58de-aeb4-3b47729b8e2f with identifier: 7002051auction111041 to the API
2026-03-29 22:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002051>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ffeaba4c-4f35-58de-aeb4-3b47729b8e2f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002051',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Clio',
'odometer': 90608,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-07',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 EVOLUTION',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0 TCE 90 EVOLUTION',
'vin': None,
'year': 2022}
2026-03-29 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002051auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:08 [ecarstrade.be] INFO: Saving data for 7002051auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538553.25673, 'last_price_update_time': 1774822208.552918}
2026-03-29 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002051auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:08 [ecarstrade.be] INFO: Extracting details for car 7002050auction111041
2026-03-29 22:10:08 [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-29 22:10:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 431878e8-d908-510a-b2ed-d8ad53911c52 with identifier: 7002050auction111041
2026-03-29 22:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 431878e8-d908-510a-b2ed-d8ad53911c52 with scrape type 2
2026-03-29 22:10:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 431878e8-d908-510a-b2ed-d8ad53911c52 with scrape type 2
2026-03-29 22:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 431878e8-d908-510a-b2ed-d8ad53911c52, identifier: 7002050auction111041
2026-03-29 22:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 431878e8-d908-510a-b2ed-d8ad53911c52 with identifier: 7002050auction111041
2026-03-29 22:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 431878e8-d908-510a-b2ed-d8ad53911c52 with identifier: 7002050auction111041
2026-03-29 22:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 431878e8-d908-510a-b2ed-d8ad53911c52 with identifier: 7002050auction111041 to the API
2026-03-29 22:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002050>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO B',
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '431878e8-d908-510a-b2ed-d8ad53911c52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002050',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Renault',
'model': 'Clio',
'odometer': 85585,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO 1.0 TCE 90 EVOLUTION',
'transmission': 'manual',
'trim': 'RENAULT CLIO 1.0 TCE 90 EVOLUTION',
'vin': None,
'year': 2022}
2026-03-29 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002050auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:08 [ecarstrade.be] INFO: Saving data for 7002050auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538514.451564, 'last_price_update_time': 1774822208.958238}
2026-03-29 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002050auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7002010auction111041
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002010auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7002010auction111041: 2
2026-03-29 22:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7002062auction111041
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002062auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7002062auction111041: 2
2026-03-29 22:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7002063auction111041
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002063auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7002063auction111041: 2
2026-03-29 22:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009768auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009768auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009768auction111136: 2
2026-03-29 22:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009769auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009769auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009769auction111136: 2
2026-03-29 22:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009770auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009770auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009770auction111136: 2
2026-03-29 22:10:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009771auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009771auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009771auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009772auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009772auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009772auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009774auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009774auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009774auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009775auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009775auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009775auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009776auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009776auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009776auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009777auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009777auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009777auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009778auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009778auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009778auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009779auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009779auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009779auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009780auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009780auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009780auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009781auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009781auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009781auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009783auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009783auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009783auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009784auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009784auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009784auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009785auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009785auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009785auction111136: 2
2026-03-29 22:10:09 [ecarstrade.be] INFO: Found listing with ID: 7009786auction111136
2026-03-29 22:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009786auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:09 [ecarstrade.be] INFO: Scrape type for 7009786auction111136: 0
2026-03-29 22:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002053> (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-29 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-29 22:10:11 [ecarstrade.be] INFO: Extracting details for car 7002053auction111041
2026-03-29 22:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5f44ab6-63d0-5147-9261-3e7ddd66a64f with identifier: 7002053auction111041
2026-03-29 22:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5f44ab6-63d0-5147-9261-3e7ddd66a64f with scrape type 2
2026-03-29 22:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5f44ab6-63d0-5147-9261-3e7ddd66a64f with scrape type 2
2026-03-29 22:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5f44ab6-63d0-5147-9261-3e7ddd66a64f, identifier: 7002053auction111041
2026-03-29 22:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5f44ab6-63d0-5147-9261-3e7ddd66a64f with identifier: 7002053auction111041
2026-03-29 22:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5f44ab6-63d0-5147-9261-3e7ddd66a64f with identifier: 7002053auction111041
2026-03-29 22:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5f44ab6-63d0-5147-9261-3e7ddd66a64f with identifier: 7002053auction111041 to the API
2026-03-29 22:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002053>
{'auction_title': '',
'c_o_2_emission_value': 0,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': 'd5f44ab6-63d0-5147-9261-3e7ddd66a64f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002053',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 64508,
'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': 3,
'seller_name': None,
'title': 'RENAULT Trafic 1.6 dCi 29 L1H1 Grand Confort STOCK',
'transmission': 'manual',
'trim': 'RENAULT 1.6 dCi 29 L1H1 Grand Confort STOCK',
'vin': None,
'year': 2019}
2026-03-29 22:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002053auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:11 [ecarstrade.be] INFO: Saving data for 7002053auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538567.818531, 'last_price_update_time': 1774822211.436666}
2026-03-29 22:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002053auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7001941> (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-29 22:10:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:11 [ecarstrade.be] INFO: Extracting details for car 7001941auction111041
2026-03-29 22:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fac0c827-d53e-5fb1-a850-15ce15d7595e with identifier: 7001941auction111041
2026-03-29 22:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fac0c827-d53e-5fb1-a850-15ce15d7595e with scrape type 2
2026-03-29 22:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fac0c827-d53e-5fb1-a850-15ce15d7595e with scrape type 2
2026-03-29 22:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fac0c827-d53e-5fb1-a850-15ce15d7595e, identifier: 7001941auction111041
2026-03-29 22:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fac0c827-d53e-5fb1-a850-15ce15d7595e with identifier: 7001941auction111041
2026-03-29 22:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fac0c827-d53e-5fb1-a850-15ce15d7595e with identifier: 7001941auction111041
2026-03-29 22:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fac0c827-d53e-5fb1-a850-15ce15d7595e with identifier: 7001941auction111041 to the API
2026-03-29 22:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7001941>
{'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-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'fac0c827-d53e-5fb1-a850-15ce15d7595e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7001941',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Kia',
'model': "cee'd Sportswagon",
'odometer': 84182,
'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': "KIA CEE'D SPORTSWAGON 1.0 T-GDI PULSE",
'transmission': 'manual',
'trim': "KIA CEE'D SPORTSWAGON 1.0 T-GDI PULSE",
'vin': None,
'year': 2022}
2026-03-29 22:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001941auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:12 [ecarstrade.be] INFO: Saving data for 7001941auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538570.931335, 'last_price_update_time': 1774822212.033574}
2026-03-29 22:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7001941auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:14 [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-29 22:10:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009787auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009787auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009787auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009788auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009788auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009788auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009789auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009789auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009789auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009790auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009790auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009790auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009792auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009792auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009792auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009793auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009793auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009793auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009794auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009794auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009794auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009796auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009796auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009796auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009797auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009797auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009797auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009799auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009799auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009799auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009800auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009800auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009800auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009801auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009801auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009801auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009802auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009802auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009802auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009804auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009804auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009804auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009805auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009805auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009805auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009806auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009806auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009806auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009807auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009807auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009807auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009808auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009808auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009808auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009809auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009809auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009809auction111136: 0
2026-03-29 22:10:15 [ecarstrade.be] INFO: Found listing with ID: 7009810auction111136
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009810auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:15 [ecarstrade.be] INFO: Scrape type for 7009810auction111136: 2
2026-03-29 22:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002063> (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-29 22:10:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009769> (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-29 22:10:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002010> (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-29 22:10:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:15 [ecarstrade.be] INFO: Extracting details for car 7002063auction111041
2026-03-29 22:10:15 [ecarstrade.be] INFO: Extracting details for car 7009769auction111136
2026-03-29 22:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab5e399b-a5ea-54fa-8d31-f7af680276e9 with identifier: 7002063auction111041
2026-03-29 22:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab5e399b-a5ea-54fa-8d31-f7af680276e9 with scrape type 2
2026-03-29 22:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab5e399b-a5ea-54fa-8d31-f7af680276e9 with scrape type 2
2026-03-29 22:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab5e399b-a5ea-54fa-8d31-f7af680276e9, identifier: 7002063auction111041
2026-03-29 22:10:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: baecb77a-4ee0-58f2-a84e-8f6a3a26b6e1 with identifier: 7009769auction111136
2026-03-29 22:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item baecb77a-4ee0-58f2-a84e-8f6a3a26b6e1 with scrape type 2
2026-03-29 22:10:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item baecb77a-4ee0-58f2-a84e-8f6a3a26b6e1 with scrape type 2
2026-03-29 22:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: baecb77a-4ee0-58f2-a84e-8f6a3a26b6e1, identifier: 7009769auction111136
2026-03-29 22:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab5e399b-a5ea-54fa-8d31-f7af680276e9 with identifier: 7002063auction111041
2026-03-29 22:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab5e399b-a5ea-54fa-8d31-f7af680276e9 with identifier: 7002063auction111041
2026-03-29 22:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab5e399b-a5ea-54fa-8d31-f7af680276e9 with identifier: 7002063auction111041 to the API
2026-03-29 22:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002063>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': 'ab5e399b-a5ea-54fa-8d31-f7af680276e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002063',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 197844,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-21',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'transmission': 'manual',
'trim': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'vin': None,
'year': 2019}
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002063auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:16 [ecarstrade.be] INFO: Saving data for 7002063auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538553.732149, 'last_price_update_time': 1774822216.046194}
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002063auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: baecb77a-4ee0-58f2-a84e-8f6a3a26b6e1 with identifier: 7009769auction111136
2026-03-29 22:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: baecb77a-4ee0-58f2-a84e-8f6a3a26b6e1 with identifier: 7009769auction111136
2026-03-29 22:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: baecb77a-4ee0-58f2-a84e-8f6a3a26b6e1 with identifier: 7009769auction111136 to the API
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009769>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'baecb77a-4ee0-58f2-a84e-8f6a3a26b6e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009769',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 82755,
'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, A3 SB '20, Audi A3 Sportback 1.5 35 TFSi 110kW 5d",
'transmission': 'manual',
'trim': ", SB '20, Sportback 1.5 35 TFSi 110kW 5d",
'vin': None,
'year': 2020}
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009769auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:16 [ecarstrade.be] INFO: Saving data for 7009769auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625247.077473, 'last_price_update_time': 1774822216.417614}
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009769auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:16 [ecarstrade.be] INFO: Extracting details for car 7002010auction111041
2026-03-29 22:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009768> (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-29 22:10:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7002062> (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-29 22:10:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52dd8543-8ab1-504e-939e-02fec8ea93c2 with identifier: 7002010auction111041
2026-03-29 22:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52dd8543-8ab1-504e-939e-02fec8ea93c2 with scrape type 2
2026-03-29 22:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 52dd8543-8ab1-504e-939e-02fec8ea93c2 with scrape type 2
2026-03-29 22:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52dd8543-8ab1-504e-939e-02fec8ea93c2, identifier: 7002010auction111041
2026-03-29 22:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52dd8543-8ab1-504e-939e-02fec8ea93c2 with identifier: 7002010auction111041
2026-03-29 22:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52dd8543-8ab1-504e-939e-02fec8ea93c2 with identifier: 7002010auction111041
2026-03-29 22:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52dd8543-8ab1-504e-939e-02fec8ea93c2 with identifier: 7002010auction111041 to the API
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002010>
{'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-31T09:10:00Z',
'fuel_type': 'Diesel',
'id': '52dd8543-8ab1-504e-939e-02fec8ea93c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002010',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '208',
'odometer': 160268,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-02',
'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-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002010auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:16 [ecarstrade.be] INFO: Saving data for 7002010auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538517.768446, 'last_price_update_time': 1774822216.825037}
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002010auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:16 [ecarstrade.be] INFO: Extracting details for car 7009768auction111136
2026-03-29 22:10:16 [ecarstrade.be] INFO: Extracting details for car 7002062auction111041
2026-03-29 22:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b83b3c9c-f2b3-5ad0-9ab4-1fca48d573d6 with identifier: 7009768auction111136
2026-03-29 22:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b83b3c9c-f2b3-5ad0-9ab4-1fca48d573d6 with scrape type 2
2026-03-29 22:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b83b3c9c-f2b3-5ad0-9ab4-1fca48d573d6 with scrape type 2
2026-03-29 22:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b83b3c9c-f2b3-5ad0-9ab4-1fca48d573d6, identifier: 7009768auction111136
2026-03-29 22:10:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 819f31e4-238f-5970-b95e-cb147e0bf2da with identifier: 7002062auction111041
2026-03-29 22:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 819f31e4-238f-5970-b95e-cb147e0bf2da with scrape type 2
2026-03-29 22:10:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 819f31e4-238f-5970-b95e-cb147e0bf2da with scrape type 2
2026-03-29 22:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 819f31e4-238f-5970-b95e-cb147e0bf2da, identifier: 7002062auction111041
2026-03-29 22:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b83b3c9c-f2b3-5ad0-9ab4-1fca48d573d6 with identifier: 7009768auction111136
2026-03-29 22:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b83b3c9c-f2b3-5ad0-9ab4-1fca48d573d6 with identifier: 7009768auction111136
2026-03-29 22:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b83b3c9c-f2b3-5ad0-9ab4-1fca48d573d6 with identifier: 7009768auction111136 to the API
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009768>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'b83b3c9c-f2b3-5ad0-9ab4-1fca48d573d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009768',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A1',
'odometer': 34954,
'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': 'Audi A1 Sportback 1.0 25 TFSI 70kW Attraction 5d',
'transmission': 'manual',
'trim': 'Sportback 1.0 25 TFSI 70kW Attraction 5d',
'vin': None,
'year': 2023}
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009768auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:17 [ecarstrade.be] INFO: Saving data for 7009768auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625202.968688, 'last_price_update_time': 1774822217.320998}
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009768auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 819f31e4-238f-5970-b95e-cb147e0bf2da with identifier: 7002062auction111041
2026-03-29 22:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 819f31e4-238f-5970-b95e-cb147e0bf2da with identifier: 7002062auction111041
2026-03-29 22:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 819f31e4-238f-5970-b95e-cb147e0bf2da with identifier: 7002062auction111041 to the API
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7002062>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-31T09:10:00Z',
'fuel_type': 'Petrol',
'id': '819f31e4-238f-5970-b95e-cb147e0bf2da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7002062',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 131540,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-26',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'transmission': 'manual',
'trim': 'SKODA FABIA COMBI - 2018 1.0 TSI Ambition',
'vin': None,
'year': 2019}
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277002062auction111041%27 HTTP/1.1" 200 None
2026-03-29 22:10:17 [ecarstrade.be] INFO: Saving data for 7002062auction111041: {'auction_closing_time': 1774948200.0, 'created_time': 1774538555.113074, 'last_price_update_time': 1774822217.622688}
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7002062auction111041') HTTP/1.1" 204 0
2026-03-29 22:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009771> (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-29 22:10:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:17 [ecarstrade.be] INFO: Extracting details for car 7009771auction111136
2026-03-29 22:10:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96803370-5704-576a-96e3-c07cc48edd1e with identifier: 7009771auction111136
2026-03-29 22:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96803370-5704-576a-96e3-c07cc48edd1e with scrape type 2
2026-03-29 22:10:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96803370-5704-576a-96e3-c07cc48edd1e with scrape type 2
2026-03-29 22:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96803370-5704-576a-96e3-c07cc48edd1e, identifier: 7009771auction111136
2026-03-29 22:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96803370-5704-576a-96e3-c07cc48edd1e with identifier: 7009771auction111136
2026-03-29 22:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96803370-5704-576a-96e3-c07cc48edd1e with identifier: 7009771auction111136
2026-03-29 22:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96803370-5704-576a-96e3-c07cc48edd1e with identifier: 7009771auction111136 to the API
2026-03-29 22:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 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-29 22:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009771>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': '96803370-5704-576a-96e3-c07cc48edd1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009771',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 69118,
'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 A3 Sportback 1.0 30 TFSi 81kW S tronic Business Edit. 5d',
'transmission': 'automatic',
'trim': 'Sportback 1.0 30 TFSi 81kW S tronic Business Edit. 5d',
'vin': None,
'year': 2021}
2026-03-29 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009771auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:18 [ecarstrade.be] INFO: Saving data for 7009771auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625192.697959, 'last_price_update_time': 1774822218.102996}
2026-03-29 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009771auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009770> (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-29 22:10:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:18 [ecarstrade.be] INFO: Extracting details for car 7009770auction111136
2026-03-29 22:10:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d23216a-2e40-5c7f-bd59-a42674b3fe7d with identifier: 7009770auction111136
2026-03-29 22:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d23216a-2e40-5c7f-bd59-a42674b3fe7d with scrape type 2
2026-03-29 22:10:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d23216a-2e40-5c7f-bd59-a42674b3fe7d with scrape type 2
2026-03-29 22:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d23216a-2e40-5c7f-bd59-a42674b3fe7d, identifier: 7009770auction111136
2026-03-29 22:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d23216a-2e40-5c7f-bd59-a42674b3fe7d with identifier: 7009770auction111136
2026-03-29 22:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d23216a-2e40-5c7f-bd59-a42674b3fe7d with identifier: 7009770auction111136
2026-03-29 22:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d23216a-2e40-5c7f-bd59-a42674b3fe7d with identifier: 7009770auction111136 to the API
2026-03-29 22:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009770>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': '7d23216a-2e40-5c7f-bd59-a42674b3fe7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009770',
'listing': 'auction',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Audi',
'model': 'A3',
'odometer': 52503,
'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': 'Audi A3 Sportback 1.0 30 TFSi 81kW 5d',
'transmission': 'manual',
'trim': 'Sportback 1.0 30 TFSi 81kW 5d',
'vin': None,
'year': 2021}
2026-03-29 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009770auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:18 [ecarstrade.be] INFO: Saving data for 7009770auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625235.671764, 'last_price_update_time': 1774822218.590689}
2026-03-29 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009770auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009772> (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-29 22:10:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:22 [ecarstrade.be] INFO: Extracting details for car 7009772auction111136
2026-03-29 22:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51f90ee4-ff89-588a-b7ce-64fc91a0a466 with identifier: 7009772auction111136
2026-03-29 22:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51f90ee4-ff89-588a-b7ce-64fc91a0a466 with scrape type 2
2026-03-29 22:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51f90ee4-ff89-588a-b7ce-64fc91a0a466 with scrape type 2
2026-03-29 22:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51f90ee4-ff89-588a-b7ce-64fc91a0a466, identifier: 7009772auction111136
2026-03-29 22:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51f90ee4-ff89-588a-b7ce-64fc91a0a466 with identifier: 7009772auction111136
2026-03-29 22:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51f90ee4-ff89-588a-b7ce-64fc91a0a466 with identifier: 7009772auction111136
2026-03-29 22:10:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51f90ee4-ff89-588a-b7ce-64fc91a0a466 with identifier: 7009772auction111136 to the API
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009772>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '51f90ee4-ff89-588a-b7ce-64fc91a0a466',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009772',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 98671,
'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 A3 Sportback 2.0 35 TDi 110kW S tronic Business Edit. 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic Business Edit. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009772auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:22 [ecarstrade.be] INFO: Saving data for 7009772auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625193.460097, 'last_price_update_time': 1774822222.442477}
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009772auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009774> (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-29 22:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:22 [ecarstrade.be] INFO: Extracting details for car 7009774auction111136
2026-03-29 22:10:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2909c1f3-8087-53c8-af1c-8710675a7b12 with identifier: 7009774auction111136
2026-03-29 22:10:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2909c1f3-8087-53c8-af1c-8710675a7b12 with scrape type 2
2026-03-29 22:10:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2909c1f3-8087-53c8-af1c-8710675a7b12 with scrape type 2
2026-03-29 22:10:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2909c1f3-8087-53c8-af1c-8710675a7b12, identifier: 7009774auction111136
2026-03-29 22:10:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2909c1f3-8087-53c8-af1c-8710675a7b12 with identifier: 7009774auction111136
2026-03-29 22:10:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2909c1f3-8087-53c8-af1c-8710675a7b12 with identifier: 7009774auction111136
2026-03-29 22:10:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2909c1f3-8087-53c8-af1c-8710675a7b12 with identifier: 7009774auction111136 to the API
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009774>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '2909c1f3-8087-53c8-af1c-8710675a7b12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009774',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A4',
'odometer': 53201,
'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': "Audi, A4 Avant FL'19, Audi A4 Avant 2.0 35 TDi 120kW S tronic "
'Business E',
'transmission': 'automatic',
'trim': ", Avant FL'19, Avant 2.0 35 TDi 120kW S tronic Business E",
'vin': None,
'year': 2021}
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009774auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:22 [ecarstrade.be] INFO: Saving data for 7009774auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625201.815564, 'last_price_update_time': 1774822222.929955}
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009774auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009775> (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-29 22:10:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:23 [ecarstrade.be] INFO: Extracting details for car 7009775auction111136
2026-03-29 22:10:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca65bdc6-8202-59fe-a2b3-5e6961ecd27b with identifier: 7009775auction111136
2026-03-29 22:10:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca65bdc6-8202-59fe-a2b3-5e6961ecd27b with scrape type 2
2026-03-29 22:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ca65bdc6-8202-59fe-a2b3-5e6961ecd27b with scrape type 2
2026-03-29 22:10:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca65bdc6-8202-59fe-a2b3-5e6961ecd27b, identifier: 7009775auction111136
2026-03-29 22:10:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca65bdc6-8202-59fe-a2b3-5e6961ecd27b with identifier: 7009775auction111136
2026-03-29 22:10:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca65bdc6-8202-59fe-a2b3-5e6961ecd27b with identifier: 7009775auction111136
2026-03-29 22:10:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca65bdc6-8202-59fe-a2b3-5e6961ecd27b with identifier: 7009775auction111136 to the API
2026-03-29 22:10:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009775>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'ca65bdc6-8202-59fe-a2b3-5e6961ecd27b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009775',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '116',
'odometer': 125511,
'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 116d (85 kW) 5d',
'transmission': 'manual',
'trim': '1 Reeks Hatch d (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009775auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:23 [ecarstrade.be] INFO: Saving data for 7009775auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625191.605067, 'last_price_update_time': 1774822223.427728}
2026-03-29 22:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009775auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009778> (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-29 22:10:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:23 [ecarstrade.be] INFO: Extracting details for car 7009778auction111136
2026-03-29 22:10:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e53d8090-245f-58dc-a978-f1667b38d371 with identifier: 7009778auction111136
2026-03-29 22:10:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e53d8090-245f-58dc-a978-f1667b38d371 with scrape type 2
2026-03-29 22:10:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e53d8090-245f-58dc-a978-f1667b38d371 with scrape type 2
2026-03-29 22:10:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e53d8090-245f-58dc-a978-f1667b38d371, identifier: 7009778auction111136
2026-03-29 22:10:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e53d8090-245f-58dc-a978-f1667b38d371 with identifier: 7009778auction111136
2026-03-29 22:10:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e53d8090-245f-58dc-a978-f1667b38d371 with identifier: 7009778auction111136
2026-03-29 22:10:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e53d8090-245f-58dc-a978-f1667b38d371 with identifier: 7009778auction111136 to the API
2026-03-29 22:10:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009778>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'e53d8090-245f-58dc-a978-f1667b38d371',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009778',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '118',
'odometer': 64454,
'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': 'BMW 1 Reeks Hatch 118iA (100 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch iA (100 kW) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009778auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:23 [ecarstrade.be] INFO: Saving data for 7009778auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625183.735341, 'last_price_update_time': 1774822223.997067}
2026-03-29 22:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009778auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009776> (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-29 22:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:24 [ecarstrade.be] INFO: Extracting details for car 7009776auction111136
2026-03-29 22:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 685a91cb-ce57-50e1-b9c4-9eb0daa79743 with identifier: 7009776auction111136
2026-03-29 22:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 685a91cb-ce57-50e1-b9c4-9eb0daa79743 with scrape type 2
2026-03-29 22:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 685a91cb-ce57-50e1-b9c4-9eb0daa79743 with scrape type 2
2026-03-29 22:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 685a91cb-ce57-50e1-b9c4-9eb0daa79743, identifier: 7009776auction111136
2026-03-29 22:10:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 685a91cb-ce57-50e1-b9c4-9eb0daa79743 with identifier: 7009776auction111136
2026-03-29 22:10:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 685a91cb-ce57-50e1-b9c4-9eb0daa79743 with identifier: 7009776auction111136
2026-03-29 22:10:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 685a91cb-ce57-50e1-b9c4-9eb0daa79743 with identifier: 7009776auction111136 to the API
2026-03-29 22:10:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009776>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '685a91cb-ce57-50e1-b9c4-9eb0daa79743',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009776',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 117877,
'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': '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-29 22:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009776auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:24 [ecarstrade.be] INFO: Saving data for 7009776auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625194.542299, 'last_price_update_time': 1774822224.481027}
2026-03-29 22:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009776auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009777> (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-29 22:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:24 [ecarstrade.be] INFO: Extracting details for car 7009777auction111136
2026-03-29 22:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf232ce3-b311-5276-8304-3ecf791ba5b0 with identifier: 7009777auction111136
2026-03-29 22:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf232ce3-b311-5276-8304-3ecf791ba5b0 with scrape type 2
2026-03-29 22:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bf232ce3-b311-5276-8304-3ecf791ba5b0 with scrape type 2
2026-03-29 22:10:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf232ce3-b311-5276-8304-3ecf791ba5b0, identifier: 7009777auction111136
2026-03-29 22:10:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf232ce3-b311-5276-8304-3ecf791ba5b0 with identifier: 7009777auction111136
2026-03-29 22:10:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf232ce3-b311-5276-8304-3ecf791ba5b0 with identifier: 7009777auction111136
2026-03-29 22:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf232ce3-b311-5276-8304-3ecf791ba5b0 with identifier: 7009777auction111136 to the API
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009777>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'bf232ce3-b311-5276-8304-3ecf791ba5b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009777',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A5',
'odometer': 52687,
'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': 4,
'seller_name': None,
'title': 'Audi A5 Sportback 30 TDI S tronic Bus Ed Advanced 5d',
'transmission': 'automatic',
'trim': 'Sportback 30 TDI S tronic Bus Ed Advanced 5d',
'vin': None,
'year': 2020}
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009777auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:25 [ecarstrade.be] INFO: Saving data for 7009777auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625187.022677, 'last_price_update_time': 1774822225.173705}
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009777auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009784> (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-29 22:10:25 [ecarstrade.be] INFO: Extracting details for car 7009784auction111136
2026-03-29 22:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eb7edea-8144-5429-9963-00fa1ade4262 with identifier: 7009784auction111136
2026-03-29 22:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eb7edea-8144-5429-9963-00fa1ade4262 with scrape type 2
2026-03-29 22:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eb7edea-8144-5429-9963-00fa1ade4262 with scrape type 2
2026-03-29 22:10:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2eb7edea-8144-5429-9963-00fa1ade4262, identifier: 7009784auction111136
2026-03-29 22:10:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2eb7edea-8144-5429-9963-00fa1ade4262 with identifier: 7009784auction111136
2026-03-29 22:10:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2eb7edea-8144-5429-9963-00fa1ade4262 with identifier: 7009784auction111136
2026-03-29 22:10:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2eb7edea-8144-5429-9963-00fa1ade4262 with identifier: 7009784auction111136 to the API
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009784>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '2eb7edea-8144-5429-9963-00fa1ade4262',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009784',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 57934,
'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 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009784auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:25 [ecarstrade.be] INFO: Saving data for 7009784auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625186.600271, 'last_price_update_time': 1774822225.831719}
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009784auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009783> (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-29 22:10:28 [ecarstrade.be] INFO: Extracting details for car 7009783auction111136
2026-03-29 22:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85069a02-2a76-5462-b979-85f6baef4a7b with identifier: 7009783auction111136
2026-03-29 22:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85069a02-2a76-5462-b979-85f6baef4a7b with scrape type 2
2026-03-29 22:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85069a02-2a76-5462-b979-85f6baef4a7b with scrape type 2
2026-03-29 22:10:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85069a02-2a76-5462-b979-85f6baef4a7b, identifier: 7009783auction111136
2026-03-29 22:10:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85069a02-2a76-5462-b979-85f6baef4a7b with identifier: 7009783auction111136
2026-03-29 22:10:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85069a02-2a76-5462-b979-85f6baef4a7b with identifier: 7009783auction111136
2026-03-29 22:10:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85069a02-2a76-5462-b979-85f6baef4a7b with identifier: 7009783auction111136 to the API
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009783>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '85069a02-2a76-5462-b979-85f6baef4a7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009783',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 47055,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d (85 kW) 5d',
'transmission': 'manual',
'trim': 'sDrive16d (85 kW) 5d',
'vin': None,
'year': 2018}
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009783auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Saving data for 7009783auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625183.061873, 'last_price_update_time': 1774822228.679188}
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009783auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:28 [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-29 22:10:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009811auction111136
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009811auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Scrape type for 7009811auction111136: 2
2026-03-29 22:10:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009812auction111136
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009812auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Scrape type for 7009812auction111136: 2
2026-03-29 22:10:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009813auction111136
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009813auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Scrape type for 7009813auction111136: 2
2026-03-29 22:10:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009814auction111136
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009814auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Scrape type for 7009814auction111136: 2
2026-03-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009815auction111136
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009815auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Scrape type for 7009815auction111136: 2
2026-03-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009816auction111136
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009816auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Scrape type for 7009816auction111136: 2
2026-03-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009818auction111136
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009818auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Scrape type for 7009818auction111136: 2
2026-03-29 22:10:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009810> (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-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009819auction111136
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009819auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:28 [ecarstrade.be] INFO: Scrape type for 7009819auction111136: 2
2026-03-29 22:10:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:28 [ecarstrade.be] INFO: Found listing with ID: 7009820auction111136
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009820auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:29 [ecarstrade.be] INFO: Scrape type for 7009820auction111136: 2
2026-03-29 22:10:29 [ecarstrade.be] INFO: Found listing with ID: 7009821auction111136
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009821auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:29 [ecarstrade.be] INFO: Scrape type for 7009821auction111136: 2
2026-03-29 22:10:29 [ecarstrade.be] INFO: Found listing with ID: 7009822auction111136
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009822auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:29 [ecarstrade.be] INFO: Scrape type for 7009822auction111136: 2
2026-03-29 22:10:29 [ecarstrade.be] INFO: Found listing with ID: 7009823auction111136
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009823auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:29 [ecarstrade.be] INFO: Scrape type for 7009823auction111136: 2
2026-03-29 22:10:29 [ecarstrade.be] INFO: Found listing with ID: 7009824auction111136
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009824auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:29 [ecarstrade.be] INFO: Scrape type for 7009824auction111136: 2
2026-03-29 22:10:29 [ecarstrade.be] INFO: Extracting details for car 7009810auction111136
2026-03-29 22:10:29 [ecarstrade.be] INFO: Found listing with ID: 7009825auction111136
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009825auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:29 [ecarstrade.be] INFO: Scrape type for 7009825auction111136: 2
2026-03-29 22:10:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 658344c8-13d7-5855-a1e3-4b303d713eb7 with identifier: 7009810auction111136
2026-03-29 22:10:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 658344c8-13d7-5855-a1e3-4b303d713eb7 with scrape type 2
2026-03-29 22:10:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 658344c8-13d7-5855-a1e3-4b303d713eb7 with scrape type 2
2026-03-29 22:10:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 658344c8-13d7-5855-a1e3-4b303d713eb7, identifier: 7009810auction111136
2026-03-29 22:10:29 [ecarstrade.be] INFO: Found listing with ID: 7009826auction111136
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009826auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:29 [ecarstrade.be] INFO: Scrape type for 7009826auction111136: 2
2026-03-29 22:10:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 658344c8-13d7-5855-a1e3-4b303d713eb7 with identifier: 7009810auction111136
2026-03-29 22:10:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 658344c8-13d7-5855-a1e3-4b303d713eb7 with identifier: 7009810auction111136
2026-03-29 22:10:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 658344c8-13d7-5855-a1e3-4b303d713eb7 with identifier: 7009810auction111136 to the API
2026-03-29 22:10:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009810>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Other',
'id': '658344c8-13d7-5855-a1e3-4b303d713eb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009810',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 75974,
'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 CLA CLA 250 e Business Solution 4d',
'transmission': 'automatic',
'trim': '-Benz CLA e Business Solution 4d',
'vin': None,
'year': 2022}
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009810auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:30 [ecarstrade.be] INFO: Saving data for 7009810auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625232.060944, 'last_price_update_time': 1774822230.369015}
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009810auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:30 [ecarstrade.be] INFO: Found listing with ID: 7009827auction111136
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009827auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:30 [ecarstrade.be] INFO: Scrape type for 7009827auction111136: 2
2026-03-29 22:10:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009780> (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-29 22:10:30 [ecarstrade.be] INFO: Found listing with ID: 7009828auction111136
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009828auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:30 [ecarstrade.be] INFO: Scrape type for 7009828auction111136: 2
2026-03-29 22:10:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:30 [ecarstrade.be] INFO: Found listing with ID: 7009829auction111136
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009829auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:30 [ecarstrade.be] INFO: Scrape type for 7009829auction111136: 2
2026-03-29 22:10:30 [ecarstrade.be] INFO: Found listing with ID: 7009830auction111136
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009830auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:30 [ecarstrade.be] INFO: Scrape type for 7009830auction111136: 2
2026-03-29 22:10:30 [ecarstrade.be] INFO: Found listing with ID: 7009831auction111136
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009831auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:30 [ecarstrade.be] INFO: Scrape type for 7009831auction111136: 0
2026-03-29 22:10:30 [ecarstrade.be] INFO: Extracting details for car 7009780auction111136
2026-03-29 22:10:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: da38187b-3c2c-56ac-8363-b16316801ff0 with identifier: 7009780auction111136
2026-03-29 22:10:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item da38187b-3c2c-56ac-8363-b16316801ff0 with scrape type 2
2026-03-29 22:10:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item da38187b-3c2c-56ac-8363-b16316801ff0 with scrape type 2
2026-03-29 22:10:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: da38187b-3c2c-56ac-8363-b16316801ff0, identifier: 7009780auction111136
2026-03-29 22:10:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: da38187b-3c2c-56ac-8363-b16316801ff0 with identifier: 7009780auction111136
2026-03-29 22:10:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: da38187b-3c2c-56ac-8363-b16316801ff0 with identifier: 7009780auction111136
2026-03-29 22:10:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: da38187b-3c2c-56ac-8363-b16316801ff0 with identifier: 7009780auction111136 to the API
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009780>
{'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-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'da38187b-3c2c-56ac-8363-b16316801ff0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009780',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '116',
'odometer': 21083,
'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': 'BMW 1 Reeks Hatch 116d (85 kW) 5d',
'transmission': 'manual',
'trim': '1 Reeks Hatch d (85 kW) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009780auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:30 [ecarstrade.be] INFO: Saving data for 7009780auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625184.593296, 'last_price_update_time': 1774822230.986867}
2026-03-29 22:10:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009780auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009781> (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-29 22:10:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:32 [ecarstrade.be] INFO: Extracting details for car 7009781auction111136
2026-03-29 22:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1584dc7a-0cd5-53cc-9395-456850b33cf1 with identifier: 7009781auction111136
2026-03-29 22:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1584dc7a-0cd5-53cc-9395-456850b33cf1 with scrape type 2
2026-03-29 22:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1584dc7a-0cd5-53cc-9395-456850b33cf1 with scrape type 2
2026-03-29 22:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1584dc7a-0cd5-53cc-9395-456850b33cf1, identifier: 7009781auction111136
2026-03-29 22:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1584dc7a-0cd5-53cc-9395-456850b33cf1 with identifier: 7009781auction111136
2026-03-29 22:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1584dc7a-0cd5-53cc-9395-456850b33cf1 with identifier: 7009781auction111136
2026-03-29 22:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1584dc7a-0cd5-53cc-9395-456850b33cf1 with identifier: 7009781auction111136 to the API
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009781>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '1584dc7a-0cd5-53cc-9395-456850b33cf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009781',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '216',
'odometer': 137483,
'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': "BMW, 2-serie Gr.Coupé '19, BMW 2 Reeks Gran Coupé 216dA (85kW) 4d",
'transmission': 'automatic',
'trim': ", 2-serie Gr.Coupé '19, 2 Reeks Gran Coupé dA (85kW) 4d",
'vin': None,
'year': 2021}
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009781auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:32 [ecarstrade.be] INFO: Saving data for 7009781auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625185.822252, 'last_price_update_time': 1774822232.378381}
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009781auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009779> (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-29 22:10:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:32 [ecarstrade.be] INFO: Extracting details for car 7009779auction111136
2026-03-29 22:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d95d3f3-bdc6-589c-b103-b8d3badf00ce with identifier: 7009779auction111136
2026-03-29 22:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d95d3f3-bdc6-589c-b103-b8d3badf00ce with scrape type 2
2026-03-29 22:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d95d3f3-bdc6-589c-b103-b8d3badf00ce with scrape type 2
2026-03-29 22:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d95d3f3-bdc6-589c-b103-b8d3badf00ce, identifier: 7009779auction111136
2026-03-29 22:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d95d3f3-bdc6-589c-b103-b8d3badf00ce with identifier: 7009779auction111136
2026-03-29 22:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d95d3f3-bdc6-589c-b103-b8d3badf00ce with identifier: 7009779auction111136
2026-03-29 22:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d95d3f3-bdc6-589c-b103-b8d3badf00ce with identifier: 7009779auction111136 to the API
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009779>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': '6d95d3f3-bdc6-589c-b103-b8d3badf00ce',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009779',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 45083,
'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': "BMW, 2-serie Gr.Coupé '19, BMW 2 Reeks Gran Coupé 218i (100kW) 4d",
'transmission': 'manual',
'trim': ", 2-serie Gr.Coupé '19, 2 Reeks Gran Coupé 218i (100kW) 4d",
'vin': None,
'year': 2021}
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009779auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:32 [ecarstrade.be] INFO: Saving data for 7009779auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625185.153481, 'last_price_update_time': 1774822232.870838}
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009779auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:34 [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-29 22:10:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009832auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009832auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009832auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009833auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009833auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009833auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009834auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009834auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009834auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009835auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009835auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009835auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009837auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009837auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009837auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009838auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009838auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009838auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009839auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009839auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009839auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009840auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009840auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009840auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009841auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009841auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009841auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009842auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009842auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009842auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009843auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009843auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009843auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009844auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009844auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009844auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009845auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009845auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009845auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009846auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009846auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009846auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009847auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009847auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009847auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009849auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009849auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009849auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009850auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009850auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009850auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009851auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009851auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009851auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009852auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009852auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009852auction111136: 0
2026-03-29 22:10:35 [ecarstrade.be] INFO: Found listing with ID: 7009853auction111136
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009853auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:35 [ecarstrade.be] INFO: Scrape type for 7009853auction111136: 2
2026-03-29 22:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009811> (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-29 22:10:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009813> (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-29 22:10:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:36 [ecarstrade.be] INFO: Extracting details for car 7009811auction111136
2026-03-29 22:10:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99cb28d4-20ff-588f-a0a4-cbfb4a84cdfd with identifier: 7009811auction111136
2026-03-29 22:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99cb28d4-20ff-588f-a0a4-cbfb4a84cdfd with scrape type 2
2026-03-29 22:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99cb28d4-20ff-588f-a0a4-cbfb4a84cdfd with scrape type 2
2026-03-29 22:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99cb28d4-20ff-588f-a0a4-cbfb4a84cdfd, identifier: 7009811auction111136
2026-03-29 22:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99cb28d4-20ff-588f-a0a4-cbfb4a84cdfd with identifier: 7009811auction111136
2026-03-29 22:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99cb28d4-20ff-588f-a0a4-cbfb4a84cdfd with identifier: 7009811auction111136
2026-03-29 22:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99cb28d4-20ff-588f-a0a4-cbfb4a84cdfd with identifier: 7009811auction111136 to the API
2026-03-29 22:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009811>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '99cb28d4-20ff-588f-a0a4-cbfb4a84cdfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009811',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 124719,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLC GLC 300 de Business Solution 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLC de Business Solution 4MATIC 5d',
'vin': None,
'year': 2021}
2026-03-29 22:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009811auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:36 [ecarstrade.be] INFO: Saving data for 7009811auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625279.249384, 'last_price_update_time': 1774822236.934846}
2026-03-29 22:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009811auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:37 [ecarstrade.be] INFO: Extracting details for car 7009813auction111136
2026-03-29 22:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc791b8d-0488-59d5-8a93-3f200e63aba8 with identifier: 7009813auction111136
2026-03-29 22:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc791b8d-0488-59d5-8a93-3f200e63aba8 with scrape type 2
2026-03-29 22:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc791b8d-0488-59d5-8a93-3f200e63aba8 with scrape type 2
2026-03-29 22:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc791b8d-0488-59d5-8a93-3f200e63aba8, identifier: 7009813auction111136
2026-03-29 22:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc791b8d-0488-59d5-8a93-3f200e63aba8 with identifier: 7009813auction111136
2026-03-29 22:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc791b8d-0488-59d5-8a93-3f200e63aba8 with identifier: 7009813auction111136
2026-03-29 22:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc791b8d-0488-59d5-8a93-3f200e63aba8 with identifier: 7009813auction111136 to the API
2026-03-29 22:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009813>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'fc791b8d-0488-59d5-8a93-3f200e63aba8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009813',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'E 200',
'odometer': 76820,
'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-Benz E-Klasse Berline E 200 d Business Solution 4d',
'transmission': 'automatic',
'trim': '-Benz E-Klasse Berline d Business Solution 4d',
'vin': None,
'year': 2021}
2026-03-29 22:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009813auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:37 [ecarstrade.be] INFO: Saving data for 7009813auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625277.502304, 'last_price_update_time': 1774822237.46783}
2026-03-29 22:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009813auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009814> (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-29 22:10:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009812> (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-29 22:10:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:37 [ecarstrade.be] INFO: Extracting details for car 7009814auction111136
2026-03-29 22:10:37 [ecarstrade.be] INFO: Extracting details for car 7009812auction111136
2026-03-29 22:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a539fb0-1d78-55bd-9340-413a1751654f with identifier: 7009814auction111136
2026-03-29 22:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a539fb0-1d78-55bd-9340-413a1751654f with scrape type 2
2026-03-29 22:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a539fb0-1d78-55bd-9340-413a1751654f with scrape type 2
2026-03-29 22:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a539fb0-1d78-55bd-9340-413a1751654f, identifier: 7009814auction111136
2026-03-29 22:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42224d0d-6a20-5d20-b858-f83c096bb55d with identifier: 7009812auction111136
2026-03-29 22:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42224d0d-6a20-5d20-b858-f83c096bb55d with scrape type 2
2026-03-29 22:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42224d0d-6a20-5d20-b858-f83c096bb55d with scrape type 2
2026-03-29 22:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42224d0d-6a20-5d20-b858-f83c096bb55d, identifier: 7009812auction111136
2026-03-29 22:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a539fb0-1d78-55bd-9340-413a1751654f with identifier: 7009814auction111136
2026-03-29 22:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a539fb0-1d78-55bd-9340-413a1751654f with identifier: 7009814auction111136
2026-03-29 22:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a539fb0-1d78-55bd-9340-413a1751654f with identifier: 7009814auction111136 to the API
2026-03-29 22:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009814>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.1L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '6a539fb0-1d78-55bd-9340-413a1751654f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009814',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLA 200',
'odometer': 7316,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLA GLA 200 d Aut. 5d',
'transmission': 'automatic',
'trim': '-Benz GLA d Aut. 5d',
'vin': None,
'year': 2018}
2026-03-29 22:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009814auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:38 [ecarstrade.be] INFO: Saving data for 7009814auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625279.753165, 'last_price_update_time': 1774822238.099363}
2026-03-29 22:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009814auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42224d0d-6a20-5d20-b858-f83c096bb55d with identifier: 7009812auction111136
2026-03-29 22:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42224d0d-6a20-5d20-b858-f83c096bb55d with identifier: 7009812auction111136
2026-03-29 22:10:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42224d0d-6a20-5d20-b858-f83c096bb55d with identifier: 7009812auction111136 to the API
2026-03-29 22:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009812>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '42224d0d-6a20-5d20-b858-f83c096bb55d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009812',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 92404,
'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': 'Mercedes-Benz GLC Coupé GLC 300 de 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLC Coupé de 4MATIC 5d',
'vin': None,
'year': 2021}
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009812auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:39 [ecarstrade.be] INFO: Saving data for 7009812auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625276.766685, 'last_price_update_time': 1774822239.066443}
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009812auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009815> (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-29 22:10:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:39 [ecarstrade.be] INFO: Extracting details for car 7009815auction111136
2026-03-29 22:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80e6a082-480e-5d1f-b165-d3cbc7bae8b6 with identifier: 7009815auction111136
2026-03-29 22:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80e6a082-480e-5d1f-b165-d3cbc7bae8b6 with scrape type 2
2026-03-29 22:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80e6a082-480e-5d1f-b165-d3cbc7bae8b6 with scrape type 2
2026-03-29 22:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80e6a082-480e-5d1f-b165-d3cbc7bae8b6, identifier: 7009815auction111136
2026-03-29 22:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80e6a082-480e-5d1f-b165-d3cbc7bae8b6 with identifier: 7009815auction111136
2026-03-29 22:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80e6a082-480e-5d1f-b165-d3cbc7bae8b6 with identifier: 7009815auction111136
2026-03-29 22:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80e6a082-480e-5d1f-b165-d3cbc7bae8b6 with identifier: 7009815auction111136 to the API
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009815>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '80e6a082-480e-5d1f-b165-d3cbc7bae8b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009815',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'MAN',
'model': 'Mini One D Clubman',
'odometer': 131466,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Mini Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009815auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:39 [ecarstrade.be] INFO: Saving data for 7009815auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625278.091931, 'last_price_update_time': 1774822239.614758}
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009815auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009816> (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-29 22:10:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:39 [ecarstrade.be] INFO: Extracting details for car 7009816auction111136
2026-03-29 22:10:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fc5df94-2fe6-5ec8-84d4-8cbd4c61ccca with identifier: 7009816auction111136
2026-03-29 22:10:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fc5df94-2fe6-5ec8-84d4-8cbd4c61ccca with scrape type 2
2026-03-29 22:10:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1fc5df94-2fe6-5ec8-84d4-8cbd4c61ccca with scrape type 2
2026-03-29 22:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1fc5df94-2fe6-5ec8-84d4-8cbd4c61ccca, identifier: 7009816auction111136
2026-03-29 22:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1fc5df94-2fe6-5ec8-84d4-8cbd4c61ccca with identifier: 7009816auction111136
2026-03-29 22:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1fc5df94-2fe6-5ec8-84d4-8cbd4c61ccca with identifier: 7009816auction111136
2026-03-29 22:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1fc5df94-2fe6-5ec8-84d4-8cbd4c61ccca with identifier: 7009816auction111136 to the API
2026-03-29 22:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009816>
{'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-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': '1fc5df94-2fe6-5ec8-84d4-8cbd4c61ccca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009816',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 31879,
'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': 4,
'seller_name': None,
'title': "MINI, Mini 3d '14, Mini Cooper 3d",
'transmission': 'automatic',
'trim': "MINI, 3d '14, 3d",
'vin': None,
'year': 2022}
2026-03-29 22:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009816auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:40 [ecarstrade.be] INFO: Saving data for 7009816auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625301.199853, 'last_price_update_time': 1774822240.098119}
2026-03-29 22:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009816auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009818> (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-29 22:10:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:41 [ecarstrade.be] INFO: Extracting details for car 7009818auction111136
2026-03-29 22:10:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a66c52c-dd17-5314-b373-3736c02cf0bb with identifier: 7009818auction111136
2026-03-29 22:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a66c52c-dd17-5314-b373-3736c02cf0bb with scrape type 2
2026-03-29 22:10:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0a66c52c-dd17-5314-b373-3736c02cf0bb with scrape type 2
2026-03-29 22:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a66c52c-dd17-5314-b373-3736c02cf0bb, identifier: 7009818auction111136
2026-03-29 22:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a66c52c-dd17-5314-b373-3736c02cf0bb with identifier: 7009818auction111136
2026-03-29 22:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a66c52c-dd17-5314-b373-3736c02cf0bb with identifier: 7009818auction111136
2026-03-29 22:10:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a66c52c-dd17-5314-b373-3736c02cf0bb with identifier: 7009818auction111136 to the API
2026-03-29 22:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009818>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Electric',
'id': '0a66c52c-dd17-5314-b373-3736c02cf0bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009818',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 20149,
'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': 4,
'seller_name': None,
'title': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'transmission': 'automatic',
'trim': 'MINI E-MINI - 2021 28.9 kWh 184 3d',
'vin': None,
'year': 2023}
2026-03-29 22:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009818auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:41 [ecarstrade.be] INFO: Saving data for 7009818auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625276.018961, 'last_price_update_time': 1774822241.734071}
2026-03-29 22:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009818auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009821> (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-29 22:10:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:45 [ecarstrade.be] INFO: Extracting details for car 7009821auction111136
2026-03-29 22:10:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9e48c15-c71e-5d9d-a495-b449028eb502 with identifier: 7009821auction111136
2026-03-29 22:10:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9e48c15-c71e-5d9d-a495-b449028eb502 with scrape type 2
2026-03-29 22:10:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9e48c15-c71e-5d9d-a495-b449028eb502 with scrape type 2
2026-03-29 22:10:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9e48c15-c71e-5d9d-a495-b449028eb502, identifier: 7009821auction111136
2026-03-29 22:10:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9e48c15-c71e-5d9d-a495-b449028eb502 with identifier: 7009821auction111136
2026-03-29 22:10:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9e48c15-c71e-5d9d-a495-b449028eb502 with identifier: 7009821auction111136
2026-03-29 22:10:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9e48c15-c71e-5d9d-a495-b449028eb502 with identifier: 7009821auction111136 to the API
2026-03-29 22:10:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009821>
{'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-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'b9e48c15-c71e-5d9d-a495-b449028eb502',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009821',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '308',
'odometer': 25938,
'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-29 22:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009821auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:45 [ecarstrade.be] INFO: Saving data for 7009821auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625302.310922, 'last_price_update_time': 1774822245.582133}
2026-03-29 22:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009821auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009822> (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-29 22:10:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:45 [ecarstrade.be] INFO: Extracting details for car 7009822auction111136
2026-03-29 22:10:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f2b6fe8-6ce8-52b4-a726-e0ccc446c2d1 with identifier: 7009822auction111136
2026-03-29 22:10:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f2b6fe8-6ce8-52b4-a726-e0ccc446c2d1 with scrape type 2
2026-03-29 22:10:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f2b6fe8-6ce8-52b4-a726-e0ccc446c2d1 with scrape type 2
2026-03-29 22:10:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f2b6fe8-6ce8-52b4-a726-e0ccc446c2d1, identifier: 7009822auction111136
2026-03-29 22:10:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f2b6fe8-6ce8-52b4-a726-e0ccc446c2d1 with identifier: 7009822auction111136
2026-03-29 22:10:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f2b6fe8-6ce8-52b4-a726-e0ccc446c2d1 with identifier: 7009822auction111136
2026-03-29 22:10:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f2b6fe8-6ce8-52b4-a726-e0ccc446c2d1 with identifier: 7009822auction111136 to the API
2026-03-29 22:10:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009822>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '4f2b6fe8-6ce8-52b4-a726-e0ccc446c2d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009822',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 114045,
'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': "Peugeot, 3008 FL'20, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 Active "
'Pack',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 Active Pack",
'vin': None,
'year': 2022}
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009822auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:46 [ecarstrade.be] INFO: Saving data for 7009822auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625338.203084, 'last_price_update_time': 1774822246.084522}
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009822auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009827> (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-29 22:10:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:46 [ecarstrade.be] INFO: Extracting details for car 7009827auction111136
2026-03-29 22:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2b92738-6e95-5b34-b081-fdb3348a542a with identifier: 7009827auction111136
2026-03-29 22:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2b92738-6e95-5b34-b081-fdb3348a542a with scrape type 2
2026-03-29 22:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2b92738-6e95-5b34-b081-fdb3348a542a with scrape type 2
2026-03-29 22:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2b92738-6e95-5b34-b081-fdb3348a542a, identifier: 7009827auction111136
2026-03-29 22:10:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2b92738-6e95-5b34-b081-fdb3348a542a with identifier: 7009827auction111136
2026-03-29 22:10:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2b92738-6e95-5b34-b081-fdb3348a542a with identifier: 7009827auction111136
2026-03-29 22:10:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2b92738-6e95-5b34-b081-fdb3348a542a with identifier: 7009827auction111136 to the API
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009827>
{'auction_title': '',
'c_o_2_emission_value': 241,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'f2b92738-6e95-5b34-b081-fdb3348a542a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009827',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 111006,
'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': 'Peugeot Boxer 2.2 BlueHDi S&S 165 Premium 335 L2H2 4d',
'transmission': 'manual',
'trim': '2.2 BlueHDi S&S 165 Premium 335 L2H2 4d',
'vin': None,
'year': 2020}
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009827auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:46 [ecarstrade.be] INFO: Saving data for 7009827auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625330.505428, 'last_price_update_time': 1774822246.588333}
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009827auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009820> (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-29 22:10:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009830> (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-29 22:10:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:46 [ecarstrade.be] INFO: Extracting details for car 7009820auction111136
2026-03-29 22:10:46 [ecarstrade.be] INFO: Extracting details for car 7009830auction111136
2026-03-29 22:10:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c028009e-5c9e-5045-ae27-46534d3a777a with identifier: 7009820auction111136
2026-03-29 22:10:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c028009e-5c9e-5045-ae27-46534d3a777a with scrape type 2
2026-03-29 22:10:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c028009e-5c9e-5045-ae27-46534d3a777a with scrape type 2
2026-03-29 22:10:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c028009e-5c9e-5045-ae27-46534d3a777a, identifier: 7009820auction111136
2026-03-29 22:10:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c028009e-5c9e-5045-ae27-46534d3a777a with identifier: 7009820auction111136
2026-03-29 22:10:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c028009e-5c9e-5045-ae27-46534d3a777a with identifier: 7009820auction111136
2026-03-29 22:10:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c028009e-5c9e-5045-ae27-46534d3a777a with identifier: 7009820auction111136 to the API
2026-03-29 22:10:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009820>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '0.9L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': 'c028009e-5c9e-5045-ae27-46534d3a777a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009820',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 69674,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': "Nissan, Micra '17, Nissan Micra 0.9 IG-T Acenta 5d",
'transmission': 'manual',
'trim': ", '17, 0.9 IG-T Acenta 5d",
'vin': None,
'year': 2019}
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009820auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:47 [ecarstrade.be] INFO: Saving data for 7009820auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625303.280925, 'last_price_update_time': 1774822247.129055}
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009820auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97a42da1-5db3-561c-801a-69b2e2f3b2df with identifier: 7009830auction111136
2026-03-29 22:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97a42da1-5db3-561c-801a-69b2e2f3b2df with scrape type 2
2026-03-29 22:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97a42da1-5db3-561c-801a-69b2e2f3b2df with scrape type 2
2026-03-29 22:10:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97a42da1-5db3-561c-801a-69b2e2f3b2df, identifier: 7009830auction111136
2026-03-29 22:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97a42da1-5db3-561c-801a-69b2e2f3b2df with identifier: 7009830auction111136
2026-03-29 22:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97a42da1-5db3-561c-801a-69b2e2f3b2df with identifier: 7009830auction111136
2026-03-29 22:10:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97a42da1-5db3-561c-801a-69b2e2f3b2df with identifier: 7009830auction111136 to the API
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009830>
{'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-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '97a42da1-5db3-561c-801a-69b2e2f3b2df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009830',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 138733,
'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': "Peugeot, 508 SW '18, Peugeot 508 SW 1.5 BlueHDi 130 S&S BVM6 Active "
'5d',
'transmission': 'manual',
'trim': ", SW '18, SW 1.5 BlueHDi 130 S&S BVM6 Active 5d",
'vin': None,
'year': 2020}
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009830auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:47 [ecarstrade.be] INFO: Saving data for 7009830auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625329.987271, 'last_price_update_time': 1774822247.503334}
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009830auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009829> (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-29 22:10:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:51 [ecarstrade.be] INFO: Extracting details for car 7009829auction111136
2026-03-29 22:10:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9879697d-a583-5677-9c54-6c68f6719c9f with identifier: 7009829auction111136
2026-03-29 22:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9879697d-a583-5677-9c54-6c68f6719c9f with scrape type 2
2026-03-29 22:10:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9879697d-a583-5677-9c54-6c68f6719c9f with scrape type 2
2026-03-29 22:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9879697d-a583-5677-9c54-6c68f6719c9f, identifier: 7009829auction111136
2026-03-29 22:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9879697d-a583-5677-9c54-6c68f6719c9f with identifier: 7009829auction111136
2026-03-29 22:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9879697d-a583-5677-9c54-6c68f6719c9f with identifier: 7009829auction111136
2026-03-29 22:10:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9879697d-a583-5677-9c54-6c68f6719c9f with identifier: 7009829auction111136 to the API
2026-03-29 22:10:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009829>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '9879697d-a583-5677-9c54-6c68f6719c9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009829',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 41140,
'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': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-29 22:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009829auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:51 [ecarstrade.be] INFO: Saving data for 7009829auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625354.028346, 'last_price_update_time': 1774822251.640181}
2026-03-29 22:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009829auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009853> (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-29 22:10:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009828> (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-29 22:10:52 [ecarstrade.be] INFO: Extracting details for car 7009853auction111136
2026-03-29 22:10:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f4958c0-8774-5f3d-a7ed-4bd97c7c51e1 with identifier: 7009853auction111136
2026-03-29 22:10:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f4958c0-8774-5f3d-a7ed-4bd97c7c51e1 with scrape type 2
2026-03-29 22:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f4958c0-8774-5f3d-a7ed-4bd97c7c51e1 with scrape type 2
2026-03-29 22:10:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f4958c0-8774-5f3d-a7ed-4bd97c7c51e1, identifier: 7009853auction111136
2026-03-29 22:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f4958c0-8774-5f3d-a7ed-4bd97c7c51e1 with identifier: 7009853auction111136
2026-03-29 22:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f4958c0-8774-5f3d-a7ed-4bd97c7c51e1 with identifier: 7009853auction111136
2026-03-29 22:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f4958c0-8774-5f3d-a7ed-4bd97c7c51e1 with identifier: 7009853auction111136 to the API
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009853>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '5f4958c0-8774-5f3d-a7ed-4bd97c7c51e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009853',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 79480,
'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': "Volvo, XC60 FL'21 PHEV, Volvo XC60 T6 Recharge 4x4 Geartronic "
'Inscription',
'transmission': 'automatic',
'trim': ", FL'21 PHEV, T6 Recharge 4x4 Geartronic Inscription",
'vin': None,
'year': 2021}
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009853auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:52 [ecarstrade.be] INFO: Saving data for 7009853auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625302.844145, 'last_price_update_time': 1774822252.574612}
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009853auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:52 [ecarstrade.be] INFO: Extracting details for car 7009828auction111136
2026-03-29 22:10:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3211afe-48ad-5386-9516-c7cb1f519515 with identifier: 7009828auction111136
2026-03-29 22:10:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3211afe-48ad-5386-9516-c7cb1f519515 with scrape type 2
2026-03-29 22:10:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3211afe-48ad-5386-9516-c7cb1f519515 with scrape type 2
2026-03-29 22:10:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3211afe-48ad-5386-9516-c7cb1f519515, identifier: 7009828auction111136
2026-03-29 22:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3211afe-48ad-5386-9516-c7cb1f519515 with identifier: 7009828auction111136
2026-03-29 22:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3211afe-48ad-5386-9516-c7cb1f519515 with identifier: 7009828auction111136
2026-03-29 22:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3211afe-48ad-5386-9516-c7cb1f519515 with identifier: 7009828auction111136 to the API
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009828>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f3211afe-48ad-5386-9516-c7cb1f519515',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009828',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 66517,
'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': "Peugeot, 508 SW '18 PHEV, Peugeot 508 SW 1.6 Hybrid 225 e-EAT8 "
'Active Pack 5',
'transmission': 'automatic',
'trim': ", SW '18 PHEV, SW 1.6 Hybrid 225 e-EAT8 Active Pack 5",
'vin': None,
'year': 2023}
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009828auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:52 [ecarstrade.be] INFO: Saving data for 7009828auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625328.70816, 'last_price_update_time': 1774822252.957603}
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009828auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:53 [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-29 22:10:53 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7009854auction111136
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009854auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7009854auction111136: 2
2026-03-29 22:10:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7009855auction111136
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009855auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7009855auction111136: 2
2026-03-29 22:10:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7009857auction111136
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009857auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7009857auction111136: 2
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7005993auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005993auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7005993auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7005998auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005998auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7005998auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006001auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006001auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006001auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006006auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006006auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006006auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006008auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006008auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006008auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006009auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006009auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006009auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006012auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006012auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006012auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006020auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006020auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006020auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006023auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006023auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006023auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006032auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006032auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006032auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006036auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006036auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006036auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006039auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006039auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006039auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006041auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006041auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006041auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006042auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006042auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006042auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006045auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006045auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006045auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006048auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006048auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006048auction111096: 0
2026-03-29 22:10:53 [ecarstrade.be] INFO: Found listing with ID: 7006051auction111096
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006051auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:10:53 [ecarstrade.be] INFO: Scrape type for 7006051auction111096: 0
2026-03-29 22:10:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009825> (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-29 22:10:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:53 [ecarstrade.be] INFO: Extracting details for car 7009825auction111136
2026-03-29 22:10:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98d5ea11-5dfc-558e-820a-4f42eaf4ce65 with identifier: 7009825auction111136
2026-03-29 22:10:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98d5ea11-5dfc-558e-820a-4f42eaf4ce65 with scrape type 2
2026-03-29 22:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98d5ea11-5dfc-558e-820a-4f42eaf4ce65 with scrape type 2
2026-03-29 22:10:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98d5ea11-5dfc-558e-820a-4f42eaf4ce65, identifier: 7009825auction111136
2026-03-29 22:10:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98d5ea11-5dfc-558e-820a-4f42eaf4ce65 with identifier: 7009825auction111136
2026-03-29 22:10:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98d5ea11-5dfc-558e-820a-4f42eaf4ce65 with identifier: 7009825auction111136
2026-03-29 22:10:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98d5ea11-5dfc-558e-820a-4f42eaf4ce65 with identifier: 7009825auction111136 to the API
2026-03-29 22:10:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009825>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '98d5ea11-5dfc-558e-820a-4f42eaf4ce65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009825',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 142532,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT Pack "
'5d',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT Pack 5d",
'vin': None,
'year': 2021}
2026-03-29 22:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009825auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:54 [ecarstrade.be] INFO: Saving data for 7009825auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625331.553023, 'last_price_update_time': 1774822254.141035}
2026-03-29 22:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009825auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009785> (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-29 22:10:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:10:55 [ecarstrade.be] INFO: Extracting details for car 7009785auction111136
2026-03-29 22:10:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c379001-7099-54b5-ac14-ef1f0994e291 with identifier: 7009785auction111136
2026-03-29 22:10:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c379001-7099-54b5-ac14-ef1f0994e291 with scrape type 2
2026-03-29 22:10:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c379001-7099-54b5-ac14-ef1f0994e291 with scrape type 2
2026-03-29 22:10:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c379001-7099-54b5-ac14-ef1f0994e291, identifier: 7009785auction111136
2026-03-29 22:10:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c379001-7099-54b5-ac14-ef1f0994e291 with identifier: 7009785auction111136
2026-03-29 22:10:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c379001-7099-54b5-ac14-ef1f0994e291 with identifier: 7009785auction111136
2026-03-29 22:10:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c379001-7099-54b5-ac14-ef1f0994e291 with identifier: 7009785auction111136 to the API
2026-03-29 22:10:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009785>
{'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': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '3c379001-7099-54b5-ac14-ef1f0994e291',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009785',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 140344,
'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': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2020}
2026-03-29 22:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 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%277009785auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:56 [ecarstrade.be] INFO: Saving data for 7009785auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625187.489618, 'last_price_update_time': 1774822256.083989}
2026-03-29 22:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009785auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009824> (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-29 22:10:58 [ecarstrade.be] INFO: Extracting details for car 7009824auction111136
2026-03-29 22:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71fbb29b-ff0e-5c95-b6a5-015cb031fd36 with identifier: 7009824auction111136
2026-03-29 22:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71fbb29b-ff0e-5c95-b6a5-015cb031fd36 with scrape type 2
2026-03-29 22:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71fbb29b-ff0e-5c95-b6a5-015cb031fd36 with scrape type 2
2026-03-29 22:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71fbb29b-ff0e-5c95-b6a5-015cb031fd36, identifier: 7009824auction111136
2026-03-29 22:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71fbb29b-ff0e-5c95-b6a5-015cb031fd36 with identifier: 7009824auction111136
2026-03-29 22:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71fbb29b-ff0e-5c95-b6a5-015cb031fd36 with identifier: 7009824auction111136
2026-03-29 22:10:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71fbb29b-ff0e-5c95-b6a5-015cb031fd36 with identifier: 7009824auction111136 to the API
2026-03-29 22:10:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009824>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '71fbb29b-ff0e-5c95-b6a5-015cb031fd36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009824',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 74814,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'vin': None,
'year': 2021}
2026-03-29 22:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009824auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:58 [ecarstrade.be] INFO: Saving data for 7009824auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625331.129048, 'last_price_update_time': 1774822258.675101}
2026-03-29 22:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009824auction111136') HTTP/1.1" 204 0
2026-03-29 22:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009823> (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-29 22:10:58 [ecarstrade.be] INFO: Extracting details for car 7009823auction111136
2026-03-29 22:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 741fc0c5-9858-5e6d-869e-9b9d97dfe9ad with identifier: 7009823auction111136
2026-03-29 22:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 741fc0c5-9858-5e6d-869e-9b9d97dfe9ad with scrape type 2
2026-03-29 22:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 741fc0c5-9858-5e6d-869e-9b9d97dfe9ad with scrape type 2
2026-03-29 22:10:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 741fc0c5-9858-5e6d-869e-9b9d97dfe9ad, identifier: 7009823auction111136
2026-03-29 22:10:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 741fc0c5-9858-5e6d-869e-9b9d97dfe9ad with identifier: 7009823auction111136
2026-03-29 22:10:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 741fc0c5-9858-5e6d-869e-9b9d97dfe9ad with identifier: 7009823auction111136
2026-03-29 22:10:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 741fc0c5-9858-5e6d-869e-9b9d97dfe9ad with identifier: 7009823auction111136 to the API
2026-03-29 22:10:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:10: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-29 22:10:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009823>
{'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-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': '741fc0c5-9858-5e6d-869e-9b9d97dfe9ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009823',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '2008',
'odometer': 62592,
'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': '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-29 22:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009823auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:10:59 [ecarstrade.be] INFO: Saving data for 7009823auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625337.502263, 'last_price_update_time': 1774822259.184896}
2026-03-29 22:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009823auction111136') HTTP/1.1" 204 0
2026-03-29 22:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009854> (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-29 22:11:00 [ecarstrade.be] INFO: Extracting details for car 7009854auction111136
2026-03-29 22:11:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7953a31-b2f3-543b-b547-1d3a3aad5639 with identifier: 7009854auction111136
2026-03-29 22:11:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7953a31-b2f3-543b-b547-1d3a3aad5639 with scrape type 2
2026-03-29 22:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a7953a31-b2f3-543b-b547-1d3a3aad5639 with scrape type 2
2026-03-29 22:11:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7953a31-b2f3-543b-b547-1d3a3aad5639, identifier: 7009854auction111136
2026-03-29 22:11:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7953a31-b2f3-543b-b547-1d3a3aad5639 with identifier: 7009854auction111136
2026-03-29 22:11:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7953a31-b2f3-543b-b547-1d3a3aad5639 with identifier: 7009854auction111136
2026-03-29 22:11:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7953a31-b2f3-543b-b547-1d3a3aad5639 with identifier: 7009854auction111136 to the API
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:11: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-29 22:11:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009854>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a7953a31-b2f3-543b-b547-1d3a3aad5639',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009854',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 106671,
'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': 'Volvo XC40 T4 PHEV Inscription Expression Aut. 5d',
'transmission': 'automatic',
'trim': 'T4 PHEV Inscription Expression Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009854auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Saving data for 7009854auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625344.033987, 'last_price_update_time': 1774822260.544721}
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009854auction111136') HTTP/1.1" 204 0
2026-03-29 22:11:00 [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-29 22:11:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006052auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006052auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006052auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006054auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006054auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006054auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006055auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006055auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006055auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006058auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006058auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006058auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006064auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006064auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006064auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006067auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006067auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006067auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006070auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006070auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006070auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006071auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006071auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006071auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006073auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006073auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006073auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006075auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006075auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006075auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006077auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006077auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006077auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006080auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006080auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006080auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006082auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006082auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006082auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006084auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006084auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006084auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006090auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006090auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006090auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006093auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006093auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:00 [ecarstrade.be] INFO: Scrape type for 7006093auction111096: 0
2026-03-29 22:11:00 [ecarstrade.be] INFO: Found listing with ID: 7006096auction111096
2026-03-29 22:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006096auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:01 [ecarstrade.be] INFO: Scrape type for 7006096auction111096: 0
2026-03-29 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7006101auction111096
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006101auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:01 [ecarstrade.be] INFO: Scrape type for 7006101auction111096: 0
2026-03-29 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7006103auction111096
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006103auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:01 [ecarstrade.be] INFO: Scrape type for 7006103auction111096: 0
2026-03-29 22:11:01 [ecarstrade.be] INFO: Found listing with ID: 7006106auction111096
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006106auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:01 [ecarstrade.be] INFO: Scrape type for 7006106auction111096: 0
2026-03-29 22:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009855> (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-29 22:11:01 [ecarstrade.be] INFO: Extracting details for car 7009855auction111136
2026-03-29 22:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1532973-c34a-5329-9515-78221aa45b39 with identifier: 7009855auction111136
2026-03-29 22:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1532973-c34a-5329-9515-78221aa45b39 with scrape type 2
2026-03-29 22:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1532973-c34a-5329-9515-78221aa45b39 with scrape type 2
2026-03-29 22:11:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1532973-c34a-5329-9515-78221aa45b39, identifier: 7009855auction111136
2026-03-29 22:11:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1532973-c34a-5329-9515-78221aa45b39 with identifier: 7009855auction111136
2026-03-29 22:11:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1532973-c34a-5329-9515-78221aa45b39 with identifier: 7009855auction111136
2026-03-29 22:11:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1532973-c34a-5329-9515-78221aa45b39 with identifier: 7009855auction111136 to the API
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:11: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-29 22:11:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009855>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'c1532973-c34a-5329-9515-78221aa45b39',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009855',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 77356,
'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': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI 90kW Life Business 5d',
'transmission': 'manual',
'trim': '2.0 TDI 90kW Life Business 5d',
'vin': None,
'year': 2022}
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009855auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:11:01 [ecarstrade.be] INFO: Saving data for 7009855auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625340.615732, 'last_price_update_time': 1774822261.875802}
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009855auction111136') HTTP/1.1" 204 0
2026-03-29 22:11:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009857> (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-29 22:11:03 [ecarstrade.be] INFO: Extracting details for car 7009857auction111136
2026-03-29 22:11:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ed8062a-ef9b-54f7-aa26-be24c0b3e902 with identifier: 7009857auction111136
2026-03-29 22:11:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ed8062a-ef9b-54f7-aa26-be24c0b3e902 with scrape type 2
2026-03-29 22:11:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ed8062a-ef9b-54f7-aa26-be24c0b3e902 with scrape type 2
2026-03-29 22:11:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ed8062a-ef9b-54f7-aa26-be24c0b3e902, identifier: 7009857auction111136
2026-03-29 22:11:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ed8062a-ef9b-54f7-aa26-be24c0b3e902 with identifier: 7009857auction111136
2026-03-29 22:11:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ed8062a-ef9b-54f7-aa26-be24c0b3e902 with identifier: 7009857auction111136
2026-03-29 22:11:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ed8062a-ef9b-54f7-aa26-be24c0b3e902 with identifier: 7009857auction111136 to the API
2026-03-29 22:11:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:11: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-29 22:11:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009857>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': '1ed8062a-ef9b-54f7-aa26-be24c0b3e902',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009857',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 117896,
'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': 'Volvo XC60 D4 120kW Geartronic Momentum Pro 5d',
'transmission': 'automatic',
'trim': 'D4 120kW Geartronic Momentum Pro 5d',
'vin': None,
'year': 2019}
2026-03-29 22:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009857auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:11:03 [ecarstrade.be] INFO: Saving data for 7009857auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625338.647927, 'last_price_update_time': 1774822263.753359}
2026-03-29 22:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009857auction111136') HTTP/1.1" 204 0
2026-03-29 22:11:06 [scrapy.extensions.logstats] INFO: Crawled 1577 pages (at 52 pages/min), scraped 1486 items (at 47 items/min)
2026-03-29 22:11:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:11:07 [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-29 22:11:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006124auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006124auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006124auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006144auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006144auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006144auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006154auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006154auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006154auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006157auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006157auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006157auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006170auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006170auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006170auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006171auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006171auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006171auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006185auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006185auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006185auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006195auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006195auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006195auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006205auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006205auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006205auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006218auction111096
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006218auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:07 [ecarstrade.be] INFO: Scrape type for 7006218auction111096: 0
2026-03-29 22:11:07 [ecarstrade.be] INFO: Found listing with ID: 7006227auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006227auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006227auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006234auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006234auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006234auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006241auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006241auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006241auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006258auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006258auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006258auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006274auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006274auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006274auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006282auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006282auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006282auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006295auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006295auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006295auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006303auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006303auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006303auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006311auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006311auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006311auction111096: 0
2026-03-29 22:11:08 [ecarstrade.be] INFO: Found listing with ID: 7006315auction111096
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006315auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Scrape type for 7006315auction111096: 0
2026-03-29 22:11:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009826> (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-29 22:11:08 [ecarstrade.be] INFO: Extracting details for car 7009826auction111136
2026-03-29 22:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71dbb35e-f314-5b8d-81b3-ca14f214f208 with identifier: 7009826auction111136
2026-03-29 22:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71dbb35e-f314-5b8d-81b3-ca14f214f208 with scrape type 2
2026-03-29 22:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71dbb35e-f314-5b8d-81b3-ca14f214f208 with scrape type 2
2026-03-29 22:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71dbb35e-f314-5b8d-81b3-ca14f214f208, identifier: 7009826auction111136
2026-03-29 22:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71dbb35e-f314-5b8d-81b3-ca14f214f208 with identifier: 7009826auction111136
2026-03-29 22:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71dbb35e-f314-5b8d-81b3-ca14f214f208 with identifier: 7009826auction111136
2026-03-29 22:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71dbb35e-f314-5b8d-81b3-ca14f214f208 with identifier: 7009826auction111136 to the API
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:11: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-29 22:11:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009826>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Petrol',
'id': '71dbb35e-f314-5b8d-81b3-ca14f214f208',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009826',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 126877,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 GT Line 5d 7pl',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 GT Line 5d 7pl',
'vin': None,
'year': 2020}
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009826auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:11:08 [ecarstrade.be] INFO: Saving data for 7009826auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625329.583652, 'last_price_update_time': 1774822268.647744}
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009826auction111136') HTTP/1.1" 204 0
2026-03-29 22:11:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009819> (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-29 22:11:11 [ecarstrade.be] INFO: Extracting details for car 7009819auction111136
2026-03-29 22:11:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe7dd7d7-8110-5b44-91c3-cb9974850eb8 with identifier: 7009819auction111136
2026-03-29 22:11:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe7dd7d7-8110-5b44-91c3-cb9974850eb8 with scrape type 2
2026-03-29 22:11:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe7dd7d7-8110-5b44-91c3-cb9974850eb8 with scrape type 2
2026-03-29 22:11:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe7dd7d7-8110-5b44-91c3-cb9974850eb8, identifier: 7009819auction111136
2026-03-29 22:11:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe7dd7d7-8110-5b44-91c3-cb9974850eb8 with identifier: 7009819auction111136
2026-03-29 22:11:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe7dd7d7-8110-5b44-91c3-cb9974850eb8 with identifier: 7009819auction111136
2026-03-29 22:11:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe7dd7d7-8110-5b44-91c3-cb9974850eb8 with identifier: 7009819auction111136 to the API
2026-03-29 22:11:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:11: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-29 22:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7009819>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T10:30:00Z',
'fuel_type': 'Diesel',
'id': 'fe7dd7d7-8110-5b44-91c3-cb9974850eb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009819',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '2008',
'odometer': 104999,
'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': "Peugeot, 2008 '19, Peugeot 2008 1.5 BlueHDi 96kW S&S EAT8 Allure 5d",
'transmission': 'automatic',
'trim': ", '19, 1.5 BlueHDi 96kW S&S EAT8 Allure 5d",
'vin': None,
'year': 2021}
2026-03-29 22:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009819auction111136%27 HTTP/1.1" 200 None
2026-03-29 22:11:11 [ecarstrade.be] INFO: Saving data for 7009819auction111136: {'auction_closing_time': 1774953000.0, 'created_time': 1774625278.836058, 'last_price_update_time': 1774822271.515684}
2026-03-29 22:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009819auction111136') HTTP/1.1" 204 0
2026-03-29 22:11:15 [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-29 22:11:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006325auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006325auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006325auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006328auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006328auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006328auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006332auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006332auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006332auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006336auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006336auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006336auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006343auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006343auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006343auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006353auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006353auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006353auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006354auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006354auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006354auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006363auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006363auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006363auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006371auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006371auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006371auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006374auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006374auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006374auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006378auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006378auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006378auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006382auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006382auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006382auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006386auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006386auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006386auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006388auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006388auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006388auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006389auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006389auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006389auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006391auction111096
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006391auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:15 [ecarstrade.be] INFO: Scrape type for 7006391auction111096: 0
2026-03-29 22:11:15 [ecarstrade.be] INFO: Found listing with ID: 7006395auction111096
2026-03-29 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006395auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:16 [ecarstrade.be] INFO: Scrape type for 7006395auction111096: 0
2026-03-29 22:11:16 [ecarstrade.be] INFO: Found listing with ID: 7006398auction111096
2026-03-29 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006398auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:16 [ecarstrade.be] INFO: Scrape type for 7006398auction111096: 0
2026-03-29 22:11:16 [ecarstrade.be] INFO: Found listing with ID: 7006406auction111096
2026-03-29 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006406auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:16 [ecarstrade.be] INFO: Scrape type for 7006406auction111096: 0
2026-03-29 22:11:16 [ecarstrade.be] INFO: Found listing with ID: 7006410auction111096
2026-03-29 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006410auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:16 [ecarstrade.be] INFO: Scrape type for 7006410auction111096: 0
2026-03-29 22:11:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:23 [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-29 22:11:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006413auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006413auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006413auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006415auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006415auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006415auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006416auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006416auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006416auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006420auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006420auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006420auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006426auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006426auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006426auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006432auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006432auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006432auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006433auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006433auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006433auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006447auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006447auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006447auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006453auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006453auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006453auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006460auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006460auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006460auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006464auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006464auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006464auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006471auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006471auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006471auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006473auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006473auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006473auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006474auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006474auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006474auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006475auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006475auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006475auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006476auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006476auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006476auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006477auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006477auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006477auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006478auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006478auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006478auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006479auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006479auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006479auction111096: 0
2026-03-29 22:11:23 [ecarstrade.be] INFO: Found listing with ID: 7006482auction111096
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006482auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:23 [ecarstrade.be] INFO: Scrape type for 7006482auction111096: 0
2026-03-29 22:11:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:30 [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-29 22:11:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7006483auction111096
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006483auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:30 [ecarstrade.be] INFO: Scrape type for 7006483auction111096: 0
2026-03-29 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7006487auction111096
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006487auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:30 [ecarstrade.be] INFO: Scrape type for 7006487auction111096: 0
2026-03-29 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7006489auction111096
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006489auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:30 [ecarstrade.be] INFO: Scrape type for 7006489auction111096: 0
2026-03-29 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7006494auction111096
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006494auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:30 [ecarstrade.be] INFO: Scrape type for 7006494auction111096: 0
2026-03-29 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7006497auction111096
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006497auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:30 [ecarstrade.be] INFO: Scrape type for 7006497auction111096: 0
2026-03-29 22:11:30 [ecarstrade.be] INFO: Found listing with ID: 7006501auction111096
2026-03-29 22:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006501auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006501auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006502auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006502auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006502auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006634auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006634auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006634auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006635auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006635auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006635auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006636auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006636auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006636auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006637auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006637auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006637auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006639auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006639auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006639auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006641auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006641auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006641auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006642auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006642auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006642auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006644auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006644auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006644auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006646auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006646auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006646auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006647auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006647auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006647auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006649auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006649auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006649auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006650auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006650auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006650auction111096: 0
2026-03-29 22:11:31 [ecarstrade.be] INFO: Found listing with ID: 7006653auction111096
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006653auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:31 [ecarstrade.be] INFO: Scrape type for 7006653auction111096: 0
2026-03-29 22:11:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:37 [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-29 22:11:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006655auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006655auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006655auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006656auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006656auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006656auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006659auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006659auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006659auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006660auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006660auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006660auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006662auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006662auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006662auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006664auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006664auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006664auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006666auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006666auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006666auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006667auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006667auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006667auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006668auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006668auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006668auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006670auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006670auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006670auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006672auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006672auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006672auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006673auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006673auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006673auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006674auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006674auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006674auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006675auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006675auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006675auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006676auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006676auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006676auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006677auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006677auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006677auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006678auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006678auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006678auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006679auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006679auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006679auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006680auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006680auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006680auction111096: 0
2026-03-29 22:11:37 [ecarstrade.be] INFO: Found listing with ID: 7006681auction111096
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006681auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:37 [ecarstrade.be] INFO: Scrape type for 7006681auction111096: 0
2026-03-29 22:11:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:45 [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-29 22:11:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006682auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006682auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006682auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006685auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006685auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006685auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006686auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006686auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006686auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006688auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006688auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006688auction111096: 2
2026-03-29 22:11:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006689auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006689auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006689auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006690auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006690auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006690auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006691auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006691auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006691auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006692auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006692auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006692auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006693auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006693auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006693auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006696auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006696auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006696auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006697auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006697auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006697auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006698auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006698auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006698auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006699auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006699auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006699auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006700auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006700auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006700auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006701auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006701auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006701auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006702auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006702auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006702auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006703auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006703auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006703auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006705auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006705auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006705auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006706auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006706auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006706auction111096: 0
2026-03-29 22:11:45 [ecarstrade.be] INFO: Found listing with ID: 7006707auction111096
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006707auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:45 [ecarstrade.be] INFO: Scrape type for 7006707auction111096: 0
2026-03-29 22:11:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:51 [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-29 22:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7006688> (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-29 22:11:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:11:52 [ecarstrade.be] INFO: Extracting details for car 7006688auction111096
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006708auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006708auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006708auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006709auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006709auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006709auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006711auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006711auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006711auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006712auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006712auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006712auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006716auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006716auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006716auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006718auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006718auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006718auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006725auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006725auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006725auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006727auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006727auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006727auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006728auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006728auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006728auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006729auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006729auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006729auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006730auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006730auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006730auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006731auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006731auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006731auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006732auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006732auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006732auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006733auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006733auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006733auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006734auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006734auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006734auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006735auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006735auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006735auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006736auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006736auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006736auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006737auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006737auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006737auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006738auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006738auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006738auction111096: 0
2026-03-29 22:11:52 [ecarstrade.be] INFO: Found listing with ID: 7006739auction111096
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006739auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:52 [ecarstrade.be] INFO: Scrape type for 7006739auction111096: 0
2026-03-29 22:11:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:11:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 7006688auction111096
2026-03-29 22:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2605ff22-6546-597a-8257-fad2cc8d942b with scrape type 2
2026-03-29 22:11:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2605ff22-6546-597a-8257-fad2cc8d942b with scrape type 2
2026-03-29 22:11:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2605ff22-6546-597a-8257-fad2cc8d942b, identifier: 7006688auction111096
2026-03-29 22:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 7006688auction111096
2026-03-29 22:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 7006688auction111096
2026-03-29 22:11:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2605ff22-6546-597a-8257-fad2cc8d942b with identifier: 7006688auction111096 to the API
2026-03-29 22:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:11: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-29 22:11:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7006688>
{'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-31T13: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/7006688',
'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-29 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006688auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:11:53 [ecarstrade.be] INFO: Saving data for 7006688auction111096: {'auction_closing_time': 1774964400.0, 'created_time': 1774562942.258839, 'last_price_update_time': 1774822313.083809}
2026-03-29 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7006688auction111096') HTTP/1.1" 204 0
2026-03-29 22:11:59 [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-29 22:11:59 [ecarstrade.be] INFO: Found 5 car items
2026-03-29 22:11:59 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-29 22:11:59 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-29 22:11:59 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-29 22:11:59 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-29 22:11:59 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-29 22:11:59 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-29 22:11:59 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-29 22:11:59 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-29 22:11:59 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-29 22:11:59 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-29 22:11:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:06 [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-29 22:12:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006761auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006761auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006761auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006762auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006762auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006762auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006763auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006763auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006763auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006764auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006764auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006764auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006765auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006765auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006765auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006766auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006766auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006766auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006767auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006767auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006767auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006768auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006768auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006768auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006769auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006769auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006769auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006770auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006770auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006770auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006772auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006772auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006772auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006773auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006773auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006773auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006774auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006774auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006774auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006775auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006775auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006775auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006776auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006776auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006776auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006777auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006777auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:06 [ecarstrade.be] INFO: Scrape type for 7006777auction111096: 0
2026-03-29 22:12:06 [ecarstrade.be] INFO: Found listing with ID: 7006778auction111096
2026-03-29 22:12:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006778auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:07 [ecarstrade.be] INFO: Scrape type for 7006778auction111096: 0
2026-03-29 22:12:07 [ecarstrade.be] INFO: Found listing with ID: 7006779auction111096
2026-03-29 22:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006779auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:07 [ecarstrade.be] INFO: Scrape type for 7006779auction111096: 0
2026-03-29 22:12:07 [ecarstrade.be] INFO: Found listing with ID: 7006780auction111096
2026-03-29 22:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006780auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:07 [ecarstrade.be] INFO: Scrape type for 7006780auction111096: 0
2026-03-29 22:12:07 [ecarstrade.be] INFO: Found listing with ID: 7006781auction111096
2026-03-29 22:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006781auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:07 [ecarstrade.be] INFO: Scrape type for 7006781auction111096: 0
2026-03-29 22:12:07 [scrapy.extensions.logstats] INFO: Crawled 1589 pages (at 12 pages/min), scraped 1489 items (at 3 items/min)
2026-03-29 22:12:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 299MiB
2026-03-29 22:12:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:13 [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-29 22:12:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006782auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006782auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006782auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006784auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006784auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006784auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006785auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006785auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006785auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006788auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006788auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006788auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006789auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006789auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006789auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006790auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006790auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006790auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006792auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006792auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006792auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006793auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006793auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006793auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006794auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006794auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006794auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006796auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006796auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006796auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006798auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006798auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006798auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006802auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006802auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006802auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006803auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006803auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006803auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006805auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006805auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006805auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006806auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006806auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006806auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006807auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006807auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006807auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006808auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006808auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006808auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006810auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006810auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006810auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006811auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006811auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006811auction111096: 0
2026-03-29 22:12:13 [ecarstrade.be] INFO: Found listing with ID: 7006812auction111096
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006812auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:13 [ecarstrade.be] INFO: Scrape type for 7006812auction111096: 0
2026-03-29 22:12:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:19 [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-29 22:12:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:12:19 [ecarstrade.be] INFO: Found listing with ID: 7006813auction111096
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006813auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:19 [ecarstrade.be] INFO: Scrape type for 7006813auction111096: 0
2026-03-29 22:12:19 [ecarstrade.be] INFO: Found listing with ID: 7006814auction111096
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006814auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:19 [ecarstrade.be] INFO: Scrape type for 7006814auction111096: 0
2026-03-29 22:12:19 [ecarstrade.be] INFO: Found listing with ID: 7006815auction111096
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006815auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:19 [ecarstrade.be] INFO: Scrape type for 7006815auction111096: 0
2026-03-29 22:12:19 [ecarstrade.be] INFO: Found listing with ID: 7006817auction111096
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006817auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:19 [ecarstrade.be] INFO: Scrape type for 7006817auction111096: 0
2026-03-29 22:12:19 [ecarstrade.be] INFO: Found listing with ID: 7006818auction111096
2026-03-29 22:12:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006818auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006818auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006819auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006819auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006819auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006820auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006820auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006820auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006821auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006821auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006821auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006822auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006822auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006822auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006823auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006823auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006823auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006824auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006824auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006824auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006825auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006825auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006825auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006826auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006826auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006826auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006827auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006827auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006827auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006828auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006828auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006828auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006829auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006829auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006829auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006830auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006830auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006830auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006831auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006831auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006831auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006832auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006832auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006832auction111096: 0
2026-03-29 22:12:20 [ecarstrade.be] INFO: Found listing with ID: 7006833auction111096
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006833auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:20 [ecarstrade.be] INFO: Scrape type for 7006833auction111096: 0
2026-03-29 22:12:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:26 [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-29 22:12:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006834auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006834auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006834auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006835auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006835auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006835auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006837auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006837auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006837auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006838auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006838auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006838auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006839auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006839auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006839auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006840auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006840auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006840auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006841auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006841auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006841auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006842auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006842auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006842auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006843auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006843auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006843auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006844auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006844auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006844auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006846auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006846auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006846auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006847auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006847auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006847auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006849auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006849auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006849auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006850auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006850auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006850auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006851auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006851auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006851auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006852auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006852auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006852auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006853auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006853auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006853auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006856auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006856auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006856auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006858auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006858auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006858auction111096: 0
2026-03-29 22:12:27 [ecarstrade.be] INFO: Found listing with ID: 7006859auction111096
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006859auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:27 [ecarstrade.be] INFO: Scrape type for 7006859auction111096: 0
2026-03-29 22:12:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:33 [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-29 22:12:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006860auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006860auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006860auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006861auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006861auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006861auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006862auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006862auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006862auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006863auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006863auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006863auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006865auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006865auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006865auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006866auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006866auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006866auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006867auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006867auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006867auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006868auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006868auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006868auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006869auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006869auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006869auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006870auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006870auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006870auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006871auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006871auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006871auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006872auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006872auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006872auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006873auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006873auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006873auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7006874auction111096
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006874auction111096%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7006874auction111096: 0
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7010023auction111139
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010023auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7010023auction111139: 2
2026-03-29 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7010024auction111139
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010024auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7010024auction111139: 2
2026-03-29 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7010025auction111139
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010025auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7010025auction111139: 2
2026-03-29 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7010026auction111139
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010026auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7010026auction111139: 2
2026-03-29 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7010027auction111139
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010027auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7010027auction111139: 2
2026-03-29 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:33 [ecarstrade.be] INFO: Found listing with ID: 7010028auction111139
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010028auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:33 [ecarstrade.be] INFO: Scrape type for 7010028auction111139: 2
2026-03-29 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-29 22:12:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:12:39 [ecarstrade.be] INFO: Found listing with ID: 7010029auction111139
2026-03-29 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010029auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:39 [ecarstrade.be] INFO: Scrape type for 7010029auction111139: 2
2026-03-29 22:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:40 [ecarstrade.be] INFO: Found listing with ID: 7010030auction111139
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010030auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Scrape type for 7010030auction111139: 2
2026-03-29 22:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010023> (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-29 22:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010027> (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-29 22:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:40 [ecarstrade.be] INFO: Found listing with ID: 7010032auction111139
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010032auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Scrape type for 7010032auction111139: 2
2026-03-29 22:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:40 [ecarstrade.be] INFO: Found listing with ID: 7010033auction111139
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010033auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Scrape type for 7010033auction111139: 2
2026-03-29 22:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:40 [ecarstrade.be] INFO: Found listing with ID: 7010034auction111139
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010034auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Scrape type for 7010034auction111139: 2
2026-03-29 22:12:40 [ecarstrade.be] INFO: Found listing with ID: 7010035auction111139
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010035auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Scrape type for 7010035auction111139: 2
2026-03-29 22:12:40 [ecarstrade.be] INFO: Found listing with ID: 7010036auction111139
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010036auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Scrape type for 7010036auction111139: 2
2026-03-29 22:12:40 [ecarstrade.be] INFO: Extracting details for car 7010023auction111139
2026-03-29 22:12:40 [ecarstrade.be] INFO: Extracting details for car 7010027auction111139
2026-03-29 22:12:40 [ecarstrade.be] INFO: Found listing with ID: 7010037auction111139
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010037auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Scrape type for 7010037auction111139: 2
2026-03-29 22:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010028> (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-29 22:12:40 [ecarstrade.be] INFO: Found listing with ID: 7010038auction111139
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010038auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Scrape type for 7010038auction111139: 2
2026-03-29 22:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b8e1ea4-8c23-5e00-a913-4338909f7e6d with identifier: 7010023auction111139
2026-03-29 22:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b8e1ea4-8c23-5e00-a913-4338909f7e6d with scrape type 2
2026-03-29 22:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b8e1ea4-8c23-5e00-a913-4338909f7e6d with scrape type 2
2026-03-29 22:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b8e1ea4-8c23-5e00-a913-4338909f7e6d, identifier: 7010023auction111139
2026-03-29 22:12:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44017c6d-870f-515c-92bd-7a85b64bb504 with identifier: 7010027auction111139
2026-03-29 22:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44017c6d-870f-515c-92bd-7a85b64bb504 with scrape type 2
2026-03-29 22:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44017c6d-870f-515c-92bd-7a85b64bb504 with scrape type 2
2026-03-29 22:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44017c6d-870f-515c-92bd-7a85b64bb504, identifier: 7010027auction111139
2026-03-29 22:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b8e1ea4-8c23-5e00-a913-4338909f7e6d with identifier: 7010023auction111139
2026-03-29 22:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b8e1ea4-8c23-5e00-a913-4338909f7e6d with identifier: 7010023auction111139
2026-03-29 22:12:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b8e1ea4-8c23-5e00-a913-4338909f7e6d with identifier: 7010023auction111139 to the API
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010023>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '8b8e1ea4-8c23-5e00-a913-4338909f7e6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010023',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 91095,
'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 Berline 1.0 TFSi 30 81kW S tronic Adv. Bus. Ed. 4d',
'transmission': 'automatic',
'trim': 'Berline 1.0 TFSi 30 81kW S tronic Adv. Bus. Ed. 4d',
'vin': None,
'year': 2022}
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010023auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:40 [ecarstrade.be] INFO: Saving data for 7010023auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625482.388977, 'last_price_update_time': 1774822360.799497}
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010023auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44017c6d-870f-515c-92bd-7a85b64bb504 with identifier: 7010027auction111139
2026-03-29 22:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44017c6d-870f-515c-92bd-7a85b64bb504 with identifier: 7010027auction111139
2026-03-29 22:12:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44017c6d-870f-515c-92bd-7a85b64bb504 with identifier: 7010027auction111139 to the API
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010027>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '44017c6d-870f-515c-92bd-7a85b64bb504',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010027',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 72029,
'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 A3 Sportback 1.0 30 TFSi 81kW S tronic Business Edit. 5d',
'transmission': 'automatic',
'trim': 'Sportback 1.0 30 TFSi 81kW S tronic Business Edit. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010027auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:41 [ecarstrade.be] INFO: Saving data for 7010027auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625489.178879, 'last_price_update_time': 1774822361.169916}
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010027auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:41 [ecarstrade.be] INFO: Extracting details for car 7010028auction111139
2026-03-29 22:12:41 [ecarstrade.be] INFO: Found listing with ID: 7010039auction111139
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010039auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:41 [ecarstrade.be] INFO: Scrape type for 7010039auction111139: 2
2026-03-29 22:12:41 [ecarstrade.be] INFO: Found listing with ID: 7010041auction111139
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010041auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:41 [ecarstrade.be] INFO: Scrape type for 7010041auction111139: 2
2026-03-29 22:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010024> (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-29 22:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010025> (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-29 22:12:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d6b8dfa-3856-5cb6-bf3d-d083b6016b53 with identifier: 7010028auction111139
2026-03-29 22:12:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d6b8dfa-3856-5cb6-bf3d-d083b6016b53 with scrape type 2
2026-03-29 22:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d6b8dfa-3856-5cb6-bf3d-d083b6016b53 with scrape type 2
2026-03-29 22:12:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d6b8dfa-3856-5cb6-bf3d-d083b6016b53, identifier: 7010028auction111139
2026-03-29 22:12:41 [ecarstrade.be] INFO: Extracting details for car 7010024auction111139
2026-03-29 22:12:41 [ecarstrade.be] INFO: Found listing with ID: 7010042auction111139
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010042auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:41 [ecarstrade.be] INFO: Scrape type for 7010042auction111139: 2
2026-03-29 22:12:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d6b8dfa-3856-5cb6-bf3d-d083b6016b53 with identifier: 7010028auction111139
2026-03-29 22:12:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d6b8dfa-3856-5cb6-bf3d-d083b6016b53 with identifier: 7010028auction111139
2026-03-29 22:12:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d6b8dfa-3856-5cb6-bf3d-d083b6016b53 with identifier: 7010028auction111139 to the API
2026-03-29 22:12:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010028>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '1d6b8dfa-3856-5cb6-bf3d-d083b6016b53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010028',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A5',
'odometer': 94379,
'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': 4,
'seller_name': None,
'title': 'Audi A5 Sportback 35 TDI S tronic Bus Ed S Line 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI S tronic Bus Ed S Line 5d',
'vin': None,
'year': 2020}
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010028auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Saving data for 7010028auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625623.857414, 'last_price_update_time': 1774822362.034601}
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010028auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:42 [ecarstrade.be] INFO: Extracting details for car 7010025auction111139
2026-03-29 22:12:42 [ecarstrade.be] INFO: Found listing with ID: 7010043auction111139
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010043auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Scrape type for 7010043auction111139: 2
2026-03-29 22:12:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2001f77-0463-5e0e-a6eb-ab5574c25411 with identifier: 7010024auction111139
2026-03-29 22:12:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2001f77-0463-5e0e-a6eb-ab5574c25411 with scrape type 2
2026-03-29 22:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e2001f77-0463-5e0e-a6eb-ab5574c25411 with scrape type 2
2026-03-29 22:12:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e2001f77-0463-5e0e-a6eb-ab5574c25411, identifier: 7010024auction111139
2026-03-29 22:12:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e2001f77-0463-5e0e-a6eb-ab5574c25411 with identifier: 7010024auction111139
2026-03-29 22:12:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e2001f77-0463-5e0e-a6eb-ab5574c25411 with identifier: 7010024auction111139
2026-03-29 22:12:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e2001f77-0463-5e0e-a6eb-ab5574c25411 with identifier: 7010024auction111139 to the API
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010024>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'e2001f77-0463-5e0e-a6eb-ab5574c25411',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010024',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A1',
'odometer': 49213,
'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, A1 SB '18, Audi A1 Sportback 1.0 25 TFSI 70kW S tronic Adv. B",
'transmission': 'automatic',
'trim': ", SB '18, Sportback 1.0 25 TFSI 70kW S tronic Adv. B",
'vin': None,
'year': 2021}
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010024auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Saving data for 7010024auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625626.844886, 'last_price_update_time': 1774822362.443063}
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010024auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:42 [ecarstrade.be] INFO: Found listing with ID: 7010044auction111139
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010044auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Scrape type for 7010044auction111139: 2
2026-03-29 22:12:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f7f56a9-cb9b-5c26-b6d2-990b683f45d8 with identifier: 7010025auction111139
2026-03-29 22:12:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f7f56a9-cb9b-5c26-b6d2-990b683f45d8 with scrape type 2
2026-03-29 22:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f7f56a9-cb9b-5c26-b6d2-990b683f45d8 with scrape type 2
2026-03-29 22:12:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f7f56a9-cb9b-5c26-b6d2-990b683f45d8, identifier: 7010025auction111139
2026-03-29 22:12:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f7f56a9-cb9b-5c26-b6d2-990b683f45d8 with identifier: 7010025auction111139
2026-03-29 22:12:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f7f56a9-cb9b-5c26-b6d2-990b683f45d8 with identifier: 7010025auction111139
2026-03-29 22:12:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f7f56a9-cb9b-5c26-b6d2-990b683f45d8 with identifier: 7010025auction111139 to the API
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010025>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '6f7f56a9-cb9b-5c26-b6d2-990b683f45d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010025',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 54913,
'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 A3 Sportback 2.0 30 TDi 85kW S tronic S Line Bus. Ed. 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 30 TDi 85kW S tronic S Line Bus. Ed. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010025auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Saving data for 7010025auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625483.209465, 'last_price_update_time': 1774822362.832589}
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010025auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:42 [ecarstrade.be] INFO: Found listing with ID: 7010045auction111139
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010045auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Scrape type for 7010045auction111139: 2
2026-03-29 22:12:42 [ecarstrade.be] INFO: Found listing with ID: 7010046auction111139
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010046auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Scrape type for 7010046auction111139: 2
2026-03-29 22:12:42 [ecarstrade.be] INFO: Found listing with ID: 7010047auction111139
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010047auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Scrape type for 7010047auction111139: 2
2026-03-29 22:12:42 [ecarstrade.be] INFO: Found listing with ID: 7010049auction111139
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010049auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Scrape type for 7010049auction111139: 2
2026-03-29 22:12:42 [ecarstrade.be] INFO: Found listing with ID: 7010050auction111139
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010050auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Scrape type for 7010050auction111139: 2
2026-03-29 22:12:42 [ecarstrade.be] INFO: Found listing with ID: 7010051auction111139
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010051auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:42 [ecarstrade.be] INFO: Scrape type for 7010051auction111139: 2
2026-03-29 22:12:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010026> (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-29 22:12:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:45 [ecarstrade.be] INFO: Extracting details for car 7010026auction111139
2026-03-29 22:12:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 858e1bcf-eb82-52ef-8180-b1d885148924 with identifier: 7010026auction111139
2026-03-29 22:12:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 858e1bcf-eb82-52ef-8180-b1d885148924 with scrape type 2
2026-03-29 22:12:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 858e1bcf-eb82-52ef-8180-b1d885148924 with scrape type 2
2026-03-29 22:12:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 858e1bcf-eb82-52ef-8180-b1d885148924, identifier: 7010026auction111139
2026-03-29 22:12:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 858e1bcf-eb82-52ef-8180-b1d885148924 with identifier: 7010026auction111139
2026-03-29 22:12:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 858e1bcf-eb82-52ef-8180-b1d885148924 with identifier: 7010026auction111139
2026-03-29 22:12:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 858e1bcf-eb82-52ef-8180-b1d885148924 with identifier: 7010026auction111139 to the API
2026-03-29 22:12:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010026>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '858e1bcf-eb82-52ef-8180-b1d885148924',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010026',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 45900,
'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': 'AUDI A3 SPORTBACK DIESEL - 2020 35 TDi 150hp S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 35 TDi 150hp S tronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010026auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:45 [ecarstrade.be] INFO: Saving data for 7010026auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625510.989397, 'last_price_update_time': 1774822365.861376}
2026-03-29 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010026auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010030> (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-29 22:12:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:47 [ecarstrade.be] INFO: Extracting details for car 7010030auction111139
2026-03-29 22:12:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dca9a060-ffe7-54a0-be70-a269cfcd0a5c with identifier: 7010030auction111139
2026-03-29 22:12:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dca9a060-ffe7-54a0-be70-a269cfcd0a5c with scrape type 2
2026-03-29 22:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dca9a060-ffe7-54a0-be70-a269cfcd0a5c with scrape type 2
2026-03-29 22:12:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dca9a060-ffe7-54a0-be70-a269cfcd0a5c, identifier: 7010030auction111139
2026-03-29 22:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dca9a060-ffe7-54a0-be70-a269cfcd0a5c with identifier: 7010030auction111139
2026-03-29 22:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dca9a060-ffe7-54a0-be70-a269cfcd0a5c with identifier: 7010030auction111139
2026-03-29 22:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dca9a060-ffe7-54a0-be70-a269cfcd0a5c with identifier: 7010030auction111139 to the API
2026-03-29 22:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:12:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010030>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'dca9a060-ffe7-54a0-be70-a269cfcd0a5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010030',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A6',
'odometer': 110023,
'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': "Audi, A6 Berline '18, Audi A6 Business Edition 35 TDI S tronic 4d",
'transmission': 'automatic',
'trim': ", Berline '18, Business Edition 35 TDI S tronic 4d",
'vin': None,
'year': 2021}
2026-03-29 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010030auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:47 [ecarstrade.be] INFO: Saving data for 7010030auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625493.367504, 'last_price_update_time': 1774822367.52669}
2026-03-29 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010030auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010029> (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-29 22:12:47 [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-29 22:12:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:47 [ecarstrade.be] INFO: Extracting details for car 7010029auction111139
2026-03-29 22:12:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11990164-bc27-5231-b772-d2ca36d4c0fe with identifier: 7010029auction111139
2026-03-29 22:12:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11990164-bc27-5231-b772-d2ca36d4c0fe with scrape type 2
2026-03-29 22:12:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11990164-bc27-5231-b772-d2ca36d4c0fe with scrape type 2
2026-03-29 22:12:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11990164-bc27-5231-b772-d2ca36d4c0fe, identifier: 7010029auction111139
2026-03-29 22:12:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:12:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11990164-bc27-5231-b772-d2ca36d4c0fe with identifier: 7010029auction111139
2026-03-29 22:12:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11990164-bc27-5231-b772-d2ca36d4c0fe with identifier: 7010029auction111139
2026-03-29 22:12:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11990164-bc27-5231-b772-d2ca36d4c0fe with identifier: 7010029auction111139 to the API
2026-03-29 22:12:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:12:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010029>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '11990164-bc27-5231-b772-d2ca36d4c0fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010029',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 74768,
'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, A3 SB '20, Audi A3 Sportback 1.5 35 TFSi 110kW S tronic Attra",
'transmission': 'automatic',
'trim': ", SB '20, Sportback 1.5 35 TFSi 110kW S tronic Attra",
'vin': None,
'year': 2022}
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010029auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Saving data for 7010029auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625486.54633, 'last_price_update_time': 1774822368.104947}
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010029auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010052auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010052auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010052auction111139: 2
2026-03-29 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010032> (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-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010053auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010053auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010053auction111139: 2
2026-03-29 22:12:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010054auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010054auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010054auction111139: 2
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010055auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010055auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010055auction111139: 2
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010057auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010057auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010057auction111139: 2
2026-03-29 22:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010033> (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-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010058auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010058auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010058auction111139: 2
2026-03-29 22:12:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010059auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010059auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010059auction111139: 2
2026-03-29 22:12:48 [ecarstrade.be] INFO: Extracting details for car 7010032auction111139
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010060auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010060auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010060auction111139: 2
2026-03-29 22:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 377d7e98-a1ae-5f8e-ae94-4ea2600f3d72 with identifier: 7010032auction111139
2026-03-29 22:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 377d7e98-a1ae-5f8e-ae94-4ea2600f3d72 with scrape type 2
2026-03-29 22:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 377d7e98-a1ae-5f8e-ae94-4ea2600f3d72 with scrape type 2
2026-03-29 22:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 377d7e98-a1ae-5f8e-ae94-4ea2600f3d72, identifier: 7010032auction111139
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010061auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010061auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010061auction111139: 2
2026-03-29 22:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 377d7e98-a1ae-5f8e-ae94-4ea2600f3d72 with identifier: 7010032auction111139
2026-03-29 22:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 377d7e98-a1ae-5f8e-ae94-4ea2600f3d72 with identifier: 7010032auction111139
2026-03-29 22:12:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 377d7e98-a1ae-5f8e-ae94-4ea2600f3d72 with identifier: 7010032auction111139 to the API
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:12:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010032>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '377d7e98-a1ae-5f8e-ae94-4ea2600f3d72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010032',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '116',
'odometer': 94002,
'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 1 Reeks Hatch 116d (85 kW) 5d',
'transmission': 'manual',
'trim': '1 Reeks Hatch d (85 kW) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010032auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Saving data for 7010032auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625674.908439, 'last_price_update_time': 1774822368.661067}
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010032auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:48 [ecarstrade.be] INFO: Extracting details for car 7010033auction111139
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010062auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010062auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010062auction111139: 2
2026-03-29 22:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 851cef61-965a-5a50-906c-cfbe45b8a812 with identifier: 7010033auction111139
2026-03-29 22:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 851cef61-965a-5a50-906c-cfbe45b8a812 with scrape type 2
2026-03-29 22:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 851cef61-965a-5a50-906c-cfbe45b8a812 with scrape type 2
2026-03-29 22:12:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 851cef61-965a-5a50-906c-cfbe45b8a812, identifier: 7010033auction111139
2026-03-29 22:12:48 [ecarstrade.be] INFO: Found listing with ID: 7010063auction111139
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010063auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:48 [ecarstrade.be] INFO: Scrape type for 7010063auction111139: 2
2026-03-29 22:12:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 851cef61-965a-5a50-906c-cfbe45b8a812 with identifier: 7010033auction111139
2026-03-29 22:12:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 851cef61-965a-5a50-906c-cfbe45b8a812 with identifier: 7010033auction111139
2026-03-29 22:12:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 851cef61-965a-5a50-906c-cfbe45b8a812 with identifier: 7010033auction111139 to the API
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:12:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010033>
{'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-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '851cef61-965a-5a50-906c-cfbe45b8a812',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010033',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '116',
'odometer': 43162,
'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': 'BMW 1 Reeks Hatch 116d (85 kW) 5d',
'transmission': 'manual',
'trim': '1 Reeks Hatch d (85 kW) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010033auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Saving data for 7010033auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625756.599423, 'last_price_update_time': 1774822369.095487}
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010033auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010064auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010064auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010064auction111139: 2
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010065auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010065auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010065auction111139: 2
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010067auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010067auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010067auction111139: 2
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010068auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010068auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010068auction111139: 2
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010069auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010069auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010069auction111139: 2
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010070auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010070auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010070auction111139: 2
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010071auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010071auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010071auction111139: 2
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010072auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010072auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010072auction111139: 2
2026-03-29 22:12:49 [ecarstrade.be] INFO: Found listing with ID: 7010073auction111139
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010073auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:49 [ecarstrade.be] INFO: Scrape type for 7010073auction111139: 2
2026-03-29 22:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010035> (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-29 22:12:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:49 [ecarstrade.be] INFO: Extracting details for car 7010035auction111139
2026-03-29 22:12:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4711adbe-ed24-5421-81d1-b66807ab6498 with identifier: 7010035auction111139
2026-03-29 22:12:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4711adbe-ed24-5421-81d1-b66807ab6498 with scrape type 2
2026-03-29 22:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4711adbe-ed24-5421-81d1-b66807ab6498 with scrape type 2
2026-03-29 22:12:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4711adbe-ed24-5421-81d1-b66807ab6498, identifier: 7010035auction111139
2026-03-29 22:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4711adbe-ed24-5421-81d1-b66807ab6498 with identifier: 7010035auction111139
2026-03-29 22:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4711adbe-ed24-5421-81d1-b66807ab6498 with identifier: 7010035auction111139
2026-03-29 22:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4711adbe-ed24-5421-81d1-b66807ab6498 with identifier: 7010035auction111139 to the API
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:12:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010035>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '4711adbe-ed24-5421-81d1-b66807ab6498',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010035',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '316',
'odometer': 62455,
'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 3 Reeks Touring 316d (90 kW) 5d',
'transmission': 'manual',
'trim': '3 Reeks Touring d (90 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010035auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:50 [ecarstrade.be] INFO: Saving data for 7010035auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625758.294847, 'last_price_update_time': 1774822370.044465}
2026-03-29 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010035auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010034> (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-29 22:12:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:50 [ecarstrade.be] INFO: Extracting details for car 7010034auction111139
2026-03-29 22:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7863ff2-9648-5fa6-9804-3054cb4c1c89 with identifier: 7010034auction111139
2026-03-29 22:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7863ff2-9648-5fa6-9804-3054cb4c1c89 with scrape type 2
2026-03-29 22:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7863ff2-9648-5fa6-9804-3054cb4c1c89 with scrape type 2
2026-03-29 22:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7863ff2-9648-5fa6-9804-3054cb4c1c89, identifier: 7010034auction111139
2026-03-29 22:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7863ff2-9648-5fa6-9804-3054cb4c1c89 with identifier: 7010034auction111139
2026-03-29 22:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7863ff2-9648-5fa6-9804-3054cb4c1c89 with identifier: 7010034auction111139
2026-03-29 22:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7863ff2-9648-5fa6-9804-3054cb4c1c89 with identifier: 7010034auction111139 to the API
2026-03-29 22:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010034>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'd7863ff2-9648-5fa6-9804-3054cb4c1c89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010034',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '316',
'odometer': 92753,
'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': 'BMW 3 Reeks Berline 316dA (90 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline dA (90 kW) 4d',
'vin': None,
'year': 2021}
2026-03-29 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010034auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:51 [ecarstrade.be] INFO: Saving data for 7010034auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625760.026415, 'last_price_update_time': 1774822371.246507}
2026-03-29 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010034auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010036> (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-29 22:12:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:52 [ecarstrade.be] INFO: Extracting details for car 7010036auction111139
2026-03-29 22:12:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79992fda-9675-5b23-b026-ddf178ea5636 with identifier: 7010036auction111139
2026-03-29 22:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79992fda-9675-5b23-b026-ddf178ea5636 with scrape type 2
2026-03-29 22:12:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79992fda-9675-5b23-b026-ddf178ea5636 with scrape type 2
2026-03-29 22:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79992fda-9675-5b23-b026-ddf178ea5636, identifier: 7010036auction111139
2026-03-29 22:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79992fda-9675-5b23-b026-ddf178ea5636 with identifier: 7010036auction111139
2026-03-29 22:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79992fda-9675-5b23-b026-ddf178ea5636 with identifier: 7010036auction111139
2026-03-29 22:12:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79992fda-9675-5b23-b026-ddf178ea5636 with identifier: 7010036auction111139 to the API
2026-03-29 22:12:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010036>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '79992fda-9675-5b23-b026-ddf178ea5636',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010036',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 115127,
'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, 2-serie Gr.Coupé '19, BMW 2 Reeks Gran Coupé 218dA (110kW) 4d",
'transmission': 'automatic',
'trim': ", 2-serie Gr.Coupé '19, 2 Reeks Gran Coupé 218dA (110kW) 4d",
'vin': None,
'year': 2021}
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010036auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:53 [ecarstrade.be] INFO: Saving data for 7010036auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625761.203783, 'last_price_update_time': 1774822373.125572}
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010036auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010037> (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-29 22:12:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:53 [ecarstrade.be] INFO: Extracting details for car 7010037auction111139
2026-03-29 22:12:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbd871a8-69bd-572e-aea5-5e553b4f881d with identifier: 7010037auction111139
2026-03-29 22:12:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbd871a8-69bd-572e-aea5-5e553b4f881d with scrape type 2
2026-03-29 22:12:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbd871a8-69bd-572e-aea5-5e553b4f881d with scrape type 2
2026-03-29 22:12:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbd871a8-69bd-572e-aea5-5e553b4f881d, identifier: 7010037auction111139
2026-03-29 22:12:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbd871a8-69bd-572e-aea5-5e553b4f881d with identifier: 7010037auction111139
2026-03-29 22:12:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbd871a8-69bd-572e-aea5-5e553b4f881d with identifier: 7010037auction111139
2026-03-29 22:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbd871a8-69bd-572e-aea5-5e553b4f881d with identifier: 7010037auction111139 to the API
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010037>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bbd871a8-69bd-572e-aea5-5e553b4f881d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010037',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 16655,
'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 X1 xDrive25e 125hp PHEV (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e 125hp PHEV (EU6d-TEMP) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010037auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:53 [ecarstrade.be] INFO: Saving data for 7010037auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625760.65262, 'last_price_update_time': 1774822373.863831}
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010037auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010038> (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-29 22:12:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:54 [ecarstrade.be] INFO: Extracting details for car 7010038auction111139
2026-03-29 22:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bde0ea5-66c3-5554-9cf8-2dac120d6bd5 with identifier: 7010038auction111139
2026-03-29 22:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bde0ea5-66c3-5554-9cf8-2dac120d6bd5 with scrape type 2
2026-03-29 22:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6bde0ea5-66c3-5554-9cf8-2dac120d6bd5 with scrape type 2
2026-03-29 22:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6bde0ea5-66c3-5554-9cf8-2dac120d6bd5, identifier: 7010038auction111139
2026-03-29 22:12:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6bde0ea5-66c3-5554-9cf8-2dac120d6bd5 with identifier: 7010038auction111139
2026-03-29 22:12:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6bde0ea5-66c3-5554-9cf8-2dac120d6bd5 with identifier: 7010038auction111139
2026-03-29 22:12:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6bde0ea5-66c3-5554-9cf8-2dac120d6bd5 with identifier: 7010038auction111139 to the API
2026-03-29 22:12:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010038>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Other',
'id': '6bde0ea5-66c3-5554-9cf8-2dac120d6bd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010038',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '330',
'odometer': 106775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 3-serie '18, BMW 3 Reeks Berline 330e (215 kW) 4d",
'transmission': 'automatic',
'trim': ", 3-serie '18, 3 Reeks Berline e (215 kW) 4d",
'vin': None,
'year': 2021}
2026-03-29 22:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010038auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:54 [ecarstrade.be] INFO: Saving data for 7010038auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625673.610555, 'last_price_update_time': 1774822374.481002}
2026-03-29 22:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010038auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010039> (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-29 22:12:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:54 [ecarstrade.be] INFO: Extracting details for car 7010039auction111139
2026-03-29 22:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 070888c5-4517-565d-b497-77dcf3930db5 with identifier: 7010039auction111139
2026-03-29 22:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 070888c5-4517-565d-b497-77dcf3930db5 with scrape type 2
2026-03-29 22:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 070888c5-4517-565d-b497-77dcf3930db5 with scrape type 2
2026-03-29 22:12:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 070888c5-4517-565d-b497-77dcf3930db5, identifier: 7010039auction111139
2026-03-29 22:12:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 070888c5-4517-565d-b497-77dcf3930db5 with identifier: 7010039auction111139
2026-03-29 22:12:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 070888c5-4517-565d-b497-77dcf3930db5 with identifier: 7010039auction111139
2026-03-29 22:12:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 070888c5-4517-565d-b497-77dcf3930db5 with identifier: 7010039auction111139 to the API
2026-03-29 22:12:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010039>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '070888c5-4517-565d-b497-77dcf3930db5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010039',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 95071,
'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 X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010039auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:54 [ecarstrade.be] INFO: Saving data for 7010039auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625759.493038, 'last_price_update_time': 1774822374.99321}
2026-03-29 22:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010039auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010041> (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-29 22:12:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:55 [ecarstrade.be] INFO: Extracting details for car 7010041auction111139
2026-03-29 22:12:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 08e0eb51-464b-583f-abbb-3dd85ab7fa44 with identifier: 7010041auction111139
2026-03-29 22:12:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 08e0eb51-464b-583f-abbb-3dd85ab7fa44 with scrape type 2
2026-03-29 22:12:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 08e0eb51-464b-583f-abbb-3dd85ab7fa44 with scrape type 2
2026-03-29 22:12:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 08e0eb51-464b-583f-abbb-3dd85ab7fa44, identifier: 7010041auction111139
2026-03-29 22:12:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 08e0eb51-464b-583f-abbb-3dd85ab7fa44 with identifier: 7010041auction111139
2026-03-29 22:12:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 08e0eb51-464b-583f-abbb-3dd85ab7fa44 with identifier: 7010041auction111139
2026-03-29 22:12:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 08e0eb51-464b-583f-abbb-3dd85ab7fa44 with identifier: 7010041auction111139 to the API
2026-03-29 22:12:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010041>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '08e0eb51-464b-583f-abbb-3dd85ab7fa44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010041',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 147457,
'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 X1 xDrive25e (162 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010041auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:55 [ecarstrade.be] INFO: Saving data for 7010041auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625699.608431, 'last_price_update_time': 1774822375.745145}
2026-03-29 22:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010041auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010042> (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-29 22:12:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:55 [ecarstrade.be] INFO: Extracting details for car 7010042auction111139
2026-03-29 22:12:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f8ab226-d0c2-5d69-8737-d59bb4a03724 with identifier: 7010042auction111139
2026-03-29 22:12:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f8ab226-d0c2-5d69-8737-d59bb4a03724 with scrape type 2
2026-03-29 22:12:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2f8ab226-d0c2-5d69-8737-d59bb4a03724 with scrape type 2
2026-03-29 22:12:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f8ab226-d0c2-5d69-8737-d59bb4a03724, identifier: 7010042auction111139
2026-03-29 22:12:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f8ab226-d0c2-5d69-8737-d59bb4a03724 with identifier: 7010042auction111139
2026-03-29 22:12:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f8ab226-d0c2-5d69-8737-d59bb4a03724 with identifier: 7010042auction111139
2026-03-29 22:12:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f8ab226-d0c2-5d69-8737-d59bb4a03724 with identifier: 7010042auction111139 to the API
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010042>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '2f8ab226-d0c2-5d69-8737-d59bb4a03724',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010042',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 62568,
'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': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2020}
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010042auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:56 [ecarstrade.be] INFO: Saving data for 7010042auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625757.234914, 'last_price_update_time': 1774822376.236707}
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010042auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010043> (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-29 22:12:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:56 [ecarstrade.be] INFO: Extracting details for car 7010043auction111139
2026-03-29 22:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 36d076a0-a32c-5398-9d48-ddf0c35411f7 with identifier: 7010043auction111139
2026-03-29 22:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 36d076a0-a32c-5398-9d48-ddf0c35411f7 with scrape type 2
2026-03-29 22:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 36d076a0-a32c-5398-9d48-ddf0c35411f7 with scrape type 2
2026-03-29 22:12:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 36d076a0-a32c-5398-9d48-ddf0c35411f7, identifier: 7010043auction111139
2026-03-29 22:12:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 36d076a0-a32c-5398-9d48-ddf0c35411f7 with identifier: 7010043auction111139
2026-03-29 22:12:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 36d076a0-a32c-5398-9d48-ddf0c35411f7 with identifier: 7010043auction111139
2026-03-29 22:12:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 36d076a0-a32c-5398-9d48-ddf0c35411f7 with identifier: 7010043auction111139 to the API
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010043>
{'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-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '36d076a0-a32c-5398-9d48-ddf0c35411f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010043',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 54536,
'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-29 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010043auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:56 [ecarstrade.be] INFO: Saving data for 7010043auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625698.119632, 'last_price_update_time': 1774822376.752378}
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010043auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010044> (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-29 22:12:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:57 [ecarstrade.be] INFO: Extracting details for car 7010044auction111139
2026-03-29 22:12:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b01ae1f4-7b4c-5d3b-b85e-a41dcff8b9ff with identifier: 7010044auction111139
2026-03-29 22:12:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b01ae1f4-7b4c-5d3b-b85e-a41dcff8b9ff with scrape type 2
2026-03-29 22:12:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b01ae1f4-7b4c-5d3b-b85e-a41dcff8b9ff with scrape type 2
2026-03-29 22:12:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b01ae1f4-7b4c-5d3b-b85e-a41dcff8b9ff, identifier: 7010044auction111139
2026-03-29 22:12:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b01ae1f4-7b4c-5d3b-b85e-a41dcff8b9ff with identifier: 7010044auction111139
2026-03-29 22:12:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b01ae1f4-7b4c-5d3b-b85e-a41dcff8b9ff with identifier: 7010044auction111139
2026-03-29 22:12:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b01ae1f4-7b4c-5d3b-b85e-a41dcff8b9ff with identifier: 7010044auction111139 to the API
2026-03-29 22:12:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010044>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'b01ae1f4-7b4c-5d3b-b85e-a41dcff8b9ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010044',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 52047,
'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, X1 FL'19, BMW X1 xDrive20d (120 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive20d (120 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010044auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:57 [ecarstrade.be] INFO: Saving data for 7010044auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625699.225082, 'last_price_update_time': 1774822377.640238}
2026-03-29 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010044auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010051> (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-29 22:12:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:12:59 [ecarstrade.be] INFO: Extracting details for car 7010051auction111139
2026-03-29 22:12:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 808e510d-57da-5882-9543-37598b03c690 with identifier: 7010051auction111139
2026-03-29 22:12:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 808e510d-57da-5882-9543-37598b03c690 with scrape type 2
2026-03-29 22:12:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 808e510d-57da-5882-9543-37598b03c690 with scrape type 2
2026-03-29 22:12:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 808e510d-57da-5882-9543-37598b03c690, identifier: 7010051auction111139
2026-03-29 22:12:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 808e510d-57da-5882-9543-37598b03c690 with identifier: 7010051auction111139
2026-03-29 22:12:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 808e510d-57da-5882-9543-37598b03c690 with identifier: 7010051auction111139
2026-03-29 22:12:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 808e510d-57da-5882-9543-37598b03c690 with identifier: 7010051auction111139 to the API
2026-03-29 22:12:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:12: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-29 22:12:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010051>
{'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-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '808e510d-57da-5882-9543-37598b03c690',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010051',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 134804,
'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': '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-29 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010051auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:12:59 [ecarstrade.be] INFO: Saving data for 7010051auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625775.536479, 'last_price_update_time': 1774822379.452496}
2026-03-29 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:12:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010051auction111139') HTTP/1.1" 204 0
2026-03-29 22:12:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010050> (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-29 22:12:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:00 [ecarstrade.be] INFO: Extracting details for car 7010050auction111139
2026-03-29 22:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06b6170d-befd-5fdc-8dd8-60aee7fd65dc with identifier: 7010050auction111139
2026-03-29 22:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06b6170d-befd-5fdc-8dd8-60aee7fd65dc with scrape type 2
2026-03-29 22:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 06b6170d-befd-5fdc-8dd8-60aee7fd65dc with scrape type 2
2026-03-29 22:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06b6170d-befd-5fdc-8dd8-60aee7fd65dc, identifier: 7010050auction111139
2026-03-29 22:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06b6170d-befd-5fdc-8dd8-60aee7fd65dc with identifier: 7010050auction111139
2026-03-29 22:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06b6170d-befd-5fdc-8dd8-60aee7fd65dc with identifier: 7010050auction111139
2026-03-29 22:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06b6170d-befd-5fdc-8dd8-60aee7fd65dc with identifier: 7010050auction111139 to the API
2026-03-29 22:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010050>
{'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-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '06b6170d-befd-5fdc-8dd8-60aee7fd65dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010050',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 118990,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-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-29 22:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010050auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:00 [ecarstrade.be] INFO: Saving data for 7010050auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625955.836128, 'last_price_update_time': 1774822380.44316}
2026-03-29 22:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010050auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010049> (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-29 22:13:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:00 [ecarstrade.be] INFO: Extracting details for car 7010049auction111139
2026-03-29 22:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb10f790-1d32-5392-89c3-60f26bf9e415 with identifier: 7010049auction111139
2026-03-29 22:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb10f790-1d32-5392-89c3-60f26bf9e415 with scrape type 2
2026-03-29 22:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb10f790-1d32-5392-89c3-60f26bf9e415 with scrape type 2
2026-03-29 22:13:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb10f790-1d32-5392-89c3-60f26bf9e415, identifier: 7010049auction111139
2026-03-29 22:13:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb10f790-1d32-5392-89c3-60f26bf9e415 with identifier: 7010049auction111139
2026-03-29 22:13:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb10f790-1d32-5392-89c3-60f26bf9e415 with identifier: 7010049auction111139
2026-03-29 22:13:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb10f790-1d32-5392-89c3-60f26bf9e415 with identifier: 7010049auction111139 to the API
2026-03-29 22:13:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010049>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'fb10f790-1d32-5392-89c3-60f26bf9e415',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010049',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Focus',
'odometer': 43425,
'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': 'Ford Focus 1.5 EcoBlue 88kW Aut. Trend Ed. Business 5d',
'transmission': 'automatic',
'trim': '1.5 EcoBlue 88kW Aut. Trend Ed. Business 5d',
'vin': None,
'year': 2020}
2026-03-29 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010049auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:01 [ecarstrade.be] INFO: Saving data for 7010049auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625785.719604, 'last_price_update_time': 1774822381.022306}
2026-03-29 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010049auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010052> (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-29 22:13:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:01 [ecarstrade.be] INFO: Extracting details for car 7010052auction111139
2026-03-29 22:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4b52bbe-a1f2-5e39-9d07-9add60fac429 with identifier: 7010052auction111139
2026-03-29 22:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4b52bbe-a1f2-5e39-9d07-9add60fac429 with scrape type 2
2026-03-29 22:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4b52bbe-a1f2-5e39-9d07-9add60fac429 with scrape type 2
2026-03-29 22:13:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4b52bbe-a1f2-5e39-9d07-9add60fac429, identifier: 7010052auction111139
2026-03-29 22:13:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4b52bbe-a1f2-5e39-9d07-9add60fac429 with identifier: 7010052auction111139
2026-03-29 22:13:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4b52bbe-a1f2-5e39-9d07-9add60fac429 with identifier: 7010052auction111139
2026-03-29 22:13:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4b52bbe-a1f2-5e39-9d07-9add60fac429 with identifier: 7010052auction111139 to the API
2026-03-29 22:13:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010052>
{'auction_title': '',
'c_o_2_emission_value': 173,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'b4b52bbe-a1f2-5e39-9d07-9add60fac429',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010052',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 57511,
'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': 'Land Rover Range Rover Evoque D200 MHEV AWD Auto R-Dynamic S 5d',
'transmission': 'automatic',
'trim': 'D200 MHEV AWD Auto R-Dynamic S 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010052auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:02 [ecarstrade.be] INFO: Saving data for 7010052auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625775.024876, 'last_price_update_time': 1774822382.161151}
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010052auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010047> (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-29 22:13:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:02 [ecarstrade.be] INFO: Extracting details for car 7010047auction111139
2026-03-29 22:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f46e9ae4-432d-5f54-82e5-6b15445ca8ef with identifier: 7010047auction111139
2026-03-29 22:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f46e9ae4-432d-5f54-82e5-6b15445ca8ef with scrape type 2
2026-03-29 22:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f46e9ae4-432d-5f54-82e5-6b15445ca8ef with scrape type 2
2026-03-29 22:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f46e9ae4-432d-5f54-82e5-6b15445ca8ef, identifier: 7010047auction111139
2026-03-29 22:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f46e9ae4-432d-5f54-82e5-6b15445ca8ef with identifier: 7010047auction111139
2026-03-29 22:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f46e9ae4-432d-5f54-82e5-6b15445ca8ef with identifier: 7010047auction111139
2026-03-29 22:13:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f46e9ae4-432d-5f54-82e5-6b15445ca8ef with identifier: 7010047auction111139 to the API
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010047>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'f46e9ae4-432d-5f54-82e5-6b15445ca8ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010047',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 137930,
'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': 7,
'seller_name': None,
'title': 'Citroën Grand C4 Spacetourer 1.5 BlueHDi 130 S&S EAT8 Business '
'Lounge 5d 7pl',
'transmission': 'automatic',
'trim': 'Citroën Grand C4 Spacetourer 1.5 BlueHDi 130 S&S EAT8 Business '
'Lounge 5d 7pl',
'vin': None,
'year': 2022}
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010047auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:02 [ecarstrade.be] INFO: Saving data for 7010047auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625696.91423, 'last_price_update_time': 1774822382.630768}
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010047auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010057> (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-29 22:13:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:02 [ecarstrade.be] INFO: Extracting details for car 7010057auction111139
2026-03-29 22:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd0af5ec-9feb-5531-9afa-f8012658d988 with identifier: 7010057auction111139
2026-03-29 22:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd0af5ec-9feb-5531-9afa-f8012658d988 with scrape type 2
2026-03-29 22:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd0af5ec-9feb-5531-9afa-f8012658d988 with scrape type 2
2026-03-29 22:13:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd0af5ec-9feb-5531-9afa-f8012658d988, identifier: 7010057auction111139
2026-03-29 22:13:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd0af5ec-9feb-5531-9afa-f8012658d988 with identifier: 7010057auction111139
2026-03-29 22:13:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd0af5ec-9feb-5531-9afa-f8012658d988 with identifier: 7010057auction111139
2026-03-29 22:13:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd0af5ec-9feb-5531-9afa-f8012658d988 with identifier: 7010057auction111139 to the API
2026-03-29 22:13:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010057>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'dd0af5ec-9feb-5531-9afa-f8012658d988',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010057',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 73438,
'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': 5,
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 180 d Business Solution Aut. 5d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse d Business Solution Aut. 5d',
'vin': None,
'year': 2020}
2026-03-29 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010057auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:03 [ecarstrade.be] INFO: Saving data for 7010057auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625786.421933, 'last_price_update_time': 1774822383.121737}
2026-03-29 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010057auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010072> (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-29 22:13:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010073> (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-29 22:13:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:03 [ecarstrade.be] INFO: Extracting details for car 7010072auction111139
2026-03-29 22:13:03 [ecarstrade.be] INFO: Extracting details for car 7010073auction111139
2026-03-29 22:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44bcb0b0-ce31-5d49-89d0-7ba071357cf6 with identifier: 7010072auction111139
2026-03-29 22:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44bcb0b0-ce31-5d49-89d0-7ba071357cf6 with scrape type 2
2026-03-29 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 44bcb0b0-ce31-5d49-89d0-7ba071357cf6 with scrape type 2
2026-03-29 22:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44bcb0b0-ce31-5d49-89d0-7ba071357cf6, identifier: 7010072auction111139
2026-03-29 22:13:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceb99c69-cf8a-56ec-93ff-01293d2f048e with identifier: 7010073auction111139
2026-03-29 22:13:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceb99c69-cf8a-56ec-93ff-01293d2f048e with scrape type 2
2026-03-29 22:13:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceb99c69-cf8a-56ec-93ff-01293d2f048e with scrape type 2
2026-03-29 22:13:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ceb99c69-cf8a-56ec-93ff-01293d2f048e, identifier: 7010073auction111139
2026-03-29 22:13:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44bcb0b0-ce31-5d49-89d0-7ba071357cf6 with identifier: 7010072auction111139
2026-03-29 22:13:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44bcb0b0-ce31-5d49-89d0-7ba071357cf6 with identifier: 7010072auction111139
2026-03-29 22:13:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44bcb0b0-ce31-5d49-89d0-7ba071357cf6 with identifier: 7010072auction111139 to the API
2026-03-29 22:13:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010072>
{'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-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '44bcb0b0-ce31-5d49-89d0-7ba071357cf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010072',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 47917,
'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': 4,
'seller_name': None,
'title': "MINI, Mini 3d '14, Mini Cooper 3d",
'transmission': 'automatic',
'trim': "MINI, 3d '14, 3d",
'vin': None,
'year': 2023}
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010072auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:04 [ecarstrade.be] INFO: Saving data for 7010072auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625773.856952, 'last_price_update_time': 1774822384.080207}
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010072auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ceb99c69-cf8a-56ec-93ff-01293d2f048e with identifier: 7010073auction111139
2026-03-29 22:13:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ceb99c69-cf8a-56ec-93ff-01293d2f048e with identifier: 7010073auction111139
2026-03-29 22:13:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ceb99c69-cf8a-56ec-93ff-01293d2f048e with identifier: 7010073auction111139 to the API
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010073>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'ceb99c69-cf8a-56ec-93ff-01293d2f048e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010073',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '2008',
'odometer': 109537,
'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': "Peugeot, 2008 '19, Peugeot 2008 1.2 Puretech 74KW S&S Style 5d",
'transmission': 'manual',
'trim': ", '19, 1.2 Puretech 74KW S&S Style 5d",
'vin': None,
'year': 2022}
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010073auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:04 [ecarstrade.be] INFO: Saving data for 7010073auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625755.326143, 'last_price_update_time': 1774822384.347332}
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010073auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010071> (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-29 22:13:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:05 [ecarstrade.be] INFO: Extracting details for car 7010071auction111139
2026-03-29 22:13:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 708f1598-87fe-5c9a-b034-24cbe02715a8 with identifier: 7010071auction111139
2026-03-29 22:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 708f1598-87fe-5c9a-b034-24cbe02715a8 with scrape type 2
2026-03-29 22:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 708f1598-87fe-5c9a-b034-24cbe02715a8 with scrape type 2
2026-03-29 22:13:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 708f1598-87fe-5c9a-b034-24cbe02715a8, identifier: 7010071auction111139
2026-03-29 22:13:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 708f1598-87fe-5c9a-b034-24cbe02715a8 with identifier: 7010071auction111139
2026-03-29 22:13:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 708f1598-87fe-5c9a-b034-24cbe02715a8 with identifier: 7010071auction111139
2026-03-29 22:13:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 708f1598-87fe-5c9a-b034-24cbe02715a8 with identifier: 7010071auction111139 to the API
2026-03-29 22:13:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010071>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '708f1598-87fe-5c9a-b034-24cbe02715a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010071',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'MAN',
'model': 'Mini One D Clubman',
'odometer': 85057,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Mini Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010071auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:05 [ecarstrade.be] INFO: Saving data for 7010071auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625755.856883, 'last_price_update_time': 1774822385.73832}
2026-03-29 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010071auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:06 [scrapy.extensions.logstats] INFO: Crawled 1624 pages (at 35 pages/min), scraped 1518 items (at 29 items/min)
2026-03-29 22:13:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-29 22:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010070> (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-29 22:13:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:06 [ecarstrade.be] INFO: Extracting details for car 7010070auction111139
2026-03-29 22:13:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6333bf93-f0ab-5c8f-bcee-a812bbfc01f9 with identifier: 7010070auction111139
2026-03-29 22:13:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6333bf93-f0ab-5c8f-bcee-a812bbfc01f9 with scrape type 2
2026-03-29 22:13:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6333bf93-f0ab-5c8f-bcee-a812bbfc01f9 with scrape type 2
2026-03-29 22:13:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6333bf93-f0ab-5c8f-bcee-a812bbfc01f9, identifier: 7010070auction111139
2026-03-29 22:13:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6333bf93-f0ab-5c8f-bcee-a812bbfc01f9 with identifier: 7010070auction111139
2026-03-29 22:13:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6333bf93-f0ab-5c8f-bcee-a812bbfc01f9 with identifier: 7010070auction111139
2026-03-29 22:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6333bf93-f0ab-5c8f-bcee-a812bbfc01f9 with identifier: 7010070auction111139 to the API
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010070>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '6333bf93-f0ab-5c8f-bcee-a812bbfc01f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010070',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 134530,
'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': "Nissan, Qashqai '17, Nissan Qashqai dCi 115 Business Edition 5d",
'transmission': 'manual',
'trim': ", '17, dCi 115 Business Edition 5d",
'vin': None,
'year': 2020}
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010070auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:07 [ecarstrade.be] INFO: Saving data for 7010070auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625751.664213, 'last_price_update_time': 1774822387.231245}
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010070auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010069> (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-29 22:13:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:07 [ecarstrade.be] INFO: Extracting details for car 7010069auction111139
2026-03-29 22:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8285a9d-d650-5062-bee8-f4b707bea9d7 with identifier: 7010069auction111139
2026-03-29 22:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8285a9d-d650-5062-bee8-f4b707bea9d7 with scrape type 2
2026-03-29 22:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a8285a9d-d650-5062-bee8-f4b707bea9d7 with scrape type 2
2026-03-29 22:13:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8285a9d-d650-5062-bee8-f4b707bea9d7, identifier: 7010069auction111139
2026-03-29 22:13:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8285a9d-d650-5062-bee8-f4b707bea9d7 with identifier: 7010069auction111139
2026-03-29 22:13:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8285a9d-d650-5062-bee8-f4b707bea9d7 with identifier: 7010069auction111139
2026-03-29 22:13:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8285a9d-d650-5062-bee8-f4b707bea9d7 with identifier: 7010069auction111139 to the API
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010069>
{'auction_title': '',
'c_o_2_emission_value': 20,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'a8285a9d-d650-5062-bee8-f4b707bea9d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010069',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 62829,
'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': 'Mercedes-Benz GLE GLE 350 de 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLE de 4MATIC 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010069auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:07 [ecarstrade.be] INFO: Saving data for 7010069auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625754.444633, 'last_price_update_time': 1774822387.739125}
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010069auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010068> (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-29 22:13:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:08 [ecarstrade.be] INFO: Extracting details for car 7010068auction111139
2026-03-29 22:13:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59e837f7-449f-5319-a5e0-6c403b5ed942 with identifier: 7010068auction111139
2026-03-29 22:13:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59e837f7-449f-5319-a5e0-6c403b5ed942 with scrape type 2
2026-03-29 22:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59e837f7-449f-5319-a5e0-6c403b5ed942 with scrape type 2
2026-03-29 22:13:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59e837f7-449f-5319-a5e0-6c403b5ed942, identifier: 7010068auction111139
2026-03-29 22:13:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59e837f7-449f-5319-a5e0-6c403b5ed942 with identifier: 7010068auction111139
2026-03-29 22:13:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59e837f7-449f-5319-a5e0-6c403b5ed942 with identifier: 7010068auction111139
2026-03-29 22:13:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59e837f7-449f-5319-a5e0-6c403b5ed942 with identifier: 7010068auction111139 to the API
2026-03-29 22:13:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010068>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '59e837f7-449f-5319-a5e0-6c403b5ed942',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010068',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Nissan',
'model': 'Micra',
'odometer': 84949,
'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': 5,
'seller_name': None,
'title': 'Nissan Micra 1.0 IG-T N-Connecta 5d',
'transmission': 'manual',
'trim': '1.0 IG-T N-Connecta 5d',
'vin': None,
'year': 2020}
2026-03-29 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010068auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:08 [ecarstrade.be] INFO: Saving data for 7010068auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625750.665255, 'last_price_update_time': 1774822388.838061}
2026-03-29 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010068auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010067> (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-29 22:13:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:08 [ecarstrade.be] INFO: Extracting details for car 7010067auction111139
2026-03-29 22:13:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 752acf0c-cca8-5c93-aa8f-d99e76abe9f0 with identifier: 7010067auction111139
2026-03-29 22:13:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 752acf0c-cca8-5c93-aa8f-d99e76abe9f0 with scrape type 2
2026-03-29 22:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 752acf0c-cca8-5c93-aa8f-d99e76abe9f0 with scrape type 2
2026-03-29 22:13:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 752acf0c-cca8-5c93-aa8f-d99e76abe9f0, identifier: 7010067auction111139
2026-03-29 22:13:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 752acf0c-cca8-5c93-aa8f-d99e76abe9f0 with identifier: 7010067auction111139
2026-03-29 22:13:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 752acf0c-cca8-5c93-aa8f-d99e76abe9f0 with identifier: 7010067auction111139
2026-03-29 22:13:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 752acf0c-cca8-5c93-aa8f-d99e76abe9f0 with identifier: 7010067auction111139 to the API
2026-03-29 22:13:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010067>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '752acf0c-cca8-5c93-aa8f-d99e76abe9f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010067',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 127022,
'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': 'MERCEDES CLASSE GLE COUPE DIESEL (C167) GLE 350 de 194 4-Matic PHEV '
'5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLE COUPE DIESEL (C167) de 194 4-Matic PHEV 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010067auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:09 [ecarstrade.be] INFO: Saving data for 7010067auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625753.645523, 'last_price_update_time': 1774822389.32564}
2026-03-29 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010067auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010063> (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-29 22:13:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:10 [ecarstrade.be] INFO: Extracting details for car 7010063auction111139
2026-03-29 22:13:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c28abff-9fb6-58d2-8bdb-267598172ec6 with identifier: 7010063auction111139
2026-03-29 22:13:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c28abff-9fb6-58d2-8bdb-267598172ec6 with scrape type 2
2026-03-29 22:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c28abff-9fb6-58d2-8bdb-267598172ec6 with scrape type 2
2026-03-29 22:13:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c28abff-9fb6-58d2-8bdb-267598172ec6, identifier: 7010063auction111139
2026-03-29 22:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c28abff-9fb6-58d2-8bdb-267598172ec6 with identifier: 7010063auction111139
2026-03-29 22:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c28abff-9fb6-58d2-8bdb-267598172ec6 with identifier: 7010063auction111139
2026-03-29 22:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c28abff-9fb6-58d2-8bdb-267598172ec6 with identifier: 7010063auction111139 to the API
2026-03-29 22:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010063>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '2c28abff-9fb6-58d2-8bdb-267598172ec6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010063',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 121591,
'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': 'Mercedes-Benz GLB GLB 180 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLB d Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010063auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:10 [ecarstrade.be] INFO: Saving data for 7010063auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625748.972258, 'last_price_update_time': 1774822390.586498}
2026-03-29 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010063auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010065> (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-29 22:13:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:10 [ecarstrade.be] INFO: Extracting details for car 7010065auction111139
2026-03-29 22:13:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6571723-3892-50de-a22b-2dfed26f4b70 with identifier: 7010065auction111139
2026-03-29 22:13:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6571723-3892-50de-a22b-2dfed26f4b70 with scrape type 2
2026-03-29 22:13:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6571723-3892-50de-a22b-2dfed26f4b70 with scrape type 2
2026-03-29 22:13:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6571723-3892-50de-a22b-2dfed26f4b70, identifier: 7010065auction111139
2026-03-29 22:13:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6571723-3892-50de-a22b-2dfed26f4b70 with identifier: 7010065auction111139
2026-03-29 22:13:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6571723-3892-50de-a22b-2dfed26f4b70 with identifier: 7010065auction111139
2026-03-29 22:13:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6571723-3892-50de-a22b-2dfed26f4b70 with identifier: 7010065auction111139 to the API
2026-03-29 22:13:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010065>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'd6571723-3892-50de-a22b-2dfed26f4b70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010065',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 107126,
'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': 'Mercedes-Benz GLC GLC 300 de 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLC de 4MATIC 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010065auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:11 [ecarstrade.be] INFO: Saving data for 7010065auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625750.218386, 'last_price_update_time': 1774822391.091745}
2026-03-29 22:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010065auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010062> (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-29 22:13:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:11 [ecarstrade.be] INFO: Extracting details for car 7010062auction111139
2026-03-29 22:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59cf33dc-7584-5113-a463-315b393b275c with identifier: 7010062auction111139
2026-03-29 22:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59cf33dc-7584-5113-a463-315b393b275c with scrape type 2
2026-03-29 22:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59cf33dc-7584-5113-a463-315b393b275c with scrape type 2
2026-03-29 22:13:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59cf33dc-7584-5113-a463-315b393b275c, identifier: 7010062auction111139
2026-03-29 22:13:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59cf33dc-7584-5113-a463-315b393b275c with identifier: 7010062auction111139
2026-03-29 22:13:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59cf33dc-7584-5113-a463-315b393b275c with identifier: 7010062auction111139
2026-03-29 22:13:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59cf33dc-7584-5113-a463-315b393b275c with identifier: 7010062auction111139 to the API
2026-03-29 22:13:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010062>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '59cf33dc-7584-5113-a463-315b393b275c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010062',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 91141,
'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': "Mercedes, A-Class Berline '18, Mercedes-Benz A-Klasse Limousine A "
'180d Business S',
'transmission': 'automatic',
'trim': ", A-Class Berline '18, -Benz A-Klasse Limousine d Business S",
'vin': None,
'year': 2022}
2026-03-29 22:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010062auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:12 [ecarstrade.be] INFO: Saving data for 7010062auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625748.366901, 'last_price_update_time': 1774822392.260832}
2026-03-29 22:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010062auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010064> (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-29 22:13:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:13 [ecarstrade.be] INFO: Extracting details for car 7010064auction111139
2026-03-29 22:13:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cf8577d-3fb7-568b-a037-1fc1ccf964af with identifier: 7010064auction111139
2026-03-29 22:13:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cf8577d-3fb7-568b-a037-1fc1ccf964af with scrape type 2
2026-03-29 22:13:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cf8577d-3fb7-568b-a037-1fc1ccf964af with scrape type 2
2026-03-29 22:13:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cf8577d-3fb7-568b-a037-1fc1ccf964af, identifier: 7010064auction111139
2026-03-29 22:13:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cf8577d-3fb7-568b-a037-1fc1ccf964af with identifier: 7010064auction111139
2026-03-29 22:13:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cf8577d-3fb7-568b-a037-1fc1ccf964af with identifier: 7010064auction111139
2026-03-29 22:13:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cf8577d-3fb7-568b-a037-1fc1ccf964af with identifier: 7010064auction111139 to the API
2026-03-29 22:13:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010064>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Other',
'id': '7cf8577d-3fb7-568b-a037-1fc1ccf964af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010064',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 44409,
'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 CLA CLA 250 e Business Solution 4d',
'transmission': 'automatic',
'trim': '-Benz CLA e Business Solution 4d',
'vin': None,
'year': 2022}
2026-03-29 22:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010064auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:13 [ecarstrade.be] INFO: Saving data for 7010064auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625752.233185, 'last_price_update_time': 1774822393.845867}
2026-03-29 22:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010064auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010060> (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-29 22:13:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010061> (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-29 22:13:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:13 [ecarstrade.be] INFO: Extracting details for car 7010060auction111139
2026-03-29 22:13:13 [ecarstrade.be] INFO: Extracting details for car 7010061auction111139
2026-03-29 22:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8733f309-c811-5f8a-8889-542d74aad335 with identifier: 7010060auction111139
2026-03-29 22:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8733f309-c811-5f8a-8889-542d74aad335 with scrape type 2
2026-03-29 22:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8733f309-c811-5f8a-8889-542d74aad335 with scrape type 2
2026-03-29 22:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8733f309-c811-5f8a-8889-542d74aad335, identifier: 7010060auction111139
2026-03-29 22:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc65d395-97ea-541e-b77a-6860dfee7a07 with identifier: 7010061auction111139
2026-03-29 22:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc65d395-97ea-541e-b77a-6860dfee7a07 with scrape type 2
2026-03-29 22:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc65d395-97ea-541e-b77a-6860dfee7a07 with scrape type 2
2026-03-29 22:13:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc65d395-97ea-541e-b77a-6860dfee7a07, identifier: 7010061auction111139
2026-03-29 22:13:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8733f309-c811-5f8a-8889-542d74aad335 with identifier: 7010060auction111139
2026-03-29 22:13:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8733f309-c811-5f8a-8889-542d74aad335 with identifier: 7010060auction111139
2026-03-29 22:13:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8733f309-c811-5f8a-8889-542d74aad335 with identifier: 7010060auction111139 to the API
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010060>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '8733f309-c811-5f8a-8889-542d74aad335',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010060',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 56707,
'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': 'Mercedes-Benz CLA CLA 180 d Business Solution Aut. 4d',
'transmission': 'automatic',
'trim': '-Benz CLA d Business Solution Aut. 4d',
'vin': None,
'year': 2021}
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010060auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:14 [ecarstrade.be] INFO: Saving data for 7010060auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625749.478006, 'last_price_update_time': 1774822394.442393}
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010060auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc65d395-97ea-541e-b77a-6860dfee7a07 with identifier: 7010061auction111139
2026-03-29 22:13:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc65d395-97ea-541e-b77a-6860dfee7a07 with identifier: 7010061auction111139
2026-03-29 22:13:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc65d395-97ea-541e-b77a-6860dfee7a07 with identifier: 7010061auction111139 to the API
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010061>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'bc65d395-97ea-541e-b77a-6860dfee7a07',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010061',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLA 180',
'odometer': 36272,
'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 GLA GLA 180 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLA d Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010061auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:14 [ecarstrade.be] INFO: Saving data for 7010061auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625751.149097, 'last_price_update_time': 1774822394.734061}
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010061auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010058> (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-29 22:13:15 [ecarstrade.be] INFO: Extracting details for car 7010058auction111139
2026-03-29 22:13:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acea9a33-0ae5-5f14-b296-1f4bc7ca1ab4 with identifier: 7010058auction111139
2026-03-29 22:13:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acea9a33-0ae5-5f14-b296-1f4bc7ca1ab4 with scrape type 2
2026-03-29 22:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item acea9a33-0ae5-5f14-b296-1f4bc7ca1ab4 with scrape type 2
2026-03-29 22:13:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acea9a33-0ae5-5f14-b296-1f4bc7ca1ab4, identifier: 7010058auction111139
2026-03-29 22:13:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acea9a33-0ae5-5f14-b296-1f4bc7ca1ab4 with identifier: 7010058auction111139
2026-03-29 22:13:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acea9a33-0ae5-5f14-b296-1f4bc7ca1ab4 with identifier: 7010058auction111139
2026-03-29 22:13:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acea9a33-0ae5-5f14-b296-1f4bc7ca1ab4 with identifier: 7010058auction111139 to the API
2026-03-29 22:13:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010058>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'acea9a33-0ae5-5f14-b296-1f4bc7ca1ab4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010058',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 94206,
'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': 'Mercedes-Benz A-Klasse Limousine A 180d Business Solution Aut. 4d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse Limousine d Business Solution Aut. 4d',
'vin': None,
'year': 2021}
2026-03-29 22:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010058auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:15 [ecarstrade.be] INFO: Saving data for 7010058auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625781.336632, 'last_price_update_time': 1774822395.837214}
2026-03-29 22:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010058auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010059> (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-29 22:13:15 [ecarstrade.be] INFO: Extracting details for car 7010059auction111139
2026-03-29 22:13:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 105d2ea3-a0bb-57c9-bf0f-5af02a938c91 with identifier: 7010059auction111139
2026-03-29 22:13:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 105d2ea3-a0bb-57c9-bf0f-5af02a938c91 with scrape type 2
2026-03-29 22:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 105d2ea3-a0bb-57c9-bf0f-5af02a938c91 with scrape type 2
2026-03-29 22:13:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 105d2ea3-a0bb-57c9-bf0f-5af02a938c91, identifier: 7010059auction111139
2026-03-29 22:13:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 105d2ea3-a0bb-57c9-bf0f-5af02a938c91 with identifier: 7010059auction111139
2026-03-29 22:13:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 105d2ea3-a0bb-57c9-bf0f-5af02a938c91 with identifier: 7010059auction111139
2026-03-29 22:13:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 105d2ea3-a0bb-57c9-bf0f-5af02a938c91 with identifier: 7010059auction111139 to the API
2026-03-29 22:13:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010059>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '105d2ea3-a0bb-57c9-bf0f-5af02a938c91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010059',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 122228,
'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': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 110 TOURER SWB DSL - 2022 1.5 CDI 95hp 110 A1 '
'Pro S/S (EU6d) 5d',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 110 TOURER SWB DSL - 2022 1.5 CDI 95hp 110 A1 '
'Pro S/S (EU6d) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010059auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:16 [ecarstrade.be] INFO: Saving data for 7010059auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625758.962056, 'last_price_update_time': 1774822396.3285}
2026-03-29 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010059auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010054> (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-29 22:13:17 [ecarstrade.be] INFO: Extracting details for car 7010054auction111139
2026-03-29 22:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: def3ebce-ee80-591a-805e-b0537ed9fa0a with identifier: 7010054auction111139
2026-03-29 22:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item def3ebce-ee80-591a-805e-b0537ed9fa0a with scrape type 2
2026-03-29 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item def3ebce-ee80-591a-805e-b0537ed9fa0a with scrape type 2
2026-03-29 22:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: def3ebce-ee80-591a-805e-b0537ed9fa0a, identifier: 7010054auction111139
2026-03-29 22:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: def3ebce-ee80-591a-805e-b0537ed9fa0a with identifier: 7010054auction111139
2026-03-29 22:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: def3ebce-ee80-591a-805e-b0537ed9fa0a with identifier: 7010054auction111139
2026-03-29 22:13:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: def3ebce-ee80-591a-805e-b0537ed9fa0a with identifier: 7010054auction111139 to the API
2026-03-29 22:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010054>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'def3ebce-ee80-591a-805e-b0537ed9fa0a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010054',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Lexus',
'model': 'NX 300',
'odometer': 93203,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Lexus NX NX 300h Business Line 5d',
'transmission': 'automatic',
'trim': 'NX h Business Line 5d',
'vin': None,
'year': 2019}
2026-03-29 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010054auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:17 [ecarstrade.be] INFO: Saving data for 7010054auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625794.499656, 'last_price_update_time': 1774822397.59862}
2026-03-29 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010054auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010055> (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-29 22:13:17 [ecarstrade.be] INFO: Extracting details for car 7010055auction111139
2026-03-29 22:13:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8eba66a-8da7-5de2-bfcb-d1383baf22d2 with identifier: 7010055auction111139
2026-03-29 22:13:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8eba66a-8da7-5de2-bfcb-d1383baf22d2 with scrape type 2
2026-03-29 22:13:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f8eba66a-8da7-5de2-bfcb-d1383baf22d2 with scrape type 2
2026-03-29 22:13:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8eba66a-8da7-5de2-bfcb-d1383baf22d2, identifier: 7010055auction111139
2026-03-29 22:13:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8eba66a-8da7-5de2-bfcb-d1383baf22d2 with identifier: 7010055auction111139
2026-03-29 22:13:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8eba66a-8da7-5de2-bfcb-d1383baf22d2 with identifier: 7010055auction111139
2026-03-29 22:13:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8eba66a-8da7-5de2-bfcb-d1383baf22d2 with identifier: 7010055auction111139 to the API
2026-03-29 22:13:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010055>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'f8eba66a-8da7-5de2-bfcb-d1383baf22d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010055',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 105014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 GDi ISG Feel 2WD 6M/T 5d',
'transmission': 'manual',
'trim': '1.6 GDi ISG Feel 2WD 6M/T 5d',
'vin': None,
'year': 2019}
2026-03-29 22:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010055auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:18 [ecarstrade.be] INFO: Saving data for 7010055auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625793.613117, 'last_price_update_time': 1774822398.071772}
2026-03-29 22:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010055auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010053> (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-29 22:13:18 [ecarstrade.be] INFO: Extracting details for car 7010053auction111139
2026-03-29 22:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 478c5d95-712c-5e38-af6c-8765f48f497d with identifier: 7010053auction111139
2026-03-29 22:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 478c5d95-712c-5e38-af6c-8765f48f497d with scrape type 2
2026-03-29 22:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 478c5d95-712c-5e38-af6c-8765f48f497d with scrape type 2
2026-03-29 22:13:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 478c5d95-712c-5e38-af6c-8765f48f497d, identifier: 7010053auction111139
2026-03-29 22:13:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 478c5d95-712c-5e38-af6c-8765f48f497d with identifier: 7010053auction111139
2026-03-29 22:13:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 478c5d95-712c-5e38-af6c-8765f48f497d with identifier: 7010053auction111139
2026-03-29 22:13:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 478c5d95-712c-5e38-af6c-8765f48f497d with identifier: 7010053auction111139 to the API
2026-03-29 22:13:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010053>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '478c5d95-712c-5e38-af6c-8765f48f497d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010053',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 110083,
'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': 'Ford Kuga 2.5i PHEV Aut. 165kW Titanium 5d',
'transmission': 'automatic',
'trim': '2.5i PHEV Aut. 165kW Titanium 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010053auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Saving data for 7010053auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625674.482477, 'last_price_update_time': 1774822399.096153}
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010053auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:19 [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-29 22:13:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010074auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010074auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010074auction111139: 2
2026-03-29 22:13:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010076auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010076auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010076auction111139: 2
2026-03-29 22:13:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010077auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010077auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010077auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010078auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010078auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010078auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010079auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010079auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010079auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010080auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010080auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010080auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010081auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010081auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010081auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010082auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010082auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010082auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010083auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010083auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010083auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010084auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010084auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010084auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010086auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010086auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010086auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010087auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010087auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010087auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010088auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010088auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010088auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010089auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010089auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010089auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010090auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010090auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010090auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010091auction111139
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010091auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:19 [ecarstrade.be] INFO: Scrape type for 7010091auction111139: 0
2026-03-29 22:13:19 [ecarstrade.be] INFO: Found listing with ID: 7010092auction111139
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010092auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:20 [ecarstrade.be] INFO: Scrape type for 7010092auction111139: 0
2026-03-29 22:13:20 [ecarstrade.be] INFO: Found listing with ID: 7010093auction111139
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010093auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:20 [ecarstrade.be] INFO: Scrape type for 7010093auction111139: 0
2026-03-29 22:13:20 [ecarstrade.be] INFO: Found listing with ID: 7010094auction111139
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010094auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:20 [ecarstrade.be] INFO: Scrape type for 7010094auction111139: 0
2026-03-29 22:13:20 [ecarstrade.be] INFO: Found listing with ID: 7010095auction111139
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010095auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:20 [ecarstrade.be] INFO: Scrape type for 7010095auction111139: 0
2026-03-29 22:13:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010045> (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-29 22:13:20 [ecarstrade.be] INFO: Extracting details for car 7010045auction111139
2026-03-29 22:13:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aab7abef-115e-5556-a7d0-cd1a5c7ab886 with identifier: 7010045auction111139
2026-03-29 22:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aab7abef-115e-5556-a7d0-cd1a5c7ab886 with scrape type 2
2026-03-29 22:13:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aab7abef-115e-5556-a7d0-cd1a5c7ab886 with scrape type 2
2026-03-29 22:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aab7abef-115e-5556-a7d0-cd1a5c7ab886, identifier: 7010045auction111139
2026-03-29 22:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aab7abef-115e-5556-a7d0-cd1a5c7ab886 with identifier: 7010045auction111139
2026-03-29 22:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aab7abef-115e-5556-a7d0-cd1a5c7ab886 with identifier: 7010045auction111139
2026-03-29 22:13:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aab7abef-115e-5556-a7d0-cd1a5c7ab886 with identifier: 7010045auction111139 to the API
2026-03-29 22:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010045>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aab7abef-115e-5556-a7d0-cd1a5c7ab886',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010045',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 66509,
'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': 'CUPRA Formentor 1.4 e-HYBRID DSG VZ 5d',
'transmission': 'automatic',
'trim': 'CUPRA 1.4 e-HYBRID DSG VZ 5d',
'vin': None,
'year': 2023}
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010045auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:21 [ecarstrade.be] INFO: Saving data for 7010045auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625697.492657, 'last_price_update_time': 1774822401.139462}
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010045auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010046> (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-29 22:13:21 [ecarstrade.be] INFO: Extracting details for car 7010046auction111139
2026-03-29 22:13:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8ef34b9-1d27-5ddc-acd1-9bc78a695f82 with identifier: 7010046auction111139
2026-03-29 22:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8ef34b9-1d27-5ddc-acd1-9bc78a695f82 with scrape type 2
2026-03-29 22:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d8ef34b9-1d27-5ddc-acd1-9bc78a695f82 with scrape type 2
2026-03-29 22:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8ef34b9-1d27-5ddc-acd1-9bc78a695f82, identifier: 7010046auction111139
2026-03-29 22:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8ef34b9-1d27-5ddc-acd1-9bc78a695f82 with identifier: 7010046auction111139
2026-03-29 22:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8ef34b9-1d27-5ddc-acd1-9bc78a695f82 with identifier: 7010046auction111139
2026-03-29 22:13:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8ef34b9-1d27-5ddc-acd1-9bc78a695f82 with identifier: 7010046auction111139 to the API
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010046>
{'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': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'd8ef34b9-1d27-5ddc-acd1-9bc78a695f82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010046',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X2',
'odometer': 71935,
'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': 'BMW X2 sDrive16dA 85kW DCT 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA 85kW DCT 5d',
'vin': None,
'year': 2020}
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010046auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:21 [ecarstrade.be] INFO: Saving data for 7010046auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625696.364539, 'last_price_update_time': 1774822401.707836}
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010046auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:25 [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-29 22:13:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010096auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010096auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010096auction111139: 0
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010097auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010097auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010097auction111139: 0
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010098auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010098auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010098auction111139: 2
2026-03-29 22:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010100auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010100auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010100auction111139: 2
2026-03-29 22:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010101auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010101auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010101auction111139: 2
2026-03-29 22:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010102auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010102auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010102auction111139: 2
2026-03-29 22:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010103auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010103auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010103auction111139: 2
2026-03-29 22:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010105auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010105auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010105auction111139: 2
2026-03-29 22:13:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010106auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010106auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010106auction111139: 2
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010107auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010107auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010107auction111139: 2
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010109auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010109auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010109auction111139: 2
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010110auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010110auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010110auction111139: 2
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010111auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010111auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:25 [ecarstrade.be] INFO: Scrape type for 7010111auction111139: 2
2026-03-29 22:13:25 [ecarstrade.be] INFO: Found listing with ID: 7010113auction111139
2026-03-29 22:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010113auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:26 [ecarstrade.be] INFO: Scrape type for 7010113auction111139: 2
2026-03-29 22:13:26 [ecarstrade.be] INFO: Found listing with ID: 6961345auction61871
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961345auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:26 [ecarstrade.be] INFO: Scrape type for 6961345auction61871: 2
2026-03-29 22:13:26 [ecarstrade.be] INFO: Found listing with ID: 6961346auction61871
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961346auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:26 [ecarstrade.be] INFO: Scrape type for 6961346auction61871: 2
2026-03-29 22:13:26 [ecarstrade.be] INFO: Found listing with ID: 6961344auction61871
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961344auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:26 [ecarstrade.be] INFO: Scrape type for 6961344auction61871: 2
2026-03-29 22:13:26 [ecarstrade.be] INFO: Found listing with ID: 6958102auction61871
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958102auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:26 [ecarstrade.be] INFO: Scrape type for 6958102auction61871: 2
2026-03-29 22:13:26 [ecarstrade.be] INFO: Found listing with ID: 6958098auction61871
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958098auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:26 [ecarstrade.be] INFO: Scrape type for 6958098auction61871: 2
2026-03-29 22:13:26 [ecarstrade.be] INFO: Found listing with ID: 6961334auction61871
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961334auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:26 [ecarstrade.be] INFO: Scrape type for 6961334auction61871: 2
2026-03-29 22:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010074> (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-29 22:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:26 [ecarstrade.be] INFO: Extracting details for car 7010074auction111139
2026-03-29 22:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd3bd234-b360-56f6-94aa-cccc62fafc75 with identifier: 7010074auction111139
2026-03-29 22:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd3bd234-b360-56f6-94aa-cccc62fafc75 with scrape type 2
2026-03-29 22:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd3bd234-b360-56f6-94aa-cccc62fafc75 with scrape type 2
2026-03-29 22:13:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd3bd234-b360-56f6-94aa-cccc62fafc75, identifier: 7010074auction111139
2026-03-29 22:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd3bd234-b360-56f6-94aa-cccc62fafc75 with identifier: 7010074auction111139
2026-03-29 22:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd3bd234-b360-56f6-94aa-cccc62fafc75 with identifier: 7010074auction111139
2026-03-29 22:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd3bd234-b360-56f6-94aa-cccc62fafc75 with identifier: 7010074auction111139 to the API
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010074>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': 'bd3bd234-b360-56f6-94aa-cccc62fafc75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010074',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 88369,
'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': 'Peugeot 2008 1.2 Puretech 74kW S&S Allure 5d',
'transmission': 'manual',
'trim': '1.2 Puretech 74kW S&S Allure 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010074auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:26 [ecarstrade.be] INFO: Saving data for 7010074auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625754.812895, 'last_price_update_time': 1774822406.697476}
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010074auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010076> (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-29 22:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:26 [ecarstrade.be] INFO: Extracting details for car 7010076auction111139
2026-03-29 22:13:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6a91bd4-2cf2-5ca8-8231-74d402b17ccd with identifier: 7010076auction111139
2026-03-29 22:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6a91bd4-2cf2-5ca8-8231-74d402b17ccd with scrape type 2
2026-03-29 22:13:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6a91bd4-2cf2-5ca8-8231-74d402b17ccd with scrape type 2
2026-03-29 22:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6a91bd4-2cf2-5ca8-8231-74d402b17ccd, identifier: 7010076auction111139
2026-03-29 22:13:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6a91bd4-2cf2-5ca8-8231-74d402b17ccd with identifier: 7010076auction111139
2026-03-29 22:13:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6a91bd4-2cf2-5ca8-8231-74d402b17ccd with identifier: 7010076auction111139
2026-03-29 22:13:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6a91bd4-2cf2-5ca8-8231-74d402b17ccd with identifier: 7010076auction111139 to the API
2026-03-29 22:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010076>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e6a91bd4-2cf2-5ca8-8231-74d402b17ccd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010076',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 65032,
'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': "Peugeot, 3008 FL'20 PHEV, Peugeot 3008 Hybrid 225 e-Auto8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20 PHEV, Hybrid 225 e-Auto8 GT 5d",
'vin': None,
'year': 2022}
2026-03-29 22:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010076auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:27 [ecarstrade.be] INFO: Saving data for 7010076auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625698.679095, 'last_price_update_time': 1774822407.344963}
2026-03-29 22:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010076auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010098> (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-29 22:13:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:31 [ecarstrade.be] INFO: Extracting details for car 7010098auction111139
2026-03-29 22:13:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78b1f41a-3b4a-51e1-83b3-a4119449cf3e with identifier: 7010098auction111139
2026-03-29 22:13:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78b1f41a-3b4a-51e1-83b3-a4119449cf3e with scrape type 2
2026-03-29 22:13:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78b1f41a-3b4a-51e1-83b3-a4119449cf3e with scrape type 2
2026-03-29 22:13:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78b1f41a-3b4a-51e1-83b3-a4119449cf3e, identifier: 7010098auction111139
2026-03-29 22:13:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78b1f41a-3b4a-51e1-83b3-a4119449cf3e with identifier: 7010098auction111139
2026-03-29 22:13:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78b1f41a-3b4a-51e1-83b3-a4119449cf3e with identifier: 7010098auction111139
2026-03-29 22:13:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78b1f41a-3b4a-51e1-83b3-a4119449cf3e with identifier: 7010098auction111139 to the API
2026-03-29 22:13:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010098>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '78b1f41a-3b4a-51e1-83b3-a4119449cf3e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010098',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 126530,
'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': 'Toyota RAV4 2.5 VVT-i Hybrid Dynamic Business E-CVT 5d',
'transmission': 'automatic',
'trim': 'RAV4 2.5 VVT-i Hybrid Dynamic Business E-CVT 5d',
'vin': None,
'year': 2020}
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010098auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:32 [ecarstrade.be] INFO: Saving data for 7010098auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774626233.230547, 'last_price_update_time': 1774822412.133686}
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010098auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010101> (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-29 22:13:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:32 [ecarstrade.be] INFO: Extracting details for car 7010101auction111139
2026-03-29 22:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9900d602-7312-53f0-87ab-8cbd6d85174d with identifier: 7010101auction111139
2026-03-29 22:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9900d602-7312-53f0-87ab-8cbd6d85174d with scrape type 2
2026-03-29 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9900d602-7312-53f0-87ab-8cbd6d85174d with scrape type 2
2026-03-29 22:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9900d602-7312-53f0-87ab-8cbd6d85174d, identifier: 7010101auction111139
2026-03-29 22:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9900d602-7312-53f0-87ab-8cbd6d85174d with identifier: 7010101auction111139
2026-03-29 22:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9900d602-7312-53f0-87ab-8cbd6d85174d with identifier: 7010101auction111139
2026-03-29 22:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9900d602-7312-53f0-87ab-8cbd6d85174d with identifier: 7010101auction111139 to the API
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010101>
{'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-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '9900d602-7312-53f0-87ab-8cbd6d85174d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010101',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 146245,
'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': 'Volkswagen Golf Variant VIII 1.0 eTSI 81kW DSG Life 5d',
'transmission': 'automatic',
'trim': 'Variant VIII 1.0 eTSI 81kW DSG Life 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010101auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:32 [ecarstrade.be] INFO: Saving data for 7010101auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625956.338965, 'last_price_update_time': 1774822412.62967}
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010101auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010105> (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-29 22:13:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010102> (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-29 22:13:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:32 [ecarstrade.be] INFO: Extracting details for car 7010105auction111139
2026-03-29 22:13:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2fae98c-ba72-571c-a69b-c9b07f835183 with identifier: 7010105auction111139
2026-03-29 22:13:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2fae98c-ba72-571c-a69b-c9b07f835183 with scrape type 2
2026-03-29 22:13:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2fae98c-ba72-571c-a69b-c9b07f835183 with scrape type 2
2026-03-29 22:13:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2fae98c-ba72-571c-a69b-c9b07f835183, identifier: 7010105auction111139
2026-03-29 22:13:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2fae98c-ba72-571c-a69b-c9b07f835183 with identifier: 7010105auction111139
2026-03-29 22:13:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2fae98c-ba72-571c-a69b-c9b07f835183 with identifier: 7010105auction111139
2026-03-29 22:13:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2fae98c-ba72-571c-a69b-c9b07f835183 with identifier: 7010105auction111139 to the API
2026-03-29 22:13:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010105>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'c2fae98c-ba72-571c-a69b-c9b07f835183',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010105',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 61628,
'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': 'Volkswagen Golf VII 1.6 TDi Trendline 5d',
'transmission': 'manual',
'trim': 'VII 1.6 TDi Trendline 5d',
'vin': None,
'year': 2020}
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010105auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:33 [ecarstrade.be] INFO: Saving data for 7010105auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625967.638258, 'last_price_update_time': 1774822413.138311}
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010105auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:33 [ecarstrade.be] INFO: Extracting details for car 7010102auction111139
2026-03-29 22:13:33 [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-29 22:13:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5589f98c-441c-5104-a5c2-42c85906de03 with identifier: 7010102auction111139
2026-03-29 22:13:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5589f98c-441c-5104-a5c2-42c85906de03 with scrape type 2
2026-03-29 22:13:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5589f98c-441c-5104-a5c2-42c85906de03 with scrape type 2
2026-03-29 22:13:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5589f98c-441c-5104-a5c2-42c85906de03, identifier: 7010102auction111139
2026-03-29 22:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5589f98c-441c-5104-a5c2-42c85906de03 with identifier: 7010102auction111139
2026-03-29 22:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5589f98c-441c-5104-a5c2-42c85906de03 with identifier: 7010102auction111139
2026-03-29 22:13:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5589f98c-441c-5104-a5c2-42c85906de03 with identifier: 7010102auction111139 to the API
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010102>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '5589f98c-441c-5104-a5c2-42c85906de03',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010102',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 115310,
'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': 'Volkswagen Passat Variant 1.4 TSI DSG6 GTE Business 5d',
'transmission': 'automatic',
'trim': '1.4 TSI DSG6 GTE Business 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010102auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:33 [ecarstrade.be] INFO: Saving data for 7010102auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625955.292726, 'last_price_update_time': 1774822413.557225}
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010102auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010103> (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-29 22:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010100> (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-29 22:13:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:13:33 [ecarstrade.be] INFO: Found listing with ID: 6958100auction61871
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958100auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:33 [ecarstrade.be] INFO: Scrape type for 6958100auction61871: 2
2026-03-29 22:13:33 [ecarstrade.be] INFO: Found listing with ID: 6961335auction61871
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961335auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:33 [ecarstrade.be] INFO: Scrape type for 6961335auction61871: 2
2026-03-29 22:13:33 [ecarstrade.be] INFO: Found listing with ID: 6962789auction61871
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962789auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:33 [ecarstrade.be] INFO: Scrape type for 6962789auction61871: 2
2026-03-29 22:13:33 [ecarstrade.be] INFO: Found listing with ID: 6958094auction61871
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958094auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:33 [ecarstrade.be] INFO: Scrape type for 6958094auction61871: 2
2026-03-29 22:13:33 [ecarstrade.be] INFO: Extracting details for car 7010103auction111139
2026-03-29 22:13:33 [ecarstrade.be] INFO: Extracting details for car 7010100auction111139
2026-03-29 22:13:33 [ecarstrade.be] INFO: Found listing with ID: 6961331auction61871
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961331auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:33 [ecarstrade.be] INFO: Scrape type for 6961331auction61871: 2
2026-03-29 22:13:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0bd84b9-3b2e-5a1b-a78b-7dec4cbb8d1c with identifier: 7010103auction111139
2026-03-29 22:13:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0bd84b9-3b2e-5a1b-a78b-7dec4cbb8d1c with scrape type 2
2026-03-29 22:13:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0bd84b9-3b2e-5a1b-a78b-7dec4cbb8d1c with scrape type 2
2026-03-29 22:13:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0bd84b9-3b2e-5a1b-a78b-7dec4cbb8d1c, identifier: 7010103auction111139
2026-03-29 22:13:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10e04e3e-f79c-5a94-841f-6724dcdb54b1 with identifier: 7010100auction111139
2026-03-29 22:13:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10e04e3e-f79c-5a94-841f-6724dcdb54b1 with scrape type 2
2026-03-29 22:13:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10e04e3e-f79c-5a94-841f-6724dcdb54b1 with scrape type 2
2026-03-29 22:13:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10e04e3e-f79c-5a94-841f-6724dcdb54b1, identifier: 7010100auction111139
2026-03-29 22:13:33 [ecarstrade.be] INFO: Found listing with ID: 6961332auction61871
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961332auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:33 [ecarstrade.be] INFO: Scrape type for 6961332auction61871: 2
2026-03-29 22:13:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010106> (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-29 22:13:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0bd84b9-3b2e-5a1b-a78b-7dec4cbb8d1c with identifier: 7010103auction111139
2026-03-29 22:13:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0bd84b9-3b2e-5a1b-a78b-7dec4cbb8d1c with identifier: 7010103auction111139
2026-03-29 22:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0bd84b9-3b2e-5a1b-a78b-7dec4cbb8d1c with identifier: 7010103auction111139 to the API
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010103>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': 'f0bd84b9-3b2e-5a1b-a78b-7dec4cbb8d1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010103',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 86384,
'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': 2,
'seller_name': None,
'title': 'VOLKSWAGEN CADDY VAN DIESEL - 2021 2.0 TDi 102 5d',
'transmission': 'manual',
'trim': 'VOLKSWAGEN CADDY VAN DIESEL - 2021 2.0 TDi 102 5d',
'vin': None,
'year': 2023}
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010103auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:34 [ecarstrade.be] INFO: Saving data for 7010103auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625890.191716, 'last_price_update_time': 1774822414.234918}
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010103auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10e04e3e-f79c-5a94-841f-6724dcdb54b1 with identifier: 7010100auction111139
2026-03-29 22:13:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10e04e3e-f79c-5a94-841f-6724dcdb54b1 with identifier: 7010100auction111139
2026-03-29 22:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10e04e3e-f79c-5a94-841f-6724dcdb54b1 with identifier: 7010100auction111139 to the API
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010100>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '10e04e3e-f79c-5a94-841f-6724dcdb54b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010100',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 79142,
'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': "VW, Golf VIII '20, Volkswagen Golf VIII 1.0 eTSI 81kW Life Business "
'D',
'transmission': 'automatic',
'trim': "VW, VIII '20, VIII 1.0 eTSI 81kW Life Business D",
'vin': None,
'year': 2023}
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010100auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:34 [ecarstrade.be] INFO: Saving data for 7010100auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625964.858726, 'last_price_update_time': 1774822414.540965}
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010100auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:34 [ecarstrade.be] INFO: Extracting details for car 7010106auction111139
2026-03-29 22:13:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:34 [ecarstrade.be] INFO: Found listing with ID: 6958096auction61871
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958096auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:34 [ecarstrade.be] INFO: Scrape type for 6958096auction61871: 2
2026-03-29 22:13:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71b47ff9-e493-5ce6-93b3-34dcd527c58e with identifier: 7010106auction111139
2026-03-29 22:13:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71b47ff9-e493-5ce6-93b3-34dcd527c58e with scrape type 2
2026-03-29 22:13:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 71b47ff9-e493-5ce6-93b3-34dcd527c58e with scrape type 2
2026-03-29 22:13:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71b47ff9-e493-5ce6-93b3-34dcd527c58e, identifier: 7010106auction111139
2026-03-29 22:13:34 [ecarstrade.be] INFO: Found listing with ID: 6961328auction61871
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961328auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:34 [ecarstrade.be] INFO: Scrape type for 6961328auction61871: 2
2026-03-29 22:13:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71b47ff9-e493-5ce6-93b3-34dcd527c58e with identifier: 7010106auction111139
2026-03-29 22:13:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71b47ff9-e493-5ce6-93b3-34dcd527c58e with identifier: 7010106auction111139
2026-03-29 22:13:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71b47ff9-e493-5ce6-93b3-34dcd527c58e with identifier: 7010106auction111139 to the API
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010106>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '71b47ff9-e493-5ce6-93b3-34dcd527c58e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010106',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 110746,
'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': 'Volkswagen T-Roc 1.5 TSI Life Business DSG 5d',
'transmission': 'automatic',
'trim': '1.5 TSI Life Business DSG 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010106auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:34 [ecarstrade.be] INFO: Saving data for 7010106auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625891.487047, 'last_price_update_time': 1774822414.966792}
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010106auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:34 [ecarstrade.be] INFO: Found listing with ID: 6958093auction61871
2026-03-29 22:13:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958093auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6958093auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6961330auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961330auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6961330auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6961333auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961333auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6961333auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6961323auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961323auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6961323auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6961325auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961325auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6961325auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6961326auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961326auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6961326auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6958087auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958087auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6958087auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6961322auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961322auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6961322auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6961321auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961321auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6961321auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6958085auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958085auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6958085auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6961319auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961319auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6961319auction61871: 2
2026-03-29 22:13:35 [ecarstrade.be] INFO: Found listing with ID: 6958083auction61871
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958083auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:35 [ecarstrade.be] INFO: Scrape type for 6958083auction61871: 2
2026-03-29 22:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010107> (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-29 22:13:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:38 [ecarstrade.be] INFO: Extracting details for car 7010107auction111139
2026-03-29 22:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79e6bdd7-98a9-5f35-b7b7-d1f28ce14139 with identifier: 7010107auction111139
2026-03-29 22:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79e6bdd7-98a9-5f35-b7b7-d1f28ce14139 with scrape type 2
2026-03-29 22:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79e6bdd7-98a9-5f35-b7b7-d1f28ce14139 with scrape type 2
2026-03-29 22:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79e6bdd7-98a9-5f35-b7b7-d1f28ce14139, identifier: 7010107auction111139
2026-03-29 22:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79e6bdd7-98a9-5f35-b7b7-d1f28ce14139 with identifier: 7010107auction111139
2026-03-29 22:13:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79e6bdd7-98a9-5f35-b7b7-d1f28ce14139 with identifier: 7010107auction111139
2026-03-29 22:13:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79e6bdd7-98a9-5f35-b7b7-d1f28ce14139 with identifier: 7010107auction111139 to the API
2026-03-29 22:13:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010107>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '79e6bdd7-98a9-5f35-b7b7-d1f28ce14139',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010107',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'V60',
'odometer': 137259,
'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': "Volvo, V60 '18, Volvo V60 D3 Momentum Pro 5d",
'transmission': 'manual',
'trim': ", '18, D3 Momentum Pro 5d",
'vin': None,
'year': 2020}
2026-03-29 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010107auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:38 [ecarstrade.be] INFO: Saving data for 7010107auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625935.045076, 'last_price_update_time': 1774822418.969438}
2026-03-29 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010107auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010109> (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-29 22:13:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:39 [ecarstrade.be] INFO: Extracting details for car 7010109auction111139
2026-03-29 22:13:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3b35e85-5778-5c24-8a06-e44c38267f8a with identifier: 7010109auction111139
2026-03-29 22:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3b35e85-5778-5c24-8a06-e44c38267f8a with scrape type 2
2026-03-29 22:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3b35e85-5778-5c24-8a06-e44c38267f8a with scrape type 2
2026-03-29 22:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3b35e85-5778-5c24-8a06-e44c38267f8a, identifier: 7010109auction111139
2026-03-29 22:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3b35e85-5778-5c24-8a06-e44c38267f8a with identifier: 7010109auction111139
2026-03-29 22:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3b35e85-5778-5c24-8a06-e44c38267f8a with identifier: 7010109auction111139
2026-03-29 22:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3b35e85-5778-5c24-8a06-e44c38267f8a with identifier: 7010109auction111139 to the API
2026-03-29 22:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010109>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b3b35e85-5778-5c24-8a06-e44c38267f8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010109',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 68976,
'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': 5,
'seller_name': None,
'title': "Volvo, XC40 '17, Volvo XC40 T5 Twin Engine Momentum Pro 5d",
'transmission': 'automatic',
'trim': ", '17, T5 Twin Engine Momentum Pro 5d",
'vin': None,
'year': 2020}
2026-03-29 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010109auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:39 [ecarstrade.be] INFO: Saving data for 7010109auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625894.817248, 'last_price_update_time': 1774822419.583968}
2026-03-29 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010109auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010111> (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-29 22:13:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:39 [ecarstrade.be] INFO: Extracting details for car 7010111auction111139
2026-03-29 22:13:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382392f4-e78f-5c4a-9411-56169cb3a129 with identifier: 7010111auction111139
2026-03-29 22:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382392f4-e78f-5c4a-9411-56169cb3a129 with scrape type 2
2026-03-29 22:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 382392f4-e78f-5c4a-9411-56169cb3a129 with scrape type 2
2026-03-29 22:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 382392f4-e78f-5c4a-9411-56169cb3a129, identifier: 7010111auction111139
2026-03-29 22:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 382392f4-e78f-5c4a-9411-56169cb3a129 with identifier: 7010111auction111139
2026-03-29 22:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 382392f4-e78f-5c4a-9411-56169cb3a129 with identifier: 7010111auction111139
2026-03-29 22:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 382392f4-e78f-5c4a-9411-56169cb3a129 with identifier: 7010111auction111139 to the API
2026-03-29 22:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010111>
{'auction_title': '',
'c_o_2_emission_value': 56,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '382392f4-e78f-5c4a-9411-56169cb3a129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010111',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 34353,
'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': 'VOLVO XC60 - 2021 2.0 T6 253 PHEV AWD Inscription 5d',
'transmission': 'automatic',
'trim': 'VOLVO - 2021 2.0 T6 253 PHEV AWD Inscription 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010111auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:40 [ecarstrade.be] INFO: Saving data for 7010111auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625894.232845, 'last_price_update_time': 1774822420.105072}
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010111auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010113> (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-29 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961345> (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-29 22:13:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010110> (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-29 22:13:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:40 [ecarstrade.be] INFO: Extracting details for car 7010113auction111139
2026-03-29 22:13:40 [ecarstrade.be] INFO: Extracting details for car 6961345auction61871
2026-03-29 22:13:40 [ecarstrade.be] INFO: Extracting details for car 7010110auction111139
2026-03-29 22:13:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c449e62-b16a-5bd6-99aa-c47aee9af3d0 with identifier: 7010113auction111139
2026-03-29 22:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c449e62-b16a-5bd6-99aa-c47aee9af3d0 with scrape type 2
2026-03-29 22:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c449e62-b16a-5bd6-99aa-c47aee9af3d0 with scrape type 2
2026-03-29 22:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c449e62-b16a-5bd6-99aa-c47aee9af3d0, identifier: 7010113auction111139
2026-03-29 22:13:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c547734-036d-549c-b0e7-8265a3acc2d7 with identifier: 6961345auction61871
2026-03-29 22:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c547734-036d-549c-b0e7-8265a3acc2d7 with scrape type 2
2026-03-29 22:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5c547734-036d-549c-b0e7-8265a3acc2d7 with scrape type 2
2026-03-29 22:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c547734-036d-549c-b0e7-8265a3acc2d7, identifier: 6961345auction61871
2026-03-29 22:13:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 30f094c7-e81e-5d83-af1f-218f68cae995 with identifier: 7010110auction111139
2026-03-29 22:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 30f094c7-e81e-5d83-af1f-218f68cae995 with scrape type 2
2026-03-29 22:13:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 30f094c7-e81e-5d83-af1f-218f68cae995 with scrape type 2
2026-03-29 22:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 30f094c7-e81e-5d83-af1f-218f68cae995, identifier: 7010110auction111139
2026-03-29 22:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c449e62-b16a-5bd6-99aa-c47aee9af3d0 with identifier: 7010113auction111139
2026-03-29 22:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c449e62-b16a-5bd6-99aa-c47aee9af3d0 with identifier: 7010113auction111139
2026-03-29 22:13:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c449e62-b16a-5bd6-99aa-c47aee9af3d0 with identifier: 7010113auction111139 to the API
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010113>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Petrol',
'id': '4c449e62-b16a-5bd6-99aa-c47aee9af3d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010113',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 97869,
'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': 'Volvo XC40 T2 Momentum Core 5d',
'transmission': 'manual',
'trim': 'T2 Momentum Core 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010113auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:40 [ecarstrade.be] INFO: Saving data for 7010113auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625892.380917, 'last_price_update_time': 1774822420.815831}
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010113auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c547734-036d-549c-b0e7-8265a3acc2d7 with identifier: 6961345auction61871
2026-03-29 22:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c547734-036d-549c-b0e7-8265a3acc2d7 with identifier: 6961345auction61871
2026-03-29 22:13:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c547734-036d-549c-b0e7-8265a3acc2d7 with identifier: 6961345auction61871 to the API
2026-03-29 22:13:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961345>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5c547734-036d-549c-b0e7-8265a3acc2d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961345',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 58051,
'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-29 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961345auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:41 [ecarstrade.be] INFO: Saving data for 6961345auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773408788.833499, 'last_price_update_time': 1774822421.151893}
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961345auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 30f094c7-e81e-5d83-af1f-218f68cae995 with identifier: 7010110auction111139
2026-03-29 22:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 30f094c7-e81e-5d83-af1f-218f68cae995 with identifier: 7010110auction111139
2026-03-29 22:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 30f094c7-e81e-5d83-af1f-218f68cae995 with identifier: 7010110auction111139 to the API
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7010110>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T15:30:00Z',
'fuel_type': 'Diesel',
'id': '30f094c7-e81e-5d83-af1f-218f68cae995',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010110',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 133604,
'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': 3,
'seller_name': None,
'title': "VW, _Transporter FL'19, Volkswagen Transporter 2.0 TDi SCR BMT "
'110/150 SWB',
'transmission': 'automatic',
'trim': "VW, _Transporter FL'19, Transporter 2.0 TDi SCR BMT 110/150 SWB",
'vin': None,
'year': 2022}
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010110auction111139%27 HTTP/1.1" 200 None
2026-03-29 22:13:41 [ecarstrade.be] INFO: Saving data for 7010110auction111139: {'auction_closing_time': 1774971000.0, 'created_time': 1774625892.928622, 'last_price_update_time': 1774822421.433586}
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010110auction111139') HTTP/1.1" 204 0
2026-03-29 22:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961334> (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-29 22:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958098> (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-29 22:13:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:41 [ecarstrade.be] INFO: Extracting details for car 6961334auction61871
2026-03-29 22:13:41 [ecarstrade.be] INFO: Extracting details for car 6958098auction61871
2026-03-29 22:13:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4372c84-5dbe-5001-9f7a-345ba8f065bf with identifier: 6961334auction61871
2026-03-29 22:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4372c84-5dbe-5001-9f7a-345ba8f065bf with scrape type 2
2026-03-29 22:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4372c84-5dbe-5001-9f7a-345ba8f065bf with scrape type 2
2026-03-29 22:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4372c84-5dbe-5001-9f7a-345ba8f065bf, identifier: 6961334auction61871
2026-03-29 22:13:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b949c42d-e91b-5803-a37e-5c833972964e with identifier: 6958098auction61871
2026-03-29 22:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b949c42d-e91b-5803-a37e-5c833972964e with scrape type 2
2026-03-29 22:13:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b949c42d-e91b-5803-a37e-5c833972964e with scrape type 2
2026-03-29 22:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b949c42d-e91b-5803-a37e-5c833972964e, identifier: 6958098auction61871
2026-03-29 22:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4372c84-5dbe-5001-9f7a-345ba8f065bf with identifier: 6961334auction61871
2026-03-29 22:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4372c84-5dbe-5001-9f7a-345ba8f065bf with identifier: 6961334auction61871
2026-03-29 22:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4372c84-5dbe-5001-9f7a-345ba8f065bf with identifier: 6961334auction61871 to the API
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961334>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e4372c84-5dbe-5001-9f7a-345ba8f065bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961334',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 21477,
'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.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961334auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:42 [ecarstrade.be] INFO: Saving data for 6961334auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773416203.735039, 'last_price_update_time': 1774822422.068838}
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961334auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b949c42d-e91b-5803-a37e-5c833972964e with identifier: 6958098auction61871
2026-03-29 22:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b949c42d-e91b-5803-a37e-5c833972964e with identifier: 6958098auction61871
2026-03-29 22:13:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b949c42d-e91b-5803-a37e-5c833972964e with identifier: 6958098auction61871 to the API
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958098>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'b949c42d-e91b-5803-a37e-5c833972964e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958098',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 157082,
'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': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'vin': None,
'year': 2020}
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958098auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:42 [ecarstrade.be] INFO: Saving data for 6958098auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367685.711905, 'last_price_update_time': 1774822422.414457}
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958098auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961344> (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-29 22:13:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:45 [ecarstrade.be] INFO: Extracting details for car 6961344auction61871
2026-03-29 22:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93feb302-a40c-5368-9797-8998ce2116fc with identifier: 6961344auction61871
2026-03-29 22:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93feb302-a40c-5368-9797-8998ce2116fc with scrape type 2
2026-03-29 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93feb302-a40c-5368-9797-8998ce2116fc with scrape type 2
2026-03-29 22:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93feb302-a40c-5368-9797-8998ce2116fc, identifier: 6961344auction61871
2026-03-29 22:13:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93feb302-a40c-5368-9797-8998ce2116fc with identifier: 6961344auction61871
2026-03-29 22:13:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93feb302-a40c-5368-9797-8998ce2116fc with identifier: 6961344auction61871
2026-03-29 22:13:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93feb302-a40c-5368-9797-8998ce2116fc with identifier: 6961344auction61871 to the API
2026-03-29 22:13:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961344>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '93feb302-a40c-5368-9797-8998ce2116fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961344',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 164755,
'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': 'Skoda Superb Combi 2.0 CRTDI 110kW DSG7 Clever+ 5d',
'transmission': 'automatic',
'trim': 'Combi 2.0 CRTDI 110kW DSG7 Clever+ 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961344auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:46 [ecarstrade.be] INFO: Saving data for 6961344auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773408790.173531, 'last_price_update_time': 1774822426.416627}
2026-03-29 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961344auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961346> (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-29 22:13:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:46 [ecarstrade.be] INFO: Extracting details for car 6961346auction61871
2026-03-29 22:13:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f75bc172-3c83-5fdb-9a87-2fcf4939a805 with identifier: 6961346auction61871
2026-03-29 22:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f75bc172-3c83-5fdb-9a87-2fcf4939a805 with scrape type 2
2026-03-29 22:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f75bc172-3c83-5fdb-9a87-2fcf4939a805 with scrape type 2
2026-03-29 22:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f75bc172-3c83-5fdb-9a87-2fcf4939a805, identifier: 6961346auction61871
2026-03-29 22:13:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f75bc172-3c83-5fdb-9a87-2fcf4939a805 with identifier: 6961346auction61871
2026-03-29 22:13:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f75bc172-3c83-5fdb-9a87-2fcf4939a805 with identifier: 6961346auction61871
2026-03-29 22:13:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f75bc172-3c83-5fdb-9a87-2fcf4939a805 with identifier: 6961346auction61871 to the API
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961346>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f75bc172-3c83-5fdb-9a87-2fcf4939a805',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961346',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 132752,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961346auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Saving data for 6961346auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773408786.029498, 'last_price_update_time': 1774822427.229346}
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961346auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:47 [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-29 22:13:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6961311auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961311auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6961311auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6961312auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961312auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6961312auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6961314auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961314auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6961314auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6961315auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961315auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6961315auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958081auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958081auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958081auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958086auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958086auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958086auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6961309auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961309auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6961309auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958075auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958075auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958077auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958077auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958077auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6961307auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961307auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6961307auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958079auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958079auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958079auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6961308auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961308auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6961308auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958076auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958076auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958076auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958071auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958071auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958071auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958061auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958061auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958061auction61871: 2
2026-03-29 22:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958100> (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-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958065auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958065auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958065auction61871: 2
2026-03-29 22:13:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958072auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958072auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958072auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958066auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958066auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958066auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958068auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958068auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958068auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Found listing with ID: 6958062auction61871
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958062auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:47 [ecarstrade.be] INFO: Scrape type for 6958062auction61871: 2
2026-03-29 22:13:47 [ecarstrade.be] INFO: Extracting details for car 6958100auction61871
2026-03-29 22:13:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85428cf9-c43e-563a-8df8-5d7bb5f8dc19 with identifier: 6958100auction61871
2026-03-29 22:13:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85428cf9-c43e-563a-8df8-5d7bb5f8dc19 with scrape type 2
2026-03-29 22:13:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85428cf9-c43e-563a-8df8-5d7bb5f8dc19 with scrape type 2
2026-03-29 22:13:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85428cf9-c43e-563a-8df8-5d7bb5f8dc19, identifier: 6958100auction61871
2026-03-29 22:13:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85428cf9-c43e-563a-8df8-5d7bb5f8dc19 with identifier: 6958100auction61871
2026-03-29 22:13:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85428cf9-c43e-563a-8df8-5d7bb5f8dc19 with identifier: 6958100auction61871
2026-03-29 22:13:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85428cf9-c43e-563a-8df8-5d7bb5f8dc19 with identifier: 6958100auction61871 to the API
2026-03-29 22:13:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958100>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '85428cf9-c43e-563a-8df8-5d7bb5f8dc19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958100',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E-Class',
'odometer': 102680,
'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, E-Clas Br FL'20 PHEV, Mercedes-Benz E-Klasse Break E "
'300de Business Solu',
'transmission': 'automatic',
'trim': ", E-Clas Br FL'20 PHEV, -Benz E-Klasse Break E 300de Business Solu",
'vin': None,
'year': 2022}
2026-03-29 22:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958100auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:48 [ecarstrade.be] INFO: Saving data for 6958100auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367688.372546, 'last_price_update_time': 1774822428.192548}
2026-03-29 22:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958100auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961331> (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-29 22:13:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:48 [ecarstrade.be] INFO: Extracting details for car 6961331auction61871
2026-03-29 22:13:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8175e3b0-bc6e-5371-88cf-162b0036dd84 with identifier: 6961331auction61871
2026-03-29 22:13:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8175e3b0-bc6e-5371-88cf-162b0036dd84 with scrape type 2
2026-03-29 22:13:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8175e3b0-bc6e-5371-88cf-162b0036dd84 with scrape type 2
2026-03-29 22:13:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8175e3b0-bc6e-5371-88cf-162b0036dd84, identifier: 6961331auction61871
2026-03-29 22:13:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8175e3b0-bc6e-5371-88cf-162b0036dd84 with identifier: 6961331auction61871
2026-03-29 22:13:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8175e3b0-bc6e-5371-88cf-162b0036dd84 with identifier: 6961331auction61871
2026-03-29 22:13:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8175e3b0-bc6e-5371-88cf-162b0036dd84 with identifier: 6961331auction61871 to the API
2026-03-29 22:13:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961331>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '8175e3b0-bc6e-5371-88cf-162b0036dd84',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961331',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 54059,
'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.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-29 22:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961331auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:49 [ecarstrade.be] INFO: Saving data for 6961331auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773416743.787619, 'last_price_update_time': 1774822429.722181}
2026-03-29 22:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961331auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961335> (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-29 22:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6962789> (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-29 22:13:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958102> (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-29 22:13:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:49 [ecarstrade.be] INFO: Extracting details for car 6961335auction61871
2026-03-29 22:13:49 [ecarstrade.be] INFO: Extracting details for car 6962789auction61871
2026-03-29 22:13:49 [ecarstrade.be] INFO: Extracting details for car 6958102auction61871
2026-03-29 22:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37ca4f51-e1ee-5b52-8733-1a67501eba8f with identifier: 6961335auction61871
2026-03-29 22:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37ca4f51-e1ee-5b52-8733-1a67501eba8f with scrape type 2
2026-03-29 22:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37ca4f51-e1ee-5b52-8733-1a67501eba8f with scrape type 2
2026-03-29 22:13:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37ca4f51-e1ee-5b52-8733-1a67501eba8f, identifier: 6961335auction61871
2026-03-29 22:13:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with identifier: 6962789auction61871
2026-03-29 22:13:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with scrape type 2
2026-03-29 22:13:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with scrape type 2
2026-03-29 22:13:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9, identifier: 6962789auction61871
2026-03-29 22:13:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67d03073-2c44-5106-90fa-fd91191bee42 with identifier: 6958102auction61871
2026-03-29 22:13:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67d03073-2c44-5106-90fa-fd91191bee42 with scrape type 2
2026-03-29 22:13:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67d03073-2c44-5106-90fa-fd91191bee42 with scrape type 2
2026-03-29 22:13:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67d03073-2c44-5106-90fa-fd91191bee42, identifier: 6958102auction61871
2026-03-29 22:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37ca4f51-e1ee-5b52-8733-1a67501eba8f with identifier: 6961335auction61871
2026-03-29 22:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37ca4f51-e1ee-5b52-8733-1a67501eba8f with identifier: 6961335auction61871
2026-03-29 22:13:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37ca4f51-e1ee-5b52-8733-1a67501eba8f with identifier: 6961335auction61871 to the API
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961335>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '37ca4f51-e1ee-5b52-8733-1a67501eba8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961335',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Other',
'odometer': 109213,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961335auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:50 [ecarstrade.be] INFO: Saving data for 6961335auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773416666.859517, 'last_price_update_time': 1774822430.568425}
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961335auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with identifier: 6962789auction61871
2026-03-29 22:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with identifier: 6962789auction61871
2026-03-29 22:13:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a7ccad2-70df-5830-bb1d-54ca70feb1d9 with identifier: 6962789auction61871 to the API
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6962789>
{'auction_title': '',
'c_o_2_emission_value': 167,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '7a7ccad2-70df-5830-bb1d-54ca70feb1d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6962789',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 109929,
'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': 'Land Rover Discovery Sport D165 FWD 5d !! Technical issues rolling '
'car !!!',
'transmission': 'manual',
'trim': 'D165 FWD 5d !! Technical issues rolling car !!!',
'vin': None,
'year': 2021}
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962789auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:50 [ecarstrade.be] INFO: Saving data for 6962789auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773408789.685972, 'last_price_update_time': 1774822430.89951}
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6962789auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67d03073-2c44-5106-90fa-fd91191bee42 with identifier: 6958102auction61871
2026-03-29 22:13:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67d03073-2c44-5106-90fa-fd91191bee42 with identifier: 6958102auction61871
2026-03-29 22:13:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67d03073-2c44-5106-90fa-fd91191bee42 with identifier: 6958102auction61871 to the API
2026-03-29 22:13:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958102>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '67d03073-2c44-5106-90fa-fd91191bee42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958102',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 55042,
'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': 'Audi A3 Sportback 1.4 40 TFSI e Attraction 5d',
'transmission': 'automatic',
'trim': 'Sportback 1.4 40 TFSI e Attraction 5d',
'vin': None,
'year': 2022}
2026-03-29 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958102auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:51 [ecarstrade.be] INFO: Saving data for 6958102auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367685.135325, 'last_price_update_time': 1774822431.31544}
2026-03-29 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958102auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958083> (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-29 22:13:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:53 [ecarstrade.be] INFO: Extracting details for car 6958083auction61871
2026-03-29 22:13:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2427d6b1-be1c-5357-b019-8524daf91689 with identifier: 6958083auction61871
2026-03-29 22:13:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2427d6b1-be1c-5357-b019-8524daf91689 with scrape type 2
2026-03-29 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2427d6b1-be1c-5357-b019-8524daf91689 with scrape type 2
2026-03-29 22:13:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2427d6b1-be1c-5357-b019-8524daf91689, identifier: 6958083auction61871
2026-03-29 22:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2427d6b1-be1c-5357-b019-8524daf91689 with identifier: 6958083auction61871
2026-03-29 22:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2427d6b1-be1c-5357-b019-8524daf91689 with identifier: 6958083auction61871
2026-03-29 22:13:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2427d6b1-be1c-5357-b019-8524daf91689 with identifier: 6958083auction61871 to the API
2026-03-29 22:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958083>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '2427d6b1-be1c-5357-b019-8524daf91689',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958083',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 128419,
'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 X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958083auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:53 [ecarstrade.be] INFO: Saving data for 6958083auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367647.467623, 'last_price_update_time': 1774822433.53472}
2026-03-29 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958083auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961319> (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-29 22:13:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:53 [ecarstrade.be] INFO: Extracting details for car 6961319auction61871
2026-03-29 22:13:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 661da451-719c-55fc-888d-023cfd6c3e37 with identifier: 6961319auction61871
2026-03-29 22:13:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 661da451-719c-55fc-888d-023cfd6c3e37 with scrape type 2
2026-03-29 22:13:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 661da451-719c-55fc-888d-023cfd6c3e37 with scrape type 2
2026-03-29 22:13:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 661da451-719c-55fc-888d-023cfd6c3e37, identifier: 6961319auction61871
2026-03-29 22:13:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 661da451-719c-55fc-888d-023cfd6c3e37 with identifier: 6961319auction61871
2026-03-29 22:13:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 661da451-719c-55fc-888d-023cfd6c3e37 with identifier: 6961319auction61871
2026-03-29 22:13:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 661da451-719c-55fc-888d-023cfd6c3e37 with identifier: 6961319auction61871 to the API
2026-03-29 22:13:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961319>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '661da451-719c-55fc-888d-023cfd6c3e37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961319',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A6',
'odometer': 100147,
'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': "Audi, A6 Avant '18, Audi A6 Avant Business Edition 40 TDI S tronic "
'5d',
'transmission': 'automatic',
'trim': ", Avant '18, Avant Business Edition 40 TDI S tronic 5d",
'vin': None,
'year': 2021}
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961319auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:54 [ecarstrade.be] INFO: Saving data for 6961319auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773452678.31076, 'last_price_update_time': 1774822434.080228}
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961319auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958085> (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-29 22:13:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:54 [ecarstrade.be] INFO: Extracting details for car 6958085auction61871
2026-03-29 22:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9e387d5-f3db-548f-91c7-a79af83661cb with identifier: 6958085auction61871
2026-03-29 22:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9e387d5-f3db-548f-91c7-a79af83661cb with scrape type 2
2026-03-29 22:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b9e387d5-f3db-548f-91c7-a79af83661cb with scrape type 2
2026-03-29 22:13:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9e387d5-f3db-548f-91c7-a79af83661cb, identifier: 6958085auction61871
2026-03-29 22:13:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9e387d5-f3db-548f-91c7-a79af83661cb with identifier: 6958085auction61871
2026-03-29 22:13:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9e387d5-f3db-548f-91c7-a79af83661cb with identifier: 6958085auction61871
2026-03-29 22:13:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9e387d5-f3db-548f-91c7-a79af83661cb with identifier: 6958085auction61871 to the API
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958085>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'b9e387d5-f3db-548f-91c7-a79af83661cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958085',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 96977,
'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': "BMW, X1 FL'19 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2022}
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958085auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:54 [ecarstrade.be] INFO: Saving data for 6958085auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367649.352923, 'last_price_update_time': 1774822434.627658}
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958085auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961321> (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-29 22:13:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:55 [ecarstrade.be] INFO: Extracting details for car 6961321auction61871
2026-03-29 22:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6d12ae5-71be-5989-b412-c081d77868fd with identifier: 6961321auction61871
2026-03-29 22:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6d12ae5-71be-5989-b412-c081d77868fd with scrape type 2
2026-03-29 22:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6d12ae5-71be-5989-b412-c081d77868fd with scrape type 2
2026-03-29 22:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6d12ae5-71be-5989-b412-c081d77868fd, identifier: 6961321auction61871
2026-03-29 22:13:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6d12ae5-71be-5989-b412-c081d77868fd with identifier: 6961321auction61871
2026-03-29 22:13:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6d12ae5-71be-5989-b412-c081d77868fd with identifier: 6961321auction61871
2026-03-29 22:13:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6d12ae5-71be-5989-b412-c081d77868fd with identifier: 6961321auction61871 to the API
2026-03-29 22:13:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961321>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'f6d12ae5-71be-5989-b412-c081d77868fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961321',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 105560,
'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': "Peugeot, 3008 '16, Peugeot 3008 Hybrid 225 e-Auto8 Allure 5d",
'transmission': 'automatic',
'trim': ", '16, Hybrid 225 e-Auto8 Allure 5d",
'vin': None,
'year': 2020}
2026-03-29 22:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961321auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:55 [ecarstrade.be] INFO: Saving data for 6961321auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773452679.61721, 'last_price_update_time': 1774822435.706971}
2026-03-29 22:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961321auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961322> (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-29 22:13:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:55 [ecarstrade.be] INFO: Extracting details for car 6961322auction61871
2026-03-29 22:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4888138c-418e-56d9-80a9-f6093bd17fbe with identifier: 6961322auction61871
2026-03-29 22:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4888138c-418e-56d9-80a9-f6093bd17fbe with scrape type 2
2026-03-29 22:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4888138c-418e-56d9-80a9-f6093bd17fbe with scrape type 2
2026-03-29 22:13:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4888138c-418e-56d9-80a9-f6093bd17fbe, identifier: 6961322auction61871
2026-03-29 22:13:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4888138c-418e-56d9-80a9-f6093bd17fbe with identifier: 6961322auction61871
2026-03-29 22:13:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4888138c-418e-56d9-80a9-f6093bd17fbe with identifier: 6961322auction61871
2026-03-29 22:13:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4888138c-418e-56d9-80a9-f6093bd17fbe with identifier: 6961322auction61871 to the API
2026-03-29 22:13:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961322>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '4888138c-418e-56d9-80a9-f6093bd17fbe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961322',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '5 Series',
'odometer': 90643,
'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': "BMW, 5-serie To FL'20, BMW 5 Reeks Touring 518d Aut. (110 kW) 5d",
'transmission': 'automatic',
'trim': ", 5-serie To FL'20, 5 Reeks Touring 518d Aut. (110 kW) 5d",
'vin': None,
'year': 2023}
2026-03-29 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961322auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:56 [ecarstrade.be] INFO: Saving data for 6961322auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773452680.610767, 'last_price_update_time': 1774822436.232991}
2026-03-29 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961322auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961325> (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-29 22:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:57 [ecarstrade.be] INFO: Extracting details for car 6961325auction61871
2026-03-29 22:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 543aa86f-6f85-5544-8b71-5378c73be8e0 with identifier: 6961325auction61871
2026-03-29 22:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 543aa86f-6f85-5544-8b71-5378c73be8e0 with scrape type 2
2026-03-29 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 543aa86f-6f85-5544-8b71-5378c73be8e0 with scrape type 2
2026-03-29 22:13:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 543aa86f-6f85-5544-8b71-5378c73be8e0, identifier: 6961325auction61871
2026-03-29 22:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 543aa86f-6f85-5544-8b71-5378c73be8e0 with identifier: 6961325auction61871
2026-03-29 22:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 543aa86f-6f85-5544-8b71-5378c73be8e0 with identifier: 6961325auction61871
2026-03-29 22:13:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 543aa86f-6f85-5544-8b71-5378c73be8e0 with identifier: 6961325auction61871 to the API
2026-03-29 22:13:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13: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-29 22:13:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961325>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '543aa86f-6f85-5544-8b71-5378c73be8e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961325',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 119181,
'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 "
'180d Business S',
'transmission': 'automatic',
'trim': ", Berline '18, -Benz A-Klasse Limousine A 180d Business S",
'vin': None,
'year': 2020}
2026-03-29 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961325auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:57 [ecarstrade.be] INFO: Saving data for 6961325auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773415046.821314, 'last_price_update_time': 1774822437.754181}
2026-03-29 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961325auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958087> (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-29 22:13:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:57 [ecarstrade.be] INFO: Extracting details for car 6958087auction61871
2026-03-29 22:13:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with identifier: 6958087auction61871
2026-03-29 22:13:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with scrape type 2
2026-03-29 22:13:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with scrape type 2
2026-03-29 22:13:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d, identifier: 6958087auction61871
2026-03-29 22:13:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with identifier: 6958087auction61871
2026-03-29 22:13:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with identifier: 6958087auction61871
2026-03-29 22:13:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d with identifier: 6958087auction61871 to the API
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958087>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '55b20ed1-5dd1-5c17-b1f5-0fffc9e6769d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958087',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 79412,
'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': "VW, T-Roc '17, Volkswagen T-Roc 2.0 TDI 85kW Active 5d",
'transmission': 'manual',
'trim': "VW, '17, 2.0 TDI 85kW Active 5d",
'vin': None,
'year': 2021}
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958087auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:58 [ecarstrade.be] INFO: Saving data for 6958087auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367654.73503, 'last_price_update_time': 1774822438.296405}
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958087auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961326> (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-29 22:13:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:58 [ecarstrade.be] INFO: Extracting details for car 6961326auction61871
2026-03-29 22:13:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61aa06c-510f-5570-9797-cd2bb5aec86d with identifier: 6961326auction61871
2026-03-29 22:13:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61aa06c-510f-5570-9797-cd2bb5aec86d with scrape type 2
2026-03-29 22:13:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a61aa06c-510f-5570-9797-cd2bb5aec86d with scrape type 2
2026-03-29 22:13:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a61aa06c-510f-5570-9797-cd2bb5aec86d, identifier: 6961326auction61871
2026-03-29 22:13:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a61aa06c-510f-5570-9797-cd2bb5aec86d with identifier: 6961326auction61871
2026-03-29 22:13:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a61aa06c-510f-5570-9797-cd2bb5aec86d with identifier: 6961326auction61871
2026-03-29 22:13:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a61aa06c-510f-5570-9797-cd2bb5aec86d with identifier: 6961326auction61871 to the API
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961326>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'a61aa06c-510f-5570-9797-cd2bb5aec86d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961326',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 130497,
'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': "Ford, S-Max '15, Ford S-Max 1.5i EcoBoost 121kW S/S Titanium 5d",
'transmission': 'manual',
'trim': ", '15, 1.5i EcoBoost 121kW S/S Titanium 5d",
'vin': None,
'year': 2019}
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961326auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:58 [ecarstrade.be] INFO: Saving data for 6961326auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773415049.022263, 'last_price_update_time': 1774822438.861268}
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961326auction61871') HTTP/1.1" 204 0
2026-03-29 22:13:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961323> (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-29 22:13:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:13:59 [ecarstrade.be] INFO: Extracting details for car 6961323auction61871
2026-03-29 22:13:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b171545-493c-56d8-a88d-124dd2b7ce7f with identifier: 6961323auction61871
2026-03-29 22:13:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b171545-493c-56d8-a88d-124dd2b7ce7f with scrape type 2
2026-03-29 22:13:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b171545-493c-56d8-a88d-124dd2b7ce7f with scrape type 2
2026-03-29 22:13:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b171545-493c-56d8-a88d-124dd2b7ce7f, identifier: 6961323auction61871
2026-03-29 22:13:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b171545-493c-56d8-a88d-124dd2b7ce7f with identifier: 6961323auction61871
2026-03-29 22:13:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b171545-493c-56d8-a88d-124dd2b7ce7f with identifier: 6961323auction61871
2026-03-29 22:13:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b171545-493c-56d8-a88d-124dd2b7ce7f with identifier: 6961323auction61871 to the API
2026-03-29 22:13:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:13:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:13:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961323>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '4b171545-493c-56d8-a88d-124dd2b7ce7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961323',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 45832,
'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': "Audi, Q3 SB '19 PHEV, Audi Q3 Sportback 45 TFSI e S tronic 5d",
'transmission': 'automatic',
'trim': ", SB '19 PHEV, Sportback 45 TFSI e S tronic 5d",
'vin': None,
'year': 2022}
2026-03-29 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961323auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:13:59 [ecarstrade.be] INFO: Saving data for 6961323auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773452680.282369, 'last_price_update_time': 1774822439.950908}
2026-03-29 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:13:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961323auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961333> (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-29 22:14:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:00 [ecarstrade.be] INFO: Extracting details for car 6961333auction61871
2026-03-29 22:14:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 628c32d8-3808-519d-b2fc-21d7fc5a68ac with identifier: 6961333auction61871
2026-03-29 22:14:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 628c32d8-3808-519d-b2fc-21d7fc5a68ac with scrape type 2
2026-03-29 22:14:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 628c32d8-3808-519d-b2fc-21d7fc5a68ac with scrape type 2
2026-03-29 22:14:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 628c32d8-3808-519d-b2fc-21d7fc5a68ac, identifier: 6961333auction61871
2026-03-29 22:14:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 628c32d8-3808-519d-b2fc-21d7fc5a68ac with identifier: 6961333auction61871
2026-03-29 22:14:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 628c32d8-3808-519d-b2fc-21d7fc5a68ac with identifier: 6961333auction61871
2026-03-29 22:14:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 628c32d8-3808-519d-b2fc-21d7fc5a68ac with identifier: 6961333auction61871 to the API
2026-03-29 22:14:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961333>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '628c32d8-3808-519d-b2fc-21d7fc5a68ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961333',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Toyota',
'model': 'Yaris Cross',
'odometer': 58182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Yaris Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'transmission': 'automatic',
'trim': '1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-29 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961333auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:00 [ecarstrade.be] INFO: Saving data for 6961333auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773416170.433532, 'last_price_update_time': 1774822440.933204}
2026-03-29 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961333auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961330> (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-29 22:14:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:01 [ecarstrade.be] INFO: Extracting details for car 6961330auction61871
2026-03-29 22:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 143ab567-5190-54e7-82ba-1f9bd3a3e432 with identifier: 6961330auction61871
2026-03-29 22:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 143ab567-5190-54e7-82ba-1f9bd3a3e432 with scrape type 2
2026-03-29 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 143ab567-5190-54e7-82ba-1f9bd3a3e432 with scrape type 2
2026-03-29 22:14:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 143ab567-5190-54e7-82ba-1f9bd3a3e432, identifier: 6961330auction61871
2026-03-29 22:14:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 143ab567-5190-54e7-82ba-1f9bd3a3e432 with identifier: 6961330auction61871
2026-03-29 22:14:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 143ab567-5190-54e7-82ba-1f9bd3a3e432 with identifier: 6961330auction61871
2026-03-29 22:14:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 143ab567-5190-54e7-82ba-1f9bd3a3e432 with identifier: 6961330auction61871 to the API
2026-03-29 22:14:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961330>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '143ab567-5190-54e7-82ba-1f9bd3a3e432',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961330',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': '',
'odometer': 118955,
'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': 'Mini 5 door One Aut. 5d',
'transmission': 'automatic',
'trim': '5 door One Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961330auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:01 [ecarstrade.be] INFO: Saving data for 6961330auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773416350.406312, 'last_price_update_time': 1774822441.469374}
2026-03-29 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961330auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958061> (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-29 22:14:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:01 [ecarstrade.be] INFO: Extracting details for car 6958061auction61871
2026-03-29 22:14:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 297cc1cc-43c7-5c6f-8631-624a8b51e016 with identifier: 6958061auction61871
2026-03-29 22:14:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 297cc1cc-43c7-5c6f-8631-624a8b51e016 with scrape type 2
2026-03-29 22:14:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 297cc1cc-43c7-5c6f-8631-624a8b51e016 with scrape type 2
2026-03-29 22:14:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 297cc1cc-43c7-5c6f-8631-624a8b51e016, identifier: 6958061auction61871
2026-03-29 22:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 297cc1cc-43c7-5c6f-8631-624a8b51e016 with identifier: 6958061auction61871
2026-03-29 22:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 297cc1cc-43c7-5c6f-8631-624a8b51e016 with identifier: 6958061auction61871
2026-03-29 22:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 297cc1cc-43c7-5c6f-8631-624a8b51e016 with identifier: 6958061auction61871 to the API
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958061>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '297cc1cc-43c7-5c6f-8631-624a8b51e016',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958061',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Kia',
'model': 'Other',
'odometer': 119066,
'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': "KIA cee'd Sportswagon Business Line 1.6 GDi PHEV DCT 5d",
'transmission': 'automatic',
'trim': "KIA cee'd Sportswagon Business Line 1.6 GDi PHEV DCT 5d",
'vin': None,
'year': 2022}
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958061auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:02 [ecarstrade.be] INFO: Saving data for 6958061auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367633.732156, 'last_price_update_time': 1774822442.369822}
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958061auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958062> (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-29 22:14:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:02 [ecarstrade.be] INFO: Extracting details for car 6958062auction61871
2026-03-29 22:14:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 830bee21-49f3-547d-9468-9400fe124abf with identifier: 6958062auction61871
2026-03-29 22:14:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 830bee21-49f3-547d-9468-9400fe124abf with scrape type 2
2026-03-29 22:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 830bee21-49f3-547d-9468-9400fe124abf with scrape type 2
2026-03-29 22:14:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 830bee21-49f3-547d-9468-9400fe124abf, identifier: 6958062auction61871
2026-03-29 22:14:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 830bee21-49f3-547d-9468-9400fe124abf with identifier: 6958062auction61871
2026-03-29 22:14:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 830bee21-49f3-547d-9468-9400fe124abf with identifier: 6958062auction61871
2026-03-29 22:14:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 830bee21-49f3-547d-9468-9400fe124abf with identifier: 6958062auction61871 to the API
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958062>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '830bee21-49f3-547d-9468-9400fe124abf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958062',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 48845,
'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': 'Renault Mégane Berline TCe 140 R.S. Line 5d',
'transmission': 'manual',
'trim': 'Mégane Berline TCe 140 R.S. Line 5d',
'vin': None,
'year': 2022}
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958062auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:02 [ecarstrade.be] INFO: Saving data for 6958062auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367615.831913, 'last_price_update_time': 1774822442.891889}
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958062auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958068> (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-29 22:14:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:03 [ecarstrade.be] INFO: Extracting details for car 6958068auction61871
2026-03-29 22:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2757451-b6a8-5fb3-8a51-fc7082201db5 with identifier: 6958068auction61871
2026-03-29 22:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2757451-b6a8-5fb3-8a51-fc7082201db5 with scrape type 2
2026-03-29 22:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a2757451-b6a8-5fb3-8a51-fc7082201db5 with scrape type 2
2026-03-29 22:14:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2757451-b6a8-5fb3-8a51-fc7082201db5, identifier: 6958068auction61871
2026-03-29 22:14:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2757451-b6a8-5fb3-8a51-fc7082201db5 with identifier: 6958068auction61871
2026-03-29 22:14:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2757451-b6a8-5fb3-8a51-fc7082201db5 with identifier: 6958068auction61871
2026-03-29 22:14:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2757451-b6a8-5fb3-8a51-fc7082201db5 with identifier: 6958068auction61871 to the API
2026-03-29 22:14:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958068>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'a2757451-b6a8-5fb3-8a51-fc7082201db5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958068',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 43613,
'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 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-29 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958068auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:04 [ecarstrade.be] INFO: Saving data for 6958068auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367617.106875, 'last_price_update_time': 1774822444.256114}
2026-03-29 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958068auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958066> (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-29 22:14:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:04 [ecarstrade.be] INFO: Extracting details for car 6958066auction61871
2026-03-29 22:14:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc43d73a-58f4-538b-bc86-cda201306a3f with identifier: 6958066auction61871
2026-03-29 22:14:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc43d73a-58f4-538b-bc86-cda201306a3f with scrape type 2
2026-03-29 22:14:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc43d73a-58f4-538b-bc86-cda201306a3f with scrape type 2
2026-03-29 22:14:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc43d73a-58f4-538b-bc86-cda201306a3f, identifier: 6958066auction61871
2026-03-29 22:14:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc43d73a-58f4-538b-bc86-cda201306a3f with identifier: 6958066auction61871
2026-03-29 22:14:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc43d73a-58f4-538b-bc86-cda201306a3f with identifier: 6958066auction61871
2026-03-29 22:14:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc43d73a-58f4-538b-bc86-cda201306a3f with identifier: 6958066auction61871 to the API
2026-03-29 22:14:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958066>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'cc43d73a-58f4-538b-bc86-cda201306a3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958066',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane E-TECH',
'odometer': 166723,
'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': 'RENAULT MEGANE E-TECH - 2022 60 kWh Techno R220 Super charge 5d',
'transmission': 'automatic',
'trim': 'RENAULT MEGANE E-TECH - 2022 60 kWh Techno R220 Super charge 5d',
'vin': None,
'year': 2022}
2026-03-29 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958066auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:05 [ecarstrade.be] INFO: Saving data for 6958066auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367634.843475, 'last_price_update_time': 1774822445.077648}
2026-03-29 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958066auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958072> (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-29 22:14:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:05 [ecarstrade.be] INFO: Extracting details for car 6958072auction61871
2026-03-29 22:14:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab53631a-92ce-5a9d-a544-0fe433e401c2 with identifier: 6958072auction61871
2026-03-29 22:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab53631a-92ce-5a9d-a544-0fe433e401c2 with scrape type 2
2026-03-29 22:14:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab53631a-92ce-5a9d-a544-0fe433e401c2 with scrape type 2
2026-03-29 22:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab53631a-92ce-5a9d-a544-0fe433e401c2, identifier: 6958072auction61871
2026-03-29 22:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab53631a-92ce-5a9d-a544-0fe433e401c2 with identifier: 6958072auction61871
2026-03-29 22:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab53631a-92ce-5a9d-a544-0fe433e401c2 with identifier: 6958072auction61871
2026-03-29 22:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab53631a-92ce-5a9d-a544-0fe433e401c2 with identifier: 6958072auction61871 to the API
2026-03-29 22:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958072>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'ab53631a-92ce-5a9d-a544-0fe433e401c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958072',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 74093,
'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': '*MERCEDES CLASSE GLC COUPE AMG (C253) - 2019 GLC 43 AMG 390 4-Matic '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': '*MERCEDES CLASSE GLC COUPE AMG (C253) - 2019 GLC 43 AMG 390 4-Matic '
'(EU6d-TEMP) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958072auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:06 [ecarstrade.be] INFO: Saving data for 6958072auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367648.834933, 'last_price_update_time': 1774822446.156209}
2026-03-29 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958072auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:06 [scrapy.extensions.logstats] INFO: Crawled 1685 pages (at 61 pages/min), scraped 1575 items (at 57 items/min)
2026-03-29 22:14:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-29 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958065> (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-29 22:14:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:07 [ecarstrade.be] INFO: Extracting details for car 6958065auction61871
2026-03-29 22:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb8f4347-25ca-57b6-a130-a076a4a16ed9 with identifier: 6958065auction61871
2026-03-29 22:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb8f4347-25ca-57b6-a130-a076a4a16ed9 with scrape type 2
2026-03-29 22:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb8f4347-25ca-57b6-a130-a076a4a16ed9 with scrape type 2
2026-03-29 22:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb8f4347-25ca-57b6-a130-a076a4a16ed9, identifier: 6958065auction61871
2026-03-29 22:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb8f4347-25ca-57b6-a130-a076a4a16ed9 with identifier: 6958065auction61871
2026-03-29 22:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb8f4347-25ca-57b6-a130-a076a4a16ed9 with identifier: 6958065auction61871
2026-03-29 22:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb8f4347-25ca-57b6-a130-a076a4a16ed9 with identifier: 6958065auction61871 to the API
2026-03-29 22:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958065>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'eb8f4347-25ca-57b6-a130-a076a4a16ed9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958065',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Jaguar E-Pace',
'odometer': 55197,
'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': 'JAGUAR E-PACE - 2021 1.5 T PHEV AWD P300e R-Dynamic SE 5d',
'transmission': 'automatic',
'trim': 'JAGUAR E-PE - 2021 1.5 T PHEV AWD P300e R-Dynamic SE 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958065auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:07 [ecarstrade.be] INFO: Saving data for 6958065auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367650.29609, 'last_price_update_time': 1774822447.677577}
2026-03-29 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958065auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958071> (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-29 22:14:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958076> (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-29 22:14:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:07 [ecarstrade.be] INFO: Extracting details for car 6958071auction61871
2026-03-29 22:14:07 [ecarstrade.be] INFO: Extracting details for car 6958076auction61871
2026-03-29 22:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fda03420-8bfc-54db-b55e-8e35134dbfee with identifier: 6958071auction61871
2026-03-29 22:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fda03420-8bfc-54db-b55e-8e35134dbfee with scrape type 2
2026-03-29 22:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fda03420-8bfc-54db-b55e-8e35134dbfee with scrape type 2
2026-03-29 22:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fda03420-8bfc-54db-b55e-8e35134dbfee, identifier: 6958071auction61871
2026-03-29 22:14:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1a14cd1-2ecd-5e90-9ea1-4e533cd68616 with identifier: 6958076auction61871
2026-03-29 22:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1a14cd1-2ecd-5e90-9ea1-4e533cd68616 with scrape type 2
2026-03-29 22:14:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c1a14cd1-2ecd-5e90-9ea1-4e533cd68616 with scrape type 2
2026-03-29 22:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1a14cd1-2ecd-5e90-9ea1-4e533cd68616, identifier: 6958076auction61871
2026-03-29 22:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fda03420-8bfc-54db-b55e-8e35134dbfee with identifier: 6958071auction61871
2026-03-29 22:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fda03420-8bfc-54db-b55e-8e35134dbfee with identifier: 6958071auction61871
2026-03-29 22:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fda03420-8bfc-54db-b55e-8e35134dbfee with identifier: 6958071auction61871 to the API
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958071>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'fda03420-8bfc-54db-b55e-8e35134dbfee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958071',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 80091,
'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 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958071auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:08 [ecarstrade.be] INFO: Saving data for 6958071auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367615.030167, 'last_price_update_time': 1774822448.310278}
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958071auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1a14cd1-2ecd-5e90-9ea1-4e533cd68616 with identifier: 6958076auction61871
2026-03-29 22:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1a14cd1-2ecd-5e90-9ea1-4e533cd68616 with identifier: 6958076auction61871
2026-03-29 22:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1a14cd1-2ecd-5e90-9ea1-4e533cd68616 with identifier: 6958076auction61871 to the API
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958076>
{'auction_title': '',
'c_o_2_emission_value': 11,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'c1a14cd1-2ecd-5e90-9ea1-4e533cd68616',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958076',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 196965,
'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': 'Mercedes-Benz GLC GLC 300 de AMG Line 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLC GLC 300 de AMG Line 4MATIC 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958076auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:08 [ecarstrade.be] INFO: Saving data for 6958076auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367658.1601, 'last_price_update_time': 1774822448.619119}
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958076auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961308> (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-29 22:14:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:08 [ecarstrade.be] INFO: Extracting details for car 6961308auction61871
2026-03-29 22:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d1df1c3-a736-5325-b24b-f9d6ee796495 with identifier: 6961308auction61871
2026-03-29 22:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d1df1c3-a736-5325-b24b-f9d6ee796495 with scrape type 2
2026-03-29 22:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4d1df1c3-a736-5325-b24b-f9d6ee796495 with scrape type 2
2026-03-29 22:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d1df1c3-a736-5325-b24b-f9d6ee796495, identifier: 6961308auction61871
2026-03-29 22:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d1df1c3-a736-5325-b24b-f9d6ee796495 with identifier: 6961308auction61871
2026-03-29 22:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d1df1c3-a736-5325-b24b-f9d6ee796495 with identifier: 6961308auction61871
2026-03-29 22:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d1df1c3-a736-5325-b24b-f9d6ee796495 with identifier: 6961308auction61871 to the API
2026-03-29 22:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961308>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '4d1df1c3-a736-5325-b24b-f9d6ee796495',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961308',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 72561,
'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': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961308auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:09 [ecarstrade.be] INFO: Saving data for 6961308auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773415232.694731, 'last_price_update_time': 1774822449.175083}
2026-03-29 22:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961308auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958079> (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-29 22:14:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:09 [ecarstrade.be] INFO: Extracting details for car 6958079auction61871
2026-03-29 22:14:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb004870-9aea-51b9-8aca-6d5587c0ec34 with identifier: 6958079auction61871
2026-03-29 22:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb004870-9aea-51b9-8aca-6d5587c0ec34 with scrape type 2
2026-03-29 22:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb004870-9aea-51b9-8aca-6d5587c0ec34 with scrape type 2
2026-03-29 22:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb004870-9aea-51b9-8aca-6d5587c0ec34, identifier: 6958079auction61871
2026-03-29 22:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb004870-9aea-51b9-8aca-6d5587c0ec34 with identifier: 6958079auction61871
2026-03-29 22:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb004870-9aea-51b9-8aca-6d5587c0ec34 with identifier: 6958079auction61871
2026-03-29 22:14:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb004870-9aea-51b9-8aca-6d5587c0ec34 with identifier: 6958079auction61871 to the API
2026-03-29 22:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958079>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'bb004870-9aea-51b9-8aca-6d5587c0ec34',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958079',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 82714,
'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 CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'transmission': 'manual',
'trim': 'OPEL CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958079auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:10 [ecarstrade.be] INFO: Saving data for 6958079auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367687.111788, 'last_price_update_time': 1774822450.721292}
2026-03-29 22:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958079auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961307> (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-29 22:14:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:10 [ecarstrade.be] INFO: Extracting details for car 6961307auction61871
2026-03-29 22:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 623f7d59-140a-54c2-9199-8520cd5e483a with identifier: 6961307auction61871
2026-03-29 22:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 623f7d59-140a-54c2-9199-8520cd5e483a with scrape type 2
2026-03-29 22:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 623f7d59-140a-54c2-9199-8520cd5e483a with scrape type 2
2026-03-29 22:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 623f7d59-140a-54c2-9199-8520cd5e483a, identifier: 6961307auction61871
2026-03-29 22:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 623f7d59-140a-54c2-9199-8520cd5e483a with identifier: 6961307auction61871
2026-03-29 22:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 623f7d59-140a-54c2-9199-8520cd5e483a with identifier: 6961307auction61871
2026-03-29 22:14:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 623f7d59-140a-54c2-9199-8520cd5e483a with identifier: 6961307auction61871 to the API
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961307>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '623f7d59-140a-54c2-9199-8520cd5e483a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961307',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C-Class',
'odometer': 79693,
'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 CLASSE C BREAK DIESEL (S206) C 200 d Business Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE C BREAK DIESEL (S206) C 200 d Business Line 5d',
'vin': None,
'year': 2022}
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961307auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:11 [ecarstrade.be] INFO: Saving data for 6961307auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773415078.537208, 'last_price_update_time': 1774822451.239058}
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961307auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958077> (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-29 22:14:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:11 [ecarstrade.be] INFO: Extracting details for car 6958077auction61871
2026-03-29 22:14:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ce7ff18-e6bf-555d-9cca-145f14213ea6 with identifier: 6958077auction61871
2026-03-29 22:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ce7ff18-e6bf-555d-9cca-145f14213ea6 with scrape type 2
2026-03-29 22:14:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ce7ff18-e6bf-555d-9cca-145f14213ea6 with scrape type 2
2026-03-29 22:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ce7ff18-e6bf-555d-9cca-145f14213ea6, identifier: 6958077auction61871
2026-03-29 22:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ce7ff18-e6bf-555d-9cca-145f14213ea6 with identifier: 6958077auction61871
2026-03-29 22:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ce7ff18-e6bf-555d-9cca-145f14213ea6 with identifier: 6958077auction61871
2026-03-29 22:14:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ce7ff18-e6bf-555d-9cca-145f14213ea6 with identifier: 6958077auction61871 to the API
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958077>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6ce7ff18-e6bf-555d-9cca-145f14213ea6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958077',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'RSQ3',
'odometer': 89044,
'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': 'AUDI RSQ3 - 2019 2.5 TFSI 400hp Quattro S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI - 2019 2.5 TFSI 400hp Quattro S tronic (EU6AP) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958077auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:11 [ecarstrade.be] INFO: Saving data for 6958077auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367662.473915, 'last_price_update_time': 1774822451.755709}
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958077auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958075> (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-29 22:14:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:13 [ecarstrade.be] INFO: Extracting details for car 6958075auction61871
2026-03-29 22:14:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 80fda0a2-0e29-52eb-9a7b-4dffc66c2761 with identifier: 6958075auction61871
2026-03-29 22:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 80fda0a2-0e29-52eb-9a7b-4dffc66c2761 with scrape type 2
2026-03-29 22:14:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 80fda0a2-0e29-52eb-9a7b-4dffc66c2761 with scrape type 2
2026-03-29 22:14:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 80fda0a2-0e29-52eb-9a7b-4dffc66c2761, identifier: 6958075auction61871
2026-03-29 22:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 80fda0a2-0e29-52eb-9a7b-4dffc66c2761 with identifier: 6958075auction61871
2026-03-29 22:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 80fda0a2-0e29-52eb-9a7b-4dffc66c2761 with identifier: 6958075auction61871
2026-03-29 22:14:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 80fda0a2-0e29-52eb-9a7b-4dffc66c2761 with identifier: 6958075auction61871 to the API
2026-03-29 22:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958075>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '80fda0a2-0e29-52eb-9a7b-4dffc66c2761',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958075',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 88890,
'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': 'BMW 2 ACTIVE TOURER DIESEL - 2022 218 dA 150hp AdBlue 5d',
'transmission': 'automatic',
'trim': '2 ACTIVE TOURER DIESEL - 2022 218 dA 150hp AdBlue 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:13 [ecarstrade.be] INFO: Saving data for 6958075auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367688.700387, 'last_price_update_time': 1774822453.455815}
2026-03-29 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958075auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961309> (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-29 22:14:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:14 [ecarstrade.be] INFO: Extracting details for car 6961309auction61871
2026-03-29 22:14:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with identifier: 6961309auction61871
2026-03-29 22:14:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with scrape type 2
2026-03-29 22:14:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with scrape type 2
2026-03-29 22:14:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a, identifier: 6961309auction61871
2026-03-29 22:14:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with identifier: 6961309auction61871
2026-03-29 22:14:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with identifier: 6961309auction61871
2026-03-29 22:14:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 37edbe90-29ad-5ad3-ab63-3c813a1ff33a with identifier: 6961309auction61871 to the API
2026-03-29 22:14:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961309>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '37edbe90-29ad-5ad3-ab63-3c813a1ff33a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961309',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Focus',
'odometer': 128919,
'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': 'Ford Focus Clipper 1.5 EcoBlue 88kW Connected 5d',
'transmission': 'manual',
'trim': 'Clipper 1.5 EcoBlue 88kW Connected 5d',
'vin': None,
'year': 2022}
2026-03-29 22:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961309auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:14 [ecarstrade.be] INFO: Saving data for 6961309auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773414512.927321, 'last_price_update_time': 1774822454.86674}
2026-03-29 22:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961309auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958081> (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-29 22:14:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958086> (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-29 22:14:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:14 [ecarstrade.be] INFO: Extracting details for car 6958081auction61871
2026-03-29 22:14:15 [ecarstrade.be] INFO: Extracting details for car 6958086auction61871
2026-03-29 22:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with identifier: 6958081auction61871
2026-03-29 22:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with scrape type 2
2026-03-29 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with scrape type 2
2026-03-29 22:14:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb0f2341-7570-5f2c-9bec-4ce3932a56f4, identifier: 6958081auction61871
2026-03-29 22:14:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c7fa14ec-4a68-562d-bf62-c7b13691df22 with identifier: 6958086auction61871
2026-03-29 22:14:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c7fa14ec-4a68-562d-bf62-c7b13691df22 with scrape type 2
2026-03-29 22:14:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c7fa14ec-4a68-562d-bf62-c7b13691df22 with scrape type 2
2026-03-29 22:14:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c7fa14ec-4a68-562d-bf62-c7b13691df22, identifier: 6958086auction61871
2026-03-29 22:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with identifier: 6958081auction61871
2026-03-29 22:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with identifier: 6958081auction61871
2026-03-29 22:14:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb0f2341-7570-5f2c-9bec-4ce3932a56f4 with identifier: 6958081auction61871 to the API
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958081>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'bb0f2341-7570-5f2c-9bec-4ce3932a56f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958081',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 112885,
'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 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958081auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:15 [ecarstrade.be] INFO: Saving data for 6958081auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367655.566886, 'last_price_update_time': 1774822455.50763}
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958081auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c7fa14ec-4a68-562d-bf62-c7b13691df22 with identifier: 6958086auction61871
2026-03-29 22:14:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c7fa14ec-4a68-562d-bf62-c7b13691df22 with identifier: 6958086auction61871
2026-03-29 22:14:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c7fa14ec-4a68-562d-bf62-c7b13691df22 with identifier: 6958086auction61871 to the API
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958086>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'c7fa14ec-4a68-562d-bf62-c7b13691df22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958086',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X5',
'odometer': 109213,
'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 X5 xDrive45e (210kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive45e (210kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958086auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:15 [ecarstrade.be] INFO: Saving data for 6958086auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367647.808976, 'last_price_update_time': 1774822455.829695}
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958086auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961315> (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-29 22:14:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:16 [ecarstrade.be] INFO: Extracting details for car 6961315auction61871
2026-03-29 22:14:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 152f42e0-e2c2-5444-b677-e19241e52498 with identifier: 6961315auction61871
2026-03-29 22:14:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152f42e0-e2c2-5444-b677-e19241e52498 with scrape type 2
2026-03-29 22:14:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 152f42e0-e2c2-5444-b677-e19241e52498 with scrape type 2
2026-03-29 22:14:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 152f42e0-e2c2-5444-b677-e19241e52498, identifier: 6961315auction61871
2026-03-29 22:14:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 152f42e0-e2c2-5444-b677-e19241e52498 with identifier: 6961315auction61871
2026-03-29 22:14:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 152f42e0-e2c2-5444-b677-e19241e52498 with identifier: 6961315auction61871
2026-03-29 22:14:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 152f42e0-e2c2-5444-b677-e19241e52498 with identifier: 6961315auction61871 to the API
2026-03-29 22:14:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961315>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '152f42e0-e2c2-5444-b677-e19241e52498',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961315',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 104224,
'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': "Audi, A3 SB '20, Audi A3 Sportback 2.0 30 TDi 85kW S line 5d",
'transmission': 'manual',
'trim': ", SB '20, Sportback 2.0 30 TDi 85kW S line 5d",
'vin': None,
'year': 2021}
2026-03-29 22:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961315auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:16 [ecarstrade.be] INFO: Saving data for 6961315auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773452677.101048, 'last_price_update_time': 1774822456.388724}
2026-03-29 22:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961315auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961314> (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-29 22:14:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:17 [ecarstrade.be] INFO: Extracting details for car 6961314auction61871
2026-03-29 22:14:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with identifier: 6961314auction61871
2026-03-29 22:14:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with scrape type 2
2026-03-29 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with scrape type 2
2026-03-29 22:14:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1, identifier: 6961314auction61871
2026-03-29 22:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with identifier: 6961314auction61871
2026-03-29 22:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with identifier: 6961314auction61871
2026-03-29 22:14:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1 with identifier: 6961314auction61871 to the API
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961314>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '908fb8fb-81a4-5f47-93d3-dd3c6f2fabd1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961314',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 128701,
'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-29 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961314auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:17 [ecarstrade.be] INFO: Saving data for 6961314auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773452674.243323, 'last_price_update_time': 1774822457.462373}
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961314auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961312> (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-29 22:14:17 [ecarstrade.be] INFO: Extracting details for car 6961312auction61871
2026-03-29 22:14:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2585f62e-b749-57a1-810d-d01cb2926337 with identifier: 6961312auction61871
2026-03-29 22:14:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2585f62e-b749-57a1-810d-d01cb2926337 with scrape type 2
2026-03-29 22:14:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2585f62e-b749-57a1-810d-d01cb2926337 with scrape type 2
2026-03-29 22:14:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2585f62e-b749-57a1-810d-d01cb2926337, identifier: 6961312auction61871
2026-03-29 22:14:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2585f62e-b749-57a1-810d-d01cb2926337 with identifier: 6961312auction61871
2026-03-29 22:14:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2585f62e-b749-57a1-810d-d01cb2926337 with identifier: 6961312auction61871
2026-03-29 22:14:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2585f62e-b749-57a1-810d-d01cb2926337 with identifier: 6961312auction61871 to the API
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961312>
{'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': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '2585f62e-b749-57a1-810d-d01cb2926337',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961312',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 111467,
'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': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961312auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:17 [ecarstrade.be] INFO: Saving data for 6961312auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773452674.669241, 'last_price_update_time': 1774822457.977397}
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961312auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961311> (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-29 22:14:18 [ecarstrade.be] INFO: Extracting details for car 6961311auction61871
2026-03-29 22:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with identifier: 6961311auction61871
2026-03-29 22:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with scrape type 2
2026-03-29 22:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with scrape type 2
2026-03-29 22:14:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b, identifier: 6961311auction61871
2026-03-29 22:14:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with identifier: 6961311auction61871
2026-03-29 22:14:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with identifier: 6961311auction61871
2026-03-29 22:14:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a476cfc-037d-56ce-81df-7bdaff0a9d4b with identifier: 6961311auction61871 to the API
2026-03-29 22:14:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961311>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '5a476cfc-037d-56ce-81df-7bdaff0a9d4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961311',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 60289,
'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': 'Volkswagen T-Roc 1.0 TSI Life Business 5d',
'transmission': 'manual',
'trim': '1.0 TSI Life Business 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961311auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:18 [ecarstrade.be] INFO: Saving data for 6961311auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773452675.962204, 'last_price_update_time': 1774822458.624544}
2026-03-29 22:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961311auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:19 [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-29 22:14:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6961300auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961300auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6961300auction61871: 2
2026-03-29 22:14:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935105auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935105auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935105auction61871: 2
2026-03-29 22:14:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935109auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935109auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935109auction61871: 2
2026-03-29 22:14:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6958059auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958059auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6958059auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935110auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935110auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935110auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6961298auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961298auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6961298auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935102auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935102auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935102auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935101auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935101auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935101auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6936662auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936662auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6936662auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6936666auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936666auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6936666auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935099auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935099auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935099auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6936664auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936664auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6936664auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935095auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935095auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935095auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6936661auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936661auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6936661auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935094auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935094auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935094auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935090auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935090auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935090auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935091auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935091auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935091auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935093auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935093auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935093auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6935088auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935088auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6935088auction61871: 2
2026-03-29 22:14:20 [ecarstrade.be] INFO: Found listing with ID: 6936651auction61871
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936651auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:20 [ecarstrade.be] INFO: Scrape type for 6936651auction61871: 2
2026-03-29 22:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958093> (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-29 22:14:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:20 [ecarstrade.be] INFO: Extracting details for car 6958093auction61871
2026-03-29 22:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f19879d8-4a02-5ad8-ab85-54621f1a74af with identifier: 6958093auction61871
2026-03-29 22:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f19879d8-4a02-5ad8-ab85-54621f1a74af with scrape type 2
2026-03-29 22:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f19879d8-4a02-5ad8-ab85-54621f1a74af with scrape type 2
2026-03-29 22:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f19879d8-4a02-5ad8-ab85-54621f1a74af, identifier: 6958093auction61871
2026-03-29 22:14:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f19879d8-4a02-5ad8-ab85-54621f1a74af with identifier: 6958093auction61871
2026-03-29 22:14:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f19879d8-4a02-5ad8-ab85-54621f1a74af with identifier: 6958093auction61871
2026-03-29 22:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f19879d8-4a02-5ad8-ab85-54621f1a74af with identifier: 6958093auction61871 to the API
2026-03-29 22:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958093>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f19879d8-4a02-5ad8-ab85-54621f1a74af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958093',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 94767,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 35 TDI S tronic S line Business Edition 5d',
'transmission': 'automatic',
'trim': '35 TDI S tronic S line Business Edition 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958093auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:21 [ecarstrade.be] INFO: Saving data for 6958093auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367630.8583, 'last_price_update_time': 1774822461.24121}
2026-03-29 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958093auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961328> (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-29 22:14:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958096> (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-29 22:14:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:22 [ecarstrade.be] INFO: Extracting details for car 6961328auction61871
2026-03-29 22:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e081ab83-e17f-5f2e-8abd-210761729f99 with identifier: 6961328auction61871
2026-03-29 22:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e081ab83-e17f-5f2e-8abd-210761729f99 with scrape type 2
2026-03-29 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e081ab83-e17f-5f2e-8abd-210761729f99 with scrape type 2
2026-03-29 22:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e081ab83-e17f-5f2e-8abd-210761729f99, identifier: 6961328auction61871
2026-03-29 22:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e081ab83-e17f-5f2e-8abd-210761729f99 with identifier: 6961328auction61871
2026-03-29 22:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e081ab83-e17f-5f2e-8abd-210761729f99 with identifier: 6961328auction61871
2026-03-29 22:14:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e081ab83-e17f-5f2e-8abd-210761729f99 with identifier: 6961328auction61871 to the API
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961328>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'e081ab83-e17f-5f2e-8abd-210761729f99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961328',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 102749,
'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': "Ford, Kuga '19, Ford Kuga 1.5 EcoBlue 88kW Titanium 5d",
'transmission': 'manual',
'trim': ", '19, 1.5 EcoBlue 88kW Titanium 5d",
'vin': None,
'year': 2021}
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961328auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:22 [ecarstrade.be] INFO: Saving data for 6961328auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773417920.168629, 'last_price_update_time': 1774822462.453049}
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961328auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:22 [ecarstrade.be] INFO: Extracting details for car 6958096auction61871
2026-03-29 22:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961332> (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-29 22:14:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 785184b5-8828-5f75-ae04-418d0797a2f1 with identifier: 6958096auction61871
2026-03-29 22:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785184b5-8828-5f75-ae04-418d0797a2f1 with scrape type 2
2026-03-29 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 785184b5-8828-5f75-ae04-418d0797a2f1 with scrape type 2
2026-03-29 22:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 785184b5-8828-5f75-ae04-418d0797a2f1, identifier: 6958096auction61871
2026-03-29 22:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 785184b5-8828-5f75-ae04-418d0797a2f1 with identifier: 6958096auction61871
2026-03-29 22:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 785184b5-8828-5f75-ae04-418d0797a2f1 with identifier: 6958096auction61871
2026-03-29 22:14:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 785184b5-8828-5f75-ae04-418d0797a2f1 with identifier: 6958096auction61871 to the API
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958096>
{'auction_title': '',
'c_o_2_emission_value': 153,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '785184b5-8828-5f75-ae04-418d0797a2f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958096',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'Other',
'odometer': 114958,
'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': 'BMW 3 Reeks Touring 320i (135 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring 320i (135 kW) 5d',
'vin': None,
'year': 2020}
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958096auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:22 [ecarstrade.be] INFO: Saving data for 6958096auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367687.44605, 'last_price_update_time': 1774822462.893252}
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958096auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:22 [ecarstrade.be] INFO: Extracting details for car 6961332auction61871
2026-03-29 22:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afd55c47-700d-5387-9beb-b8e92cb8ea1a with identifier: 6961332auction61871
2026-03-29 22:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afd55c47-700d-5387-9beb-b8e92cb8ea1a with scrape type 2
2026-03-29 22:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afd55c47-700d-5387-9beb-b8e92cb8ea1a with scrape type 2
2026-03-29 22:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afd55c47-700d-5387-9beb-b8e92cb8ea1a, identifier: 6961332auction61871
2026-03-29 22:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afd55c47-700d-5387-9beb-b8e92cb8ea1a with identifier: 6961332auction61871
2026-03-29 22:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afd55c47-700d-5387-9beb-b8e92cb8ea1a with identifier: 6961332auction61871
2026-03-29 22:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afd55c47-700d-5387-9beb-b8e92cb8ea1a with identifier: 6961332auction61871 to the API
2026-03-29 22:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961332>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'afd55c47-700d-5387-9beb-b8e92cb8ea1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961332',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 130072,
'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': 'Audi A3 Berline 2.0 TDi 30 85kW S tronic Attraction BE 4d',
'transmission': 'automatic',
'trim': 'Berline 2.0 TDi 30 85kW S tronic Attraction BE 4d',
'vin': None,
'year': 2023}
2026-03-29 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961332auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:23 [ecarstrade.be] INFO: Saving data for 6961332auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773416890.508465, 'last_price_update_time': 1774822463.300291}
2026-03-29 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961332auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958094> (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-29 22:14:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:23 [ecarstrade.be] INFO: Extracting details for car 6958094auction61871
2026-03-29 22:14:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e23b6251-1d74-5f0c-93c6-42be0569fbc3 with identifier: 6958094auction61871
2026-03-29 22:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e23b6251-1d74-5f0c-93c6-42be0569fbc3 with scrape type 2
2026-03-29 22:14:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e23b6251-1d74-5f0c-93c6-42be0569fbc3 with scrape type 2
2026-03-29 22:14:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e23b6251-1d74-5f0c-93c6-42be0569fbc3, identifier: 6958094auction61871
2026-03-29 22:14:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e23b6251-1d74-5f0c-93c6-42be0569fbc3 with identifier: 6958094auction61871
2026-03-29 22:14:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e23b6251-1d74-5f0c-93c6-42be0569fbc3 with identifier: 6958094auction61871
2026-03-29 22:14:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e23b6251-1d74-5f0c-93c6-42be0569fbc3 with identifier: 6958094auction61871 to the API
2026-03-29 22:14:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958094>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e23b6251-1d74-5f0c-93c6-42be0569fbc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958094',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 61157,
'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': 'Volkswagen Golf VIII 1.0 TSI 81kW Life Business 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life Business 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958094auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:24 [ecarstrade.be] INFO: Saving data for 6958094auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367634.291697, 'last_price_update_time': 1774822464.306488}
2026-03-29 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958094auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:26 [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-29 22:14:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6936648auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936648auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6936648auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6935075auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6935075auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6935083auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935083auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6935083auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6936644auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936644auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6936644auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6935070auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935070auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6935070auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6961297auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961297auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6961297auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6935067auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935067auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6935067auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6936630auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936630auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6936630auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6935061auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935061auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6935061auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6936622auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936622auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6936622auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6936632auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936632auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6936632auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6911224auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911224auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6911224auction61871: 2
2026-03-29 22:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935105> (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-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6936619auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936619auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6936619auction61871: 2
2026-03-29 22:14:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6911222auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911222auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6911222auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6935057auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935057auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6935057auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6958060auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958060auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6958060auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6911219auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911219auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6911219auction61871: 2
2026-03-29 22:14:26 [ecarstrade.be] INFO: Extracting details for car 6935105auction61871
2026-03-29 22:14:26 [ecarstrade.be] INFO: Found listing with ID: 6913305auction61871
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913305auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:26 [ecarstrade.be] INFO: Scrape type for 6913305auction61871: 2
2026-03-29 22:14:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with identifier: 6935105auction61871
2026-03-29 22:14:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with scrape type 2
2026-03-29 22:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with scrape type 2
2026-03-29 22:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5, identifier: 6935105auction61871
2026-03-29 22:14:27 [ecarstrade.be] INFO: Found listing with ID: 6913316auction61871
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913316auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:27 [ecarstrade.be] INFO: Scrape type for 6913316auction61871: 2
2026-03-29 22:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with identifier: 6935105auction61871
2026-03-29 22:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with identifier: 6935105auction61871
2026-03-29 22:14:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9bbd34d2-63ce-5b77-8a65-a77e30111fe5 with identifier: 6935105auction61871 to the API
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935105>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '9bbd34d2-63ce-5b77-8a65-a77e30111fe5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935105',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 67483,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': "Nissan, Qashqai '17, Nissan Qashqai DIG-T 140 MY18 Acenta 5d",
'transmission': 'manual',
'trim': ", '17, DIG-T 140 MY18 Acenta 5d",
'vin': None,
'year': 2019}
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935105auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:27 [ecarstrade.be] INFO: Saving data for 6935105auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839865.722733, 'last_price_update_time': 1774822467.384321}
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935105auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961300> (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-29 22:14:27 [ecarstrade.be] INFO: Found listing with ID: 6913317auction61871
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913317auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:27 [ecarstrade.be] INFO: Scrape type for 6913317auction61871: 2
2026-03-29 22:14:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:27 [ecarstrade.be] INFO: Extracting details for car 6961300auction61871
2026-03-29 22:14:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc2aacd9-6cf2-57ee-b96f-81611ab96833 with identifier: 6961300auction61871
2026-03-29 22:14:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc2aacd9-6cf2-57ee-b96f-81611ab96833 with scrape type 2
2026-03-29 22:14:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc2aacd9-6cf2-57ee-b96f-81611ab96833 with scrape type 2
2026-03-29 22:14:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc2aacd9-6cf2-57ee-b96f-81611ab96833, identifier: 6961300auction61871
2026-03-29 22:14:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc2aacd9-6cf2-57ee-b96f-81611ab96833 with identifier: 6961300auction61871
2026-03-29 22:14:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc2aacd9-6cf2-57ee-b96f-81611ab96833 with identifier: 6961300auction61871
2026-03-29 22:14:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc2aacd9-6cf2-57ee-b96f-81611ab96833 with identifier: 6961300auction61871 to the API
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961300>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'dc2aacd9-6cf2-57ee-b96f-81611ab96833',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961300',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Other',
'odometer': 49194,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961300auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:27 [ecarstrade.be] INFO: Saving data for 6961300auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773418280.681947, 'last_price_update_time': 1774822467.978314}
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961300auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958059> (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-29 22:14:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:28 [ecarstrade.be] INFO: Extracting details for car 6958059auction61871
2026-03-29 22:14:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f96e3e3b-dd73-517b-aeab-01209eaabf7a with identifier: 6958059auction61871
2026-03-29 22:14:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f96e3e3b-dd73-517b-aeab-01209eaabf7a with scrape type 2
2026-03-29 22:14:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f96e3e3b-dd73-517b-aeab-01209eaabf7a with scrape type 2
2026-03-29 22:14:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f96e3e3b-dd73-517b-aeab-01209eaabf7a, identifier: 6958059auction61871
2026-03-29 22:14:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f96e3e3b-dd73-517b-aeab-01209eaabf7a with identifier: 6958059auction61871
2026-03-29 22:14:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f96e3e3b-dd73-517b-aeab-01209eaabf7a with identifier: 6958059auction61871
2026-03-29 22:14:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f96e3e3b-dd73-517b-aeab-01209eaabf7a with identifier: 6958059auction61871 to the API
2026-03-29 22:14:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958059>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f96e3e3b-dd73-517b-aeab-01209eaabf7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958059',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'Other',
'odometer': 155479,
'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': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 116dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958059auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:28 [ecarstrade.be] INFO: Saving data for 6958059auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367636.699232, 'last_price_update_time': 1774822468.999425}
2026-03-29 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958059auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935110> (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-29 22:14:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:29 [ecarstrade.be] INFO: Extracting details for car 6935110auction61871
2026-03-29 22:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with identifier: 6935110auction61871
2026-03-29 22:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with scrape type 2
2026-03-29 22:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with scrape type 2
2026-03-29 22:14:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6, identifier: 6935110auction61871
2026-03-29 22:14:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with identifier: 6935110auction61871
2026-03-29 22:14:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with identifier: 6935110auction61871
2026-03-29 22:14:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef2b6fc8-22a0-53b0-ad3b-114710c92ee6 with identifier: 6935110auction61871 to the API
2026-03-29 22:14:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935110>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'ef2b6fc8-22a0-53b0-ad3b-114710c92ee6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935110',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 93561,
'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': 'Volvo XC40 T4 Recharge Geartronic Inscription 5d',
'transmission': 'automatic',
'trim': 'XC40 T4 Recharge Geartronic Inscription 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935110auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:30 [ecarstrade.be] INFO: Saving data for 6935110auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839864.743918, 'last_price_update_time': 1774822470.0242}
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935110auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961298> (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-29 22:14:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:30 [ecarstrade.be] INFO: Extracting details for car 6961298auction61871
2026-03-29 22:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64f7e91b-c36d-5aeb-8945-482a066f4407 with identifier: 6961298auction61871
2026-03-29 22:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64f7e91b-c36d-5aeb-8945-482a066f4407 with scrape type 2
2026-03-29 22:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64f7e91b-c36d-5aeb-8945-482a066f4407 with scrape type 2
2026-03-29 22:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64f7e91b-c36d-5aeb-8945-482a066f4407, identifier: 6961298auction61871
2026-03-29 22:14:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64f7e91b-c36d-5aeb-8945-482a066f4407 with identifier: 6961298auction61871
2026-03-29 22:14:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64f7e91b-c36d-5aeb-8945-482a066f4407 with identifier: 6961298auction61871
2026-03-29 22:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64f7e91b-c36d-5aeb-8945-482a066f4407 with identifier: 6961298auction61871 to the API
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961298>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '64f7e91b-c36d-5aeb-8945-482a066f4407',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961298',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLA-Class',
'odometer': 88919,
'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': 5,
'seller_name': None,
'title': "Mercedes, GLA '20 PHEV, Mercedes-Benz GLA GLA 250e Business "
'Solution 5d',
'transmission': 'automatic',
'trim': ", GLA '20 PHEV, -Benz GLA GLA 250e Business Solution 5d",
'vin': None,
'year': 2022}
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961298auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:30 [ecarstrade.be] INFO: Saving data for 6961298auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773418501.055333, 'last_price_update_time': 1774822470.544878}
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961298auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935102> (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-29 22:14:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:30 [ecarstrade.be] INFO: Extracting details for car 6935102auction61871
2026-03-29 22:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with identifier: 6935102auction61871
2026-03-29 22:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with scrape type 2
2026-03-29 22:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with scrape type 2
2026-03-29 22:14:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1, identifier: 6935102auction61871
2026-03-29 22:14:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with identifier: 6935102auction61871
2026-03-29 22:14:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with identifier: 6935102auction61871
2026-03-29 22:14:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5fb0c0eb-33ab-5061-8726-a9e17564e7d1 with identifier: 6935102auction61871 to the API
2026-03-29 22:14:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935102>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '5fb0c0eb-33ab-5061-8726-a9e17564e7d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935102',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A4',
'odometer': 111686,
'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, A4 Berline FL'19, Audi A4 2.0 35 TFSi 110kW S tronic "
'Attraction 4d',
'transmission': 'automatic',
'trim': ", Berline FL'19, 2.0 35 TFSi 110kW S tronic Attraction 4d",
'vin': None,
'year': 2022}
2026-03-29 22:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935102auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:31 [ecarstrade.be] INFO: Saving data for 6935102auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839945.662848, 'last_price_update_time': 1774822471.370164}
2026-03-29 22:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935102auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935101> (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-29 22:14:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:33 [ecarstrade.be] INFO: Extracting details for car 6935101auction61871
2026-03-29 22:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15b73f59-7767-52c5-af15-58f4a562f4fe with identifier: 6935101auction61871
2026-03-29 22:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15b73f59-7767-52c5-af15-58f4a562f4fe with scrape type 2
2026-03-29 22:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 15b73f59-7767-52c5-af15-58f4a562f4fe with scrape type 2
2026-03-29 22:14:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15b73f59-7767-52c5-af15-58f4a562f4fe, identifier: 6935101auction61871
2026-03-29 22:14:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15b73f59-7767-52c5-af15-58f4a562f4fe with identifier: 6935101auction61871
2026-03-29 22:14:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15b73f59-7767-52c5-af15-58f4a562f4fe with identifier: 6935101auction61871
2026-03-29 22:14:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15b73f59-7767-52c5-af15-58f4a562f4fe with identifier: 6935101auction61871 to the API
2026-03-29 22:14:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935101>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '15b73f59-7767-52c5-af15-58f4a562f4fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935101',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 107733,
'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': 5,
'seller_name': None,
'title': 'BMW X1 xDrive25e (162 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935101auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:33 [ecarstrade.be] INFO: Saving data for 6935101auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839931.188701, 'last_price_update_time': 1774822473.725305}
2026-03-29 22:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935101auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936662> (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-29 22:14:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936666> (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-29 22:14:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:33 [ecarstrade.be] INFO: Extracting details for car 6936662auction61871
2026-03-29 22:14:33 [ecarstrade.be] INFO: Extracting details for car 6936666auction61871
2026-03-29 22:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with identifier: 6936662auction61871
2026-03-29 22:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with scrape type 2
2026-03-29 22:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with scrape type 2
2026-03-29 22:14:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684, identifier: 6936662auction61871
2026-03-29 22:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12d5f703-75fe-5d09-b9f0-5b92b83991d9 with identifier: 6936666auction61871
2026-03-29 22:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12d5f703-75fe-5d09-b9f0-5b92b83991d9 with scrape type 2
2026-03-29 22:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 12d5f703-75fe-5d09-b9f0-5b92b83991d9 with scrape type 2
2026-03-29 22:14:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12d5f703-75fe-5d09-b9f0-5b92b83991d9, identifier: 6936666auction61871
2026-03-29 22:14:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with identifier: 6936662auction61871
2026-03-29 22:14:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with identifier: 6936662auction61871
2026-03-29 22:14:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a03e6b7-2121-58a6-a2d1-6898f4fe7684 with identifier: 6936662auction61871 to the API
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936662>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5a03e6b7-2121-58a6-a2d1-6898f4fe7684',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936662',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 169361,
'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': 7,
'seller_name': None,
'title': "Ford, Galaxy '15, Ford Galaxy 2.0 TDCi 110kW S/S Titanium 5d",
'transmission': 'manual',
'trim': ", '15, 2.0 TDCi 110kW S/S Titanium 5d",
'vin': None,
'year': 2020}
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936662auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:34 [ecarstrade.be] INFO: Saving data for 6936662auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840558.708638, 'last_price_update_time': 1774822474.348458}
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936662auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12d5f703-75fe-5d09-b9f0-5b92b83991d9 with identifier: 6936666auction61871
2026-03-29 22:14:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12d5f703-75fe-5d09-b9f0-5b92b83991d9 with identifier: 6936666auction61871
2026-03-29 22:14:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12d5f703-75fe-5d09-b9f0-5b92b83991d9 with identifier: 6936666auction61871 to the API
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936666>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '12d5f703-75fe-5d09-b9f0-5b92b83991d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936666',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'C-Class',
'odometer': 250394,
'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': 'Mercedes, C-Klasse break FL18, Mercedes-Benz C-Klasse Break C 180 d '
'Business Solu',
'transmission': 'automatic',
'trim': ', C-Klasse break FL18, -Benz C-Klasse Break C 180 d Business Solu',
'vin': None,
'year': 2021}
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936666auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:34 [ecarstrade.be] INFO: Saving data for 6936666auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772789017.907484, 'last_price_update_time': 1774822474.663247}
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936666auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936651> (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-29 22:14:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:34 [ecarstrade.be] INFO: Extracting details for car 6936651auction61871
2026-03-29 22:14:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b8226ff-1a71-55db-8a86-12fd502fdb08 with identifier: 6936651auction61871
2026-03-29 22:14:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b8226ff-1a71-55db-8a86-12fd502fdb08 with scrape type 2
2026-03-29 22:14:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b8226ff-1a71-55db-8a86-12fd502fdb08 with scrape type 2
2026-03-29 22:14:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b8226ff-1a71-55db-8a86-12fd502fdb08, identifier: 6936651auction61871
2026-03-29 22:14:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b8226ff-1a71-55db-8a86-12fd502fdb08 with identifier: 6936651auction61871
2026-03-29 22:14:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b8226ff-1a71-55db-8a86-12fd502fdb08 with identifier: 6936651auction61871
2026-03-29 22:14:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b8226ff-1a71-55db-8a86-12fd502fdb08 with identifier: 6936651auction61871 to the API
2026-03-29 22:14:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936651>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '2b8226ff-1a71-55db-8a86-12fd502fdb08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936651',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 106658,
'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 Passat Variant 2.0 TDI 90kW DSG Style Business 5d',
'transmission': 'automatic',
'trim': '2.0 TDI 90kW DSG Style Business 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936651auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:35 [ecarstrade.be] INFO: Saving data for 6936651auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840536.092921, 'last_price_update_time': 1774822475.24544}
2026-03-29 22:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936651auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935088> (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-29 22:14:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:36 [ecarstrade.be] INFO: Extracting details for car 6935088auction61871
2026-03-29 22:14:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67fec376-26df-5c4a-b142-07a42fcd1db0 with identifier: 6935088auction61871
2026-03-29 22:14:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67fec376-26df-5c4a-b142-07a42fcd1db0 with scrape type 2
2026-03-29 22:14:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 67fec376-26df-5c4a-b142-07a42fcd1db0 with scrape type 2
2026-03-29 22:14:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67fec376-26df-5c4a-b142-07a42fcd1db0, identifier: 6935088auction61871
2026-03-29 22:14:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67fec376-26df-5c4a-b142-07a42fcd1db0 with identifier: 6935088auction61871
2026-03-29 22:14:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67fec376-26df-5c4a-b142-07a42fcd1db0 with identifier: 6935088auction61871
2026-03-29 22:14:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67fec376-26df-5c4a-b142-07a42fcd1db0 with identifier: 6935088auction61871 to the API
2026-03-29 22:14:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935088>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '67fec376-26df-5c4a-b142-07a42fcd1db0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935088',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Other',
'model': 'Volvo',
'odometer': 118190,
'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': 'Volvo XC40 T4 Recharge Geartronic Inscription 5d',
'transmission': 'automatic',
'trim': 'XC40 T4 Recharge Geartronic Inscription 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935088auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:37 [ecarstrade.be] INFO: Saving data for 6935088auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839949.157202, 'last_price_update_time': 1774822477.002439}
2026-03-29 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935088auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935091> (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-29 22:14:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:37 [ecarstrade.be] INFO: Extracting details for car 6935091auction61871
2026-03-29 22:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5d85e26-1420-54b0-b67b-8562a5ec6e67 with identifier: 6935091auction61871
2026-03-29 22:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5d85e26-1420-54b0-b67b-8562a5ec6e67 with scrape type 2
2026-03-29 22:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5d85e26-1420-54b0-b67b-8562a5ec6e67 with scrape type 2
2026-03-29 22:14:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5d85e26-1420-54b0-b67b-8562a5ec6e67, identifier: 6935091auction61871
2026-03-29 22:14:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5d85e26-1420-54b0-b67b-8562a5ec6e67 with identifier: 6935091auction61871
2026-03-29 22:14:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5d85e26-1420-54b0-b67b-8562a5ec6e67 with identifier: 6935091auction61871
2026-03-29 22:14:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5d85e26-1420-54b0-b67b-8562a5ec6e67 with identifier: 6935091auction61871 to the API
2026-03-29 22:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935091>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'e5d85e26-1420-54b0-b67b-8562a5ec6e67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935091',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '5 Series',
'odometer': 112251,
'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 5 Reeks Touring 530e Auto 5d',
'transmission': 'automatic',
'trim': '5 Reeks Touring 530e Auto 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935091auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:38 [ecarstrade.be] INFO: Saving data for 6935091auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839995.045642, 'last_price_update_time': 1774822478.080805}
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935091auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935093> (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-29 22:14:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:38 [ecarstrade.be] INFO: Extracting details for car 6935093auction61871
2026-03-29 22:14:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6066113-e4a2-52f9-8a8f-23bff56644ac with identifier: 6935093auction61871
2026-03-29 22:14:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6066113-e4a2-52f9-8a8f-23bff56644ac with scrape type 2
2026-03-29 22:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6066113-e4a2-52f9-8a8f-23bff56644ac with scrape type 2
2026-03-29 22:14:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6066113-e4a2-52f9-8a8f-23bff56644ac, identifier: 6935093auction61871
2026-03-29 22:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6066113-e4a2-52f9-8a8f-23bff56644ac with identifier: 6935093auction61871
2026-03-29 22:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6066113-e4a2-52f9-8a8f-23bff56644ac with identifier: 6935093auction61871
2026-03-29 22:14:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6066113-e4a2-52f9-8a8f-23bff56644ac with identifier: 6935093auction61871 to the API
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935093>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'b6066113-e4a2-52f9-8a8f-23bff56644ac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935093',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'MAN',
'model': 'Mini Countryman Series',
'odometer': 114165,
'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': 'Mini Countryman Cooper S E ALL4 AT 5d',
'transmission': 'automatic',
'trim': 'Mini Countryman Cooper S E ALL4 AT 5d',
'vin': None,
'year': 2020}
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935093auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:38 [ecarstrade.be] INFO: Saving data for 6935093auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839933.119806, 'last_price_update_time': 1774822478.612613}
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935093auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935090> (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-29 22:14:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:40 [ecarstrade.be] INFO: Extracting details for car 6935090auction61871
2026-03-29 22:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cca1e3ed-3341-524d-b17a-6bbcf698e2c8 with identifier: 6935090auction61871
2026-03-29 22:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cca1e3ed-3341-524d-b17a-6bbcf698e2c8 with scrape type 2
2026-03-29 22:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cca1e3ed-3341-524d-b17a-6bbcf698e2c8 with scrape type 2
2026-03-29 22:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cca1e3ed-3341-524d-b17a-6bbcf698e2c8, identifier: 6935090auction61871
2026-03-29 22:14:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cca1e3ed-3341-524d-b17a-6bbcf698e2c8 with identifier: 6935090auction61871
2026-03-29 22:14:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cca1e3ed-3341-524d-b17a-6bbcf698e2c8 with identifier: 6935090auction61871
2026-03-29 22:14:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cca1e3ed-3341-524d-b17a-6bbcf698e2c8 with identifier: 6935090auction61871 to the API
2026-03-29 22:14:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935090>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'cca1e3ed-3341-524d-b17a-6bbcf698e2c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935090',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '5 Series',
'odometer': 105059,
'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 Reeks Berline 520e 150kW 4d',
'transmission': 'automatic',
'trim': '5 Reeks Berline 520e 150kW 4d',
'vin': None,
'year': 2022}
2026-03-29 22:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935090auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:40 [ecarstrade.be] INFO: Saving data for 6935090auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839946.778839, 'last_price_update_time': 1774822480.446853}
2026-03-29 22:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935090auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911224> (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-29 22:14:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:41 [ecarstrade.be] INFO: Extracting details for car 6911224auction61871
2026-03-29 22:14:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3931cea-348c-5f48-a230-8f208dde2154 with identifier: 6911224auction61871
2026-03-29 22:14:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3931cea-348c-5f48-a230-8f208dde2154 with scrape type 2
2026-03-29 22:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b3931cea-348c-5f48-a230-8f208dde2154 with scrape type 2
2026-03-29 22:14:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3931cea-348c-5f48-a230-8f208dde2154, identifier: 6911224auction61871
2026-03-29 22:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913316> (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-29 22:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3931cea-348c-5f48-a230-8f208dde2154 with identifier: 6911224auction61871
2026-03-29 22:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3931cea-348c-5f48-a230-8f208dde2154 with identifier: 6911224auction61871
2026-03-29 22:14:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3931cea-348c-5f48-a230-8f208dde2154 with identifier: 6911224auction61871 to the API
2026-03-29 22:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911224>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'b3931cea-348c-5f48-a230-8f208dde2154',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911224',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '308',
'odometer': 9839,
'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': 'Peugeot 308 1.2 PureTech 110 S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 110 S&S Active Pack 5d',
'vin': None,
'year': 2020}
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911224auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:42 [ecarstrade.be] INFO: Saving data for 6911224auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613083.315324, 'last_price_update_time': 1774822482.041472}
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911224auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:42 [ecarstrade.be] INFO: Extracting details for car 6913316auction61871
2026-03-29 22:14:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935094> (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-29 22:14:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55364e73-7ad8-581f-803e-cdc0670cfb8c with identifier: 6913316auction61871
2026-03-29 22:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55364e73-7ad8-581f-803e-cdc0670cfb8c with scrape type 2
2026-03-29 22:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55364e73-7ad8-581f-803e-cdc0670cfb8c with scrape type 2
2026-03-29 22:14:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55364e73-7ad8-581f-803e-cdc0670cfb8c, identifier: 6913316auction61871
2026-03-29 22:14:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55364e73-7ad8-581f-803e-cdc0670cfb8c with identifier: 6913316auction61871
2026-03-29 22:14:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55364e73-7ad8-581f-803e-cdc0670cfb8c with identifier: 6913316auction61871
2026-03-29 22:14:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55364e73-7ad8-581f-803e-cdc0670cfb8c with identifier: 6913316auction61871 to the API
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913316>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '55364e73-7ad8-581f-803e-cdc0670cfb8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913316',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 33144,
'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.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913316auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:42 [ecarstrade.be] INFO: Saving data for 6913316auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613202.389851, 'last_price_update_time': 1774822482.457553}
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913316auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:42 [ecarstrade.be] INFO: Extracting details for car 6935094auction61871
2026-03-29 22:14:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6537de55-662e-564e-862a-d721c9f94f6b with identifier: 6935094auction61871
2026-03-29 22:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6537de55-662e-564e-862a-d721c9f94f6b with scrape type 2
2026-03-29 22:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6537de55-662e-564e-862a-d721c9f94f6b with scrape type 2
2026-03-29 22:14:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6537de55-662e-564e-862a-d721c9f94f6b, identifier: 6935094auction61871
2026-03-29 22:14:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6537de55-662e-564e-862a-d721c9f94f6b with identifier: 6935094auction61871
2026-03-29 22:14:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6537de55-662e-564e-862a-d721c9f94f6b with identifier: 6935094auction61871
2026-03-29 22:14:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6537de55-662e-564e-862a-d721c9f94f6b with identifier: 6935094auction61871 to the API
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935094>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6537de55-662e-564e-862a-d721c9f94f6b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935094',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 44314,
'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': "Mercedes, CLA-Class SB '19, Mercedes-Benz CLA Shooting Brake CLA "
'180 Business',
'transmission': 'manual',
'trim': ", CLA-Class SB '19, -Benz CLA 180 Business",
'vin': None,
'year': 2021}
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935094auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:42 [ecarstrade.be] INFO: Saving data for 6935094auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839932.698218, 'last_price_update_time': 1774822482.87661}
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935094auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913317> (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-29 22:14:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:43 [ecarstrade.be] INFO: Extracting details for car 6913317auction61871
2026-03-29 22:14:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b08b4cf-5afc-5439-88d3-6abde681ed05 with identifier: 6913317auction61871
2026-03-29 22:14:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b08b4cf-5afc-5439-88d3-6abde681ed05 with scrape type 2
2026-03-29 22:14:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b08b4cf-5afc-5439-88d3-6abde681ed05 with scrape type 2
2026-03-29 22:14:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b08b4cf-5afc-5439-88d3-6abde681ed05, identifier: 6913317auction61871
2026-03-29 22:14:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b08b4cf-5afc-5439-88d3-6abde681ed05 with identifier: 6913317auction61871
2026-03-29 22:14:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b08b4cf-5afc-5439-88d3-6abde681ed05 with identifier: 6913317auction61871
2026-03-29 22:14:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b08b4cf-5afc-5439-88d3-6abde681ed05 with identifier: 6913317auction61871 to the API
2026-03-29 22:14:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913317>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '3b08b4cf-5afc-5439-88d3-6abde681ed05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913317',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 32736,
'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.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913317auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:43 [ecarstrade.be] INFO: Saving data for 6913317auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613253.265749, 'last_price_update_time': 1774822483.749019}
2026-03-29 22:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913317auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911219> (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-29 22:14:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:44 [ecarstrade.be] INFO: Extracting details for car 6911219auction61871
2026-03-29 22:14:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05bd4d01-a648-5ffc-89d5-ce503927bbba with identifier: 6911219auction61871
2026-03-29 22:14:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05bd4d01-a648-5ffc-89d5-ce503927bbba with scrape type 2
2026-03-29 22:14:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05bd4d01-a648-5ffc-89d5-ce503927bbba with scrape type 2
2026-03-29 22:14:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05bd4d01-a648-5ffc-89d5-ce503927bbba, identifier: 6911219auction61871
2026-03-29 22:14:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05bd4d01-a648-5ffc-89d5-ce503927bbba with identifier: 6911219auction61871
2026-03-29 22:14:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05bd4d01-a648-5ffc-89d5-ce503927bbba with identifier: 6911219auction61871
2026-03-29 22:14:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05bd4d01-a648-5ffc-89d5-ce503927bbba with identifier: 6911219auction61871 to the API
2026-03-29 22:14:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911219>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '05bd4d01-a648-5ffc-89d5-ce503927bbba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911219',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 68770,
'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': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911219auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:45 [ecarstrade.be] INFO: Saving data for 6911219auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613084.020605, 'last_price_update_time': 1774822485.035313}
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911219auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913305> (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-29 22:14:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:45 [ecarstrade.be] INFO: Extracting details for car 6913305auction61871
2026-03-29 22:14:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70381ab1-a00a-5614-8e30-a6b708b9d338 with identifier: 6913305auction61871
2026-03-29 22:14:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70381ab1-a00a-5614-8e30-a6b708b9d338 with scrape type 2
2026-03-29 22:14:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70381ab1-a00a-5614-8e30-a6b708b9d338 with scrape type 2
2026-03-29 22:14:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70381ab1-a00a-5614-8e30-a6b708b9d338, identifier: 6913305auction61871
2026-03-29 22:14:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70381ab1-a00a-5614-8e30-a6b708b9d338 with identifier: 6913305auction61871
2026-03-29 22:14:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70381ab1-a00a-5614-8e30-a6b708b9d338 with identifier: 6913305auction61871
2026-03-29 22:14:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70381ab1-a00a-5614-8e30-a6b708b9d338 with identifier: 6913305auction61871 to the API
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913305>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '70381ab1-a00a-5614-8e30-a6b708b9d338',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913305',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 87346,
'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': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116d (85 kW) 5d",
'transmission': 'manual',
'trim': ", 1-serie '19, 1 Reeks Hatch 116d (85 kW) 5d",
'vin': None,
'year': 2023}
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913305auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:45 [ecarstrade.be] INFO: Saving data for 6913305auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613794.891614, 'last_price_update_time': 1774822485.559471}
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913305auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6958060> (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-29 22:14:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:47 [ecarstrade.be] INFO: Extracting details for car 6958060auction61871
2026-03-29 22:14:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4337119-bcce-58bb-b1a4-c409ad706cb3 with identifier: 6958060auction61871
2026-03-29 22:14:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4337119-bcce-58bb-b1a4-c409ad706cb3 with scrape type 2
2026-03-29 22:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4337119-bcce-58bb-b1a4-c409ad706cb3 with scrape type 2
2026-03-29 22:14:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4337119-bcce-58bb-b1a4-c409ad706cb3, identifier: 6958060auction61871
2026-03-29 22:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4337119-bcce-58bb-b1a4-c409ad706cb3 with identifier: 6958060auction61871
2026-03-29 22:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4337119-bcce-58bb-b1a4-c409ad706cb3 with identifier: 6958060auction61871
2026-03-29 22:14:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4337119-bcce-58bb-b1a4-c409ad706cb3 with identifier: 6958060auction61871 to the API
2026-03-29 22:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6958060>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'b4337119-bcce-58bb-b1a4-c409ad706cb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6958060',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 69132,
'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, X1 FL'19 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276958060auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:47 [ecarstrade.be] INFO: Saving data for 6958060auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773367618.482641, 'last_price_update_time': 1774822487.424554}
2026-03-29 22:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6958060auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935057> (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-29 22:14:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:47 [ecarstrade.be] INFO: Extracting details for car 6935057auction61871
2026-03-29 22:14:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382d4bb8-1737-5add-b493-8a4c712071bd with identifier: 6935057auction61871
2026-03-29 22:14:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382d4bb8-1737-5add-b493-8a4c712071bd with scrape type 2
2026-03-29 22:14:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 382d4bb8-1737-5add-b493-8a4c712071bd with scrape type 2
2026-03-29 22:14:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 382d4bb8-1737-5add-b493-8a4c712071bd, identifier: 6935057auction61871
2026-03-29 22:14:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 382d4bb8-1737-5add-b493-8a4c712071bd with identifier: 6935057auction61871
2026-03-29 22:14:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 382d4bb8-1737-5add-b493-8a4c712071bd with identifier: 6935057auction61871
2026-03-29 22:14:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 382d4bb8-1737-5add-b493-8a4c712071bd with identifier: 6935057auction61871 to the API
2026-03-29 22:14:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935057>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '382d4bb8-1737-5add-b493-8a4c712071bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935057',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 56683,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VW, T-Roc 1. Roc, T-Roc 1.0TSI 81kW Life Busines',
'transmission': 'manual',
'trim': 'VW, 1. Roc, 1.0TSI 81kW Life Busines',
'vin': None,
'year': 2024}
2026-03-29 22:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935057auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:48 [ecarstrade.be] INFO: Saving data for 6935057auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788941.352159, 'last_price_update_time': 1774822488.17005}
2026-03-29 22:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935057auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936619> (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-29 22:14:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:49 [ecarstrade.be] INFO: Extracting details for car 6936619auction61871
2026-03-29 22:14:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936632> (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-29 22:14:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d019644-db68-57e4-8ae9-a831ed1f8567 with identifier: 6936619auction61871
2026-03-29 22:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d019644-db68-57e4-8ae9-a831ed1f8567 with scrape type 2
2026-03-29 22:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d019644-db68-57e4-8ae9-a831ed1f8567 with scrape type 2
2026-03-29 22:14:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d019644-db68-57e4-8ae9-a831ed1f8567, identifier: 6936619auction61871
2026-03-29 22:14:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d019644-db68-57e4-8ae9-a831ed1f8567 with identifier: 6936619auction61871
2026-03-29 22:14:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d019644-db68-57e4-8ae9-a831ed1f8567 with identifier: 6936619auction61871
2026-03-29 22:14:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d019644-db68-57e4-8ae9-a831ed1f8567 with identifier: 6936619auction61871 to the API
2026-03-29 22:14:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936619>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '9d019644-db68-57e4-8ae9-a831ed1f8567',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936619',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 106106,
'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': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 GT Line 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 GT Line 5d',
'vin': None,
'year': 2020}
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936619auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:50 [ecarstrade.be] INFO: Saving data for 6936619auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840505.643397, 'last_price_update_time': 1774822490.114821}
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936619auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:50 [ecarstrade.be] INFO: Extracting details for car 6936632auction61871
2026-03-29 22:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911222> (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-29 22:14:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45608135-f327-5b5b-b487-05887b94b543 with identifier: 6936632auction61871
2026-03-29 22:14:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45608135-f327-5b5b-b487-05887b94b543 with scrape type 2
2026-03-29 22:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45608135-f327-5b5b-b487-05887b94b543 with scrape type 2
2026-03-29 22:14:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45608135-f327-5b5b-b487-05887b94b543, identifier: 6936632auction61871
2026-03-29 22:14:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45608135-f327-5b5b-b487-05887b94b543 with identifier: 6936632auction61871
2026-03-29 22:14:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45608135-f327-5b5b-b487-05887b94b543 with identifier: 6936632auction61871
2026-03-29 22:14:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45608135-f327-5b5b-b487-05887b94b543 with identifier: 6936632auction61871 to the API
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936632>
{'auction_title': '',
'c_o_2_emission_value': 196,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '45608135-f327-5b5b-b487-05887b94b543',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936632',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 231146,
'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': 3,
'seller_name': None,
'title': "Mercedes, _Vito FL'20, Mercedes-Benz Vito 114 CDI 9G-TRONIC Perfect "
'Tool',
'transmission': 'automatic',
'trim': ", _ FL'20, -Benz 114 CDI 9G-TRONIC Perfect Tool",
'vin': None,
'year': 2022}
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936632auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:50 [ecarstrade.be] INFO: Saving data for 6936632auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840557.64346, 'last_price_update_time': 1774822490.543811}
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936632auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:50 [ecarstrade.be] INFO: Extracting details for car 6911222auction61871
2026-03-29 22:14:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with identifier: 6911222auction61871
2026-03-29 22:14:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with scrape type 2
2026-03-29 22:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with scrape type 2
2026-03-29 22:14:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f, identifier: 6911222auction61871
2026-03-29 22:14:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with identifier: 6911222auction61871
2026-03-29 22:14:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with identifier: 6911222auction61871
2026-03-29 22:14:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 342c93a2-a621-598d-b8f7-9b1c9bf3fe6f with identifier: 6911222auction61871 to the API
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911222>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '342c93a2-a621-598d-b8f7-9b1c9bf3fe6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911222',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 51003,
'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': '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-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911222auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:50 [ecarstrade.be] INFO: Saving data for 6911222auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613079.331513, 'last_price_update_time': 1774822490.947573}
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911222auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936622> (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-29 22:14:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:51 [ecarstrade.be] INFO: Extracting details for car 6936622auction61871
2026-03-29 22:14:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76b61524-08ad-5f91-bb3e-a562461818ad with identifier: 6936622auction61871
2026-03-29 22:14:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76b61524-08ad-5f91-bb3e-a562461818ad with scrape type 2
2026-03-29 22:14:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 76b61524-08ad-5f91-bb3e-a562461818ad with scrape type 2
2026-03-29 22:14:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76b61524-08ad-5f91-bb3e-a562461818ad, identifier: 6936622auction61871
2026-03-29 22:14:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76b61524-08ad-5f91-bb3e-a562461818ad with identifier: 6936622auction61871
2026-03-29 22:14:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76b61524-08ad-5f91-bb3e-a562461818ad with identifier: 6936622auction61871
2026-03-29 22:14:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76b61524-08ad-5f91-bb3e-a562461818ad with identifier: 6936622auction61871 to the API
2026-03-29 22:14:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936622>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '76b61524-08ad-5f91-bb3e-a562461818ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936622',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 69441,
'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': 'Peugeot 308 SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-29 22:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936622auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:51 [ecarstrade.be] INFO: Saving data for 6936622auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840514.845517, 'last_price_update_time': 1774822491.447963}
2026-03-29 22:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936622auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935061> (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-29 22:14:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:52 [ecarstrade.be] INFO: Extracting details for car 6935061auction61871
2026-03-29 22:14:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f897dcb4-6116-58b2-98d5-07eff721b784 with identifier: 6935061auction61871
2026-03-29 22:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f897dcb4-6116-58b2-98d5-07eff721b784 with scrape type 2
2026-03-29 22:14:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f897dcb4-6116-58b2-98d5-07eff721b784 with scrape type 2
2026-03-29 22:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f897dcb4-6116-58b2-98d5-07eff721b784, identifier: 6935061auction61871
2026-03-29 22:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f897dcb4-6116-58b2-98d5-07eff721b784 with identifier: 6935061auction61871
2026-03-29 22:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f897dcb4-6116-58b2-98d5-07eff721b784 with identifier: 6935061auction61871
2026-03-29 22:14:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f897dcb4-6116-58b2-98d5-07eff721b784 with identifier: 6935061auction61871 to the API
2026-03-29 22:14:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-29 22:14:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935061>
{'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': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f897dcb4-6116-58b2-98d5-07eff721b784',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935061',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 182475,
'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': 7,
'seller_name': None,
'title': 'Citroën Grand C4 Spacetourer 1.5 BlueHDi 130 S&S EAT8 Business GPS '
'5d',
'transmission': 'automatic',
'trim': 'Citroën Grand C4 Spacetourer 1.5 BlueHDi 130 S&S EAT8 Business GPS '
'5d',
'vin': None,
'year': 2020}
2026-03-29 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935061auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:52 [ecarstrade.be] INFO: Saving data for 6935061auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788978.426649, 'last_price_update_time': 1774822492.960429}
2026-03-29 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935061auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936630> (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-29 22:14:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:54 [ecarstrade.be] INFO: Extracting details for car 6936630auction61871
2026-03-29 22:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 885bd30b-4729-568a-86d3-5107327412bc with identifier: 6936630auction61871
2026-03-29 22:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 885bd30b-4729-568a-86d3-5107327412bc with scrape type 2
2026-03-29 22:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 885bd30b-4729-568a-86d3-5107327412bc with scrape type 2
2026-03-29 22:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 885bd30b-4729-568a-86d3-5107327412bc, identifier: 6936630auction61871
2026-03-29 22:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 885bd30b-4729-568a-86d3-5107327412bc with identifier: 6936630auction61871
2026-03-29 22:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 885bd30b-4729-568a-86d3-5107327412bc with identifier: 6936630auction61871
2026-03-29 22:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 885bd30b-4729-568a-86d3-5107327412bc with identifier: 6936630auction61871 to the API
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936630>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '885bd30b-4729-568a-86d3-5107327412bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936630',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 44279,
'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': 'Dacia Sandero SCe 65 Comfort 5d',
'transmission': 'manual',
'trim': 'SCe 65 Comfort 5d',
'vin': None,
'year': 2022}
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936630auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:54 [ecarstrade.be] INFO: Saving data for 6936630auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840566.432956, 'last_price_update_time': 1774822494.414616}
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936630auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935067> (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-29 22:14:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:54 [ecarstrade.be] INFO: Extracting details for car 6935067auction61871
2026-03-29 22:14:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ec1273c-9464-5eb5-8cdc-446dbef028bc with identifier: 6935067auction61871
2026-03-29 22:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ec1273c-9464-5eb5-8cdc-446dbef028bc with scrape type 2
2026-03-29 22:14:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ec1273c-9464-5eb5-8cdc-446dbef028bc with scrape type 2
2026-03-29 22:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ec1273c-9464-5eb5-8cdc-446dbef028bc, identifier: 6935067auction61871
2026-03-29 22:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ec1273c-9464-5eb5-8cdc-446dbef028bc with identifier: 6935067auction61871
2026-03-29 22:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ec1273c-9464-5eb5-8cdc-446dbef028bc with identifier: 6935067auction61871
2026-03-29 22:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ec1273c-9464-5eb5-8cdc-446dbef028bc with identifier: 6935067auction61871 to the API
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935067>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '3ec1273c-9464-5eb5-8cdc-446dbef028bc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935067',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C4',
'odometer': 79501,
'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': "Citroën, C4 '20, Citroën C4 1.5 BlueHDi 130 S&S EAT8 Shine Pack 5d",
'transmission': 'automatic',
'trim': "Citroën, '20, Citroën 1.5 BlueHDi 130 S&S EAT8 Shine Pack 5d",
'vin': None,
'year': 2022}
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935067auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:54 [ecarstrade.be] INFO: Saving data for 6935067auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788966.75228, 'last_price_update_time': 1774822494.964396}
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935067auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935109> (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-29 22:14:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:55 [ecarstrade.be] INFO: Extracting details for car 6935109auction61871
2026-03-29 22:14:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with identifier: 6935109auction61871
2026-03-29 22:14:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with scrape type 2
2026-03-29 22:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with scrape type 2
2026-03-29 22:14:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a, identifier: 6935109auction61871
2026-03-29 22:14:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with identifier: 6935109auction61871
2026-03-29 22:14:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with identifier: 6935109auction61871
2026-03-29 22:14:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4fd439f0-f49d-5cf8-b75f-51512e48ef9a with identifier: 6935109auction61871 to the API
2026-03-29 22:14:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935109>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '4fd439f0-f49d-5cf8-b75f-51512e48ef9a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935109',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Focus',
'odometer': 149780,
'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 Focus Clipper 1.0i EcoBoost 92kW Aut. Connected 5d',
'transmission': 'automatic',
'trim': 'Clipper 1.0i EcoBoost 92kW Aut. Connected 5d',
'vin': None,
'year': 2021}
2026-03-29 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935109auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:55 [ecarstrade.be] INFO: Saving data for 6935109auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840485.245538, 'last_price_update_time': 1774822495.659456}
2026-03-29 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935109auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935070> (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-29 22:14:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:56 [ecarstrade.be] INFO: Extracting details for car 6935070auction61871
2026-03-29 22:14:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86c6b146-2d25-5651-b53c-99c5374cf3df with identifier: 6935070auction61871
2026-03-29 22:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86c6b146-2d25-5651-b53c-99c5374cf3df with scrape type 2
2026-03-29 22:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 86c6b146-2d25-5651-b53c-99c5374cf3df with scrape type 2
2026-03-29 22:14:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86c6b146-2d25-5651-b53c-99c5374cf3df, identifier: 6935070auction61871
2026-03-29 22:14:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86c6b146-2d25-5651-b53c-99c5374cf3df with identifier: 6935070auction61871
2026-03-29 22:14:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86c6b146-2d25-5651-b53c-99c5374cf3df with identifier: 6935070auction61871
2026-03-29 22:14:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86c6b146-2d25-5651-b53c-99c5374cf3df with identifier: 6935070auction61871 to the API
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935070>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '86c6b146-2d25-5651-b53c-99c5374cf3df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935070',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '6 Series',
'odometer': 54483,
'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, 6-serie Gr.Tu. FL'20, BMW 6 Reeks Gran Turismo 620d (120kW) 5d",
'transmission': 'automatic',
'trim': ", 6-serie Gr.Tu. FL'20, 6 Reeks Gran Turismo 620d (120kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935070auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:56 [ecarstrade.be] INFO: Saving data for 6935070auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788965.695744, 'last_price_update_time': 1774822496.435904}
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935070auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961297> (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-29 22:14:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:56 [ecarstrade.be] INFO: Extracting details for car 6961297auction61871
2026-03-29 22:14:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with identifier: 6961297auction61871
2026-03-29 22:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with scrape type 2
2026-03-29 22:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with scrape type 2
2026-03-29 22:14:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d, identifier: 6961297auction61871
2026-03-29 22:14:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with identifier: 6961297auction61871
2026-03-29 22:14:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with identifier: 6961297auction61871
2026-03-29 22:14:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c8547df-076e-506d-b0f9-4a9adb5bbe4d with identifier: 6961297auction61871 to the API
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961297>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '6c8547df-076e-506d-b0f9-4a9adb5bbe4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961297',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 73958,
'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': "BMW, X1 FL'19 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2022}
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961297auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:56 [ecarstrade.be] INFO: Saving data for 6961297auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773418379.960413, 'last_price_update_time': 1774822496.95133}
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961297auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936644> (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-29 22:14:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:14:57 [ecarstrade.be] INFO: Extracting details for car 6936644auction61871
2026-03-29 22:14:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0b04e0a-de38-584d-9355-9f8f2603f0d2 with identifier: 6936644auction61871
2026-03-29 22:14:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0b04e0a-de38-584d-9355-9f8f2603f0d2 with scrape type 2
2026-03-29 22:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a0b04e0a-de38-584d-9355-9f8f2603f0d2 with scrape type 2
2026-03-29 22:14:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0b04e0a-de38-584d-9355-9f8f2603f0d2, identifier: 6936644auction61871
2026-03-29 22:14:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0b04e0a-de38-584d-9355-9f8f2603f0d2 with identifier: 6936644auction61871
2026-03-29 22:14:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0b04e0a-de38-584d-9355-9f8f2603f0d2 with identifier: 6936644auction61871
2026-03-29 22:14:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0b04e0a-de38-584d-9355-9f8f2603f0d2 with identifier: 6936644auction61871 to the API
2026-03-29 22:14:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936644>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'a0b04e0a-de38-584d-9355-9f8f2603f0d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936644',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 146268,
'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': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'vin': None,
'year': 2020}
2026-03-29 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936644auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:57 [ecarstrade.be] INFO: Saving data for 6936644auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840531.368586, 'last_price_update_time': 1774822497.552793}
2026-03-29 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936644auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935075> (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-29 22:14:58 [ecarstrade.be] INFO: Extracting details for car 6935075auction61871
2026-03-29 22:14:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60bafdfb-37a5-574a-a244-789d5d2bc729 with identifier: 6935075auction61871
2026-03-29 22:14:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60bafdfb-37a5-574a-a244-789d5d2bc729 with scrape type 2
2026-03-29 22:14:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60bafdfb-37a5-574a-a244-789d5d2bc729 with scrape type 2
2026-03-29 22:14:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60bafdfb-37a5-574a-a244-789d5d2bc729, identifier: 6935075auction61871
2026-03-29 22:14:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60bafdfb-37a5-574a-a244-789d5d2bc729 with identifier: 6935075auction61871
2026-03-29 22:14:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60bafdfb-37a5-574a-a244-789d5d2bc729 with identifier: 6935075auction61871
2026-03-29 22:14:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60bafdfb-37a5-574a-a244-789d5d2bc729 with identifier: 6935075auction61871 to the API
2026-03-29 22:14:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935075>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '60bafdfb-37a5-574a-a244-789d5d2bc729',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935075',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 37249,
'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, Crossland '20, Opel Crossland 1.2 61kW S/S 5d",
'transmission': 'manual',
'trim': ", Crossland '20, Crossland 1.2 61kW S/S 5d",
'vin': None,
'year': 2022}
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:59 [ecarstrade.be] INFO: Saving data for 6935075auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788964.266506, 'last_price_update_time': 1774822499.067112}
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935075auction61871') HTTP/1.1" 204 0
2026-03-29 22:14:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935083> (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-29 22:14:59 [ecarstrade.be] INFO: Extracting details for car 6935083auction61871
2026-03-29 22:14:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8b1e8758-e207-5727-98e6-60ce4dfdd108 with identifier: 6935083auction61871
2026-03-29 22:14:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8b1e8758-e207-5727-98e6-60ce4dfdd108 with scrape type 2
2026-03-29 22:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8b1e8758-e207-5727-98e6-60ce4dfdd108 with scrape type 2
2026-03-29 22:14:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8b1e8758-e207-5727-98e6-60ce4dfdd108, identifier: 6935083auction61871
2026-03-29 22:14:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8b1e8758-e207-5727-98e6-60ce4dfdd108 with identifier: 6935083auction61871
2026-03-29 22:14:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8b1e8758-e207-5727-98e6-60ce4dfdd108 with identifier: 6935083auction61871
2026-03-29 22:14:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8b1e8758-e207-5727-98e6-60ce4dfdd108 with identifier: 6935083auction61871 to the API
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:14: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-29 22:14:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935083>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '8b1e8758-e207-5727-98e6-60ce4dfdd108',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935083',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 50720,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Octavia Combi '20, Skoda Octavia Combi 1.5 TSI 110kW Clever+ "
'5d',
'transmission': 'manual',
'trim': ", Combi '20, Combi 1.5 TSI 110kW Clever+ 5d",
'vin': None,
'year': 2021}
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935083auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:14:59 [ecarstrade.be] INFO: Saving data for 6935083auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840487.72221, 'last_price_update_time': 1774822499.554553}
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935083auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936648> (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-29 22:15:00 [ecarstrade.be] INFO: Extracting details for car 6936648auction61871
2026-03-29 22:15:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae6a1e36-0dca-5867-9301-427af4332d61 with identifier: 6936648auction61871
2026-03-29 22:15:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae6a1e36-0dca-5867-9301-427af4332d61 with scrape type 2
2026-03-29 22:15:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae6a1e36-0dca-5867-9301-427af4332d61 with scrape type 2
2026-03-29 22:15:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae6a1e36-0dca-5867-9301-427af4332d61, identifier: 6936648auction61871
2026-03-29 22:15:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae6a1e36-0dca-5867-9301-427af4332d61 with identifier: 6936648auction61871
2026-03-29 22:15:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae6a1e36-0dca-5867-9301-427af4332d61 with identifier: 6936648auction61871
2026-03-29 22:15:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae6a1e36-0dca-5867-9301-427af4332d61 with identifier: 6936648auction61871 to the API
2026-03-29 22:15:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936648>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'ae6a1e36-0dca-5867-9301-427af4332d61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936648',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 94150,
'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': 'Jeep Compass 1.3 Turbo T4 190 4xe ATX Limited 5d',
'transmission': 'automatic',
'trim': '1.3 Turbo T4 190 4xe ATX Limited 5d',
'vin': None,
'year': 2023}
2026-03-29 22:15:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936648auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:01 [ecarstrade.be] INFO: Saving data for 6936648auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840536.451118, 'last_price_update_time': 1774822501.001658}
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936648auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:01 [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-29 22:15:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:15:01 [ecarstrade.be] INFO: Found listing with ID: 6935055auction61871
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935055auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:01 [ecarstrade.be] INFO: Scrape type for 6935055auction61871: 2
2026-03-29 22:15:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:01 [ecarstrade.be] INFO: Found listing with ID: 6911210auction61871
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911210auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:01 [ecarstrade.be] INFO: Scrape type for 6911210auction61871: 2
2026-03-29 22:15:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:01 [ecarstrade.be] INFO: Found listing with ID: 6911216auction61871
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911216auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:01 [ecarstrade.be] INFO: Scrape type for 6911216auction61871: 2
2026-03-29 22:15:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:01 [ecarstrade.be] INFO: Found listing with ID: 6913314auction61871
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913314auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:01 [ecarstrade.be] INFO: Scrape type for 6913314auction61871: 2
2026-03-29 22:15:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:01 [ecarstrade.be] INFO: Found listing with ID: 6911194auction61871
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911194auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:01 [ecarstrade.be] INFO: Scrape type for 6911194auction61871: 2
2026-03-29 22:15:01 [ecarstrade.be] INFO: Found listing with ID: 6913293auction61871
2026-03-29 22:15:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913293auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6913293auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6913296auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913296auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6913296auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6911173auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911173auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6911173auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6913280auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913280auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6913280auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6911174auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911174auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6911174auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6911176auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911176auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6911176auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6936617auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936617auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6936617auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6911164auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911164auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6911164auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6911166auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911166auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6911166auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6913274auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913274auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6913274auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6913276auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913276auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6913276auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6913270auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913270auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6913270auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6911162auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911162auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6911162auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6935054auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935054auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6935054auction61871: 2
2026-03-29 22:15:02 [ecarstrade.be] INFO: Found listing with ID: 6913271auction61871
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913271auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Scrape type for 6913271auction61871: 2
2026-03-29 22:15:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936661> (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-29 22:15:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:02 [ecarstrade.be] INFO: Extracting details for car 6936661auction61871
2026-03-29 22:15:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with identifier: 6936661auction61871
2026-03-29 22:15:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with scrape type 2
2026-03-29 22:15:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with scrape type 2
2026-03-29 22:15:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0ec3867-e26b-5a95-ae6d-74bdebf57d73, identifier: 6936661auction61871
2026-03-29 22:15:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with identifier: 6936661auction61871
2026-03-29 22:15:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with identifier: 6936661auction61871
2026-03-29 22:15:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0ec3867-e26b-5a95-ae6d-74bdebf57d73 with identifier: 6936661auction61871 to the API
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936661>
{'auction_title': '',
'c_o_2_emission_value': 176,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f0ec3867-e26b-5a95-ae6d-74bdebf57d73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936661',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 239686,
'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': 3,
'seller_name': None,
'title': "VW, _Transporter FL'19, Volkswagen Transporter 2.0 TDi SCR BMT "
'110/150 SWB',
'transmission': 'manual',
'trim': "VW, _Transporter FL'19, Transporter 2.0 TDi SCR BMT 110/150 SWB",
'vin': None,
'year': 2021}
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936661auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:02 [ecarstrade.be] INFO: Saving data for 6936661auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840517.485772, 'last_price_update_time': 1774822502.906229}
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936661auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936664> (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-29 22:15:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935099> (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-29 22:15:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:03 [ecarstrade.be] INFO: Extracting details for car 6936664auction61871
2026-03-29 22:15:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1e009e-0f20-515e-8584-3ed20ee5229b with identifier: 6936664auction61871
2026-03-29 22:15:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1e009e-0f20-515e-8584-3ed20ee5229b with scrape type 2
2026-03-29 22:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a1e009e-0f20-515e-8584-3ed20ee5229b with scrape type 2
2026-03-29 22:15:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a1e009e-0f20-515e-8584-3ed20ee5229b, identifier: 6936664auction61871
2026-03-29 22:15:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a1e009e-0f20-515e-8584-3ed20ee5229b with identifier: 6936664auction61871
2026-03-29 22:15:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a1e009e-0f20-515e-8584-3ed20ee5229b with identifier: 6936664auction61871
2026-03-29 22:15:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a1e009e-0f20-515e-8584-3ed20ee5229b with identifier: 6936664auction61871 to the API
2026-03-29 22:15:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936664>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '6a1e009e-0f20-515e-8584-3ed20ee5229b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936664',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 73976,
'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, X1 FL'19, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936664auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:04 [ecarstrade.be] INFO: Saving data for 6936664auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840558.272977, 'last_price_update_time': 1774822504.105149}
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936664auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:04 [ecarstrade.be] INFO: Extracting details for car 6935099auction61871
2026-03-29 22:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with identifier: 6935099auction61871
2026-03-29 22:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with scrape type 2
2026-03-29 22:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with scrape type 2
2026-03-29 22:15:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd, identifier: 6935099auction61871
2026-03-29 22:15:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with identifier: 6935099auction61871
2026-03-29 22:15:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with identifier: 6935099auction61871
2026-03-29 22:15:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd with identifier: 6935099auction61871 to the API
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935099>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd9ecd7cd-18be-5da8-ba6e-33c40c9b4fdd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935099',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 109892,
'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': "Skoda, Superb Combi FL'19, Skoda Superb Combi 2.0 CRTDI 90kW DSG7 "
'Clever 5d',
'transmission': 'automatic',
'trim': ", Combi FL'19, Combi 2.0 CRTDI 90kW DSG7 Clever 5d",
'vin': None,
'year': 2021}
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935099auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:04 [ecarstrade.be] INFO: Saving data for 6935099auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839933.579195, 'last_price_update_time': 1774822504.566578}
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935099auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:06 [scrapy.extensions.logstats] INFO: Crawled 1747 pages (at 62 pages/min), scraped 1634 items (at 59 items/min)
2026-03-29 22:15:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-29 22:15:07 [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-29 22:15:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6911163auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911163auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6911163auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6913259auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913259auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6913259auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6913260auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913260auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6913260auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6911157auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911157auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6911157auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6911155auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911155auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6911155auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6913253auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913253auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6913253auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6913252auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913252auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6913252auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6911149auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911149auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6911149auction61871: 2
2026-03-29 22:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911210> (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-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6911139auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911139auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6911139auction61871: 2
2026-03-29 22:15:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6913241auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913241auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6913241auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6913244auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913244auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6913244auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6936615auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936615auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6936615auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6911132auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911132auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6911132auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6911133auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911133auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6911133auction61871: 2
2026-03-29 22:15:08 [ecarstrade.be] INFO: Extracting details for car 6911210auction61871
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6911138auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911138auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6911138auction61871: 2
2026-03-29 22:15:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66436391-203c-5064-bbd1-31eb517e1c38 with identifier: 6911210auction61871
2026-03-29 22:15:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66436391-203c-5064-bbd1-31eb517e1c38 with scrape type 2
2026-03-29 22:15:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 66436391-203c-5064-bbd1-31eb517e1c38 with scrape type 2
2026-03-29 22:15:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66436391-203c-5064-bbd1-31eb517e1c38, identifier: 6911210auction61871
2026-03-29 22:15:08 [ecarstrade.be] INFO: Found listing with ID: 6936614auction61871
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936614auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Scrape type for 6936614auction61871: 2
2026-03-29 22:15:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66436391-203c-5064-bbd1-31eb517e1c38 with identifier: 6911210auction61871
2026-03-29 22:15:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66436391-203c-5064-bbd1-31eb517e1c38 with identifier: 6911210auction61871
2026-03-29 22:15:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66436391-203c-5064-bbd1-31eb517e1c38 with identifier: 6911210auction61871 to the API
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911210>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '66436391-203c-5064-bbd1-31eb517e1c38',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911210',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 154301,
'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': "VW, Tiguan Allspace '17, Volkswagen Tiguan Allspace 1.5 TSI ACT "
'DSG7 Comfor',
'transmission': 'automatic',
'trim': "VW, Allspace '17, Allspace 1.5 TSI ACT DSG7 Comfor",
'vin': None,
'year': 2021}
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911210auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:08 [ecarstrade.be] INFO: Saving data for 6911210auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613081.617835, 'last_price_update_time': 1774822508.903694}
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911210auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911216> (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-29 22:15:09 [ecarstrade.be] INFO: Found listing with ID: 6936616auction61871
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936616auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:09 [ecarstrade.be] INFO: Scrape type for 6936616auction61871: 2
2026-03-29 22:15:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:09 [ecarstrade.be] INFO: Found listing with ID: 6911130auction61871
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911130auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:09 [ecarstrade.be] INFO: Scrape type for 6911130auction61871: 2
2026-03-29 22:15:09 [ecarstrade.be] INFO: Found listing with ID: 6936611auction61871
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936611auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:09 [ecarstrade.be] INFO: Scrape type for 6936611auction61871: 2
2026-03-29 22:15:09 [ecarstrade.be] INFO: Found listing with ID: 6889064auction61871
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889064auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:09 [ecarstrade.be] INFO: Scrape type for 6889064auction61871: 2
2026-03-29 22:15:09 [ecarstrade.be] INFO: Extracting details for car 6911216auction61871
2026-03-29 22:15:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d99dc47-2710-5b93-a520-824bd89fa58b with identifier: 6911216auction61871
2026-03-29 22:15:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d99dc47-2710-5b93-a520-824bd89fa58b with scrape type 2
2026-03-29 22:15:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d99dc47-2710-5b93-a520-824bd89fa58b with scrape type 2
2026-03-29 22:15:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d99dc47-2710-5b93-a520-824bd89fa58b, identifier: 6911216auction61871
2026-03-29 22:15:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d99dc47-2710-5b93-a520-824bd89fa58b with identifier: 6911216auction61871
2026-03-29 22:15:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d99dc47-2710-5b93-a520-824bd89fa58b with identifier: 6911216auction61871
2026-03-29 22:15:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d99dc47-2710-5b93-a520-824bd89fa58b with identifier: 6911216auction61871 to the API
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911216>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '8d99dc47-2710-5b93-a520-824bd89fa58b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911216',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 88332,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': "Citroën, C5 Aircross '18, Citroën C5 Aircross Hybrid 225 e-EAT8 "
'Business GPS',
'transmission': 'automatic',
'trim': "Citroën, '18, Citroën Hybrid 225 e-EAT8 Business GPS",
'vin': None,
'year': 2021}
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911216auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:09 [ecarstrade.be] INFO: Saving data for 6911216auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613085.313377, 'last_price_update_time': 1774822509.908494}
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911216auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913314> (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-29 22:15:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:10 [ecarstrade.be] INFO: Extracting details for car 6913314auction61871
2026-03-29 22:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ea87b7c-b377-5a64-933e-034c0e56ff4b with identifier: 6913314auction61871
2026-03-29 22:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ea87b7c-b377-5a64-933e-034c0e56ff4b with scrape type 2
2026-03-29 22:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ea87b7c-b377-5a64-933e-034c0e56ff4b with scrape type 2
2026-03-29 22:15:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ea87b7c-b377-5a64-933e-034c0e56ff4b, identifier: 6913314auction61871
2026-03-29 22:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ea87b7c-b377-5a64-933e-034c0e56ff4b with identifier: 6913314auction61871
2026-03-29 22:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ea87b7c-b377-5a64-933e-034c0e56ff4b with identifier: 6913314auction61871
2026-03-29 22:15:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ea87b7c-b377-5a64-933e-034c0e56ff4b with identifier: 6913314auction61871 to the API
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913314>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '4ea87b7c-b377-5a64-933e-034c0e56ff4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913314',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 34761,
'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-29 22:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913314auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:10 [ecarstrade.be] INFO: Saving data for 6913314auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613255.854277, 'last_price_update_time': 1774822510.43636}
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913314auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911194> (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-29 22:15:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:10 [ecarstrade.be] INFO: Extracting details for car 6911194auction61871
2026-03-29 22:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with identifier: 6911194auction61871
2026-03-29 22:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with scrape type 2
2026-03-29 22:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with scrape type 2
2026-03-29 22:15:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71, identifier: 6911194auction61871
2026-03-29 22:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with identifier: 6911194auction61871
2026-03-29 22:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with identifier: 6911194auction61871
2026-03-29 22:15:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c6bd8a4-ef89-5680-a6eb-752dca7ece71 with identifier: 6911194auction61871 to the API
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911194>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '2c6bd8a4-ef89-5680-a6eb-752dca7ece71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911194',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 117752,
'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': 2,
'seller_name': None,
'title': 'Peugeot Partner 1.5 BHDi L1 Light 75kW s/s Premium 4d',
'transmission': 'manual',
'trim': '1.5 BHDi L1 Light 75kW s/s Premium 4d',
'vin': None,
'year': 2020}
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911194auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:10 [ecarstrade.be] INFO: Saving data for 6911194auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613053.48137, 'last_price_update_time': 1774822510.979734}
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911194auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913293> (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-29 22:15:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:11 [ecarstrade.be] INFO: Extracting details for car 6913293auction61871
2026-03-29 22:15:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e45b132-da5a-5529-ae9e-ccccf9152aed with identifier: 6913293auction61871
2026-03-29 22:15:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e45b132-da5a-5529-ae9e-ccccf9152aed with scrape type 2
2026-03-29 22:15:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e45b132-da5a-5529-ae9e-ccccf9152aed with scrape type 2
2026-03-29 22:15:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e45b132-da5a-5529-ae9e-ccccf9152aed, identifier: 6913293auction61871
2026-03-29 22:15:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e45b132-da5a-5529-ae9e-ccccf9152aed with identifier: 6913293auction61871
2026-03-29 22:15:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e45b132-da5a-5529-ae9e-ccccf9152aed with identifier: 6913293auction61871
2026-03-29 22:15:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e45b132-da5a-5529-ae9e-ccccf9152aed with identifier: 6913293auction61871 to the API
2026-03-29 22:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913293>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '0e45b132-da5a-5529-ae9e-ccccf9152aed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913293',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 80986,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2022}
2026-03-29 22:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913293auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:11 [ecarstrade.be] INFO: Saving data for 6913293auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613198.230001, 'last_price_update_time': 1774822511.522342}
2026-03-29 22:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913293auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913296> (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-29 22:15:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:14 [ecarstrade.be] INFO: Extracting details for car 6913296auction61871
2026-03-29 22:15:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd40316e-60c7-5b6c-9476-34327d0a2a26 with identifier: 6913296auction61871
2026-03-29 22:15:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd40316e-60c7-5b6c-9476-34327d0a2a26 with scrape type 2
2026-03-29 22:15:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cd40316e-60c7-5b6c-9476-34327d0a2a26 with scrape type 2
2026-03-29 22:15:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd40316e-60c7-5b6c-9476-34327d0a2a26, identifier: 6913296auction61871
2026-03-29 22:15:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd40316e-60c7-5b6c-9476-34327d0a2a26 with identifier: 6913296auction61871
2026-03-29 22:15:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd40316e-60c7-5b6c-9476-34327d0a2a26 with identifier: 6913296auction61871
2026-03-29 22:15:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd40316e-60c7-5b6c-9476-34327d0a2a26 with identifier: 6913296auction61871 to the API
2026-03-29 22:15:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913296>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'cd40316e-60c7-5b6c-9476-34327d0a2a26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913296',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 147700,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, XC40 '17, Volvo XC40 T5 Recharge Geartronic Inscription Expr",
'transmission': 'automatic',
'trim': ", XC40 '17, XC40 T5 Recharge Geartronic Inscription Expr",
'vin': None,
'year': 2020}
2026-03-29 22:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913296auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:14 [ecarstrade.be] INFO: Saving data for 6913296auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613794.216577, 'last_price_update_time': 1774822514.7313}
2026-03-29 22:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913296auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935055> (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-29 22:15:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:15 [ecarstrade.be] INFO: Extracting details for car 6935055auction61871
2026-03-29 22:15:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 852808f7-eb27-551a-84db-3f0ace4b3e22 with identifier: 6935055auction61871
2026-03-29 22:15:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 852808f7-eb27-551a-84db-3f0ace4b3e22 with scrape type 2
2026-03-29 22:15:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 852808f7-eb27-551a-84db-3f0ace4b3e22 with scrape type 2
2026-03-29 22:15:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 852808f7-eb27-551a-84db-3f0ace4b3e22, identifier: 6935055auction61871
2026-03-29 22:15:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 852808f7-eb27-551a-84db-3f0ace4b3e22 with identifier: 6935055auction61871
2026-03-29 22:15:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 852808f7-eb27-551a-84db-3f0ace4b3e22 with identifier: 6935055auction61871
2026-03-29 22:15:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 852808f7-eb27-551a-84db-3f0ace4b3e22 with identifier: 6935055auction61871 to the API
2026-03-29 22:15:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935055>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '852808f7-eb27-551a-84db-3f0ace4b3e22',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935055',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 67827,
'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': '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-29 22:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935055auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:16 [ecarstrade.be] INFO: Saving data for 6935055auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788939.704033, 'last_price_update_time': 1774822516.176227}
2026-03-29 22:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935055auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911174> (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-29 22:15:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:16 [ecarstrade.be] INFO: Extracting details for car 6911174auction61871
2026-03-29 22:15:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4ebf117-bae7-56b0-a95c-07e6c452e75b with identifier: 6911174auction61871
2026-03-29 22:15:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4ebf117-bae7-56b0-a95c-07e6c452e75b with scrape type 2
2026-03-29 22:15:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4ebf117-bae7-56b0-a95c-07e6c452e75b with scrape type 2
2026-03-29 22:15:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4ebf117-bae7-56b0-a95c-07e6c452e75b, identifier: 6911174auction61871
2026-03-29 22:15:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4ebf117-bae7-56b0-a95c-07e6c452e75b with identifier: 6911174auction61871
2026-03-29 22:15:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4ebf117-bae7-56b0-a95c-07e6c452e75b with identifier: 6911174auction61871
2026-03-29 22:15:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4ebf117-bae7-56b0-a95c-07e6c452e75b with identifier: 6911174auction61871 to the API
2026-03-29 22:15:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911174>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'c4ebf117-bae7-56b0-a95c-07e6c452e75b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911174',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 57771,
'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-29 22:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911174auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:16 [ecarstrade.be] INFO: Saving data for 6911174auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613126.42658, 'last_price_update_time': 1774822516.844299}
2026-03-29 22:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911174auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913280> (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-29 22:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:17 [ecarstrade.be] INFO: Extracting details for car 6913280auction61871
2026-03-29 22:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc5cad7f-2083-567a-aff1-ff8059fed8e9 with identifier: 6913280auction61871
2026-03-29 22:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc5cad7f-2083-567a-aff1-ff8059fed8e9 with scrape type 2
2026-03-29 22:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc5cad7f-2083-567a-aff1-ff8059fed8e9 with scrape type 2
2026-03-29 22:15:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc5cad7f-2083-567a-aff1-ff8059fed8e9, identifier: 6913280auction61871
2026-03-29 22:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc5cad7f-2083-567a-aff1-ff8059fed8e9 with identifier: 6913280auction61871
2026-03-29 22:15:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc5cad7f-2083-567a-aff1-ff8059fed8e9 with identifier: 6913280auction61871
2026-03-29 22:15:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc5cad7f-2083-567a-aff1-ff8059fed8e9 with identifier: 6913280auction61871 to the API
2026-03-29 22:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913280>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'dc5cad7f-2083-567a-aff1-ff8059fed8e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913280',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Combo Life',
'odometer': 57547,
'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': 'Opel Combo 1.5 Turbo 55kW 2.0T L1H1 Edition 4d',
'transmission': 'manual',
'trim': 'Combo 1.5 Turbo 55kW 2.0T L1H1 Edition 4d',
'vin': None,
'year': 2021}
2026-03-29 22:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913280auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:17 [ecarstrade.be] INFO: Saving data for 6913280auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613199.961492, 'last_price_update_time': 1774822517.55951}
2026-03-29 22:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913280auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913271> (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-29 22:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:17 [ecarstrade.be] INFO: Extracting details for car 6913271auction61871
2026-03-29 22:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with identifier: 6913271auction61871
2026-03-29 22:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with scrape type 2
2026-03-29 22:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with scrape type 2
2026-03-29 22:15:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d, identifier: 6913271auction61871
2026-03-29 22:15:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with identifier: 6913271auction61871
2026-03-29 22:15:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with identifier: 6913271auction61871
2026-03-29 22:15:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5dd17e00-8b15-5bd6-ba92-732ef1f3e98d with identifier: 6913271auction61871 to the API
2026-03-29 22:15:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913271>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5dd17e00-8b15-5bd6-ba92-732ef1f3e98d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913271',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 183992,
'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': 'Audi Q3 35 TDI S tronic Advanced Business Editio 5d',
'transmission': 'automatic',
'trim': '35 TDI S tronic Advanced Business Editio 5d',
'vin': None,
'year': 2021}
2026-03-29 22:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913271auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:18 [ecarstrade.be] INFO: Saving data for 6913271auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613378.869505, 'last_price_update_time': 1774822518.091576}
2026-03-29 22:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913271auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935054> (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-29 22:15:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:22 [ecarstrade.be] INFO: Extracting details for car 6935054auction61871
2026-03-29 22:15:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb6a71fc-dfd9-507d-b25a-d860fe12c603 with identifier: 6935054auction61871
2026-03-29 22:15:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb6a71fc-dfd9-507d-b25a-d860fe12c603 with scrape type 2
2026-03-29 22:15:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb6a71fc-dfd9-507d-b25a-d860fe12c603 with scrape type 2
2026-03-29 22:15:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb6a71fc-dfd9-507d-b25a-d860fe12c603, identifier: 6935054auction61871
2026-03-29 22:15:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb6a71fc-dfd9-507d-b25a-d860fe12c603 with identifier: 6935054auction61871
2026-03-29 22:15:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb6a71fc-dfd9-507d-b25a-d860fe12c603 with identifier: 6935054auction61871
2026-03-29 22:15:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb6a71fc-dfd9-507d-b25a-d860fe12c603 with identifier: 6935054auction61871 to the API
2026-03-29 22:15:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935054>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'bb6a71fc-dfd9-507d-b25a-d860fe12c603',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935054',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 41317,
'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': 5,
'seller_name': None,
'title': 'KIA XCeed 1.6 GDi PHEV DCT Business Line 5d',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi PHEV DCT Business Line 5d',
'vin': None,
'year': 2022}
2026-03-29 22:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935054auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:22 [ecarstrade.be] INFO: Saving data for 6935054auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788939.093127, 'last_price_update_time': 1774822522.925306}
2026-03-29 22:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935054auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911162> (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-29 22:15:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:23 [ecarstrade.be] INFO: Extracting details for car 6911162auction61871
2026-03-29 22:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 17919c86-2242-54e1-972c-27573b09c3e6 with identifier: 6911162auction61871
2026-03-29 22:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 17919c86-2242-54e1-972c-27573b09c3e6 with scrape type 2
2026-03-29 22:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 17919c86-2242-54e1-972c-27573b09c3e6 with scrape type 2
2026-03-29 22:15:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 17919c86-2242-54e1-972c-27573b09c3e6, identifier: 6911162auction61871
2026-03-29 22:15:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 17919c86-2242-54e1-972c-27573b09c3e6 with identifier: 6911162auction61871
2026-03-29 22:15:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 17919c86-2242-54e1-972c-27573b09c3e6 with identifier: 6911162auction61871
2026-03-29 22:15:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 17919c86-2242-54e1-972c-27573b09c3e6 with identifier: 6911162auction61871 to the API
2026-03-29 22:15:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911162>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '17919c86-2242-54e1-972c-27573b09c3e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911162',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 20826,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-29 22:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911162auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:23 [ecarstrade.be] INFO: Saving data for 6911162auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613103.792903, 'last_price_update_time': 1774822523.909053}
2026-03-29 22:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911162auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913270> (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-29 22:15:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936614> (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-29 22:15:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911149> (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-29 22:15:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:24 [ecarstrade.be] INFO: Extracting details for car 6913270auction61871
2026-03-29 22:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bcc9d0e-0995-5541-9875-c0d32d63871e with identifier: 6913270auction61871
2026-03-29 22:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bcc9d0e-0995-5541-9875-c0d32d63871e with scrape type 2
2026-03-29 22:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bcc9d0e-0995-5541-9875-c0d32d63871e with scrape type 2
2026-03-29 22:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bcc9d0e-0995-5541-9875-c0d32d63871e, identifier: 6913270auction61871
2026-03-29 22:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bcc9d0e-0995-5541-9875-c0d32d63871e with identifier: 6913270auction61871
2026-03-29 22:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bcc9d0e-0995-5541-9875-c0d32d63871e with identifier: 6913270auction61871
2026-03-29 22:15:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bcc9d0e-0995-5541-9875-c0d32d63871e with identifier: 6913270auction61871 to the API
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913270>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '3bcc9d0e-0995-5541-9875-c0d32d63871e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913270',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 39277,
'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-29 22:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913270auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:24 [ecarstrade.be] INFO: Saving data for 6913270auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613607.849231, 'last_price_update_time': 1774822524.437016}
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913270auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:24 [ecarstrade.be] INFO: Extracting details for car 6936614auction61871
2026-03-29 22:15:24 [ecarstrade.be] INFO: Extracting details for car 6911149auction61871
2026-03-29 22:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcff0cc5-f136-5805-9adc-35b4ffe94d4d with identifier: 6936614auction61871
2026-03-29 22:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcff0cc5-f136-5805-9adc-35b4ffe94d4d with scrape type 2
2026-03-29 22:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dcff0cc5-f136-5805-9adc-35b4ffe94d4d with scrape type 2
2026-03-29 22:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcff0cc5-f136-5805-9adc-35b4ffe94d4d, identifier: 6936614auction61871
2026-03-29 22:15:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19dd90b3-b682-54dd-be6e-2106afd269df with identifier: 6911149auction61871
2026-03-29 22:15:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19dd90b3-b682-54dd-be6e-2106afd269df with scrape type 2
2026-03-29 22:15:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 19dd90b3-b682-54dd-be6e-2106afd269df with scrape type 2
2026-03-29 22:15:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19dd90b3-b682-54dd-be6e-2106afd269df, identifier: 6911149auction61871
2026-03-29 22:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcff0cc5-f136-5805-9adc-35b4ffe94d4d with identifier: 6936614auction61871
2026-03-29 22:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcff0cc5-f136-5805-9adc-35b4ffe94d4d with identifier: 6936614auction61871
2026-03-29 22:15:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcff0cc5-f136-5805-9adc-35b4ffe94d4d with identifier: 6936614auction61871 to the API
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936614>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'dcff0cc5-f136-5805-9adc-35b4ffe94d4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936614',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQC',
'odometer': 57409,
'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': 'MERCEDES EQC 80 kWh EQC 400 4-Matic 408 Business Solution 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 80 kWh 400 4-Matic 408 Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936614auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:24 [ecarstrade.be] INFO: Saving data for 6936614auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840503.700817, 'last_price_update_time': 1774822524.979145}
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936614auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19dd90b3-b682-54dd-be6e-2106afd269df with identifier: 6911149auction61871
2026-03-29 22:15:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19dd90b3-b682-54dd-be6e-2106afd269df with identifier: 6911149auction61871
2026-03-29 22:15:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19dd90b3-b682-54dd-be6e-2106afd269df with identifier: 6911149auction61871 to the API
2026-03-29 22:15:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911149>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '19dd90b3-b682-54dd-be6e-2106afd269df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911149',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 107454,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Insignia Sports Tourer 1.5 Turbo D S/S 90kW Business Ed AT8 5d',
'transmission': 'automatic',
'trim': 'Sports Tourer 1.5 Turbo D S/S 90kW Business Ed AT8 5d',
'vin': None,
'year': 2021}
2026-03-29 22:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911149auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:25 [ecarstrade.be] INFO: Saving data for 6911149auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613165.068645, 'last_price_update_time': 1774822525.307486}
2026-03-29 22:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911149auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889064> (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-29 22:15:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:28 [ecarstrade.be] INFO: Extracting details for car 6889064auction61871
2026-03-29 22:15:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 169ee832-ec88-520a-ac9c-12ba82eb103e with identifier: 6889064auction61871
2026-03-29 22:15:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 169ee832-ec88-520a-ac9c-12ba82eb103e with scrape type 2
2026-03-29 22:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 169ee832-ec88-520a-ac9c-12ba82eb103e with scrape type 2
2026-03-29 22:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 169ee832-ec88-520a-ac9c-12ba82eb103e, identifier: 6889064auction61871
2026-03-29 22:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 169ee832-ec88-520a-ac9c-12ba82eb103e with identifier: 6889064auction61871
2026-03-29 22:15:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 169ee832-ec88-520a-ac9c-12ba82eb103e with identifier: 6889064auction61871
2026-03-29 22:15:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 169ee832-ec88-520a-ac9c-12ba82eb103e with identifier: 6889064auction61871 to the API
2026-03-29 22:15:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889064>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '169ee832-ec88-520a-ac9c-12ba82eb103e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889064',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'C-Class',
'odometer': 215407,
'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': "Mercedes, C-Class Break '21, Mercedes-Benz C-Klasse Break C 200d "
'Luxury Line 5d',
'transmission': 'automatic',
'trim': ", Break '21, -Benz C-Klasse Break C 200d Luxury Line 5d",
'vin': None,
'year': 2022}
2026-03-29 22:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889064auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:29 [ecarstrade.be] INFO: Saving data for 6889064auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613440.724985, 'last_price_update_time': 1774822529.30621}
2026-03-29 22:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889064auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936611> (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-29 22:15:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:29 [ecarstrade.be] INFO: Extracting details for car 6936611auction61871
2026-03-29 22:15:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with identifier: 6936611auction61871
2026-03-29 22:15:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with scrape type 2
2026-03-29 22:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with scrape type 2
2026-03-29 22:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6, identifier: 6936611auction61871
2026-03-29 22:15:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with identifier: 6936611auction61871
2026-03-29 22:15:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with identifier: 6936611auction61871
2026-03-29 22:15:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6 with identifier: 6936611auction61871 to the API
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936611>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '2e8e19b7-5e59-539b-a6b8-74c61d9cf7e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936611',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 54904,
'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': 'OPEL E-MOKKA 50 kWh Elegance 5d',
'transmission': 'automatic',
'trim': 'OPEL E-MOKKA 50 kWh Elegance 5d',
'vin': None,
'year': 2023}
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936611auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:30 [ecarstrade.be] INFO: Saving data for 6936611auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840532.928348, 'last_price_update_time': 1774822530.410666}
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936611auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935095> (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-29 22:15:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:30 [ecarstrade.be] INFO: Extracting details for car 6935095auction61871
2026-03-29 22:15:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cc66106-1909-540f-b36a-51eb060c10f1 with identifier: 6935095auction61871
2026-03-29 22:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cc66106-1909-540f-b36a-51eb060c10f1 with scrape type 2
2026-03-29 22:15:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3cc66106-1909-540f-b36a-51eb060c10f1 with scrape type 2
2026-03-29 22:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cc66106-1909-540f-b36a-51eb060c10f1, identifier: 6935095auction61871
2026-03-29 22:15:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cc66106-1909-540f-b36a-51eb060c10f1 with identifier: 6935095auction61871
2026-03-29 22:15:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cc66106-1909-540f-b36a-51eb060c10f1 with identifier: 6935095auction61871
2026-03-29 22:15:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cc66106-1909-540f-b36a-51eb060c10f1 with identifier: 6935095auction61871 to the API
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935095>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '3cc66106-1909-540f-b36a-51eb060c10f1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935095',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 169657,
'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': 7,
'seller_name': None,
'title': "Peugeot, 5008 '16, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT Line "
'5d 7pl',
'transmission': 'automatic',
'trim': ", '16, 1.5 BlueHDi 96kW S&S EAT8 GT Line 5d 7pl",
'vin': None,
'year': 2020}
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935095auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:30 [ecarstrade.be] INFO: Saving data for 6935095auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839943.648528, 'last_price_update_time': 1774822530.947904}
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935095auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936616> (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-29 22:15:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911138> (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-29 22:15:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:31 [ecarstrade.be] INFO: Extracting details for car 6936616auction61871
2026-03-29 22:15:31 [ecarstrade.be] INFO: Extracting details for car 6911138auction61871
2026-03-29 22:15:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51aebc76-1534-58dc-b06e-fa43e69d80e6 with identifier: 6936616auction61871
2026-03-29 22:15:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51aebc76-1534-58dc-b06e-fa43e69d80e6 with scrape type 2
2026-03-29 22:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 51aebc76-1534-58dc-b06e-fa43e69d80e6 with scrape type 2
2026-03-29 22:15:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51aebc76-1534-58dc-b06e-fa43e69d80e6, identifier: 6936616auction61871
2026-03-29 22:15:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e61c8b39-6a21-55cd-8e88-07e6864e3d94 with identifier: 6911138auction61871
2026-03-29 22:15:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e61c8b39-6a21-55cd-8e88-07e6864e3d94 with scrape type 2
2026-03-29 22:15:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e61c8b39-6a21-55cd-8e88-07e6864e3d94 with scrape type 2
2026-03-29 22:15:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e61c8b39-6a21-55cd-8e88-07e6864e3d94, identifier: 6911138auction61871
2026-03-29 22:15:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51aebc76-1534-58dc-b06e-fa43e69d80e6 with identifier: 6936616auction61871
2026-03-29 22:15:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51aebc76-1534-58dc-b06e-fa43e69d80e6 with identifier: 6936616auction61871
2026-03-29 22:15:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51aebc76-1534-58dc-b06e-fa43e69d80e6 with identifier: 6936616auction61871 to the API
2026-03-29 22:15:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936616>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '51aebc76-1534-58dc-b06e-fa43e69d80e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936616',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 30910,
'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, X2 '17 PHEV, BMW X2 xDrive25e 162kW 5d",
'transmission': 'automatic',
'trim': ", '17 PHEV, xDrive25e 162kW 5d",
'vin': None,
'year': 2021}
2026-03-29 22:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936616auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:31 [ecarstrade.be] INFO: Saving data for 6936616auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840500.918679, 'last_price_update_time': 1774822531.914367}
2026-03-29 22:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936616auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e61c8b39-6a21-55cd-8e88-07e6864e3d94 with identifier: 6911138auction61871
2026-03-29 22:15:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e61c8b39-6a21-55cd-8e88-07e6864e3d94 with identifier: 6911138auction61871
2026-03-29 22:15:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e61c8b39-6a21-55cd-8e88-07e6864e3d94 with identifier: 6911138auction61871 to the API
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911138>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'e61c8b39-6a21-55cd-8e88-07e6864e3d94',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911138',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 182457,
'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 CLASSE GLC DIESEL (X253) - 2019 GLC 300 de 316 (194+122) '
'4-Matic 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (X253) - 2019 GLC 300 de 316 (194+122) '
'4-Matic 5d Auto',
'vin': None,
'year': 2022}
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911138auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:32 [ecarstrade.be] INFO: Saving data for 6911138auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613204.52234, 'last_price_update_time': 1774822532.217943}
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911138auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911176> (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-29 22:15:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:32 [ecarstrade.be] INFO: Extracting details for car 6911176auction61871
2026-03-29 22:15:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5700f474-3ab4-56e9-a893-381246a77080 with identifier: 6911176auction61871
2026-03-29 22:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5700f474-3ab4-56e9-a893-381246a77080 with scrape type 2
2026-03-29 22:15:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5700f474-3ab4-56e9-a893-381246a77080 with scrape type 2
2026-03-29 22:15:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5700f474-3ab4-56e9-a893-381246a77080, identifier: 6911176auction61871
2026-03-29 22:15:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5700f474-3ab4-56e9-a893-381246a77080 with identifier: 6911176auction61871
2026-03-29 22:15:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5700f474-3ab4-56e9-a893-381246a77080 with identifier: 6911176auction61871
2026-03-29 22:15:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5700f474-3ab4-56e9-a893-381246a77080 with identifier: 6911176auction61871 to the API
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911176>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5700f474-3ab4-56e9-a893-381246a77080',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911176',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 54060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi CRTDi 2.0 110kW SCR BMT Maxi Van 4d',
'transmission': 'manual',
'trim': 'Maxi CRTDi 2.0 110kW SCR BMT Maxi Van 4d',
'vin': None,
'year': 2019}
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911176auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:32 [ecarstrade.be] INFO: Saving data for 6911176auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613120.640141, 'last_price_update_time': 1774822532.741852}
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911176auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911133> (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-29 22:15:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:35 [ecarstrade.be] INFO: Extracting details for car 6911133auction61871
2026-03-29 22:15:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with identifier: 6911133auction61871
2026-03-29 22:15:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with scrape type 2
2026-03-29 22:15:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with scrape type 2
2026-03-29 22:15:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4361c83f-8232-5b0c-8b7c-725f3ad2f306, identifier: 6911133auction61871
2026-03-29 22:15:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with identifier: 6911133auction61871
2026-03-29 22:15:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with identifier: 6911133auction61871
2026-03-29 22:15:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4361c83f-8232-5b0c-8b7c-725f3ad2f306 with identifier: 6911133auction61871 to the API
2026-03-29 22:15:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911133>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '4361c83f-8232-5b0c-8b7c-725f3ad2f306',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911133',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 112152,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Qashqai DIG-T 160 EVAPO DCT N-Connecta 5d',
'transmission': 'automatic',
'trim': 'DIG-T 160 EVAPO DCT N-Connecta 5d',
'vin': None,
'year': 2020}
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911133auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:36 [ecarstrade.be] INFO: Saving data for 6911133auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613147.644773, 'last_price_update_time': 1774822536.143768}
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911133auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911132> (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-29 22:15:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:36 [ecarstrade.be] INFO: Extracting details for car 6911132auction61871
2026-03-29 22:15:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92477003-4c1b-5987-9104-452a60280ad6 with identifier: 6911132auction61871
2026-03-29 22:15:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92477003-4c1b-5987-9104-452a60280ad6 with scrape type 2
2026-03-29 22:15:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92477003-4c1b-5987-9104-452a60280ad6 with scrape type 2
2026-03-29 22:15:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92477003-4c1b-5987-9104-452a60280ad6, identifier: 6911132auction61871
2026-03-29 22:15:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92477003-4c1b-5987-9104-452a60280ad6 with identifier: 6911132auction61871
2026-03-29 22:15:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92477003-4c1b-5987-9104-452a60280ad6 with identifier: 6911132auction61871
2026-03-29 22:15:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92477003-4c1b-5987-9104-452a60280ad6 with identifier: 6911132auction61871 to the API
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911132>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '92477003-4c1b-5987-9104-452a60280ad6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911132',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 115752,
'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': 'AUDI A4 AVANT DIESEL - 2020 30 TDI 136hp S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 30 TDI 136hp S tronic (EU6AP) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911132auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:36 [ecarstrade.be] INFO: Saving data for 6911132auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613186.942294, 'last_price_update_time': 1774822536.950444}
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911132auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936615> (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-29 22:15:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:37 [ecarstrade.be] INFO: Extracting details for car 6936615auction61871
2026-03-29 22:15:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with identifier: 6936615auction61871
2026-03-29 22:15:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with scrape type 2
2026-03-29 22:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with scrape type 2
2026-03-29 22:15:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af, identifier: 6936615auction61871
2026-03-29 22:15:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with identifier: 6936615auction61871
2026-03-29 22:15:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with identifier: 6936615auction61871
2026-03-29 22:15:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b68eedd-792e-5ae6-b71c-0327ccbfc3af with identifier: 6936615auction61871 to the API
2026-03-29 22:15:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936615>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '9b68eedd-792e-5ae6-b71c-0327ccbfc3af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936615',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 27162,
'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': 'Volkswagen T-Roc 1.5 TSI ACT 110kW Life DSG7 5d',
'transmission': 'automatic',
'trim': '1.5 TSI ACT 110kW Life DSG7 5d',
'vin': None,
'year': 2023}
2026-03-29 22:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936615auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:37 [ecarstrade.be] INFO: Saving data for 6936615auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840502.376662, 'last_price_update_time': 1774822537.597712}
2026-03-29 22:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936615auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911130> (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-29 22:15:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:37 [ecarstrade.be] INFO: Extracting details for car 6911130auction61871
2026-03-29 22:15:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 35d7c18b-b142-5515-8045-e28fa6e3bec2 with identifier: 6911130auction61871
2026-03-29 22:15:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 35d7c18b-b142-5515-8045-e28fa6e3bec2 with scrape type 2
2026-03-29 22:15:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 35d7c18b-b142-5515-8045-e28fa6e3bec2 with scrape type 2
2026-03-29 22:15:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 35d7c18b-b142-5515-8045-e28fa6e3bec2, identifier: 6911130auction61871
2026-03-29 22:15:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 35d7c18b-b142-5515-8045-e28fa6e3bec2 with identifier: 6911130auction61871
2026-03-29 22:15:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 35d7c18b-b142-5515-8045-e28fa6e3bec2 with identifier: 6911130auction61871
2026-03-29 22:15:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 35d7c18b-b142-5515-8045-e28fa6e3bec2 with identifier: 6911130auction61871 to the API
2026-03-29 22:15:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911130>
{'auction_title': '',
'c_o_2_emission_value': 198,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '35d7c18b-b142-5515-8045-e28fa6e3bec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911130',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 49304,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Vivaro 2.0 Turbo 90kW Edition L3H1 31 5d',
'transmission': 'manual',
'trim': '2.0 Turbo 90kW Edition L3H1 31 5d',
'vin': None,
'year': 2021}
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911130auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:38 [ecarstrade.be] INFO: Saving data for 6911130auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613186.582161, 'last_price_update_time': 1774822538.15258}
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911130auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913241> (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-29 22:15:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:38 [ecarstrade.be] INFO: Extracting details for car 6913241auction61871
2026-03-29 22:15:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 683784ce-b171-5a77-8892-008a206b1763 with identifier: 6913241auction61871
2026-03-29 22:15:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 683784ce-b171-5a77-8892-008a206b1763 with scrape type 2
2026-03-29 22:15:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 683784ce-b171-5a77-8892-008a206b1763 with scrape type 2
2026-03-29 22:15:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 683784ce-b171-5a77-8892-008a206b1763, identifier: 6913241auction61871
2026-03-29 22:15:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 683784ce-b171-5a77-8892-008a206b1763 with identifier: 6913241auction61871
2026-03-29 22:15:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 683784ce-b171-5a77-8892-008a206b1763 with identifier: 6913241auction61871
2026-03-29 22:15:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 683784ce-b171-5a77-8892-008a206b1763 with identifier: 6913241auction61871 to the API
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913241>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '683784ce-b171-5a77-8892-008a206b1763',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913241',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q5',
'odometer': 72364,
'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': 'AUDI Q5 SPORTBACK 55 TFSIe 265hp Quattro PHEV S line S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK 55 TFSIe 265hp Quattro PHEV S line S tronic 5d',
'vin': None,
'year': 2023}
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913241auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:38 [ecarstrade.be] INFO: Saving data for 6913241auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613237.795065, 'last_price_update_time': 1774822538.703563}
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913241auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913244> (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-29 22:15:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:38 [ecarstrade.be] INFO: Extracting details for car 6913244auction61871
2026-03-29 22:15:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 511564af-f9cd-532b-b9b5-2ed645ea56dd with identifier: 6913244auction61871
2026-03-29 22:15:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 511564af-f9cd-532b-b9b5-2ed645ea56dd with scrape type 2
2026-03-29 22:15:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 511564af-f9cd-532b-b9b5-2ed645ea56dd with scrape type 2
2026-03-29 22:15:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 511564af-f9cd-532b-b9b5-2ed645ea56dd, identifier: 6913244auction61871
2026-03-29 22:15:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 511564af-f9cd-532b-b9b5-2ed645ea56dd with identifier: 6913244auction61871
2026-03-29 22:15:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 511564af-f9cd-532b-b9b5-2ed645ea56dd with identifier: 6913244auction61871
2026-03-29 22:15:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 511564af-f9cd-532b-b9b5-2ed645ea56dd with identifier: 6913244auction61871 to the API
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913244>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '511564af-f9cd-532b-b9b5-2ed645ea56dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913244',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 131105,
'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 X1 xDrive25e (162 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913244auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:39 [ecarstrade.be] INFO: Saving data for 6913244auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613246.001191, 'last_price_update_time': 1774822539.223194}
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913244auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911139> (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-29 22:15:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:39 [ecarstrade.be] INFO: Extracting details for car 6911139auction61871
2026-03-29 22:15:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 610f4059-f9bf-5529-9fc0-c57ae133bae2 with identifier: 6911139auction61871
2026-03-29 22:15:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 610f4059-f9bf-5529-9fc0-c57ae133bae2 with scrape type 2
2026-03-29 22:15:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 610f4059-f9bf-5529-9fc0-c57ae133bae2 with scrape type 2
2026-03-29 22:15:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 610f4059-f9bf-5529-9fc0-c57ae133bae2, identifier: 6911139auction61871
2026-03-29 22:15:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 610f4059-f9bf-5529-9fc0-c57ae133bae2 with identifier: 6911139auction61871
2026-03-29 22:15:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 610f4059-f9bf-5529-9fc0-c57ae133bae2 with identifier: 6911139auction61871
2026-03-29 22:15:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 610f4059-f9bf-5529-9fc0-c57ae133bae2 with identifier: 6911139auction61871 to the API
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911139>
{'auction_title': '',
'c_o_2_emission_value': 187,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '610f4059-f9bf-5529-9fc0-c57ae133bae2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911139',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 18675,
'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': 'KIA SPORTAGE - 2018 1.6T 177 4WD More DCT (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'KIA SPORTAGE - 2018 1.6T 177 4WD More DCT (EU6d-TEMP) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911139auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:39 [ecarstrade.be] INFO: Saving data for 6911139auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613164.255111, 'last_price_update_time': 1774822539.737914}
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911139auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913252> (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-29 22:15:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913253> (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-29 22:15:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:43 [ecarstrade.be] INFO: Extracting details for car 6913252auction61871
2026-03-29 22:15:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 713c556e-d7aa-56db-a198-b3bc23d32421 with identifier: 6913252auction61871
2026-03-29 22:15:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 713c556e-d7aa-56db-a198-b3bc23d32421 with scrape type 2
2026-03-29 22:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 713c556e-d7aa-56db-a198-b3bc23d32421 with scrape type 2
2026-03-29 22:15:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 713c556e-d7aa-56db-a198-b3bc23d32421, identifier: 6913252auction61871
2026-03-29 22:15:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 713c556e-d7aa-56db-a198-b3bc23d32421 with identifier: 6913252auction61871
2026-03-29 22:15:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 713c556e-d7aa-56db-a198-b3bc23d32421 with identifier: 6913252auction61871
2026-03-29 22:15:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 713c556e-d7aa-56db-a198-b3bc23d32421 with identifier: 6913252auction61871 to the API
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913252>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '713c556e-d7aa-56db-a198-b3bc23d32421',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913252',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 86911,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Ultimate 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Ultimate 5d',
'vin': None,
'year': 2020}
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913252auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:43 [ecarstrade.be] INFO: Saving data for 6913252auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613582.793934, 'last_price_update_time': 1774822543.496359}
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913252auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:43 [ecarstrade.be] INFO: Extracting details for car 6913253auction61871
2026-03-29 22:15:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911155> (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-29 22:15:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4957a967-d8b2-511d-96dc-dead11207f1a with identifier: 6913253auction61871
2026-03-29 22:15:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4957a967-d8b2-511d-96dc-dead11207f1a with scrape type 2
2026-03-29 22:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4957a967-d8b2-511d-96dc-dead11207f1a with scrape type 2
2026-03-29 22:15:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4957a967-d8b2-511d-96dc-dead11207f1a, identifier: 6913253auction61871
2026-03-29 22:15:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4957a967-d8b2-511d-96dc-dead11207f1a with identifier: 6913253auction61871
2026-03-29 22:15:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4957a967-d8b2-511d-96dc-dead11207f1a with identifier: 6913253auction61871
2026-03-29 22:15:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4957a967-d8b2-511d-96dc-dead11207f1a with identifier: 6913253auction61871 to the API
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913253>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '4957a967-d8b2-511d-96dc-dead11207f1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913253',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E-Class',
'odometer': 177796,
'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': "Mercedes, E-Class Break FL'20, Mercedes-Benz E-Klasse Break E 200d "
'Business Solut',
'transmission': 'automatic',
'trim': ", Break FL'20, -Benz E-Klasse Break E 200d Business Solut",
'vin': None,
'year': 2021}
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913253auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:43 [ecarstrade.be] INFO: Saving data for 6913253auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613259.774525, 'last_price_update_time': 1774822543.912494}
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913253auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:43 [ecarstrade.be] INFO: Extracting details for car 6911155auction61871
2026-03-29 22:15:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5fe0f3a2-6c34-5d01-83fe-d765cf9b7fd4 with identifier: 6911155auction61871
2026-03-29 22:15:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5fe0f3a2-6c34-5d01-83fe-d765cf9b7fd4 with scrape type 2
2026-03-29 22:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5fe0f3a2-6c34-5d01-83fe-d765cf9b7fd4 with scrape type 2
2026-03-29 22:15:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5fe0f3a2-6c34-5d01-83fe-d765cf9b7fd4, identifier: 6911155auction61871
2026-03-29 22:15:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5fe0f3a2-6c34-5d01-83fe-d765cf9b7fd4 with identifier: 6911155auction61871
2026-03-29 22:15:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5fe0f3a2-6c34-5d01-83fe-d765cf9b7fd4 with identifier: 6911155auction61871
2026-03-29 22:15:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5fe0f3a2-6c34-5d01-83fe-d765cf9b7fd4 with identifier: 6911155auction61871 to the API
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911155>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5fe0f3a2-6c34-5d01-83fe-d765cf9b7fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911155',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 147156,
'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, 3-serie Touring '18, BMW 3 Reeks Touring 320dA (120 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring 320dA (120 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911155auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:44 [ecarstrade.be] INFO: Saving data for 6911155auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613799.001288, 'last_price_update_time': 1774822544.341331}
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911155auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911157> (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-29 22:15:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:44 [ecarstrade.be] INFO: Extracting details for car 6911157auction61871
2026-03-29 22:15:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7260799-7281-5742-8a33-0fea3479b736 with identifier: 6911157auction61871
2026-03-29 22:15:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7260799-7281-5742-8a33-0fea3479b736 with scrape type 2
2026-03-29 22:15:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e7260799-7281-5742-8a33-0fea3479b736 with scrape type 2
2026-03-29 22:15:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7260799-7281-5742-8a33-0fea3479b736, identifier: 6911157auction61871
2026-03-29 22:15:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7260799-7281-5742-8a33-0fea3479b736 with identifier: 6911157auction61871
2026-03-29 22:15:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7260799-7281-5742-8a33-0fea3479b736 with identifier: 6911157auction61871
2026-03-29 22:15:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7260799-7281-5742-8a33-0fea3479b736 with identifier: 6911157auction61871 to the API
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911157>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'e7260799-7281-5742-8a33-0fea3479b736',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911157',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 67883,
'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': "Mercedes, A-Class Berline '18, Mercedes-Benz A-Klasse Limousine A "
'180d DCT Busine',
'transmission': 'automatic',
'trim': ", Berline '18, -Benz A-Klasse Limousine A 180d DCT Busine",
'vin': None,
'year': 2021}
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911157auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:44 [ecarstrade.be] INFO: Saving data for 6911157auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613109.646601, 'last_price_update_time': 1774822544.85882}
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911157auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913260> (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-29 22:15:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:44 [ecarstrade.be] INFO: Extracting details for car 6913260auction61871
2026-03-29 22:15:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with identifier: 6913260auction61871
2026-03-29 22:15:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with scrape type 2
2026-03-29 22:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with scrape type 2
2026-03-29 22:15:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c, identifier: 6913260auction61871
2026-03-29 22:15:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with identifier: 6913260auction61871
2026-03-29 22:15:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with identifier: 6913260auction61871
2026-03-29 22:15:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70b9eb6d-3e2c-508f-9af0-dfe294b74f5c with identifier: 6913260auction61871 to the API
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913260>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '70b9eb6d-3e2c-508f-9af0-dfe294b74f5c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913260',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 133127,
'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': "Volvo, XC40 '17 PHEV, Volvo XC40 T4 Recharge Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", XC40 '17 PHEV, XC40 T4 Recharge Geartronic R-Design 5d",
'vin': None,
'year': 2021}
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913260auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:45 [ecarstrade.be] INFO: Saving data for 6913260auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613248.983506, 'last_price_update_time': 1774822545.356631}
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913260auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913259> (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-29 22:15:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:45 [ecarstrade.be] INFO: Extracting details for car 6913259auction61871
2026-03-29 22:15:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8753600-9ece-5bc8-a877-5b2e527d79d1 with identifier: 6913259auction61871
2026-03-29 22:15:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8753600-9ece-5bc8-a877-5b2e527d79d1 with scrape type 2
2026-03-29 22:15:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8753600-9ece-5bc8-a877-5b2e527d79d1 with scrape type 2
2026-03-29 22:15:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8753600-9ece-5bc8-a877-5b2e527d79d1, identifier: 6913259auction61871
2026-03-29 22:15:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8753600-9ece-5bc8-a877-5b2e527d79d1 with identifier: 6913259auction61871
2026-03-29 22:15:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8753600-9ece-5bc8-a877-5b2e527d79d1 with identifier: 6913259auction61871
2026-03-29 22:15:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8753600-9ece-5bc8-a877-5b2e527d79d1 with identifier: 6913259auction61871 to the API
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913259>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'b8753600-9ece-5bc8-a877-5b2e527d79d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913259',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 112358,
'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': "Hyundai, Tucson FL'18, Hyundai Tucson 1.6 CRDi ISG Feel 2WD DCT-7 "
'48v Mil',
'transmission': 'automatic',
'trim': ", FL'18, 1.6 CRDi ISG Feel 2WD DCT-7 48v Mil",
'vin': None,
'year': 2020}
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913259auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:45 [ecarstrade.be] INFO: Saving data for 6913259auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613221.905553, 'last_price_update_time': 1774822545.886076}
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913259auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911173> (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-29 22:15:46 [ecarstrade.be] INFO: Extracting details for car 6911173auction61871
2026-03-29 22:15:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7128b163-637d-51c2-8067-4db53fd44d0c with identifier: 6911173auction61871
2026-03-29 22:15:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7128b163-637d-51c2-8067-4db53fd44d0c with scrape type 2
2026-03-29 22:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7128b163-637d-51c2-8067-4db53fd44d0c with scrape type 2
2026-03-29 22:15:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7128b163-637d-51c2-8067-4db53fd44d0c, identifier: 6911173auction61871
2026-03-29 22:15:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7128b163-637d-51c2-8067-4db53fd44d0c with identifier: 6911173auction61871
2026-03-29 22:15:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7128b163-637d-51c2-8067-4db53fd44d0c with identifier: 6911173auction61871
2026-03-29 22:15:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7128b163-637d-51c2-8067-4db53fd44d0c with identifier: 6911173auction61871 to the API
2026-03-29 22:15:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911173>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '7128b163-637d-51c2-8067-4db53fd44d0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911173',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 87274,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi CRTDi 2.0 110kW SCR BMT Maxi Van 4d',
'transmission': 'manual',
'trim': 'Maxi CRTDi 2.0 110kW SCR BMT Maxi Van 4d',
'vin': None,
'year': 2019}
2026-03-29 22:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911173auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:46 [ecarstrade.be] INFO: Saving data for 6911173auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613109.009973, 'last_price_update_time': 1774822546.429616}
2026-03-29 22:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911173auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911163> (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-29 22:15:46 [ecarstrade.be] INFO: Extracting details for car 6911163auction61871
2026-03-29 22:15:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcc40d20-c85a-5bb6-a843-940b42ff88c4 with identifier: 6911163auction61871
2026-03-29 22:15:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcc40d20-c85a-5bb6-a843-940b42ff88c4 with scrape type 2
2026-03-29 22:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcc40d20-c85a-5bb6-a843-940b42ff88c4 with scrape type 2
2026-03-29 22:15:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcc40d20-c85a-5bb6-a843-940b42ff88c4, identifier: 6911163auction61871
2026-03-29 22:15:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcc40d20-c85a-5bb6-a843-940b42ff88c4 with identifier: 6911163auction61871
2026-03-29 22:15:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcc40d20-c85a-5bb6-a843-940b42ff88c4 with identifier: 6911163auction61871
2026-03-29 22:15:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcc40d20-c85a-5bb6-a843-940b42ff88c4 with identifier: 6911163auction61871 to the API
2026-03-29 22:15:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911163>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'fcc40d20-c85a-5bb6-a843-940b42ff88c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911163',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 110904,
'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': 2,
'seller_name': None,
'title': 'Peugeot Expert Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'transmission': 'manual',
'trim': 'Standard Premium L2 1.5 BlueHDi 120 S&S 4d',
'vin': None,
'year': 2021}
2026-03-29 22:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911163auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:47 [ecarstrade.be] INFO: Saving data for 6911163auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613103.084255, 'last_price_update_time': 1774822547.426476}
2026-03-29 22:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911163auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913276> (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-29 22:15:49 [ecarstrade.be] INFO: Extracting details for car 6913276auction61871
2026-03-29 22:15:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11b972c1-05db-56d5-8597-7b3585b1f7b4 with identifier: 6913276auction61871
2026-03-29 22:15:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11b972c1-05db-56d5-8597-7b3585b1f7b4 with scrape type 2
2026-03-29 22:15:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 11b972c1-05db-56d5-8597-7b3585b1f7b4 with scrape type 2
2026-03-29 22:15:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11b972c1-05db-56d5-8597-7b3585b1f7b4, identifier: 6913276auction61871
2026-03-29 22:15:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11b972c1-05db-56d5-8597-7b3585b1f7b4 with identifier: 6913276auction61871
2026-03-29 22:15:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11b972c1-05db-56d5-8597-7b3585b1f7b4 with identifier: 6913276auction61871
2026-03-29 22:15:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11b972c1-05db-56d5-8597-7b3585b1f7b4 with identifier: 6913276auction61871 to the API
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913276>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '11b972c1-05db-56d5-8597-7b3585b1f7b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913276',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 22782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913276auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Saving data for 6913276auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613623.519268, 'last_price_update_time': 1774822550.362597}
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913276auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:50 [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-29 22:15:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6889075auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6889075auction61871: 2
2026-03-29 22:15:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6935043auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935043auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6935043auction61871: 2
2026-03-29 22:15:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6936610auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936610auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6936610auction61871: 2
2026-03-29 22:15:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6936612auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936612auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6936612auction61871: 2
2026-03-29 22:15:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6887405auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887405auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6887405auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6887393auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887393auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6887393auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6889056auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889056auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6889056auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6887394auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887394auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6887394auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6889039auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889039auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6889039auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6889049auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889049auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6889049auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6889040auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889040auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6889040auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6889046auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889046auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6889046auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6887379auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887379auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6887379auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6889031auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889031auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:50 [ecarstrade.be] INFO: Scrape type for 6889031auction61871: 2
2026-03-29 22:15:50 [ecarstrade.be] INFO: Found listing with ID: 6889034auction61871
2026-03-29 22:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889034auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:51 [ecarstrade.be] INFO: Scrape type for 6889034auction61871: 2
2026-03-29 22:15:51 [ecarstrade.be] INFO: Found listing with ID: 6911119auction61871
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911119auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:51 [ecarstrade.be] INFO: Scrape type for 6911119auction61871: 2
2026-03-29 22:15:51 [ecarstrade.be] INFO: Found listing with ID: 6936608auction61871
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936608auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:51 [ecarstrade.be] INFO: Scrape type for 6936608auction61871: 2
2026-03-29 22:15:51 [ecarstrade.be] INFO: Found listing with ID: 6889027auction61871
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889027auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:51 [ecarstrade.be] INFO: Scrape type for 6889027auction61871: 2
2026-03-29 22:15:51 [ecarstrade.be] INFO: Found listing with ID: 6911116auction61871
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911116auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:51 [ecarstrade.be] INFO: Scrape type for 6911116auction61871: 2
2026-03-29 22:15:51 [ecarstrade.be] INFO: Found listing with ID: 6864875auction61871
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864875auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:51 [ecarstrade.be] INFO: Scrape type for 6864875auction61871: 2
2026-03-29 22:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911166> (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-29 22:15:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:51 [ecarstrade.be] INFO: Extracting details for car 6911166auction61871
2026-03-29 22:15:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60f725e7-1aaf-5673-b905-f0e9e75efef2 with identifier: 6911166auction61871
2026-03-29 22:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60f725e7-1aaf-5673-b905-f0e9e75efef2 with scrape type 2
2026-03-29 22:15:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 60f725e7-1aaf-5673-b905-f0e9e75efef2 with scrape type 2
2026-03-29 22:15:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60f725e7-1aaf-5673-b905-f0e9e75efef2, identifier: 6911166auction61871
2026-03-29 22:15:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60f725e7-1aaf-5673-b905-f0e9e75efef2 with identifier: 6911166auction61871
2026-03-29 22:15:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60f725e7-1aaf-5673-b905-f0e9e75efef2 with identifier: 6911166auction61871
2026-03-29 22:15:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60f725e7-1aaf-5673-b905-f0e9e75efef2 with identifier: 6911166auction61871 to the API
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911166>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '60f725e7-1aaf-5673-b905-f0e9e75efef2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911166',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 23244,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911166auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:51 [ecarstrade.be] INFO: Saving data for 6911166auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613105.125558, 'last_price_update_time': 1774822551.703462}
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911166auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:56 [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-29 22:15:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6887362auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887362auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6887362auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6889018auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889018auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6889018auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6961296auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961296auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6961296auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6844388auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844388auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6844388auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6889005auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889005auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6889005auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6840075auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276840075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6840075auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6841551auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841551auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6841551auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6841573auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841573auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6841573auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6841583auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841583auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6841583auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6911117auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911117auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6911117auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6935040auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935040auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6935040auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6888987auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888987auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6888987auction61871: 2
2026-03-29 22:15:56 [ecarstrade.be] INFO: Found listing with ID: 6611602auction61871
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276611602auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:56 [ecarstrade.be] INFO: Scrape type for 6611602auction61871: 2
2026-03-29 22:15:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936610> (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-29 22:15:57 [ecarstrade.be] INFO: Found listing with ID: 6887347auction61871
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887347auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:57 [ecarstrade.be] INFO: Scrape type for 6887347auction61871: 2
2026-03-29 22:15:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:57 [ecarstrade.be] INFO: Found listing with ID: 6888994auction61871
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888994auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:57 [ecarstrade.be] INFO: Scrape type for 6888994auction61871: 2
2026-03-29 22:15:57 [ecarstrade.be] INFO: Found listing with ID: 6936609auction61871
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936609auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:57 [ecarstrade.be] INFO: Scrape type for 6936609auction61871: 2
2026-03-29 22:15:57 [ecarstrade.be] INFO: Found listing with ID: 6888978auction61871
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888978auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:57 [ecarstrade.be] INFO: Scrape type for 6888978auction61871: 2
2026-03-29 22:15:57 [ecarstrade.be] INFO: Found listing with ID: 6887340auction61871
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887340auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:57 [ecarstrade.be] INFO: Scrape type for 6887340auction61871: 2
2026-03-29 22:15:57 [ecarstrade.be] INFO: Found listing with ID: 6935041auction61871
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935041auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:57 [ecarstrade.be] INFO: Scrape type for 6935041auction61871: 2
2026-03-29 22:15:57 [ecarstrade.be] INFO: Extracting details for car 6936610auction61871
2026-03-29 22:15:57 [ecarstrade.be] INFO: Found listing with ID: 6982136auction61871
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982136auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:57 [ecarstrade.be] INFO: Scrape type for 6982136auction61871: 2
2026-03-29 22:15:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with identifier: 6936610auction61871
2026-03-29 22:15:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with scrape type 2
2026-03-29 22:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with scrape type 2
2026-03-29 22:15:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d4ebeb7-befe-5add-9c33-f78f0334fc93, identifier: 6936610auction61871
2026-03-29 22:15:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with identifier: 6936610auction61871
2026-03-29 22:15:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with identifier: 6936610auction61871
2026-03-29 22:15:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d4ebeb7-befe-5add-9c33-f78f0334fc93 with identifier: 6936610auction61871 to the API
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936610>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '0d4ebeb7-befe-5add-9c33-f78f0334fc93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936610',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 44462,
'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': "Volvo, XC40 '17 PHEV, Volvo XC40 T4 Recharge Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", XC40 '17 PHEV, XC40 T4 Recharge Geartronic R-Design 5d",
'vin': None,
'year': 2022}
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936610auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:57 [ecarstrade.be] INFO: Saving data for 6936610auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840538.125428, 'last_price_update_time': 1774822557.579721}
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936610auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936617> (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-29 22:15:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889075> (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-29 22:15:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935043> (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-29 22:15:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:57 [ecarstrade.be] INFO: Extracting details for car 6936617auction61871
2026-03-29 22:15:57 [ecarstrade.be] INFO: Extracting details for car 6889075auction61871
2026-03-29 22:15:57 [ecarstrade.be] INFO: Extracting details for car 6935043auction61871
2026-03-29 22:15:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with identifier: 6936617auction61871
2026-03-29 22:15:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with scrape type 2
2026-03-29 22:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with scrape type 2
2026-03-29 22:15:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 136f0f3e-4c3a-5e6c-946e-d22105d55d93, identifier: 6936617auction61871
2026-03-29 22:15:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 53db1b3d-8d6d-5112-b191-f18a97064bec with identifier: 6889075auction61871
2026-03-29 22:15:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 53db1b3d-8d6d-5112-b191-f18a97064bec with scrape type 2
2026-03-29 22:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 53db1b3d-8d6d-5112-b191-f18a97064bec with scrape type 2
2026-03-29 22:15:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 53db1b3d-8d6d-5112-b191-f18a97064bec, identifier: 6889075auction61871
2026-03-29 22:15:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f92232-0a45-56dd-913c-a9bac4277513 with identifier: 6935043auction61871
2026-03-29 22:15:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f92232-0a45-56dd-913c-a9bac4277513 with scrape type 2
2026-03-29 22:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f92232-0a45-56dd-913c-a9bac4277513 with scrape type 2
2026-03-29 22:15:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41f92232-0a45-56dd-913c-a9bac4277513, identifier: 6935043auction61871
2026-03-29 22:15:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with identifier: 6936617auction61871
2026-03-29 22:15:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with identifier: 6936617auction61871
2026-03-29 22:15:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 136f0f3e-4c3a-5e6c-946e-d22105d55d93 with identifier: 6936617auction61871 to the API
2026-03-29 22:15:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936617>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '136f0f3e-4c3a-5e6c-946e-d22105d55d93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936617',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 79892,
'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': 'Volkswagen Golf VIII 1.0 eTSI 81kW Life Business DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 1.0 eTSI 81kW Life Business DSG 5d',
'vin': None,
'year': 2023}
2026-03-29 22:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936617auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:58 [ecarstrade.be] INFO: Saving data for 6936617auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840501.818305, 'last_price_update_time': 1774822558.974748}
2026-03-29 22:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936617auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 53db1b3d-8d6d-5112-b191-f18a97064bec with identifier: 6889075auction61871
2026-03-29 22:15:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 53db1b3d-8d6d-5112-b191-f18a97064bec with identifier: 6889075auction61871
2026-03-29 22:15:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 53db1b3d-8d6d-5112-b191-f18a97064bec with identifier: 6889075auction61871 to the API
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889075>
{'auction_title': '',
'c_o_2_emission_value': 166,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '53db1b3d-8d6d-5112-b191-f18a97064bec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889075',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 111185,
'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': 2,
'seller_name': None,
'title': 'Peugeot Expert Standard Premium L2 1.5 BlueHDi 120 S&S 4d NO COC!',
'transmission': 'manual',
'trim': 'Standard Premium L2 1.5 BlueHDi 120 S&S 4d NO COC!',
'vin': None,
'year': 2021}
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:59 [ecarstrade.be] INFO: Saving data for 6889075auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613320.817469, 'last_price_update_time': 1774822559.283818}
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889075auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41f92232-0a45-56dd-913c-a9bac4277513 with identifier: 6935043auction61871
2026-03-29 22:15:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41f92232-0a45-56dd-913c-a9bac4277513 with identifier: 6935043auction61871
2026-03-29 22:15:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41f92232-0a45-56dd-913c-a9bac4277513 with identifier: 6935043auction61871 to the API
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:15: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-29 22:15:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935043>
{'auction_title': '',
'c_o_2_emission_value': 15,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '41f92232-0a45-56dd-913c-a9bac4277513',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935043',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 46719,
'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': 'BMW 2 Reeks Active Tourer 225e xDrive 5d',
'transmission': 'automatic',
'trim': '2 Reeks Active Tourer 225e xDrive 5d',
'vin': None,
'year': 2023}
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935043auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:15:59 [ecarstrade.be] INFO: Saving data for 6935043auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788959.937369, 'last_price_update_time': 1774822559.594482}
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:15:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935043auction61871') HTTP/1.1" 204 0
2026-03-29 22:15:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936612> (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-29 22:15:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6913274> (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-29 22:15:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:15:59 [ecarstrade.be] INFO: Extracting details for car 6936612auction61871
2026-03-29 22:15:59 [ecarstrade.be] INFO: Extracting details for car 6913274auction61871
2026-03-29 22:15:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a61c3325-67d9-54c8-bf04-539a44dccd25 with identifier: 6936612auction61871
2026-03-29 22:15:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a61c3325-67d9-54c8-bf04-539a44dccd25 with scrape type 2
2026-03-29 22:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a61c3325-67d9-54c8-bf04-539a44dccd25 with scrape type 2
2026-03-29 22:15:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a61c3325-67d9-54c8-bf04-539a44dccd25, identifier: 6936612auction61871
2026-03-29 22:15:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 195a93f1-e263-5a82-9b95-7628a1a6ca25 with identifier: 6913274auction61871
2026-03-29 22:15:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 195a93f1-e263-5a82-9b95-7628a1a6ca25 with scrape type 2
2026-03-29 22:15:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 195a93f1-e263-5a82-9b95-7628a1a6ca25 with scrape type 2
2026-03-29 22:16:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 195a93f1-e263-5a82-9b95-7628a1a6ca25, identifier: 6913274auction61871
2026-03-29 22:16:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a61c3325-67d9-54c8-bf04-539a44dccd25 with identifier: 6936612auction61871
2026-03-29 22:16:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a61c3325-67d9-54c8-bf04-539a44dccd25 with identifier: 6936612auction61871
2026-03-29 22:16:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a61c3325-67d9-54c8-bf04-539a44dccd25 with identifier: 6936612auction61871 to the API
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936612>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'a61c3325-67d9-54c8-bf04-539a44dccd25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936612',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQE',
'odometer': 42434,
'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': 'MERCEDES EQE 89 kWh EQE 300 Business Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 89 kWh 300 Business Line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936612auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:00 [ecarstrade.be] INFO: Saving data for 6936612auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840505.275225, 'last_price_update_time': 1774822560.328397}
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936612auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 195a93f1-e263-5a82-9b95-7628a1a6ca25 with identifier: 6913274auction61871
2026-03-29 22:16:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 195a93f1-e263-5a82-9b95-7628a1a6ca25 with identifier: 6913274auction61871
2026-03-29 22:16:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 195a93f1-e263-5a82-9b95-7628a1a6ca25 with identifier: 6913274auction61871 to the API
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6913274>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '195a93f1-e263-5a82-9b95-7628a1a6ca25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6913274',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 23473,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276913274auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:00 [ecarstrade.be] INFO: Saving data for 6913274auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613251.187822, 'last_price_update_time': 1774822560.63762}
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6913274auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6887405> (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-29 22:16:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:03 [ecarstrade.be] INFO: Extracting details for car 6887405auction61871
2026-03-29 22:16:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f1c4795-ebaf-5034-875a-979d9607cd89 with identifier: 6887405auction61871
2026-03-29 22:16:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f1c4795-ebaf-5034-875a-979d9607cd89 with scrape type 2
2026-03-29 22:16:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f1c4795-ebaf-5034-875a-979d9607cd89 with scrape type 2
2026-03-29 22:16:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f1c4795-ebaf-5034-875a-979d9607cd89, identifier: 6887405auction61871
2026-03-29 22:16:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f1c4795-ebaf-5034-875a-979d9607cd89 with identifier: 6887405auction61871
2026-03-29 22:16:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f1c4795-ebaf-5034-875a-979d9607cd89 with identifier: 6887405auction61871
2026-03-29 22:16:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f1c4795-ebaf-5034-875a-979d9607cd89 with identifier: 6887405auction61871 to the API
2026-03-29 22:16:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6887405>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '5f1c4795-ebaf-5034-875a-979d9607cd89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6887405',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '2 Series',
'odometer': 115335,
'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, 2-serie Act.Tour '18, BMW 2 Reeks Active Tourer 218i (100kW) "
'5d',
'transmission': 'manual',
'trim': ", 2-serie Act.Tour '18, 2 Reeks Active Tourer 218i (100kW) 5d",
'vin': None,
'year': 2020}
2026-03-29 22:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887405auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:03 [ecarstrade.be] INFO: Saving data for 6887405auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613479.957696, 'last_price_update_time': 1774822563.436145}
2026-03-29 22:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6887405auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6887393> (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-29 22:16:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:04 [ecarstrade.be] INFO: Extracting details for car 6887393auction61871
2026-03-29 22:16:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25b1d003-52d9-51e6-b8e8-ea05d008967e with identifier: 6887393auction61871
2026-03-29 22:16:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25b1d003-52d9-51e6-b8e8-ea05d008967e with scrape type 2
2026-03-29 22:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25b1d003-52d9-51e6-b8e8-ea05d008967e with scrape type 2
2026-03-29 22:16:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25b1d003-52d9-51e6-b8e8-ea05d008967e, identifier: 6887393auction61871
2026-03-29 22:16:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25b1d003-52d9-51e6-b8e8-ea05d008967e with identifier: 6887393auction61871
2026-03-29 22:16:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25b1d003-52d9-51e6-b8e8-ea05d008967e with identifier: 6887393auction61871
2026-03-29 22:16:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25b1d003-52d9-51e6-b8e8-ea05d008967e with identifier: 6887393auction61871 to the API
2026-03-29 22:16:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6887393>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '25b1d003-52d9-51e6-b8e8-ea05d008967e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6887393',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 58564,
'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-29 22:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887393auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:04 [ecarstrade.be] INFO: Saving data for 6887393auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613290.711259, 'last_price_update_time': 1774822564.952796}
2026-03-29 22:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6887393auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889049> (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-29 22:16:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:06 [ecarstrade.be] INFO: Extracting details for car 6889049auction61871
2026-03-29 22:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with identifier: 6889049auction61871
2026-03-29 22:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with scrape type 2
2026-03-29 22:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with scrape type 2
2026-03-29 22:16:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0, identifier: 6889049auction61871
2026-03-29 22:16:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with identifier: 6889049auction61871
2026-03-29 22:16:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with identifier: 6889049auction61871
2026-03-29 22:16:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0 with identifier: 6889049auction61871 to the API
2026-03-29 22:16:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889049>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '2676bdd9-c9c0-5585-a1e6-eaf92de2a2d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889049',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 67231,
'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': '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': 2022}
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889049auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:07 [ecarstrade.be] INFO: Saving data for 6889049auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613290.268272, 'last_price_update_time': 1774822567.043343}
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889049auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:07 [scrapy.extensions.logstats] INFO: Crawled 1797 pages (at 50 pages/min), scraped 1681 items (at 47 items/min)
2026-03-29 22:16:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-29 22:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889040> (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-29 22:16:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6887394> (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-29 22:16:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:07 [ecarstrade.be] INFO: Extracting details for car 6889040auction61871
2026-03-29 22:16:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 189c9e79-0d05-5704-9058-541f187fb119 with identifier: 6889040auction61871
2026-03-29 22:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 189c9e79-0d05-5704-9058-541f187fb119 with scrape type 2
2026-03-29 22:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 189c9e79-0d05-5704-9058-541f187fb119 with scrape type 2
2026-03-29 22:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 189c9e79-0d05-5704-9058-541f187fb119, identifier: 6889040auction61871
2026-03-29 22:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 189c9e79-0d05-5704-9058-541f187fb119 with identifier: 6889040auction61871
2026-03-29 22:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 189c9e79-0d05-5704-9058-541f187fb119 with identifier: 6889040auction61871
2026-03-29 22:16:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 189c9e79-0d05-5704-9058-541f187fb119 with identifier: 6889040auction61871 to the API
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889040>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '189c9e79-0d05-5704-9058-541f187fb119',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889040',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Combo',
'odometer': 60988,
'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': 3,
'seller_name': None,
'title': 'Opel Combo 1.5 Turbo 75kW 2.3T L2H1 Edition 4d',
'transmission': 'manual',
'trim': '1.5 Turbo 75kW 2.3T L2H1 Edition 4d',
'vin': None,
'year': 2022}
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889040auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:07 [ecarstrade.be] INFO: Saving data for 6889040auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613310.701583, 'last_price_update_time': 1774822567.694225}
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889040auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:07 [ecarstrade.be] INFO: Extracting details for car 6887394auction61871
2026-03-29 22:16:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889056> (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-29 22:16:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96804058-7271-510b-9a8d-d5746d5db1da with identifier: 6887394auction61871
2026-03-29 22:16:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96804058-7271-510b-9a8d-d5746d5db1da with scrape type 2
2026-03-29 22:16:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96804058-7271-510b-9a8d-d5746d5db1da with scrape type 2
2026-03-29 22:16:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96804058-7271-510b-9a8d-d5746d5db1da, identifier: 6887394auction61871
2026-03-29 22:16:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96804058-7271-510b-9a8d-d5746d5db1da with identifier: 6887394auction61871
2026-03-29 22:16:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96804058-7271-510b-9a8d-d5746d5db1da with identifier: 6887394auction61871
2026-03-29 22:16:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96804058-7271-510b-9a8d-d5746d5db1da with identifier: 6887394auction61871 to the API
2026-03-29 22:16:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6887394>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '96804058-7271-510b-9a8d-d5746d5db1da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6887394',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 35959,
'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.2 PureTech 110 S&S MAN6 Feel 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Feel 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887394auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:08 [ecarstrade.be] INFO: Saving data for 6887394auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613284.564297, 'last_price_update_time': 1774822568.145318}
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6887394auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:08 [ecarstrade.be] INFO: Extracting details for car 6889056auction61871
2026-03-29 22:16:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc5b241a-4a38-536a-a74b-6cb8c39704cc with identifier: 6889056auction61871
2026-03-29 22:16:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc5b241a-4a38-536a-a74b-6cb8c39704cc with scrape type 2
2026-03-29 22:16:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc5b241a-4a38-536a-a74b-6cb8c39704cc with scrape type 2
2026-03-29 22:16:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc5b241a-4a38-536a-a74b-6cb8c39704cc, identifier: 6889056auction61871
2026-03-29 22:16:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc5b241a-4a38-536a-a74b-6cb8c39704cc with identifier: 6889056auction61871
2026-03-29 22:16:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc5b241a-4a38-536a-a74b-6cb8c39704cc with identifier: 6889056auction61871
2026-03-29 22:16:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc5b241a-4a38-536a-a74b-6cb8c39704cc with identifier: 6889056auction61871 to the API
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889056>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'fc5b241a-4a38-536a-a74b-6cb8c39704cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889056',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '5 Series',
'odometer': 130365,
'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': 'BMW 5 Reeks Berline 530e 215kW 4d',
'transmission': 'automatic',
'trim': '5 Reeks Berline 530e 215kW 4d',
'vin': None,
'year': 2023}
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889056auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:08 [ecarstrade.be] INFO: Saving data for 6889056auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613312.624714, 'last_price_update_time': 1774822568.566564}
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889056auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911116> (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-29 22:16:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:11 [ecarstrade.be] INFO: Extracting details for car 6911116auction61871
2026-03-29 22:16:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1413111-fa5a-5ea6-a41a-7a6581e0915b with identifier: 6911116auction61871
2026-03-29 22:16:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1413111-fa5a-5ea6-a41a-7a6581e0915b with scrape type 2
2026-03-29 22:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f1413111-fa5a-5ea6-a41a-7a6581e0915b with scrape type 2
2026-03-29 22:16:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1413111-fa5a-5ea6-a41a-7a6581e0915b, identifier: 6911116auction61871
2026-03-29 22:16:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1413111-fa5a-5ea6-a41a-7a6581e0915b with identifier: 6911116auction61871
2026-03-29 22:16:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1413111-fa5a-5ea6-a41a-7a6581e0915b with identifier: 6911116auction61871
2026-03-29 22:16:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1413111-fa5a-5ea6-a41a-7a6581e0915b with identifier: 6911116auction61871 to the API
2026-03-29 22:16:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911116>
{'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-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'f1413111-fa5a-5ea6-a41a-7a6581e0915b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911116',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Other',
'model': 'Volvo',
'odometer': 116394,
'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': 'Volvo XC40 Recharge Twin Plus 5d',
'transmission': 'automatic',
'trim': 'XC40 Recharge Twin Plus 5d',
'vin': None,
'year': 2021}
2026-03-29 22:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911116auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:11 [ecarstrade.be] INFO: Saving data for 6911116auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613808.534779, 'last_price_update_time': 1774822571.501493}
2026-03-29 22:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911116auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889039> (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-29 22:16:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:11 [ecarstrade.be] INFO: Extracting details for car 6889039auction61871
2026-03-29 22:16:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dd065017-0115-5ee3-b805-a078e7bd4986 with identifier: 6889039auction61871
2026-03-29 22:16:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dd065017-0115-5ee3-b805-a078e7bd4986 with scrape type 2
2026-03-29 22:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dd065017-0115-5ee3-b805-a078e7bd4986 with scrape type 2
2026-03-29 22:16:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dd065017-0115-5ee3-b805-a078e7bd4986, identifier: 6889039auction61871
2026-03-29 22:16:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dd065017-0115-5ee3-b805-a078e7bd4986 with identifier: 6889039auction61871
2026-03-29 22:16:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dd065017-0115-5ee3-b805-a078e7bd4986 with identifier: 6889039auction61871
2026-03-29 22:16:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dd065017-0115-5ee3-b805-a078e7bd4986 with identifier: 6889039auction61871 to the API
2026-03-29 22:16:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889039>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'dd065017-0115-5ee3-b805-a078e7bd4986',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889039',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 71910,
'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': 'VOLVO XC60 DIESEL - 2021 2.0 B4 MHEV Core 5d',
'transmission': 'automatic',
'trim': 'VOLVO XC60 DIESEL - 2021 2.0 B4 MHEV Core 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889039auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:12 [ecarstrade.be] INFO: Saving data for 6889039auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613376.815223, 'last_price_update_time': 1774822572.018779}
2026-03-29 22:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889039auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982136> (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-29 22:16:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:13 [ecarstrade.be] INFO: Extracting details for car 6982136auction61871
2026-03-29 22:16:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 6982136auction61871
2026-03-29 22:16:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb45d0bd-d13d-5dd7-b464-1b80274fa026 with scrape type 2
2026-03-29 22:16:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb45d0bd-d13d-5dd7-b464-1b80274fa026 with scrape type 2
2026-03-29 22:16:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb45d0bd-d13d-5dd7-b464-1b80274fa026, identifier: 6982136auction61871
2026-03-29 22:16:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 6982136auction61871
2026-03-29 22:16:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 6982136auction61871
2026-03-29 22:16:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 6982136auction61871 to the API
2026-03-29 22:16:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982136>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'eb45d0bd-d13d-5dd7-b464-1b80274fa026',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982136',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 116031,
'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 Berline 2.0 TDi 30 85kW Advanced 4d',
'transmission': 'manual',
'trim': 'Berline 2.0 TDi 30 85kW Advanced 4d',
'vin': None,
'year': 2022}
2026-03-29 22:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982136auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:13 [ecarstrade.be] INFO: Saving data for 6982136auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958238.781988, 'last_price_update_time': 1774822573.891994}
2026-03-29 22:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982136auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6611602> (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-29 22:16:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:14 [ecarstrade.be] INFO: Extracting details for car 6611602auction61871
2026-03-29 22:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8a5fc45-e83d-59c4-80e8-465370c65327 with identifier: 6611602auction61871
2026-03-29 22:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8a5fc45-e83d-59c4-80e8-465370c65327 with scrape type 2
2026-03-29 22:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8a5fc45-e83d-59c4-80e8-465370c65327 with scrape type 2
2026-03-29 22:16:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8a5fc45-e83d-59c4-80e8-465370c65327, identifier: 6611602auction61871
2026-03-29 22:16:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8a5fc45-e83d-59c4-80e8-465370c65327 with identifier: 6611602auction61871
2026-03-29 22:16:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8a5fc45-e83d-59c4-80e8-465370c65327 with identifier: 6611602auction61871
2026-03-29 22:16:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8a5fc45-e83d-59c4-80e8-465370c65327 with identifier: 6611602auction61871 to the API
2026-03-29 22:16:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6611602>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e8a5fc45-e83d-59c4-80e8-465370c65327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6611602',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A1',
'odometer': 12058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A1 35 TFSI S tronic 5d',
'transmission': 'automatic',
'trim': '35 TFSI S tronic 5d',
'vin': None,
'year': 2025}
2026-03-29 22:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276611602auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:14 [ecarstrade.be] INFO: Saving data for 6611602auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772839984.142352, 'last_price_update_time': 1774822574.456672}
2026-03-29 22:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6611602auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6887340> (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-29 22:16:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:14 [ecarstrade.be] INFO: Extracting details for car 6887340auction61871
2026-03-29 22:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56349599-abc7-5eb4-a213-72826774b79f with identifier: 6887340auction61871
2026-03-29 22:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56349599-abc7-5eb4-a213-72826774b79f with scrape type 2
2026-03-29 22:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56349599-abc7-5eb4-a213-72826774b79f with scrape type 2
2026-03-29 22:16:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56349599-abc7-5eb4-a213-72826774b79f, identifier: 6887340auction61871
2026-03-29 22:16:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56349599-abc7-5eb4-a213-72826774b79f with identifier: 6887340auction61871
2026-03-29 22:16:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56349599-abc7-5eb4-a213-72826774b79f with identifier: 6887340auction61871
2026-03-29 22:16:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56349599-abc7-5eb4-a213-72826774b79f with identifier: 6887340auction61871 to the API
2026-03-29 22:16:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6887340>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '56349599-abc7-5eb4-a213-72826774b79f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6887340',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 33547,
'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': 'Mercedes-Benz A-Klasse A 250 e Luxury Line 5d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse A 250 e Luxury Line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887340auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:14 [ecarstrade.be] INFO: Saving data for 6887340auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840017.348566, 'last_price_update_time': 1774822574.997024}
2026-03-29 22:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6887340auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935041> (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-29 22:16:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:15 [ecarstrade.be] INFO: Extracting details for car 6935041auction61871
2026-03-29 22:16:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with identifier: 6935041auction61871
2026-03-29 22:16:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with scrape type 2
2026-03-29 22:16:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with scrape type 2
2026-03-29 22:16:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85265101-3bb4-5b75-9801-8b1a6b67f6e3, identifier: 6935041auction61871
2026-03-29 22:16:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with identifier: 6935041auction61871
2026-03-29 22:16:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with identifier: 6935041auction61871
2026-03-29 22:16:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85265101-3bb4-5b75-9801-8b1a6b67f6e3 with identifier: 6935041auction61871 to the API
2026-03-29 22:16:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935041>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '85265101-3bb4-5b75-9801-8b1a6b67f6e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935041',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 53748,
'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': 'Renault Arkana E-TECH Hybrid Corporate Edition 5d',
'transmission': 'automatic',
'trim': 'E-TECH Hybrid Corporate Edition 5d',
'vin': None,
'year': 2022}
2026-03-29 22:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935041auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:15 [ecarstrade.be] INFO: Saving data for 6935041auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788944.092361, 'last_price_update_time': 1774822575.704992}
2026-03-29 22:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935041auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6888978> (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-29 22:16:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:19 [ecarstrade.be] INFO: Extracting details for car 6888978auction61871
2026-03-29 22:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c8df0d4-10c4-577d-a3ee-9e47f2526791 with identifier: 6888978auction61871
2026-03-29 22:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c8df0d4-10c4-577d-a3ee-9e47f2526791 with scrape type 2
2026-03-29 22:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9c8df0d4-10c4-577d-a3ee-9e47f2526791 with scrape type 2
2026-03-29 22:16:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c8df0d4-10c4-577d-a3ee-9e47f2526791, identifier: 6888978auction61871
2026-03-29 22:16:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c8df0d4-10c4-577d-a3ee-9e47f2526791 with identifier: 6888978auction61871
2026-03-29 22:16:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c8df0d4-10c4-577d-a3ee-9e47f2526791 with identifier: 6888978auction61871
2026-03-29 22:16:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c8df0d4-10c4-577d-a3ee-9e47f2526791 with identifier: 6888978auction61871 to the API
2026-03-29 22:16:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6888978>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '9c8df0d4-10c4-577d-a3ee-9e47f2526791',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6888978',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': '',
'odometer': 65866,
'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': 4,
'seller_name': None,
'title': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'transmission': 'automatic',
'trim': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'vin': None,
'year': 2023}
2026-03-29 22:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888978auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:20 [ecarstrade.be] INFO: Saving data for 6888978auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613039.669227, 'last_price_update_time': 1774822580.436935}
2026-03-29 22:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6888978auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936609> (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-29 22:16:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6888994> (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-29 22:16:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911164> (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-29 22:16:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6887347> (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-29 22:16:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:20 [ecarstrade.be] INFO: Extracting details for car 6936609auction61871
2026-03-29 22:16:20 [ecarstrade.be] INFO: Extracting details for car 6888994auction61871
2026-03-29 22:16:20 [ecarstrade.be] INFO: Extracting details for car 6911164auction61871
2026-03-29 22:16:20 [ecarstrade.be] INFO: Extracting details for car 6887347auction61871
2026-03-29 22:16:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5388fad7-88c5-5ad8-b929-ac983d234685 with identifier: 6936609auction61871
2026-03-29 22:16:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5388fad7-88c5-5ad8-b929-ac983d234685 with scrape type 2
2026-03-29 22:16:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5388fad7-88c5-5ad8-b929-ac983d234685 with scrape type 2
2026-03-29 22:16:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5388fad7-88c5-5ad8-b929-ac983d234685, identifier: 6936609auction61871
2026-03-29 22:16:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5388fad7-88c5-5ad8-b929-ac983d234685 with identifier: 6936609auction61871
2026-03-29 22:16:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5388fad7-88c5-5ad8-b929-ac983d234685 with identifier: 6936609auction61871
2026-03-29 22:16:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5388fad7-88c5-5ad8-b929-ac983d234685 with identifier: 6936609auction61871 to the API
2026-03-29 22:16:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936609>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '5388fad7-88c5-5ad8-b929-ac983d234685',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936609',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '508',
'odometer': 46225,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2021}
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936609auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:21 [ecarstrade.be] INFO: Saving data for 6936609auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840538.713761, 'last_price_update_time': 1774822581.024724}
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936609auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31a18783-ed20-58da-821a-f23a427ac027 with identifier: 6888994auction61871
2026-03-29 22:16:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31a18783-ed20-58da-821a-f23a427ac027 with scrape type 2
2026-03-29 22:16:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 31a18783-ed20-58da-821a-f23a427ac027 with scrape type 2
2026-03-29 22:16:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31a18783-ed20-58da-821a-f23a427ac027, identifier: 6888994auction61871
2026-03-29 22:16:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03a1041f-21d4-535a-90f3-142baf8c5829 with identifier: 6911164auction61871
2026-03-29 22:16:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03a1041f-21d4-535a-90f3-142baf8c5829 with scrape type 2
2026-03-29 22:16:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03a1041f-21d4-535a-90f3-142baf8c5829 with scrape type 2
2026-03-29 22:16:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03a1041f-21d4-535a-90f3-142baf8c5829, identifier: 6911164auction61871
2026-03-29 22:16:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c43d7252-143f-5097-8cf4-42f252fdb69c with identifier: 6887347auction61871
2026-03-29 22:16:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c43d7252-143f-5097-8cf4-42f252fdb69c with scrape type 2
2026-03-29 22:16:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c43d7252-143f-5097-8cf4-42f252fdb69c with scrape type 2
2026-03-29 22:16:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c43d7252-143f-5097-8cf4-42f252fdb69c, identifier: 6887347auction61871
2026-03-29 22:16:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31a18783-ed20-58da-821a-f23a427ac027 with identifier: 6888994auction61871
2026-03-29 22:16:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31a18783-ed20-58da-821a-f23a427ac027 with identifier: 6888994auction61871
2026-03-29 22:16:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31a18783-ed20-58da-821a-f23a427ac027 with identifier: 6888994auction61871 to the API
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6888994>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '31a18783-ed20-58da-821a-f23a427ac027',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6888994',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ 6',
'odometer': 19043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 6 77,4 kWh Balance 4d',
'transmission': 'automatic',
'trim': 'Ioniq 6 77,4 kWh Balance 4d',
'vin': None,
'year': 2024}
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888994auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:21 [ecarstrade.be] INFO: Saving data for 6888994auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613036.650709, 'last_price_update_time': 1774822581.615812}
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6888994auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03a1041f-21d4-535a-90f3-142baf8c5829 with identifier: 6911164auction61871
2026-03-29 22:16:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03a1041f-21d4-535a-90f3-142baf8c5829 with identifier: 6911164auction61871
2026-03-29 22:16:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03a1041f-21d4-535a-90f3-142baf8c5829 with identifier: 6911164auction61871 to the API
2026-03-29 22:16:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911164>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '03a1041f-21d4-535a-90f3-142baf8c5829',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911164',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 32632,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911164auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:22 [ecarstrade.be] INFO: Saving data for 6911164auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613106.553579, 'last_price_update_time': 1774822582.480979}
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911164auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c43d7252-143f-5097-8cf4-42f252fdb69c with identifier: 6887347auction61871
2026-03-29 22:16:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c43d7252-143f-5097-8cf4-42f252fdb69c with identifier: 6887347auction61871
2026-03-29 22:16:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c43d7252-143f-5097-8cf4-42f252fdb69c with identifier: 6887347auction61871 to the API
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6887347>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'c43d7252-143f-5097-8cf4-42f252fdb69c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6887347',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 49837,
'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': 'KIA XCeed 1.6 GDi PHEV DCT Business Line 5d',
'transmission': 'automatic',
'trim': 'KIA 1.6 GDi PHEV DCT Business Line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887347auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:22 [ecarstrade.be] INFO: Saving data for 6887347auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613359.142002, 'last_price_update_time': 1774822582.801509}
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6887347auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6888987> (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-29 22:16:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6935040> (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-29 22:16:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:22 [ecarstrade.be] INFO: Extracting details for car 6888987auction61871
2026-03-29 22:16:22 [ecarstrade.be] INFO: Extracting details for car 6935040auction61871
2026-03-29 22:16:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b11a90eb-b9f0-53f1-bd68-0862bf4db36d with identifier: 6888987auction61871
2026-03-29 22:16:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b11a90eb-b9f0-53f1-bd68-0862bf4db36d with scrape type 2
2026-03-29 22:16:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b11a90eb-b9f0-53f1-bd68-0862bf4db36d with scrape type 2
2026-03-29 22:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b11a90eb-b9f0-53f1-bd68-0862bf4db36d, identifier: 6888987auction61871
2026-03-29 22:16:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 473e5e9f-ee52-5fbd-abaf-fc4c063a3cc7 with identifier: 6935040auction61871
2026-03-29 22:16:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 473e5e9f-ee52-5fbd-abaf-fc4c063a3cc7 with scrape type 2
2026-03-29 22:16:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 473e5e9f-ee52-5fbd-abaf-fc4c063a3cc7 with scrape type 2
2026-03-29 22:16:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 473e5e9f-ee52-5fbd-abaf-fc4c063a3cc7, identifier: 6935040auction61871
2026-03-29 22:16:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b11a90eb-b9f0-53f1-bd68-0862bf4db36d with identifier: 6888987auction61871
2026-03-29 22:16:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b11a90eb-b9f0-53f1-bd68-0862bf4db36d with identifier: 6888987auction61871
2026-03-29 22:16:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b11a90eb-b9f0-53f1-bd68-0862bf4db36d with identifier: 6888987auction61871 to the API
2026-03-29 22:16:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6888987>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'b11a90eb-b9f0-53f1-bd68-0862bf4db36d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6888987',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLE-Class',
'odometer': 75052,
'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 CLASSE GLE (W167) GLE 350 e 211 (+136) 4-Matic PHEV 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLE (W167) GLE 350 e 211 (+136) 4-Matic PHEV 5d',
'vin': None,
'year': 2022}
2026-03-29 22:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888987auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:23 [ecarstrade.be] INFO: Saving data for 6888987auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613360.753545, 'last_price_update_time': 1774822583.950066}
2026-03-29 22:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6888987auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 473e5e9f-ee52-5fbd-abaf-fc4c063a3cc7 with identifier: 6935040auction61871
2026-03-29 22:16:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 473e5e9f-ee52-5fbd-abaf-fc4c063a3cc7 with identifier: 6935040auction61871
2026-03-29 22:16:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 473e5e9f-ee52-5fbd-abaf-fc4c063a3cc7 with identifier: 6935040auction61871 to the API
2026-03-29 22:16:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6935040>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '473e5e9f-ee52-5fbd-abaf-fc4c063a3cc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6935040',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'Other',
'odometer': 22997,
'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': 'BMW 2 Reeks Gran Coupé 218iA (100kW) 4d',
'transmission': 'automatic',
'trim': '2 Reeks Gran Coupé 218iA (100kW) 4d',
'vin': None,
'year': 2023}
2026-03-29 22:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935040auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:24 [ecarstrade.be] INFO: Saving data for 6935040auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772788944.845706, 'last_price_update_time': 1774822584.260996}
2026-03-29 22:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6935040auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911117> (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-29 22:16:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:26 [ecarstrade.be] INFO: Extracting details for car 6911117auction61871
2026-03-29 22:16:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88ce1a35-4ed2-50a3-8a13-6b913f474399 with identifier: 6911117auction61871
2026-03-29 22:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88ce1a35-4ed2-50a3-8a13-6b913f474399 with scrape type 2
2026-03-29 22:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88ce1a35-4ed2-50a3-8a13-6b913f474399 with scrape type 2
2026-03-29 22:16:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88ce1a35-4ed2-50a3-8a13-6b913f474399, identifier: 6911117auction61871
2026-03-29 22:16:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88ce1a35-4ed2-50a3-8a13-6b913f474399 with identifier: 6911117auction61871
2026-03-29 22:16:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88ce1a35-4ed2-50a3-8a13-6b913f474399 with identifier: 6911117auction61871
2026-03-29 22:16:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88ce1a35-4ed2-50a3-8a13-6b913f474399 with identifier: 6911117auction61871 to the API
2026-03-29 22:16:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911117>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '88ce1a35-4ed2-50a3-8a13-6b913f474399',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911117',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3 Aircross',
'odometer': 15773,
'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': 'Citroën C3 Aircross 1.2 PureTech 110 S&S MAN6 Shine 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 110 S&S MAN6 Shine 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911117auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:27 [ecarstrade.be] INFO: Saving data for 6911117auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613810.861103, 'last_price_update_time': 1774822587.301268}
2026-03-29 22:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911117auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841573> (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-29 22:16:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:28 [ecarstrade.be] INFO: Extracting details for car 6841573auction61871
2026-03-29 22:16:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70691d26-5319-5c74-86ca-aeb2e3697ec6 with identifier: 6841573auction61871
2026-03-29 22:16:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70691d26-5319-5c74-86ca-aeb2e3697ec6 with scrape type 2
2026-03-29 22:16:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 70691d26-5319-5c74-86ca-aeb2e3697ec6 with scrape type 2
2026-03-29 22:16:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70691d26-5319-5c74-86ca-aeb2e3697ec6, identifier: 6841573auction61871
2026-03-29 22:16:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70691d26-5319-5c74-86ca-aeb2e3697ec6 with identifier: 6841573auction61871
2026-03-29 22:16:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70691d26-5319-5c74-86ca-aeb2e3697ec6 with identifier: 6841573auction61871
2026-03-29 22:16:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70691d26-5319-5c74-86ca-aeb2e3697ec6 with identifier: 6841573auction61871 to the API
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841573>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '70691d26-5319-5c74-86ca-aeb2e3697ec6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841573',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 63130,
'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-29 22:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841573auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:29 [ecarstrade.be] INFO: Saving data for 6841573auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613472.046927, 'last_price_update_time': 1774822589.249807}
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841573auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841583> (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-29 22:16:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6841551> (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-29 22:16:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:29 [ecarstrade.be] INFO: Extracting details for car 6841583auction61871
2026-03-29 22:16:29 [ecarstrade.be] INFO: Extracting details for car 6841551auction61871
2026-03-29 22:16:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d928e209-6d18-5bb4-8122-4ea4a291b612 with identifier: 6841583auction61871
2026-03-29 22:16:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d928e209-6d18-5bb4-8122-4ea4a291b612 with scrape type 2
2026-03-29 22:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d928e209-6d18-5bb4-8122-4ea4a291b612 with scrape type 2
2026-03-29 22:16:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d928e209-6d18-5bb4-8122-4ea4a291b612, identifier: 6841583auction61871
2026-03-29 22:16:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5217ea6-83cc-5dcd-8197-e6d7f87d47a9 with identifier: 6841551auction61871
2026-03-29 22:16:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5217ea6-83cc-5dcd-8197-e6d7f87d47a9 with scrape type 2
2026-03-29 22:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5217ea6-83cc-5dcd-8197-e6d7f87d47a9 with scrape type 2
2026-03-29 22:16:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5217ea6-83cc-5dcd-8197-e6d7f87d47a9, identifier: 6841551auction61871
2026-03-29 22:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d928e209-6d18-5bb4-8122-4ea4a291b612 with identifier: 6841583auction61871
2026-03-29 22:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d928e209-6d18-5bb4-8122-4ea4a291b612 with identifier: 6841583auction61871
2026-03-29 22:16:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d928e209-6d18-5bb4-8122-4ea4a291b612 with identifier: 6841583auction61871 to the API
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841583>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd928e209-6d18-5bb4-8122-4ea4a291b612',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841583',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 91527,
'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': 'Peugeot Boxer 2.2 BlueHDi S&S 140 Premium 335 L2H2 4d',
'transmission': 'manual',
'trim': '2.2 BlueHDi S&S 140 Premium 335 L2H2 4d',
'vin': None,
'year': 2020}
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841583auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:29 [ecarstrade.be] INFO: Saving data for 6841583auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613451.399314, 'last_price_update_time': 1774822589.899857}
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841583auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5217ea6-83cc-5dcd-8197-e6d7f87d47a9 with identifier: 6841551auction61871
2026-03-29 22:16:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5217ea6-83cc-5dcd-8197-e6d7f87d47a9 with identifier: 6841551auction61871
2026-03-29 22:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5217ea6-83cc-5dcd-8197-e6d7f87d47a9 with identifier: 6841551auction61871 to the API
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6841551>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'b5217ea6-83cc-5dcd-8197-e6d7f87d47a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6841551',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E-Class',
'odometer': 84698,
'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, E-Clas Br FL'20 PHEV, Mercedes-Benz E-Klasse Break E 300 "
'e Business Solu',
'transmission': 'automatic',
'trim': ", E-Clas Br FL'20 PHEV, -Benz E-Klasse Break E 300 e Business Solu",
'vin': None,
'year': 2021}
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841551auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:30 [ecarstrade.be] INFO: Saving data for 6841551auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613437.803336, 'last_price_update_time': 1774822590.201511}
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6841551auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6840075> (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-29 22:16:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6844388> (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-29 22:16:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:30 [ecarstrade.be] INFO: Extracting details for car 6840075auction61871
2026-03-29 22:16:30 [ecarstrade.be] INFO: Extracting details for car 6844388auction61871
2026-03-29 22:16:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d724278c-b782-5aa4-9147-8c41f56ab82c with identifier: 6840075auction61871
2026-03-29 22:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d724278c-b782-5aa4-9147-8c41f56ab82c with scrape type 2
2026-03-29 22:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d724278c-b782-5aa4-9147-8c41f56ab82c with scrape type 2
2026-03-29 22:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d724278c-b782-5aa4-9147-8c41f56ab82c, identifier: 6840075auction61871
2026-03-29 22:16:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cdf406b-647e-546f-be3d-2d55efc9edff with identifier: 6844388auction61871
2026-03-29 22:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cdf406b-647e-546f-be3d-2d55efc9edff with scrape type 2
2026-03-29 22:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7cdf406b-647e-546f-be3d-2d55efc9edff with scrape type 2
2026-03-29 22:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cdf406b-647e-546f-be3d-2d55efc9edff, identifier: 6844388auction61871
2026-03-29 22:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d724278c-b782-5aa4-9147-8c41f56ab82c with identifier: 6840075auction61871
2026-03-29 22:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d724278c-b782-5aa4-9147-8c41f56ab82c with identifier: 6840075auction61871
2026-03-29 22:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d724278c-b782-5aa4-9147-8c41f56ab82c with identifier: 6840075auction61871 to the API
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6840075>
{'auction_title': '',
'c_o_2_emission_value': 198,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd724278c-b782-5aa4-9147-8c41f56ab82c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6840075',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 77990,
'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': 'LAND ROVER RANGE ROVER VELAR DIESEL 3.0 TD6 300 MHEV D300 R-Dynamic '
'S 5d',
'transmission': 'automatic',
'trim': 'LAND ROVER RANGE ROVER VELAR DIESEL 3.0 TD6 300 MHEV D300 R-Dynamic '
'S 5d',
'vin': None,
'year': 2022}
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276840075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:30 [ecarstrade.be] INFO: Saving data for 6840075auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613416.44711, 'last_price_update_time': 1774822590.867682}
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6840075auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cdf406b-647e-546f-be3d-2d55efc9edff with identifier: 6844388auction61871
2026-03-29 22:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cdf406b-647e-546f-be3d-2d55efc9edff with identifier: 6844388auction61871
2026-03-29 22:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cdf406b-647e-546f-be3d-2d55efc9edff with identifier: 6844388auction61871 to the API
2026-03-29 22:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6844388>
{'auction_title': '',
'c_o_2_emission_value': 197,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '7cdf406b-647e-546f-be3d-2d55efc9edff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6844388',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 20800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Vivaro 2.0 Turbo D 145 S/S AT8 L3H1 4d',
'transmission': 'automatic',
'trim': '2.0 Turbo D 145 S/S AT8 L3H1 4d',
'vin': None,
'year': 2025}
2026-03-29 22:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844388auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:31 [ecarstrade.be] INFO: Saving data for 6844388auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613448.979759, 'last_price_update_time': 1774822591.417944}
2026-03-29 22:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6844388auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889005> (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-29 22:16:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:33 [ecarstrade.be] INFO: Extracting details for car 6889005auction61871
2026-03-29 22:16:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with identifier: 6889005auction61871
2026-03-29 22:16:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with scrape type 2
2026-03-29 22:16:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with scrape type 2
2026-03-29 22:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f, identifier: 6889005auction61871
2026-03-29 22:16:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with identifier: 6889005auction61871
2026-03-29 22:16:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with identifier: 6889005auction61871
2026-03-29 22:16:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99bf3ec7-e886-5fb7-ac39-99adbf95d55f with identifier: 6889005auction61871 to the API
2026-03-29 22:16:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889005>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '99bf3ec7-e886-5fb7-ac39-99adbf95d55f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889005',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '3008',
'odometer': 62867,
'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': 'Peugeot 3008 1.2 PureTech 96kW S&S Allure 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Allure 5d',
'vin': None,
'year': 2022}
2026-03-29 22:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889005auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:33 [ecarstrade.be] INFO: Saving data for 6889005auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613359.789063, 'last_price_update_time': 1774822593.724284}
2026-03-29 22:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889005auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961296> (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-29 22:16:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:33 [ecarstrade.be] INFO: Extracting details for car 6961296auction61871
2026-03-29 22:16:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8b86b7c-dd5c-567e-911b-df562a93440d with identifier: 6961296auction61871
2026-03-29 22:16:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b86b7c-dd5c-567e-911b-df562a93440d with scrape type 2
2026-03-29 22:16:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8b86b7c-dd5c-567e-911b-df562a93440d with scrape type 2
2026-03-29 22:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8b86b7c-dd5c-567e-911b-df562a93440d, identifier: 6961296auction61871
2026-03-29 22:16:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8b86b7c-dd5c-567e-911b-df562a93440d with identifier: 6961296auction61871
2026-03-29 22:16:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8b86b7c-dd5c-567e-911b-df562a93440d with identifier: 6961296auction61871
2026-03-29 22:16:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8b86b7c-dd5c-567e-911b-df562a93440d with identifier: 6961296auction61871 to the API
2026-03-29 22:16:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961296>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'b8b86b7c-dd5c-567e-911b-df562a93440d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961296',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Focus',
'odometer': 138495,
'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, Focus SW '18, Ford Focus Clipper 1.5 EcoBlue 88kW Aut. Trend "
'Ed.',
'transmission': 'automatic',
'trim': ", SW '18, Clipper 1.5 EcoBlue 88kW Aut. Trend Ed.",
'vin': None,
'year': 2019}
2026-03-29 22:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961296auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:34 [ecarstrade.be] INFO: Saving data for 6961296auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773418154.373353, 'last_price_update_time': 1774822594.243094}
2026-03-29 22:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961296auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889018> (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-29 22:16:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:35 [ecarstrade.be] INFO: Extracting details for car 6889018auction61871
2026-03-29 22:16:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with identifier: 6889018auction61871
2026-03-29 22:16:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with scrape type 2
2026-03-29 22:16:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with scrape type 2
2026-03-29 22:16:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 426bcb0f-8c69-5297-b2bd-63b06ab92d08, identifier: 6889018auction61871
2026-03-29 22:16:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with identifier: 6889018auction61871
2026-03-29 22:16:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with identifier: 6889018auction61871
2026-03-29 22:16:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 426bcb0f-8c69-5297-b2bd-63b06ab92d08 with identifier: 6889018auction61871 to the API
2026-03-29 22:16:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889018>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '426bcb0f-8c69-5297-b2bd-63b06ab92d08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889018',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 41599,
'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-29 22:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889018auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:36 [ecarstrade.be] INFO: Saving data for 6889018auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840093.776967, 'last_price_update_time': 1774822596.117019}
2026-03-29 22:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889018auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6887362> (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-29 22:16:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:36 [ecarstrade.be] INFO: Extracting details for car 6887362auction61871
2026-03-29 22:16:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95cffc2b-0cab-5015-bbff-f411663087d9 with identifier: 6887362auction61871
2026-03-29 22:16:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95cffc2b-0cab-5015-bbff-f411663087d9 with scrape type 2
2026-03-29 22:16:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95cffc2b-0cab-5015-bbff-f411663087d9 with scrape type 2
2026-03-29 22:16:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95cffc2b-0cab-5015-bbff-f411663087d9, identifier: 6887362auction61871
2026-03-29 22:16:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95cffc2b-0cab-5015-bbff-f411663087d9 with identifier: 6887362auction61871
2026-03-29 22:16:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95cffc2b-0cab-5015-bbff-f411663087d9 with identifier: 6887362auction61871
2026-03-29 22:16:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95cffc2b-0cab-5015-bbff-f411663087d9 with identifier: 6887362auction61871 to the API
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6887362>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '95cffc2b-0cab-5015-bbff-f411663087d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6887362',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Citroen',
'model': 'C3',
'odometer': 61155,
'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': 'Citroën C3 1.2 PureTech 83 S&S MAN Live 5d',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 83 S&S MAN Live 5d',
'vin': None,
'year': 2022}
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887362auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:37 [ecarstrade.be] INFO: Saving data for 6887362auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613374.848596, 'last_price_update_time': 1774822597.363914}
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6887362auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6864875> (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-29 22:16:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:37 [ecarstrade.be] INFO: Extracting details for car 6864875auction61871
2026-03-29 22:16:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with identifier: 6864875auction61871
2026-03-29 22:16:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with scrape type 2
2026-03-29 22:16:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with scrape type 2
2026-03-29 22:16:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b, identifier: 6864875auction61871
2026-03-29 22:16:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with identifier: 6864875auction61871
2026-03-29 22:16:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with identifier: 6864875auction61871
2026-03-29 22:16:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b789a89-6e8a-5f4f-95a1-f46c481b4f7b with identifier: 6864875auction61871 to the API
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6864875>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '2b789a89-6e8a-5f4f-95a1-f46c481b4f7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6864875',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 180525,
'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-29 22:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276864875auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:37 [ecarstrade.be] INFO: Saving data for 6864875auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613500.069319, 'last_price_update_time': 1774822597.92526}
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6864875auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889027> (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-29 22:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6936608> (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-29 22:16:38 [ecarstrade.be] INFO: Extracting details for car 6889027auction61871
2026-03-29 22:16:38 [ecarstrade.be] INFO: Extracting details for car 6936608auction61871
2026-03-29 22:16:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ffef709-883b-5028-8c42-4fa111862d11 with identifier: 6889027auction61871
2026-03-29 22:16:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ffef709-883b-5028-8c42-4fa111862d11 with scrape type 2
2026-03-29 22:16:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ffef709-883b-5028-8c42-4fa111862d11 with scrape type 2
2026-03-29 22:16:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ffef709-883b-5028-8c42-4fa111862d11, identifier: 6889027auction61871
2026-03-29 22:16:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4afdd90-c295-5201-9223-e669b7fb50d9 with identifier: 6936608auction61871
2026-03-29 22:16:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4afdd90-c295-5201-9223-e669b7fb50d9 with scrape type 2
2026-03-29 22:16:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4afdd90-c295-5201-9223-e669b7fb50d9 with scrape type 2
2026-03-29 22:16:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4afdd90-c295-5201-9223-e669b7fb50d9, identifier: 6936608auction61871
2026-03-29 22:16:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ffef709-883b-5028-8c42-4fa111862d11 with identifier: 6889027auction61871
2026-03-29 22:16:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ffef709-883b-5028-8c42-4fa111862d11 with identifier: 6889027auction61871
2026-03-29 22:16:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ffef709-883b-5028-8c42-4fa111862d11 with identifier: 6889027auction61871 to the API
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889027>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '2ffef709-883b-5028-8c42-4fa111862d11',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889027',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 17893,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889027auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:38 [ecarstrade.be] INFO: Saving data for 6889027auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613305.111718, 'last_price_update_time': 1774822598.559523}
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889027auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4afdd90-c295-5201-9223-e669b7fb50d9 with identifier: 6936608auction61871
2026-03-29 22:16:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4afdd90-c295-5201-9223-e669b7fb50d9 with identifier: 6936608auction61871
2026-03-29 22:16:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4afdd90-c295-5201-9223-e669b7fb50d9 with identifier: 6936608auction61871 to the API
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6936608>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'e4afdd90-c295-5201-9223-e669b7fb50d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6936608',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 79324,
'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': 'AUDI E-TRON 95 kWh 55 408hp Quattro S line 5d',
'transmission': 'automatic',
'trim': 'AUDI 95 kWh 55 408hp Quattro S line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936608auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:38 [ecarstrade.be] INFO: Saving data for 6936608auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772840537.525348, 'last_price_update_time': 1774822598.915525}
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6936608auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6911119> (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-29 22:16:39 [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-29 22:16:40 [ecarstrade.be] INFO: Extracting details for car 6911119auction61871
2026-03-29 22:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c272e80b-4183-5fa7-95c8-e5f303163ca6 with identifier: 6911119auction61871
2026-03-29 22:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c272e80b-4183-5fa7-95c8-e5f303163ca6 with scrape type 2
2026-03-29 22:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c272e80b-4183-5fa7-95c8-e5f303163ca6 with scrape type 2
2026-03-29 22:16:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c272e80b-4183-5fa7-95c8-e5f303163ca6, identifier: 6911119auction61871
2026-03-29 22:16:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c272e80b-4183-5fa7-95c8-e5f303163ca6 with identifier: 6911119auction61871
2026-03-29 22:16:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c272e80b-4183-5fa7-95c8-e5f303163ca6 with identifier: 6911119auction61871
2026-03-29 22:16:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c272e80b-4183-5fa7-95c8-e5f303163ca6 with identifier: 6911119auction61871 to the API
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6911119>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'c272e80b-4183-5fa7-95c8-e5f303163ca6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6911119',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 64277,
'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': 'AUDI Q3 - 2019 45 TFSIe 245hp PHEV S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI - 2019 45 TFSIe 245hp PHEV S tronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276911119auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:40 [ecarstrade.be] INFO: Saving data for 6911119auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613809.077079, 'last_price_update_time': 1774822600.416867}
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6911119auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889034> (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-29 22:16:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:16:40 [ecarstrade.be] INFO: Found listing with ID: 6982133auction61871
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982133auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:40 [ecarstrade.be] INFO: Scrape type for 6982133auction61871: 2
2026-03-29 22:16:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:40 [ecarstrade.be] INFO: Found listing with ID: 6982134auction61871
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982134auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:40 [ecarstrade.be] INFO: Scrape type for 6982134auction61871: 2
2026-03-29 22:16:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:40 [ecarstrade.be] INFO: Found listing with ID: 6981261auction61871
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981261auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:40 [ecarstrade.be] INFO: Scrape type for 6981261auction61871: 2
2026-03-29 22:16:40 [ecarstrade.be] INFO: Extracting details for car 6889034auction61871
2026-03-29 22:16:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:40 [ecarstrade.be] INFO: Found listing with ID: 6982124auction61871
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982124auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:40 [ecarstrade.be] INFO: Scrape type for 6982124auction61871: 2
2026-03-29 22:16:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with identifier: 6889034auction61871
2026-03-29 22:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with scrape type 2
2026-03-29 22:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with scrape type 2
2026-03-29 22:16:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7, identifier: 6889034auction61871
2026-03-29 22:16:40 [ecarstrade.be] INFO: Found listing with ID: 6982125auction61871
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982125auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:40 [ecarstrade.be] INFO: Scrape type for 6982125auction61871: 2
2026-03-29 22:16:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with identifier: 6889034auction61871
2026-03-29 22:16:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with identifier: 6889034auction61871
2026-03-29 22:16:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e52c3b8-146a-5a76-92e1-0d726e23a5a7 with identifier: 6889034auction61871 to the API
2026-03-29 22:16:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889034>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '9e52c3b8-146a-5a76-92e1-0d726e23a5a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889034',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 44903,
'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-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889034auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Saving data for 6889034auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613316.504853, 'last_price_update_time': 1774822601.132242}
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889034auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6982132auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982132auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6982132auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6982130auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982130auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6982130auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981259auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981259auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981259auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981253auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981253auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981253auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981257auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981257auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981257auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6982123auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982123auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6982123auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981256auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981256auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981256auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6982119auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982119auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6982119auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981252auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981252auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981252auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981255auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981255auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981255auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6982118auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982118auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6982118auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981248auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981248auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981248auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981251auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981251auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981251auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6981247auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981247auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6981247auction61871: 2
2026-03-29 22:16:41 [ecarstrade.be] INFO: Found listing with ID: 6982121auction61871
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982121auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:41 [ecarstrade.be] INFO: Scrape type for 6982121auction61871: 2
2026-03-29 22:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889031> (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-29 22:16:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:42 [ecarstrade.be] INFO: Extracting details for car 6889031auction61871
2026-03-29 22:16:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02011f24-d21c-5a7e-b02f-6e14be26ec91 with identifier: 6889031auction61871
2026-03-29 22:16:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02011f24-d21c-5a7e-b02f-6e14be26ec91 with scrape type 2
2026-03-29 22:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 02011f24-d21c-5a7e-b02f-6e14be26ec91 with scrape type 2
2026-03-29 22:16:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02011f24-d21c-5a7e-b02f-6e14be26ec91, identifier: 6889031auction61871
2026-03-29 22:16:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02011f24-d21c-5a7e-b02f-6e14be26ec91 with identifier: 6889031auction61871
2026-03-29 22:16:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02011f24-d21c-5a7e-b02f-6e14be26ec91 with identifier: 6889031auction61871
2026-03-29 22:16:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02011f24-d21c-5a7e-b02f-6e14be26ec91 with identifier: 6889031auction61871 to the API
2026-03-29 22:16:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889031>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '02011f24-d21c-5a7e-b02f-6e14be26ec91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889031',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 4493,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.2 Turbo 81kW S/S Edition 5d',
'vin': None,
'year': 2024}
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889031auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:43 [ecarstrade.be] INFO: Saving data for 6889031auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613306.498343, 'last_price_update_time': 1774822603.183155}
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889031auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6889046> (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-29 22:16:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:43 [ecarstrade.be] INFO: Extracting details for car 6889046auction61871
2026-03-29 22:16:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ebc1044-253a-5ecc-9385-0293ec8133be with identifier: 6889046auction61871
2026-03-29 22:16:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ebc1044-253a-5ecc-9385-0293ec8133be with scrape type 2
2026-03-29 22:16:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8ebc1044-253a-5ecc-9385-0293ec8133be with scrape type 2
2026-03-29 22:16:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ebc1044-253a-5ecc-9385-0293ec8133be, identifier: 6889046auction61871
2026-03-29 22:16:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ebc1044-253a-5ecc-9385-0293ec8133be with identifier: 6889046auction61871
2026-03-29 22:16:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ebc1044-253a-5ecc-9385-0293ec8133be with identifier: 6889046auction61871
2026-03-29 22:16:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ebc1044-253a-5ecc-9385-0293ec8133be with identifier: 6889046auction61871 to the API
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6889046>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '8ebc1044-253a-5ecc-9385-0293ec8133be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6889046',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Megane',
'odometer': 105520,
'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': 'Renault Mégane Grandtour E-TECH Plug-in Hybrid Intens 5d',
'transmission': 'automatic',
'trim': 'Mégane Grandtour E-TECH Plug-in Hybrid Intens 5d',
'vin': None,
'year': 2021}
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276889046auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:43 [ecarstrade.be] INFO: Saving data for 6889046auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613360.308433, 'last_price_update_time': 1774822603.92465}
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6889046auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6887379> (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-29 22:16:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:44 [ecarstrade.be] INFO: Extracting details for car 6887379auction61871
2026-03-29 22:16:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 93a99585-1ee6-5192-8f0f-c61de00947aa with identifier: 6887379auction61871
2026-03-29 22:16:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 93a99585-1ee6-5192-8f0f-c61de00947aa with scrape type 2
2026-03-29 22:16:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 93a99585-1ee6-5192-8f0f-c61de00947aa with scrape type 2
2026-03-29 22:16:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 93a99585-1ee6-5192-8f0f-c61de00947aa, identifier: 6887379auction61871
2026-03-29 22:16:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 93a99585-1ee6-5192-8f0f-c61de00947aa with identifier: 6887379auction61871
2026-03-29 22:16:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 93a99585-1ee6-5192-8f0f-c61de00947aa with identifier: 6887379auction61871
2026-03-29 22:16:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 93a99585-1ee6-5192-8f0f-c61de00947aa with identifier: 6887379auction61871 to the API
2026-03-29 22:16:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6887379>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '93a99585-1ee6-5192-8f0f-c61de00947aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6887379',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 52568,
'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-29 22:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276887379auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:44 [ecarstrade.be] INFO: Saving data for 6887379auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613308.745677, 'last_price_update_time': 1774822604.472216}
2026-03-29 22:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6887379auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982134> (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-29 22:16:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981261> (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-29 22:16:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982133> (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-29 22:16:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:47 [ecarstrade.be] INFO: Extracting details for car 6982134auction61871
2026-03-29 22:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 766541ed-373b-5307-b0e2-e0f00891cb68 with identifier: 6982134auction61871
2026-03-29 22:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 766541ed-373b-5307-b0e2-e0f00891cb68 with scrape type 2
2026-03-29 22:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 766541ed-373b-5307-b0e2-e0f00891cb68 with scrape type 2
2026-03-29 22:16:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 766541ed-373b-5307-b0e2-e0f00891cb68, identifier: 6982134auction61871
2026-03-29 22:16:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 766541ed-373b-5307-b0e2-e0f00891cb68 with identifier: 6982134auction61871
2026-03-29 22:16:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 766541ed-373b-5307-b0e2-e0f00891cb68 with identifier: 6982134auction61871
2026-03-29 22:16:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 766541ed-373b-5307-b0e2-e0f00891cb68 with identifier: 6982134auction61871 to the API
2026-03-29 22:16:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982134>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '766541ed-373b-5307-b0e2-e0f00891cb68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982134',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 137401,
'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': "Mercedes, GLC FL'19, Mercedes-Benz GLC GLC 200 d Business Solution "
'4MAT',
'transmission': 'automatic',
'trim': ", GLC FL'19, -Benz GLC GLC 200 d Business Solution 4MAT",
'vin': None,
'year': 2021}
2026-03-29 22:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982134auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:47 [ecarstrade.be] INFO: Saving data for 6982134auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958313.151166, 'last_price_update_time': 1774822607.793925}
2026-03-29 22:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982134auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:47 [ecarstrade.be] INFO: Extracting details for car 6981261auction61871
2026-03-29 22:16:47 [ecarstrade.be] INFO: Extracting details for car 6982133auction61871
2026-03-29 22:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982124> (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-29 22:16:47 [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-29 22:16:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 6981261auction61871
2026-03-29 22:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2e8dea6-754b-50db-9549-eb9004cc1848 with scrape type 2
2026-03-29 22:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2e8dea6-754b-50db-9549-eb9004cc1848 with scrape type 2
2026-03-29 22:16:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2e8dea6-754b-50db-9549-eb9004cc1848, identifier: 6981261auction61871
2026-03-29 22:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b833c6ed-29be-5193-bb22-0017987b4b30 with identifier: 6982133auction61871
2026-03-29 22:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b833c6ed-29be-5193-bb22-0017987b4b30 with scrape type 2
2026-03-29 22:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b833c6ed-29be-5193-bb22-0017987b4b30 with scrape type 2
2026-03-29 22:16:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b833c6ed-29be-5193-bb22-0017987b4b30, identifier: 6982133auction61871
2026-03-29 22:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 6981261auction61871
2026-03-29 22:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 6981261auction61871
2026-03-29 22:16:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 6981261auction61871 to the API
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981261>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd2e8dea6-754b-50db-9549-eb9004cc1848',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981261',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 151596,
'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': "BMW, X1 FL'19, BMW X1 sDrive16d (85 kW) 5d",
'transmission': 'manual',
'trim': ", FL'19, sDrive16d (85 kW) 5d",
'vin': None,
'year': 2020}
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981261auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:48 [ecarstrade.be] INFO: Saving data for 6981261auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958164.945927, 'last_price_update_time': 1774822608.384068}
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981261auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b833c6ed-29be-5193-bb22-0017987b4b30 with identifier: 6982133auction61871
2026-03-29 22:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b833c6ed-29be-5193-bb22-0017987b4b30 with identifier: 6982133auction61871
2026-03-29 22:16:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b833c6ed-29be-5193-bb22-0017987b4b30 with identifier: 6982133auction61871 to the API
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982133>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'b833c6ed-29be-5193-bb22-0017987b4b30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982133',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 137118,
'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': "Mercedes, CLA-Class SB '19, Mercedes-Benz CLA Shooting Brake CLA "
'180 d Busines',
'transmission': 'automatic',
'trim': ", CLA-Class SB '19, -Benz CLA 180 d Busines",
'vin': None,
'year': 2021}
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982133auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:48 [ecarstrade.be] INFO: Saving data for 6982133auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958239.353664, 'last_price_update_time': 1774822608.721377}
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982133auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:48 [ecarstrade.be] INFO: Extracting details for car 6982124auction61871
2026-03-29 22:16:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 6982124auction61871
2026-03-29 22:16:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d8b5cf-44c2-54f8-86db-7034af7b72ab with scrape type 2
2026-03-29 22:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4d8b5cf-44c2-54f8-86db-7034af7b72ab with scrape type 2
2026-03-29 22:16:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4d8b5cf-44c2-54f8-86db-7034af7b72ab, identifier: 6982124auction61871
2026-03-29 22:16:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:16:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 6982124auction61871
2026-03-29 22:16:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 6982124auction61871
2026-03-29 22:16:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 6982124auction61871 to the API
2026-03-29 22:16:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982124>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'b4d8b5cf-44c2-54f8-86db-7034af7b72ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982124',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 149210,
'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': "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': 2020}
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982124auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Saving data for 6982124auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958242.095247, 'last_price_update_time': 1774822609.213474}
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982124auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981246auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981246auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981246auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981249auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981249auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981249auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982116auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982116auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982116auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982111auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982111auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982111auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982115auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982115auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982115auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981244auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981244auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981244auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981245auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981245auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981245auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982109auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982109auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982109auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982112auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982112auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982112auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981236auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981236auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981236auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982101auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982101auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982101auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981235auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981235auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981235auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982103auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982103auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982103auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982106auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982106auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982106auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982102auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982102auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982102auction61871: 2
2026-03-29 22:16:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982125> (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-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981233auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981233auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981233auction61871: 2
2026-03-29 22:16:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981234auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981234auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981234auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6981232auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981232auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6981232auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982096auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982096auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982096auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Found listing with ID: 6982100auction61871
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982100auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:49 [ecarstrade.be] INFO: Scrape type for 6982100auction61871: 2
2026-03-29 22:16:49 [ecarstrade.be] INFO: Extracting details for car 6982125auction61871
2026-03-29 22:16:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 6982125auction61871
2026-03-29 22:16:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b412a1a0-665a-558f-9deb-613289986a90 with scrape type 2
2026-03-29 22:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b412a1a0-665a-558f-9deb-613289986a90 with scrape type 2
2026-03-29 22:16:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b412a1a0-665a-558f-9deb-613289986a90, identifier: 6982125auction61871
2026-03-29 22:16:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 6982125auction61871
2026-03-29 22:16:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 6982125auction61871
2026-03-29 22:16:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 6982125auction61871 to the API
2026-03-29 22:16:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982125>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'b412a1a0-665a-558f-9deb-613289986a90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982125',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 39691,
'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, X1 FL'19 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2022}
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982125auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:50 [ecarstrade.be] INFO: Saving data for 6982125auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958309.668203, 'last_price_update_time': 1774822610.05593}
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982125auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982132> (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-29 22:16:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:50 [ecarstrade.be] INFO: Extracting details for car 6982132auction61871
2026-03-29 22:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 6982132auction61871
2026-03-29 22:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2961ca0f-3e98-5a27-a34b-4af53f963c1a with scrape type 2
2026-03-29 22:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2961ca0f-3e98-5a27-a34b-4af53f963c1a with scrape type 2
2026-03-29 22:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2961ca0f-3e98-5a27-a34b-4af53f963c1a, identifier: 6982132auction61871
2026-03-29 22:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 6982132auction61871
2026-03-29 22:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 6982132auction61871
2026-03-29 22:16:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 6982132auction61871 to the API
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982132>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '2961ca0f-3e98-5a27-a34b-4af53f963c1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982132',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Puma',
'odometer': 29455,
'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': "Ford, Puma '19, Ford Puma 1.0i Ecoboost mHEV 92kW Titanium 5d",
'transmission': 'manual',
'trim': ", '19, 1.0i Ecoboost mHEV 92kW Titanium 5d",
'vin': None,
'year': 2022}
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982132auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:50 [ecarstrade.be] INFO: Saving data for 6982132auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958239.780091, 'last_price_update_time': 1774822610.68853}
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982132auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982130> (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-29 22:16:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:50 [ecarstrade.be] INFO: Extracting details for car 6982130auction61871
2026-03-29 22:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 6982130auction61871
2026-03-29 22:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with scrape type 2
2026-03-29 22:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with scrape type 2
2026-03-29 22:16:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1, identifier: 6982130auction61871
2026-03-29 22:16:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 6982130auction61871
2026-03-29 22:16:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 6982130auction61871
2026-03-29 22:16:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 6982130auction61871 to the API
2026-03-29 22:16:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982130>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982130',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 55238,
'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': 5,
'seller_name': None,
'title': "Skoda, Scala '19, Skoda Scala 1.0 TSI 85kW Style 5d",
'transmission': 'manual',
'trim': ", '19, 1.0 TSI 85kW Style 5d",
'vin': None,
'year': 2020}
2026-03-29 22:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982130auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:51 [ecarstrade.be] INFO: Saving data for 6982130auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958313.991687, 'last_price_update_time': 1774822611.338346}
2026-03-29 22:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982130auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981259> (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-29 22:16:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:53 [ecarstrade.be] INFO: Extracting details for car 6981259auction61871
2026-03-29 22:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 6981259auction61871
2026-03-29 22:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 026f52dd-7d71-5412-9e7f-c6d07436ed43 with scrape type 2
2026-03-29 22:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 026f52dd-7d71-5412-9e7f-c6d07436ed43 with scrape type 2
2026-03-29 22:16:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 026f52dd-7d71-5412-9e7f-c6d07436ed43, identifier: 6981259auction61871
2026-03-29 22:16:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 6981259auction61871
2026-03-29 22:16:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 6981259auction61871
2026-03-29 22:16:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 6981259auction61871 to the API
2026-03-29 22:16:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981259>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '026f52dd-7d71-5412-9e7f-c6d07436ed43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981259',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 183543,
'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': "VW, Tiguan Allspace '17, Volkswagen Tiguan Allspace 1.5 TSI ACT "
'DSG7 Highli',
'transmission': 'automatic',
'trim': "VW, Allspace '17, Allspace 1.5 TSI ACT DSG7 Highli",
'vin': None,
'year': 2021}
2026-03-29 22:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981259auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:54 [ecarstrade.be] INFO: Saving data for 6981259auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958165.992496, 'last_price_update_time': 1774822614.350572}
2026-03-29 22:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981259auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981253> (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-29 22:16:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:54 [ecarstrade.be] INFO: Extracting details for car 6981253auction61871
2026-03-29 22:16:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 6981253auction61871
2026-03-29 22:16:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd85b01c-d991-53c1-b076-72a1e307f85d with scrape type 2
2026-03-29 22:16:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd85b01c-d991-53c1-b076-72a1e307f85d with scrape type 2
2026-03-29 22:16:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd85b01c-d991-53c1-b076-72a1e307f85d, identifier: 6981253auction61871
2026-03-29 22:16:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 6981253auction61871
2026-03-29 22:16:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 6981253auction61871
2026-03-29 22:16:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 6981253auction61871 to the API
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981253>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'fd85b01c-d991-53c1-b076-72a1e307f85d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981253',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 74987,
'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': 'Skoda Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981253auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:55 [ecarstrade.be] INFO: Saving data for 6981253auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958189.702199, 'last_price_update_time': 1774822615.260924}
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981253auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981257> (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-29 22:16:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:55 [ecarstrade.be] INFO: Extracting details for car 6981257auction61871
2026-03-29 22:16:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 6981257auction61871
2026-03-29 22:16:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with scrape type 2
2026-03-29 22:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with scrape type 2
2026-03-29 22:16:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf, identifier: 6981257auction61871
2026-03-29 22:16:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 6981257auction61871
2026-03-29 22:16:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 6981257auction61871
2026-03-29 22:16:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 6981257auction61871 to the API
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981257>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'ea8a0ae5-75eb-5921-842e-b7f911c7d8bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981257',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 187944,
'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': "Skoda, Karoq '17, Skoda Karoq 1.0 TSI 81kW Ambition 5d",
'transmission': 'manual',
'trim': ", '17, 1.0 TSI 81kW Ambition 5d",
'vin': None,
'year': 2021}
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981257auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:55 [ecarstrade.be] INFO: Saving data for 6981257auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958126.52578, 'last_price_update_time': 1774822615.830499}
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981257auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982123> (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-29 22:16:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:55 [ecarstrade.be] INFO: Extracting details for car 6982123auction61871
2026-03-29 22:16:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 6982123auction61871
2026-03-29 22:16:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eca7a7a-9e8a-5469-8421-771d305b21df with scrape type 2
2026-03-29 22:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eca7a7a-9e8a-5469-8421-771d305b21df with scrape type 2
2026-03-29 22:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2eca7a7a-9e8a-5469-8421-771d305b21df, identifier: 6982123auction61871
2026-03-29 22:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 6982123auction61871
2026-03-29 22:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 6982123auction61871
2026-03-29 22:16:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 6982123auction61871 to the API
2026-03-29 22:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982123>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '2eca7a7a-9e8a-5469-8421-771d305b21df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982123',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '2008',
'odometer': 38756,
'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': "Peugeot, 2008 '19, Peugeot 2008 1.2 Puretech 96kW S&S Active Pack "
'5d',
'transmission': 'manual',
'trim': ", '19, 1.2 Puretech 96kW S&S Active Pack 5d",
'vin': None,
'year': 2022}
2026-03-29 22:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982123auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:56 [ecarstrade.be] INFO: Saving data for 6982123auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958241.594999, 'last_price_update_time': 1774822616.387859}
2026-03-29 22:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982123auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982121> (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-29 22:16:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:56 [ecarstrade.be] INFO: Extracting details for car 6982121auction61871
2026-03-29 22:16:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 6982121auction61871
2026-03-29 22:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627955fd-7169-5066-b3a6-96013d2386c1 with scrape type 2
2026-03-29 22:16:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 627955fd-7169-5066-b3a6-96013d2386c1 with scrape type 2
2026-03-29 22:16:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 627955fd-7169-5066-b3a6-96013d2386c1, identifier: 6982121auction61871
2026-03-29 22:16:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 6982121auction61871
2026-03-29 22:16:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 6982121auction61871
2026-03-29 22:16:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 6982121auction61871 to the API
2026-03-29 22:16:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982121>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '627955fd-7169-5066-b3a6-96013d2386c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982121',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 76227,
'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': 'VOLKSWAGEN TIGUAN DIESEL - 2021 2.0 TDI 150 SCR Elegance BMT DSG 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TIGUAN DIESEL - 2021 2.0 TDI 150 SCR Elegance BMT DSG 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982121auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:57 [ecarstrade.be] INFO: Saving data for 6982121auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958240.39281, 'last_price_update_time': 1774822617.016356}
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982121auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981247> (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-29 22:16:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:57 [ecarstrade.be] INFO: Extracting details for car 6981247auction61871
2026-03-29 22:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with identifier: 6981247auction61871
2026-03-29 22:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with scrape type 2
2026-03-29 22:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with scrape type 2
2026-03-29 22:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2bd8d9a-2465-5a1e-970d-164cb27c30b6, identifier: 6981247auction61871
2026-03-29 22:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with identifier: 6981247auction61871
2026-03-29 22:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with identifier: 6981247auction61871
2026-03-29 22:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with identifier: 6981247auction61871 to the API
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981247>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd2bd8d9a-2465-5a1e-970d-164cb27c30b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981247',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '3 Series',
'odometer': 69763,
'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': 'BMW 3 TOURING DIESEL - 318 dA 150hp 5d',
'transmission': 'automatic',
'trim': '3 TOURING DIESEL - 318 dA 150hp 5d',
'vin': None,
'year': 2023}
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981247auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:57 [ecarstrade.be] INFO: Saving data for 6981247auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958314.478845, 'last_price_update_time': 1774822617.57466}
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981247auction61871') HTTP/1.1" 204 0
2026-03-29 22:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981251> (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-29 22:16:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:16:57 [ecarstrade.be] INFO: Extracting details for car 6981251auction61871
2026-03-29 22:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with identifier: 6981251auction61871
2026-03-29 22:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with scrape type 2
2026-03-29 22:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with scrape type 2
2026-03-29 22:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c, identifier: 6981251auction61871
2026-03-29 22:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with identifier: 6981251auction61871
2026-03-29 22:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with identifier: 6981251auction61871
2026-03-29 22:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with identifier: 6981251auction61871 to the API
2026-03-29 22:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:16: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-29 22:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981251>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '87ff07d1-afbe-51b5-83ad-11f7a4b1057c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981251',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'Other',
'odometer': 160239,
'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': 'KIA CEED SPORTSWAGON - 2018 1.6 GDi 140 PHEV Sense DCT 5d',
'transmission': 'automatic',
'trim': 'KIA CEED SPORTSWAGON - 2018 1.6 GDi 140 PHEV Sense DCT 5d',
'vin': None,
'year': 2021}
2026-03-29 22:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981251auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:16:58 [ecarstrade.be] INFO: Saving data for 6981251auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958128.242848, 'last_price_update_time': 1774822618.167424}
2026-03-29 22:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981251auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981248> (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-29 22:17:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:00 [ecarstrade.be] INFO: Extracting details for car 6981248auction61871
2026-03-29 22:17:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 6981248auction61871
2026-03-29 22:17:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with scrape type 2
2026-03-29 22:17:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with scrape type 2
2026-03-29 22:17:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32, identifier: 6981248auction61871
2026-03-29 22:17:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 6981248auction61871
2026-03-29 22:17:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 6981248auction61871
2026-03-29 22:17:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 6981248auction61871 to the API
2026-03-29 22:17:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981248>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981248',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 167267,
'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 X1 xDrive25e 125hp PHEV (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e 125hp PHEV (EU6d-TEMP) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981248auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:00 [ecarstrade.be] INFO: Saving data for 6981248auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958276.15669, 'last_price_update_time': 1774822620.764179}
2026-03-29 22:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981248auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982118> (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-29 22:17:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:01 [ecarstrade.be] INFO: Extracting details for car 6982118auction61871
2026-03-29 22:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 6982118auction61871
2026-03-29 22:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e300509e-1ebe-59ab-a0e2-703e004f212d with scrape type 2
2026-03-29 22:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e300509e-1ebe-59ab-a0e2-703e004f212d with scrape type 2
2026-03-29 22:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e300509e-1ebe-59ab-a0e2-703e004f212d, identifier: 6982118auction61871
2026-03-29 22:17:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 6982118auction61871
2026-03-29 22:17:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 6982118auction61871
2026-03-29 22:17:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 6982118auction61871 to the API
2026-03-29 22:17:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982118>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e300509e-1ebe-59ab-a0e2-703e004f212d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982118',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 44939,
'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 CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'transmission': 'manual',
'trim': 'OPEL CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982118auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:01 [ecarstrade.be] INFO: Saving data for 6982118auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958336.134187, 'last_price_update_time': 1774822621.644391}
2026-03-29 22:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982118auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981255> (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-29 22:17:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981252> (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-29 22:17:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:02 [ecarstrade.be] INFO: Extracting details for car 6981255auction61871
2026-03-29 22:17:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 6981255auction61871
2026-03-29 22:17:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fff7a969-4e67-578b-bae1-b505f819ffc0 with scrape type 2
2026-03-29 22:17:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fff7a969-4e67-578b-bae1-b505f819ffc0 with scrape type 2
2026-03-29 22:17:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fff7a969-4e67-578b-bae1-b505f819ffc0, identifier: 6981255auction61871
2026-03-29 22:17:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 6981255auction61871
2026-03-29 22:17:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 6981255auction61871
2026-03-29 22:17:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 6981255auction61871 to the API
2026-03-29 22:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981255>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'fff7a969-4e67-578b-bae1-b505f819ffc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981255',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 41587,
'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': "Volvo, XC90 FL'20, Volvo XC90 2.0 B5 D 4WD Geartronic Momentum Pro "
'7P',
'transmission': 'automatic',
'trim': ", XC90 FL'20, XC90 2.0 B5 D 4WD Geartronic Momentum Pro 7P",
'vin': None,
'year': 2021}
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981255auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:03 [ecarstrade.be] INFO: Saving data for 6981255auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958168.119829, 'last_price_update_time': 1774822623.048751}
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981255auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:03 [ecarstrade.be] INFO: Extracting details for car 6981252auction61871
2026-03-29 22:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 6981252auction61871
2026-03-29 22:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692d1e1e-700b-505a-a48a-b2c908d2c145 with scrape type 2
2026-03-29 22:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 692d1e1e-700b-505a-a48a-b2c908d2c145 with scrape type 2
2026-03-29 22:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 692d1e1e-700b-505a-a48a-b2c908d2c145, identifier: 6981252auction61871
2026-03-29 22:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 6981252auction61871
2026-03-29 22:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 6981252auction61871
2026-03-29 22:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 6981252auction61871 to the API
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981252>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '692d1e1e-700b-505a-a48a-b2c908d2c145',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981252',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 107787,
'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-29 22:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981252auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:03 [ecarstrade.be] INFO: Saving data for 6981252auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958189.396025, 'last_price_update_time': 1774822623.495048}
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981252auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982102> (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-29 22:17:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:03 [ecarstrade.be] INFO: Extracting details for car 6982102auction61871
2026-03-29 22:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 6982102auction61871
2026-03-29 22:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with scrape type 2
2026-03-29 22:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with scrape type 2
2026-03-29 22:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac, identifier: 6982102auction61871
2026-03-29 22:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 6982102auction61871
2026-03-29 22:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 6982102auction61871
2026-03-29 22:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 6982102auction61871 to the API
2026-03-29 22:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982102>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '9affd5cf-41e4-561a-9f9f-a87aaa77ccac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982102',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X2',
'odometer': 60918,
'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': 5,
'seller_name': None,
'title': 'BMW X2 sDrive16dA 85kW DCT 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA 85kW DCT 5d',
'vin': None,
'year': 2020}
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982102auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:04 [ecarstrade.be] INFO: Saving data for 6982102auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958273.013441, 'last_price_update_time': 1774822624.068989}
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982102auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982119> (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-29 22:17:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982100> (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-29 22:17:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:04 [ecarstrade.be] INFO: Extracting details for car 6982119auction61871
2026-03-29 22:17:04 [ecarstrade.be] INFO: Extracting details for car 6982100auction61871
2026-03-29 22:17:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 6982119auction61871
2026-03-29 22:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba03708e-60ab-5891-9b90-57f11d916711 with scrape type 2
2026-03-29 22:17:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba03708e-60ab-5891-9b90-57f11d916711 with scrape type 2
2026-03-29 22:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba03708e-60ab-5891-9b90-57f11d916711, identifier: 6982119auction61871
2026-03-29 22:17:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8b724c9-8950-5cfc-aea8-948327f4c33f with identifier: 6982100auction61871
2026-03-29 22:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b724c9-8950-5cfc-aea8-948327f4c33f with scrape type 2
2026-03-29 22:17:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8b724c9-8950-5cfc-aea8-948327f4c33f with scrape type 2
2026-03-29 22:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8b724c9-8950-5cfc-aea8-948327f4c33f, identifier: 6982100auction61871
2026-03-29 22:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 6982119auction61871
2026-03-29 22:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 6982119auction61871
2026-03-29 22:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 6982119auction61871 to the API
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982119>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'ba03708e-60ab-5891-9b90-57f11d916711',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982119',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 107267,
'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-29 22:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982119auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:04 [ecarstrade.be] INFO: Saving data for 6982119auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958336.676934, 'last_price_update_time': 1774822624.755269}
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982119auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8b724c9-8950-5cfc-aea8-948327f4c33f with identifier: 6982100auction61871
2026-03-29 22:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8b724c9-8950-5cfc-aea8-948327f4c33f with identifier: 6982100auction61871
2026-03-29 22:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8b724c9-8950-5cfc-aea8-948327f4c33f with identifier: 6982100auction61871 to the API
2026-03-29 22:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982100>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'b8b724c9-8950-5cfc-aea8-948327f4c33f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982100',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q8',
'odometer': 40587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q8 E-Tron 55 Quattro Advanced 5d',
'transmission': 'automatic',
'trim': 'E-Tron 55 Quattro Advanced 5d',
'vin': None,
'year': 2024}
2026-03-29 22:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982100auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:05 [ecarstrade.be] INFO: Saving data for 6982100auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958219.762999, 'last_price_update_time': 1774822625.092871}
2026-03-29 22:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982100auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:06 [scrapy.extensions.logstats] INFO: Crawled 1854 pages (at 57 pages/min), scraped 1736 items (at 55 items/min)
2026-03-29 22:17:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-29 22:17:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982096> (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-29 22:17:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981232> (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-29 22:17:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:07 [ecarstrade.be] INFO: Extracting details for car 6982096auction61871
2026-03-29 22:17:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 6982096auction61871
2026-03-29 22:17:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afdee877-eef1-5c67-b14f-dc375bcdff9f with scrape type 2
2026-03-29 22:17:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afdee877-eef1-5c67-b14f-dc375bcdff9f with scrape type 2
2026-03-29 22:17:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afdee877-eef1-5c67-b14f-dc375bcdff9f, identifier: 6982096auction61871
2026-03-29 22:17:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 6982096auction61871
2026-03-29 22:17:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 6982096auction61871
2026-03-29 22:17:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 6982096auction61871 to the API
2026-03-29 22:17:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982096>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'afdee877-eef1-5c67-b14f-dc375bcdff9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982096',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 45378,
'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': 'LAND ROVER DISCOVERY SPORT - 2019 1.5 Turbo 300 PHEV AWD R-Dynamic '
'HSE 5d',
'transmission': 'automatic',
'trim': 'LAND ROVER DISCOVERY SPORT - 2019 1.5 Turbo 300 PHEV AWD R-Dynamic '
'HSE 5d',
'vin': None,
'year': 2023}
2026-03-29 22:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982096auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:07 [ecarstrade.be] INFO: Saving data for 6982096auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958185.053692, 'last_price_update_time': 1774822627.843261}
2026-03-29 22:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982096auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:07 [ecarstrade.be] INFO: Extracting details for car 6981232auction61871
2026-03-29 22:17:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 6981232auction61871
2026-03-29 22:17:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with scrape type 2
2026-03-29 22:17:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with scrape type 2
2026-03-29 22:17:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef, identifier: 6981232auction61871
2026-03-29 22:17:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 6981232auction61871
2026-03-29 22:17:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 6981232auction61871
2026-03-29 22:17:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 6981232auction61871 to the API
2026-03-29 22:17:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981232>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '8e0ea7a3-de13-567a-90c4-b1a2a0262cef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981232',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A5',
'odometer': 62669,
'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 A5 SPORTBACK DIESEL - 2020 50 TDI 286hp Q Advanced Tiptronic '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 50 TDI 286hp Q Advanced Tiptronic '
'(EU6d-TEMP) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981232auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:08 [ecarstrade.be] INFO: Saving data for 6981232auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958154.457524, 'last_price_update_time': 1774822628.284997}
2026-03-29 22:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981232auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981234> (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-29 22:17:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:09 [ecarstrade.be] INFO: Extracting details for car 6981234auction61871
2026-03-29 22:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 613422e0-ceb7-551c-9190-dc50ed18080b with identifier: 6981234auction61871
2026-03-29 22:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 613422e0-ceb7-551c-9190-dc50ed18080b with scrape type 2
2026-03-29 22:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 613422e0-ceb7-551c-9190-dc50ed18080b with scrape type 2
2026-03-29 22:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 613422e0-ceb7-551c-9190-dc50ed18080b, identifier: 6981234auction61871
2026-03-29 22:17:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 613422e0-ceb7-551c-9190-dc50ed18080b with identifier: 6981234auction61871
2026-03-29 22:17:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 613422e0-ceb7-551c-9190-dc50ed18080b with identifier: 6981234auction61871
2026-03-29 22:17:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 613422e0-ceb7-551c-9190-dc50ed18080b with identifier: 6981234auction61871 to the API
2026-03-29 22:17:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981234>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '613422e0-ceb7-551c-9190-dc50ed18080b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981234',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 80362,
'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': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 116dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981234auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:09 [ecarstrade.be] INFO: Saving data for 6981234auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958203.104672, 'last_price_update_time': 1774822629.663719}
2026-03-29 22:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981234auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981233> (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-29 22:17:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:09 [ecarstrade.be] INFO: Extracting details for car 6981233auction61871
2026-03-29 22:17:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with identifier: 6981233auction61871
2026-03-29 22:17:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with scrape type 2
2026-03-29 22:17:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with scrape type 2
2026-03-29 22:17:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303, identifier: 6981233auction61871
2026-03-29 22:17:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with identifier: 6981233auction61871
2026-03-29 22:17:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with identifier: 6981233auction61871
2026-03-29 22:17:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with identifier: 6981233auction61871 to the API
2026-03-29 22:17:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981233>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981233',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': 'Other',
'odometer': 69975,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981233auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:10 [ecarstrade.be] INFO: Saving data for 6981233auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958200.351812, 'last_price_update_time': 1774822630.197712}
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981233auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982106> (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-29 22:17:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:10 [ecarstrade.be] INFO: Extracting details for car 6982106auction61871
2026-03-29 22:17:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with identifier: 6982106auction61871
2026-03-29 22:17:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with scrape type 2
2026-03-29 22:17:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with scrape type 2
2026-03-29 22:17:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f89c027-d7ff-558e-b79e-f92ea585b0a5, identifier: 6982106auction61871
2026-03-29 22:17:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with identifier: 6982106auction61871
2026-03-29 22:17:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with identifier: 6982106auction61871
2026-03-29 22:17:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with identifier: 6982106auction61871 to the API
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982106>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '4f89c027-d7ff-558e-b79e-f92ea585b0a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982106',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 123086,
'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 CLASSE A SEDAN DIESEL (V177) A 180 d 116 Business Solution '
'4d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A SEDAN DIESEL (V177) A 180 d 116 Business Solution '
'4d',
'vin': None,
'year': 2022}
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982106auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:10 [ecarstrade.be] INFO: Saving data for 6982106auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958346.281331, 'last_price_update_time': 1774822630.907597}
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982106auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982103> (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-29 22:17:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981235> (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-29 22:17:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:11 [ecarstrade.be] INFO: Extracting details for car 6982103auction61871
2026-03-29 22:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 6982103auction61871
2026-03-29 22:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97d830fa-f229-5d07-b777-9bd192c4464e with scrape type 2
2026-03-29 22:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97d830fa-f229-5d07-b777-9bd192c4464e with scrape type 2
2026-03-29 22:17:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97d830fa-f229-5d07-b777-9bd192c4464e, identifier: 6982103auction61871
2026-03-29 22:17:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 6982103auction61871
2026-03-29 22:17:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 6982103auction61871
2026-03-29 22:17:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 6982103auction61871 to the API
2026-03-29 22:17:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982103>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '97d830fa-f229-5d07-b777-9bd192c4464e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982103',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 110610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 HYBRID 136 e-DSC6 GT 5d',
'transmission': 'automatic',
'trim': '1.2 HYBRID 136 e-DSC6 GT 5d',
'vin': None,
'year': 2024}
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982103auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:12 [ecarstrade.be] INFO: Saving data for 6982103auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958376.020255, 'last_price_update_time': 1774822632.118672}
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982103auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:12 [ecarstrade.be] INFO: Extracting details for car 6981235auction61871
2026-03-29 22:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 6981235auction61871
2026-03-29 22:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with scrape type 2
2026-03-29 22:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with scrape type 2
2026-03-29 22:17:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10b4ff6a-9419-56bd-89e0-7cb956f25d42, identifier: 6981235auction61871
2026-03-29 22:17:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 6981235auction61871
2026-03-29 22:17:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 6981235auction61871
2026-03-29 22:17:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 6981235auction61871 to the API
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981235>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '10b4ff6a-9419-56bd-89e0-7cb956f25d42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981235',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 178299,
'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 A4 2.0 35 TDi 120kW S tronic Advanced 4d',
'transmission': 'automatic',
'trim': '2.0 35 TDi 120kW S tronic Advanced 4d',
'vin': None,
'year': 2020}
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981235auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:12 [ecarstrade.be] INFO: Saving data for 6981235auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958155.387399, 'last_price_update_time': 1774822632.553406}
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981235auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982101> (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-29 22:17:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:14 [ecarstrade.be] INFO: Extracting details for car 6982101auction61871
2026-03-29 22:17:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 6982101auction61871
2026-03-29 22:17:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94897bb-3bc7-5160-b352-09a24bc57602 with scrape type 2
2026-03-29 22:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c94897bb-3bc7-5160-b352-09a24bc57602 with scrape type 2
2026-03-29 22:17:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c94897bb-3bc7-5160-b352-09a24bc57602, identifier: 6982101auction61871
2026-03-29 22:17:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 6982101auction61871
2026-03-29 22:17:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 6982101auction61871
2026-03-29 22:17:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 6982101auction61871 to the API
2026-03-29 22:17:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982101>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'c94897bb-3bc7-5160-b352-09a24bc57602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982101',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 89312,
'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': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'vin': None,
'year': 2020}
2026-03-29 22:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982101auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:14 [ecarstrade.be] INFO: Saving data for 6982101auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958223.280857, 'last_price_update_time': 1774822634.544573}
2026-03-29 22:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982101auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981236> (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-29 22:17:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:15 [ecarstrade.be] INFO: Extracting details for car 6981236auction61871
2026-03-29 22:17:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 6981236auction61871
2026-03-29 22:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with scrape type 2
2026-03-29 22:17:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with scrape type 2
2026-03-29 22:17:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7, identifier: 6981236auction61871
2026-03-29 22:17:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 6981236auction61871
2026-03-29 22:17:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 6981236auction61871
2026-03-29 22:17:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 6981236auction61871 to the API
2026-03-29 22:17:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981236>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '8bed88b0-fac0-5c18-8dee-b7bb2b8780a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981236',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 110444,
'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': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S MT6 Edition 5d',
'transmission': 'manual',
'trim': '1.5 Turbo ECOTEC D S/S MT6 Edition 5d',
'vin': None,
'year': 2021}
2026-03-29 22:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981236auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:15 [ecarstrade.be] INFO: Saving data for 6981236auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958156.59282, 'last_price_update_time': 1774822635.45656}
2026-03-29 22:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981236auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982109> (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-29 22:17:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982112> (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-29 22:17:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:16 [ecarstrade.be] INFO: Extracting details for car 6982109auction61871
2026-03-29 22:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 6982109auction61871
2026-03-29 22:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc0e25a-92df-5bb3-b4e4-749f46264a69 with scrape type 2
2026-03-29 22:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdc0e25a-92df-5bb3-b4e4-749f46264a69 with scrape type 2
2026-03-29 22:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdc0e25a-92df-5bb3-b4e4-749f46264a69, identifier: 6982109auction61871
2026-03-29 22:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 6982109auction61871
2026-03-29 22:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 6982109auction61871
2026-03-29 22:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 6982109auction61871 to the API
2026-03-29 22:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982109>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'cdc0e25a-92df-5bb3-b4e4-749f46264a69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982109',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 150009,
'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': 'SKODA KODIAQ DIESEL 2.0 CR TDi 150hp Style DSG (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'SKODA KODIAQ DIESEL 2.0 CR TDi 150hp Style DSG (EU6AP) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982109auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:16 [ecarstrade.be] INFO: Saving data for 6982109auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958329.91886, 'last_price_update_time': 1774822636.669089}
2026-03-29 22:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982109auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:16 [ecarstrade.be] INFO: Extracting details for car 6982112auction61871
2026-03-29 22:17:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 6982112auction61871
2026-03-29 22:17:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with scrape type 2
2026-03-29 22:17:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with scrape type 2
2026-03-29 22:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab92aa8b-41dc-547b-99d2-b191fd66ffc0, identifier: 6982112auction61871
2026-03-29 22:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 6982112auction61871
2026-03-29 22:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 6982112auction61871
2026-03-29 22:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 6982112auction61871 to the API
2026-03-29 22:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982112>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'ab92aa8b-41dc-547b-99d2-b191fd66ffc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982112',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 152071,
'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 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982112auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:17 [ecarstrade.be] INFO: Saving data for 6982112auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958332.146932, 'last_price_update_time': 1774822637.155383}
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982112auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981245> (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-29 22:17:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:17 [ecarstrade.be] INFO: Extracting details for car 6981245auction61871
2026-03-29 22:17:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 6981245auction61871
2026-03-29 22:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32c35381-b409-5290-b44d-9886161b1f6f with scrape type 2
2026-03-29 22:17:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32c35381-b409-5290-b44d-9886161b1f6f with scrape type 2
2026-03-29 22:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32c35381-b409-5290-b44d-9886161b1f6f, identifier: 6981245auction61871
2026-03-29 22:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 6981245auction61871
2026-03-29 22:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 6981245auction61871
2026-03-29 22:17:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 6981245auction61871 to the API
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981245>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '32c35381-b409-5290-b44d-9886161b1f6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981245',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 103382,
'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 A4 AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic '
'5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981245auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:17 [ecarstrade.be] INFO: Saving data for 6981245auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958153.556218, 'last_price_update_time': 1774822637.85298}
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981245auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981244> (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-29 22:17:18 [ecarstrade.be] INFO: Extracting details for car 6981244auction61871
2026-03-29 22:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with identifier: 6981244auction61871
2026-03-29 22:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with scrape type 2
2026-03-29 22:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with scrape type 2
2026-03-29 22:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb68b29c-2ff0-5608-b167-a822f8ba5ef8, identifier: 6981244auction61871
2026-03-29 22:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with identifier: 6981244auction61871
2026-03-29 22:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with identifier: 6981244auction61871
2026-03-29 22:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with identifier: 6981244auction61871 to the API
2026-03-29 22:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981244>
{'auction_title': '',
'c_o_2_emission_value': 46,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'bb68b29c-2ff0-5608-b167-a822f8ba5ef8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981244',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 83100,
'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 CLASSE GLC DIESEL (C253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (C253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-29 22:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981244auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:18 [ecarstrade.be] INFO: Saving data for 6981244auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958274.425787, 'last_price_update_time': 1774822638.630313}
2026-03-29 22:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981244auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982115> (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-29 22:17:18 [ecarstrade.be] INFO: Extracting details for car 6982115auction61871
2026-03-29 22:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 6982115auction61871
2026-03-29 22:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6f5cf59-1036-54ee-a612-8571a212b85d with scrape type 2
2026-03-29 22:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6f5cf59-1036-54ee-a612-8571a212b85d with scrape type 2
2026-03-29 22:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6f5cf59-1036-54ee-a612-8571a212b85d, identifier: 6982115auction61871
2026-03-29 22:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 6982115auction61871
2026-03-29 22:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 6982115auction61871
2026-03-29 22:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 6982115auction61871 to the API
2026-03-29 22:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982115>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'b6f5cf59-1036-54ee-a612-8571a212b85d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982115',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 179363,
'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': 'SKODA SUPERB COMBI - 2019 1.4 TSI 156 Sportline PHEV DSG '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI - 2019 1.4 TSI 156 Sportline PHEV DSG (EU6d-TEMP) '
'5d',
'vin': None,
'year': 2020}
2026-03-29 22:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982115auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:19 [ecarstrade.be] INFO: Saving data for 6982115auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958333.743283, 'last_price_update_time': 1774822639.169887}
2026-03-29 22:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982115auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982111> (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-29 22:17:21 [ecarstrade.be] INFO: Extracting details for car 6982111auction61871
2026-03-29 22:17:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 857e92f9-b59f-5067-ba44-bf791fbb259a with identifier: 6982111auction61871
2026-03-29 22:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 857e92f9-b59f-5067-ba44-bf791fbb259a with scrape type 2
2026-03-29 22:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 857e92f9-b59f-5067-ba44-bf791fbb259a with scrape type 2
2026-03-29 22:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 857e92f9-b59f-5067-ba44-bf791fbb259a, identifier: 6982111auction61871
2026-03-29 22:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 857e92f9-b59f-5067-ba44-bf791fbb259a with identifier: 6982111auction61871
2026-03-29 22:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 857e92f9-b59f-5067-ba44-bf791fbb259a with identifier: 6982111auction61871
2026-03-29 22:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 857e92f9-b59f-5067-ba44-bf791fbb259a with identifier: 6982111auction61871 to the API
2026-03-29 22:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982111>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '857e92f9-b59f-5067-ba44-bf791fbb259a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982111',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 56725,
'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 CLASSE GLC COUPE DIESEL (C253) - 2019 GLC 300 de 316 '
'(194+122) 4-Matic (EU6.2) 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC COUPE DIESEL (C253) - 2019 GLC 300 de 316 '
'(194+122) 4-Matic (EU6.2) 5d Auto',
'vin': None,
'year': 2022}
2026-03-29 22:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982111auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:21 [ecarstrade.be] INFO: Saving data for 6982111auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958331.583808, 'last_price_update_time': 1774822641.73175}
2026-03-29 22:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982111auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982116> (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-29 22:17:21 [ecarstrade.be] INFO: Extracting details for car 6982116auction61871
2026-03-29 22:17:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 6982116auction61871
2026-03-29 22:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5802613-4656-5aa4-8f74-f6fc40ff79f9 with scrape type 2
2026-03-29 22:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5802613-4656-5aa4-8f74-f6fc40ff79f9 with scrape type 2
2026-03-29 22:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5802613-4656-5aa4-8f74-f6fc40ff79f9, identifier: 6982116auction61871
2026-03-29 22:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 6982116auction61871
2026-03-29 22:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 6982116auction61871
2026-03-29 22:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 6982116auction61871 to the API
2026-03-29 22:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982116>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'b5802613-4656-5aa4-8f74-f6fc40ff79f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982116',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': '',
'odometer': 25500,
'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': 4,
'seller_name': None,
'title': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'transmission': 'automatic',
'trim': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'vin': None,
'year': 2023}
2026-03-29 22:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982116auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:22 [ecarstrade.be] INFO: Saving data for 6982116auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958334.520379, 'last_price_update_time': 1774822642.389485}
2026-03-29 22:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982116auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981246> (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-29 22:17:23 [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-29 22:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981256> (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-29 22:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981249> (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-29 22:17:23 [ecarstrade.be] INFO: Extracting details for car 6981246auction61871
2026-03-29 22:17:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with identifier: 6981246auction61871
2026-03-29 22:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with scrape type 2
2026-03-29 22:17:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with scrape type 2
2026-03-29 22:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9, identifier: 6981246auction61871
2026-03-29 22:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with identifier: 6981246auction61871
2026-03-29 22:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with identifier: 6981246auction61871
2026-03-29 22:17:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with identifier: 6981246auction61871 to the API
2026-03-29 22:17:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981246>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '26eefc2b-b7ec-53ac-bd79-2e18d4b767b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981246',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 77246,
'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': 'MERCEDES CLASSE GLC - 2019 GLC 300 258 4 Matic (EU6d-TEMP) 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC - 2019 GLC 300 258 4 Matic (EU6d-TEMP) 5d Auto',
'vin': None,
'year': 2021}
2026-03-29 22:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981246auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:23 [ecarstrade.be] INFO: Saving data for 6981246auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958220.403429, 'last_price_update_time': 1774822643.701888}
2026-03-29 22:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981246auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:23 [ecarstrade.be] INFO: Extracting details for car 6981256auction61871
2026-03-29 22:17:23 [ecarstrade.be] INFO: Extracting details for car 6981249auction61871
2026-03-29 22:17:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:17:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 6981256auction61871
2026-03-29 22:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with scrape type 2
2026-03-29 22:17:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with scrape type 2
2026-03-29 22:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f03ae3e-a55a-5cd2-bc83-769cb2720657, identifier: 6981256auction61871
2026-03-29 22:17:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ec3b150-894c-51a5-832f-9bafe1c4a67a with identifier: 6981249auction61871
2026-03-29 22:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ec3b150-894c-51a5-832f-9bafe1c4a67a with scrape type 2
2026-03-29 22:17:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ec3b150-894c-51a5-832f-9bafe1c4a67a with scrape type 2
2026-03-29 22:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ec3b150-894c-51a5-832f-9bafe1c4a67a, identifier: 6981249auction61871
2026-03-29 22:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 6981256auction61871
2026-03-29 22:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 6981256auction61871
2026-03-29 22:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 6981256auction61871 to the API
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981256>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '0f03ae3e-a55a-5cd2-bc83-769cb2720657',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981256',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 162067,
'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': "Audi, Q3 SB '19, Audi Q3 Sportback 35 TDI S tronic S Line Business",
'transmission': 'automatic',
'trim': ", SB '19, Sportback 35 TDI S tronic S Line Business",
'vin': None,
'year': 2021}
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981256auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Saving data for 6981256auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958167.297873, 'last_price_update_time': 1774822644.261022}
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981256auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ec3b150-894c-51a5-832f-9bafe1c4a67a with identifier: 6981249auction61871
2026-03-29 22:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ec3b150-894c-51a5-832f-9bafe1c4a67a with identifier: 6981249auction61871
2026-03-29 22:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ec3b150-894c-51a5-832f-9bafe1c4a67a with identifier: 6981249auction61871 to the API
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981249>
{'auction_title': '',
'c_o_2_emission_value': 227,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '0ec3b150-894c-51a5-832f-9bafe1c4a67a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981249',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'RSQ3',
'odometer': 112629,
'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 RSQ3 SPORTBACK 2.5 TFSI 400 Quattro S tronic (EU6d-TEMP) 5d '
'Auto',
'transmission': 'automatic',
'trim': '*AUDI SPORTBACK 2.5 TFSI 400 Quattro S tronic (EU6d-TEMP) 5d Auto',
'vin': None,
'year': 2022}
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981249auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Saving data for 6981249auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958184.496227, 'last_price_update_time': 1774822644.606566}
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981249auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6981230auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981230auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6981230auction61871: 2
2026-03-29 22:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982094auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982094auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6982094auction61871: 2
2026-03-29 22:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982093auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982093auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6982093auction61871: 2
2026-03-29 22:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6981225auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981225auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6981225auction61871: 2
2026-03-29 22:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6981227auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981227auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6981227auction61871: 2
2026-03-29 22:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6981229auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981229auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6981229auction61871: 2
2026-03-29 22:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982090auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982090auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6982090auction61871: 2
2026-03-29 22:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982091auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982091auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6982091auction61871: 2
2026-03-29 22:17:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6981223auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981223auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6981223auction61871: 2
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982087auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982087auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6982087auction61871: 2
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982084auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982084auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6982084auction61871: 2
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982088auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982088auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6982088auction61871: 2
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6981222auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981222auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6981222auction61871: 2
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982085auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982085auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6982085auction61871: 2
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6981220auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981220auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:24 [ecarstrade.be] INFO: Scrape type for 6981220auction61871: 2
2026-03-29 22:17:24 [ecarstrade.be] INFO: Found listing with ID: 6982082auction61871
2026-03-29 22:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982082auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:25 [ecarstrade.be] INFO: Scrape type for 6982082auction61871: 2
2026-03-29 22:17:25 [ecarstrade.be] INFO: Found listing with ID: 6982079auction61871
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982079auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:25 [ecarstrade.be] INFO: Scrape type for 6982079auction61871: 2
2026-03-29 22:17:25 [ecarstrade.be] INFO: Found listing with ID: 6982070auction61871
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982070auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:25 [ecarstrade.be] INFO: Scrape type for 6982070auction61871: 2
2026-03-29 22:17:25 [ecarstrade.be] INFO: Found listing with ID: 6982072auction61871
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982072auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:25 [ecarstrade.be] INFO: Scrape type for 6982072auction61871: 2
2026-03-29 22:17:25 [ecarstrade.be] INFO: Found listing with ID: 6981217auction61871
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981217auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:25 [ecarstrade.be] INFO: Scrape type for 6981217auction61871: 2
2026-03-29 22:17:30 [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-29 22:17:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6982075auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6982075auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6982078auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982078auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6982078auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981214auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981214auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981214auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981218auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981218auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981218auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981205auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981205auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981205auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981206auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981206auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981206auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981209auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981209auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981209auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981212auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981212auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981212auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6982063auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982063auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6982063auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981197auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981197auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981197auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981199auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981199auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981199auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6982056auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982056auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6982056auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6982057auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982057auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6982057auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6982053auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982053auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6982053auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981195auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981195auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981195auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6982055auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982055auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6982055auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6982058auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982058auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6982058auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981190auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981190auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981190auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981193auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981193auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981193auction61871: 2
2026-03-29 22:17:30 [ecarstrade.be] INFO: Found listing with ID: 6981189auction61871
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981189auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:30 [ecarstrade.be] INFO: Scrape type for 6981189auction61871: 2
2026-03-29 22:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982094> (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-29 22:17:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:31 [ecarstrade.be] INFO: Extracting details for car 6982094auction61871
2026-03-29 22:17:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 6982094auction61871
2026-03-29 22:17:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with scrape type 2
2026-03-29 22:17:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with scrape type 2
2026-03-29 22:17:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0, identifier: 6982094auction61871
2026-03-29 22:17:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 6982094auction61871
2026-03-29 22:17:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 6982094auction61871
2026-03-29 22:17:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 6982094auction61871 to the API
2026-03-29 22:17:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982094>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'f3eb3c2f-77c2-5f25-ac39-36cde99d39b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982094',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 176659,
'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': 'Volkswagen Tiguan 1.4 eHybrid DSG Life 5d',
'transmission': 'automatic',
'trim': '1.4 eHybrid DSG Life 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982094auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:31 [ecarstrade.be] INFO: Saving data for 6982094auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958315.063502, 'last_price_update_time': 1774822651.738227}
2026-03-29 22:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982094auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981230> (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-29 22:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982093> (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-29 22:17:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981225> (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-29 22:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981227> (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-29 22:17:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982090> (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-29 22:17:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:31 [ecarstrade.be] INFO: Extracting details for car 6981230auction61871
2026-03-29 22:17:31 [ecarstrade.be] INFO: Extracting details for car 6982093auction61871
2026-03-29 22:17:32 [ecarstrade.be] INFO: Extracting details for car 6981225auction61871
2026-03-29 22:17:32 [ecarstrade.be] INFO: Extracting details for car 6981227auction61871
2026-03-29 22:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72cfda2a-3e6e-5527-923e-f91fefd307f8 with identifier: 6981230auction61871
2026-03-29 22:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72cfda2a-3e6e-5527-923e-f91fefd307f8 with scrape type 2
2026-03-29 22:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72cfda2a-3e6e-5527-923e-f91fefd307f8 with scrape type 2
2026-03-29 22:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72cfda2a-3e6e-5527-923e-f91fefd307f8, identifier: 6981230auction61871
2026-03-29 22:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 6982093auction61871
2026-03-29 22:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 434752d7-ab52-5cff-97d9-ea5339694ed5 with scrape type 2
2026-03-29 22:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 434752d7-ab52-5cff-97d9-ea5339694ed5 with scrape type 2
2026-03-29 22:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 434752d7-ab52-5cff-97d9-ea5339694ed5, identifier: 6982093auction61871
2026-03-29 22:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 6981225auction61871
2026-03-29 22:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with scrape type 2
2026-03-29 22:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with scrape type 2
2026-03-29 22:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d28c5d4-4bad-5826-b124-7848fd1cdf90, identifier: 6981225auction61871
2026-03-29 22:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 6981227auction61871
2026-03-29 22:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e543de38-e369-54bf-8fbc-450e9a8f99aa with scrape type 2
2026-03-29 22:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e543de38-e369-54bf-8fbc-450e9a8f99aa with scrape type 2
2026-03-29 22:17:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e543de38-e369-54bf-8fbc-450e9a8f99aa, identifier: 6981227auction61871
2026-03-29 22:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72cfda2a-3e6e-5527-923e-f91fefd307f8 with identifier: 6981230auction61871
2026-03-29 22:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72cfda2a-3e6e-5527-923e-f91fefd307f8 with identifier: 6981230auction61871
2026-03-29 22:17:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72cfda2a-3e6e-5527-923e-f91fefd307f8 with identifier: 6981230auction61871 to the API
2026-03-29 22:17:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981230>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '72cfda2a-3e6e-5527-923e-f91fefd307f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981230',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Transit Courier',
'odometer': 99656,
'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': 'FORD TRANSIT COURIER DSL - 2018 1.5 TDCi 102 Trend S/S (EU6d) 5d',
'transmission': 'manual',
'trim': 'FORD TRANSIT COURIER DSL - 2018 1.5 TDCi 102 Trend S/S (EU6d) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981230auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:32 [ecarstrade.be] INFO: Saving data for 6981230auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958128.733245, 'last_price_update_time': 1774822652.718267}
2026-03-29 22:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981230auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 6982093auction61871
2026-03-29 22:17:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 6982093auction61871
2026-03-29 22:17:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 6982093auction61871 to the API
2026-03-29 22:17:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982093>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '434752d7-ab52-5cff-97d9-ea5339694ed5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982093',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 69790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982093auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:33 [ecarstrade.be] INFO: Saving data for 6982093auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958188.363556, 'last_price_update_time': 1774822653.04387}
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982093auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 6981225auction61871
2026-03-29 22:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 6981225auction61871
2026-03-29 22:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 6981225auction61871 to the API
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981225>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '1d28c5d4-4bad-5826-b124-7848fd1cdf90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981225',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 143076,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981225auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:33 [ecarstrade.be] INFO: Saving data for 6981225auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958203.516139, 'last_price_update_time': 1774822653.365754}
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981225auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 6981227auction61871
2026-03-29 22:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 6981227auction61871
2026-03-29 22:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 6981227auction61871 to the API
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981227>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e543de38-e369-54bf-8fbc-450e9a8f99aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981227',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 101355,
'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': 'Volkswagen Golf Variant VIII 1.0 eTSI 81kW DSG Life 5d',
'transmission': 'automatic',
'trim': 'Variant VIII 1.0 eTSI 81kW DSG Life 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981227auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:33 [ecarstrade.be] INFO: Saving data for 6981227auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958221.666842, 'last_price_update_time': 1774822653.680354}
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981227auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:33 [ecarstrade.be] INFO: Extracting details for car 6982090auction61871
2026-03-29 22:17:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981229> (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-29 22:17:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 6982090auction61871
2026-03-29 22:17:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bf9987f-2b38-5976-9b77-e41e1da8b19a with scrape type 2
2026-03-29 22:17:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bf9987f-2b38-5976-9b77-e41e1da8b19a with scrape type 2
2026-03-29 22:17:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bf9987f-2b38-5976-9b77-e41e1da8b19a, identifier: 6982090auction61871
2026-03-29 22:17:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 6982090auction61871
2026-03-29 22:17:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 6982090auction61871
2026-03-29 22:17:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 6982090auction61871 to the API
2026-03-29 22:17:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982090>
{'auction_title': '',
'c_o_2_emission_value': 244,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '8bf9987f-2b38-5976-9b77-e41e1da8b19a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982090',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 255939,
'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': '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': 2021}
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982090auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:34 [ecarstrade.be] INFO: Saving data for 6982090auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958183.360657, 'last_price_update_time': 1774822654.10864}
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982090auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:34 [ecarstrade.be] INFO: Extracting details for car 6981229auction61871
2026-03-29 22:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9faab5ef-bfec-58bd-9203-2c3524385725 with identifier: 6981229auction61871
2026-03-29 22:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9faab5ef-bfec-58bd-9203-2c3524385725 with scrape type 2
2026-03-29 22:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9faab5ef-bfec-58bd-9203-2c3524385725 with scrape type 2
2026-03-29 22:17:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9faab5ef-bfec-58bd-9203-2c3524385725, identifier: 6981229auction61871
2026-03-29 22:17:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9faab5ef-bfec-58bd-9203-2c3524385725 with identifier: 6981229auction61871
2026-03-29 22:17:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9faab5ef-bfec-58bd-9203-2c3524385725 with identifier: 6981229auction61871
2026-03-29 22:17:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9faab5ef-bfec-58bd-9203-2c3524385725 with identifier: 6981229auction61871 to the API
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981229>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '9faab5ef-bfec-58bd-9203-2c3524385725',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981229',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 66775,
'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': 'Mercedes-Benz GLC GLC 200 d 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLC GLC 200 d 4MATIC 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981229auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:34 [ecarstrade.be] INFO: Saving data for 6981229auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958201.300836, 'last_price_update_time': 1774822654.539396}
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981229auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982091> (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-29 22:17:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:37 [ecarstrade.be] INFO: Extracting details for car 6982091auction61871
2026-03-29 22:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 6982091auction61871
2026-03-29 22:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f08e8f8b-0258-579e-ae60-2fb52e326c69 with scrape type 2
2026-03-29 22:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f08e8f8b-0258-579e-ae60-2fb52e326c69 with scrape type 2
2026-03-29 22:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f08e8f8b-0258-579e-ae60-2fb52e326c69, identifier: 6982091auction61871
2026-03-29 22:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 6982091auction61871
2026-03-29 22:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 6982091auction61871
2026-03-29 22:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 6982091auction61871 to the API
2026-03-29 22:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982091>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f08e8f8b-0258-579e-ae60-2fb52e326c69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982091',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q2',
'odometer': 79872,
'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 Q2 DIESEL - 2021 35 TDi 150hp S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2021 35 TDi 150hp S tronic 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982091auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:37 [ecarstrade.be] INFO: Saving data for 6982091auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958186.120622, 'last_price_update_time': 1774822657.576437}
2026-03-29 22:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982091auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981222> (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-29 22:17:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:39 [ecarstrade.be] INFO: Extracting details for car 6981222auction61871
2026-03-29 22:17:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d818164-2190-53e3-8a23-b9a5723169a5 with identifier: 6981222auction61871
2026-03-29 22:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d818164-2190-53e3-8a23-b9a5723169a5 with scrape type 2
2026-03-29 22:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d818164-2190-53e3-8a23-b9a5723169a5 with scrape type 2
2026-03-29 22:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d818164-2190-53e3-8a23-b9a5723169a5, identifier: 6981222auction61871
2026-03-29 22:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d818164-2190-53e3-8a23-b9a5723169a5 with identifier: 6981222auction61871
2026-03-29 22:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d818164-2190-53e3-8a23-b9a5723169a5 with identifier: 6981222auction61871
2026-03-29 22:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d818164-2190-53e3-8a23-b9a5723169a5 with identifier: 6981222auction61871 to the API
2026-03-29 22:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981222>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '6d818164-2190-53e3-8a23-b9a5723169a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981222',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C-Class',
'odometer': 36457,
'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 CLASSE C BREAK DIESEL 2021 - C 220 d 200ch AMG Line Launch '
'Edition 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE C BREAK DIESEL 2021 - C 220 d 200ch AMG Line Launch '
'Edition 5d Auto',
'vin': None,
'year': 2022}
2026-03-29 22:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981222auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:40 [ecarstrade.be] INFO: Saving data for 6981222auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958205.441858, 'last_price_update_time': 1774822660.059875}
2026-03-29 22:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981222auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981223> (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-29 22:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982088> (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-29 22:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982085> (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-29 22:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982087> (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-29 22:17:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:40 [ecarstrade.be] INFO: Extracting details for car 6981223auction61871
2026-03-29 22:17:40 [ecarstrade.be] INFO: Extracting details for car 6982088auction61871
2026-03-29 22:17:40 [ecarstrade.be] INFO: Extracting details for car 6982085auction61871
2026-03-29 22:17:40 [ecarstrade.be] INFO: Extracting details for car 6982087auction61871
2026-03-29 22:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with identifier: 6981223auction61871
2026-03-29 22:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with scrape type 2
2026-03-29 22:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with scrape type 2
2026-03-29 22:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8, identifier: 6981223auction61871
2026-03-29 22:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with identifier: 6982088auction61871
2026-03-29 22:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with scrape type 2
2026-03-29 22:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with scrape type 2
2026-03-29 22:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c67b3aa8-15a3-5209-af1a-f9a94ecc5669, identifier: 6982088auction61871
2026-03-29 22:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 6982085auction61871
2026-03-29 22:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with scrape type 2
2026-03-29 22:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with scrape type 2
2026-03-29 22:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc17dcbe-f9e0-5c66-a30c-65e3934bd682, identifier: 6982085auction61871
2026-03-29 22:17:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 6982087auction61871
2026-03-29 22:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with scrape type 2
2026-03-29 22:17:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with scrape type 2
2026-03-29 22:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f, identifier: 6982087auction61871
2026-03-29 22:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with identifier: 6981223auction61871
2026-03-29 22:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with identifier: 6981223auction61871
2026-03-29 22:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with identifier: 6981223auction61871 to the API
2026-03-29 22:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981223>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981223',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 64938,
'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': 'BMW 2 GRAN COUPE DIESEL 218 d 150hp 4d',
'transmission': 'manual',
'trim': '2 GRAN COUPE DIESEL 218 d 150hp 4d',
'vin': None,
'year': 2022}
2026-03-29 22:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981223auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:40 [ecarstrade.be] INFO: Saving data for 6981223auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958204.716602, 'last_price_update_time': 1774822660.980945}
2026-03-29 22:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981223auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with identifier: 6982088auction61871
2026-03-29 22:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with identifier: 6982088auction61871
2026-03-29 22:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with identifier: 6982088auction61871 to the API
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982088>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'c67b3aa8-15a3-5209-af1a-f9a94ecc5669',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982088',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '4 Series',
'odometer': 22110,
'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': 4,
'seller_name': None,
'title': 'BMW 4 CABRIO - 2021 420iAS 184hp 2d',
'transmission': 'automatic',
'trim': '4 CABRIO - 2021 420iAS 184hp 2d',
'vin': None,
'year': 2022}
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982088auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:41 [ecarstrade.be] INFO: Saving data for 6982088auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958182.851631, 'last_price_update_time': 1774822661.308973}
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982088auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 6982085auction61871
2026-03-29 22:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 6982085auction61871
2026-03-29 22:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 6982085auction61871 to the API
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982085>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'bc17dcbe-f9e0-5c66-a30c-65e3934bd682',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982085',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 69962,
'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 A4 AVANT DIESEL - 2020 40 TDi 204hp Quattro S Line S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 40 TDi 204hp Quattro S Line S tronic 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982085auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:41 [ecarstrade.be] INFO: Saving data for 6982085auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958185.580619, 'last_price_update_time': 1774822661.63838}
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982085auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 6982087auction61871
2026-03-29 22:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 6982087auction61871
2026-03-29 22:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 6982087auction61871 to the API
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982087>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'e3a32527-9eda-5ad2-9c3b-2d4b0163de0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982087',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 172699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 90kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 90kW S tronic Business Ed 5d',
'vin': None,
'year': 2019}
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982087auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:41 [ecarstrade.be] INFO: Saving data for 6982087auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958186.533573, 'last_price_update_time': 1774822661.994876}
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982087auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982084> (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-29 22:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981220> (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-29 22:17:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:42 [ecarstrade.be] INFO: Extracting details for car 6982084auction61871
2026-03-29 22:17:42 [ecarstrade.be] INFO: Extracting details for car 6981220auction61871
2026-03-29 22:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 6982084auction61871
2026-03-29 22:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e929611f-6ab6-58d0-bef1-05b86c3415e2 with scrape type 2
2026-03-29 22:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e929611f-6ab6-58d0-bef1-05b86c3415e2 with scrape type 2
2026-03-29 22:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e929611f-6ab6-58d0-bef1-05b86c3415e2, identifier: 6982084auction61871
2026-03-29 22:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 6981220auction61871
2026-03-29 22:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with scrape type 2
2026-03-29 22:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with scrape type 2
2026-03-29 22:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7, identifier: 6981220auction61871
2026-03-29 22:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 6982084auction61871
2026-03-29 22:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 6982084auction61871
2026-03-29 22:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 6982084auction61871 to the API
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982084>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'e929611f-6ab6-58d0-bef1-05b86c3415e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982084',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 110186,
'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': 'Opel Astra Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'vin': None,
'year': 2021}
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982084auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:42 [ecarstrade.be] INFO: Saving data for 6982084auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958188.070409, 'last_price_update_time': 1774822662.663814}
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982084auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 6981220auction61871
2026-03-29 22:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 6981220auction61871
2026-03-29 22:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 6981220auction61871 to the API
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981220>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981220',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 106788,
'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': 'Audi A3 Sportback 2.0 35 TDi 110kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic Business Ed 5d',
'vin': None,
'year': 2019}
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981220auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:42 [ecarstrade.be] INFO: Saving data for 6981220auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958205.913443, 'last_price_update_time': 1774822662.996051}
2026-03-29 22:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981220auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981217> (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-29 22:17:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:43 [ecarstrade.be] INFO: Extracting details for car 6981217auction61871
2026-03-29 22:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c658fde-69a4-50f5-9e28-554eec0d1c44 with identifier: 6981217auction61871
2026-03-29 22:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c658fde-69a4-50f5-9e28-554eec0d1c44 with scrape type 2
2026-03-29 22:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c658fde-69a4-50f5-9e28-554eec0d1c44 with scrape type 2
2026-03-29 22:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c658fde-69a4-50f5-9e28-554eec0d1c44, identifier: 6981217auction61871
2026-03-29 22:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c658fde-69a4-50f5-9e28-554eec0d1c44 with identifier: 6981217auction61871
2026-03-29 22:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c658fde-69a4-50f5-9e28-554eec0d1c44 with identifier: 6981217auction61871
2026-03-29 22:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c658fde-69a4-50f5-9e28-554eec0d1c44 with identifier: 6981217auction61871 to the API
2026-03-29 22:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981217>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '4c658fde-69a4-50f5-9e28-554eec0d1c44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981217',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 88272,
'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, 3-serie Touring '18, BMW 3 Reeks Touring 318dA (100 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring 318dA (100 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981217auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:43 [ecarstrade.be] INFO: Saving data for 6981217auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958204.004641, 'last_price_update_time': 1774822663.934121}
2026-03-29 22:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981217auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981189> (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-29 22:17:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:47 [ecarstrade.be] INFO: Extracting details for car 6981189auction61871
2026-03-29 22:17:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 6981189auction61871
2026-03-29 22:17:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a1c290-b4b2-542b-8d90-72b74ab45d9d with scrape type 2
2026-03-29 22:17:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a1c290-b4b2-542b-8d90-72b74ab45d9d with scrape type 2
2026-03-29 22:17:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7a1c290-b4b2-542b-8d90-72b74ab45d9d, identifier: 6981189auction61871
2026-03-29 22:17:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 6981189auction61871
2026-03-29 22:17:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 6981189auction61871
2026-03-29 22:17:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 6981189auction61871 to the API
2026-03-29 22:17:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981189>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'b7a1c290-b4b2-542b-8d90-72b74ab45d9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981189',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 168267,
'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': 'Peugeot Rifter 1.5 BlueHDi 100 S/S Active 5d',
'transmission': 'manual',
'trim': '1.5 BlueHDi 100 S/S Active 5d',
'vin': None,
'year': 2022}
2026-03-29 22:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981189auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:47 [ecarstrade.be] INFO: Saving data for 6981189auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958421.168609, 'last_price_update_time': 1774822667.878168}
2026-03-29 22:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981189auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982058> (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-29 22:17:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981193> (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-29 22:17:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:48 [ecarstrade.be] INFO: Extracting details for car 6982058auction61871
2026-03-29 22:17:48 [ecarstrade.be] INFO: Extracting details for car 6981193auction61871
2026-03-29 22:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 6982058auction61871
2026-03-29 22:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf2e8e31-83d7-5e25-9e61-dbb926443f81 with scrape type 2
2026-03-29 22:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf2e8e31-83d7-5e25-9e61-dbb926443f81 with scrape type 2
2026-03-29 22:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf2e8e31-83d7-5e25-9e61-dbb926443f81, identifier: 6982058auction61871
2026-03-29 22:17:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 6981193auction61871
2026-03-29 22:17:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfce0bad-584b-5d7a-8297-16e570baa893 with scrape type 2
2026-03-29 22:17:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfce0bad-584b-5d7a-8297-16e570baa893 with scrape type 2
2026-03-29 22:17:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfce0bad-584b-5d7a-8297-16e570baa893, identifier: 6981193auction61871
2026-03-29 22:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 6982058auction61871
2026-03-29 22:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 6982058auction61871
2026-03-29 22:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 6982058auction61871 to the API
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982058>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'cf2e8e31-83d7-5e25-9e61-dbb926443f81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982058',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 105317,
'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': "Toyota, Corolla TS '19, Toyota Corolla Touring Sports 1.8 Hybrid "
'Premium e',
'transmission': 'automatic',
'trim': ", TS '19, Touring Sports 1.8 Hybrid Premium e",
'vin': None,
'year': 2022}
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982058auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:48 [ecarstrade.be] INFO: Saving data for 6982058auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958151.202921, 'last_price_update_time': 1774822668.614688}
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982058auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 6981193auction61871
2026-03-29 22:17:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 6981193auction61871
2026-03-29 22:17:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 6981193auction61871 to the API
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981193>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'bfce0bad-584b-5d7a-8297-16e570baa893',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981193',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 135983,
'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': "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-29 22:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981193auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:48 [ecarstrade.be] INFO: Saving data for 6981193auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958101.805408, 'last_price_update_time': 1774822668.92929}
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981193auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982055> (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-29 22:17:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981190> (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-29 22:17:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:49 [ecarstrade.be] INFO: Extracting details for car 6982055auction61871
2026-03-29 22:17:49 [ecarstrade.be] INFO: Extracting details for car 6981190auction61871
2026-03-29 22:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 6982055auction61871
2026-03-29 22:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45738af3-fe4b-5a54-a59a-02394f7a108c with scrape type 2
2026-03-29 22:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45738af3-fe4b-5a54-a59a-02394f7a108c with scrape type 2
2026-03-29 22:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45738af3-fe4b-5a54-a59a-02394f7a108c, identifier: 6982055auction61871
2026-03-29 22:17:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 6981190auction61871
2026-03-29 22:17:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 410a0207-2348-5bc6-a779-0741408901c5 with scrape type 2
2026-03-29 22:17:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 410a0207-2348-5bc6-a779-0741408901c5 with scrape type 2
2026-03-29 22:17:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 410a0207-2348-5bc6-a779-0741408901c5, identifier: 6981190auction61871
2026-03-29 22:17:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 6982055auction61871
2026-03-29 22:17:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 6982055auction61871
2026-03-29 22:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 6982055auction61871 to the API
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982055>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '45738af3-fe4b-5a54-a59a-02394f7a108c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982055',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 139731,
'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': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S Allure 5d",
'transmission': 'manual',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S Allure 5d",
'vin': None,
'year': 2021}
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982055auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:49 [ecarstrade.be] INFO: Saving data for 6982055auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958150.237367, 'last_price_update_time': 1774822669.572365}
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982055auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 6981190auction61871
2026-03-29 22:17:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 6981190auction61871
2026-03-29 22:17:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 6981190auction61871 to the API
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981190>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '410a0207-2348-5bc6-a779-0741408901c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981190',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Dacia Duster',
'odometer': 71226,
'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': "Dacia, Duster '18, Dacia Duster TCe 100 Comfort 5d",
'transmission': 'manual',
'trim': "Dacia, Duster '18, TCe 100 Comfort 5d",
'vin': None,
'year': 2020}
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981190auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:49 [ecarstrade.be] INFO: Saving data for 6981190auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958420.567552, 'last_price_update_time': 1774822669.907077}
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981190auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982053> (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-29 22:17:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981195> (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-29 22:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982057> (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-29 22:17:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:50 [ecarstrade.be] INFO: Extracting details for car 6982053auction61871
2026-03-29 22:17:50 [ecarstrade.be] INFO: Extracting details for car 6981195auction61871
2026-03-29 22:17:50 [ecarstrade.be] INFO: Extracting details for car 6982057auction61871
2026-03-29 22:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6cc1b6d-8293-58c7-b7fd-394996d25269 with identifier: 6982053auction61871
2026-03-29 22:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6cc1b6d-8293-58c7-b7fd-394996d25269 with scrape type 2
2026-03-29 22:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6cc1b6d-8293-58c7-b7fd-394996d25269 with scrape type 2
2026-03-29 22:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6cc1b6d-8293-58c7-b7fd-394996d25269, identifier: 6982053auction61871
2026-03-29 22:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 6981195auction61871
2026-03-29 22:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e959c33-679a-58ec-9083-cee759c260a4 with scrape type 2
2026-03-29 22:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e959c33-679a-58ec-9083-cee759c260a4 with scrape type 2
2026-03-29 22:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e959c33-679a-58ec-9083-cee759c260a4, identifier: 6981195auction61871
2026-03-29 22:17:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 6982057auction61871
2026-03-29 22:17:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with scrape type 2
2026-03-29 22:17:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with scrape type 2
2026-03-29 22:17:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8, identifier: 6982057auction61871
2026-03-29 22:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6cc1b6d-8293-58c7-b7fd-394996d25269 with identifier: 6982053auction61871
2026-03-29 22:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6cc1b6d-8293-58c7-b7fd-394996d25269 with identifier: 6982053auction61871
2026-03-29 22:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6cc1b6d-8293-58c7-b7fd-394996d25269 with identifier: 6982053auction61871 to the API
2026-03-29 22:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982053>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'b6cc1b6d-8293-58c7-b7fd-394996d25269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982053',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 116308,
'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-serie Touring '18, BMW 3 Reeks Touring 320dA (120 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring 320dA (120 kW) 5d",
'vin': None,
'year': 2022}
2026-03-29 22:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982053auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:50 [ecarstrade.be] INFO: Saving data for 6982053auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958150.689114, 'last_price_update_time': 1774822670.655863}
2026-03-29 22:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982053auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 6981195auction61871
2026-03-29 22:17:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 6981195auction61871
2026-03-29 22:17:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 6981195auction61871 to the API
2026-03-29 22:17:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981195>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '4e959c33-679a-58ec-9083-cee759c260a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981195',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 70931,
'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': "Peugeot, 3008 FL'20, Peugeot 3008 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-29 22:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981195auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:50 [ecarstrade.be] INFO: Saving data for 6981195auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958104.408055, 'last_price_update_time': 1774822670.98686}
2026-03-29 22:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981195auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 6982057auction61871
2026-03-29 22:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 6982057auction61871
2026-03-29 22:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 6982057auction61871 to the API
2026-03-29 22:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982057>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '321b4b0e-51f4-5ba2-aab1-28488f4a81c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982057',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 54266,
'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': "VW, Arteon SB FL'20, Volkswagen Arteon Shooting Brake 2.0 TDI 110kW "
'DSG',
'transmission': 'automatic',
'trim': "VW, SB FL'20, Shooting Brake 2.0 TDI 110kW DSG",
'vin': None,
'year': 2021}
2026-03-29 22:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982057auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:51 [ecarstrade.be] INFO: Saving data for 6982057auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958152.033149, 'last_price_update_time': 1774822671.29868}
2026-03-29 22:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982057auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982056> (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-29 22:17:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:54 [ecarstrade.be] INFO: Extracting details for car 6982056auction61871
2026-03-29 22:17:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 6982056auction61871
2026-03-29 22:17:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with scrape type 2
2026-03-29 22:17:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with scrape type 2
2026-03-29 22:17:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb, identifier: 6982056auction61871
2026-03-29 22:17:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 6982056auction61871
2026-03-29 22:17:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 6982056auction61871
2026-03-29 22:17:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 6982056auction61871 to the API
2026-03-29 22:17:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982056>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5f57c846-b55f-538f-97f4-9fb02cd1c8fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982056',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 175150,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Golf VII Var.FL'16, Volkswagen Golf Variant 1.6 TDi SCR 85kW "
'Join 5d',
'transmission': 'manual',
'trim': "VW, VII Var.FL'16, Variant 1.6 TDi SCR 85kW Join 5d",
'vin': None,
'year': 2019}
2026-03-29 22:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982056auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:54 [ecarstrade.be] INFO: Saving data for 6982056auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958151.601557, 'last_price_update_time': 1774822674.806078}
2026-03-29 22:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982056auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981199> (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-29 22:17:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:55 [ecarstrade.be] INFO: Extracting details for car 6981199auction61871
2026-03-29 22:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62c867cc-50f6-59d2-a642-73cbc15649e3 with identifier: 6981199auction61871
2026-03-29 22:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62c867cc-50f6-59d2-a642-73cbc15649e3 with scrape type 2
2026-03-29 22:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62c867cc-50f6-59d2-a642-73cbc15649e3 with scrape type 2
2026-03-29 22:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62c867cc-50f6-59d2-a642-73cbc15649e3, identifier: 6981199auction61871
2026-03-29 22:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62c867cc-50f6-59d2-a642-73cbc15649e3 with identifier: 6981199auction61871
2026-03-29 22:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62c867cc-50f6-59d2-a642-73cbc15649e3 with identifier: 6981199auction61871
2026-03-29 22:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62c867cc-50f6-59d2-a642-73cbc15649e3 with identifier: 6981199auction61871 to the API
2026-03-29 22:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981199>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '62c867cc-50f6-59d2-a642-73cbc15649e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981199',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 72546,
'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': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch 116dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981199auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:55 [ecarstrade.be] INFO: Saving data for 6981199auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958374.15313, 'last_price_update_time': 1774822675.464028}
2026-03-29 22:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981199auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982063> (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-29 22:17:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:55 [ecarstrade.be] INFO: Extracting details for car 6982063auction61871
2026-03-29 22:17:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 036eb57f-9c1c-5c6c-a149-54ad69a159ba with identifier: 6982063auction61871
2026-03-29 22:17:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 036eb57f-9c1c-5c6c-a149-54ad69a159ba with scrape type 2
2026-03-29 22:17:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 036eb57f-9c1c-5c6c-a149-54ad69a159ba with scrape type 2
2026-03-29 22:17:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 036eb57f-9c1c-5c6c-a149-54ad69a159ba, identifier: 6982063auction61871
2026-03-29 22:17:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 036eb57f-9c1c-5c6c-a149-54ad69a159ba with identifier: 6982063auction61871
2026-03-29 22:17:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 036eb57f-9c1c-5c6c-a149-54ad69a159ba with identifier: 6982063auction61871
2026-03-29 22:17:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 036eb57f-9c1c-5c6c-a149-54ad69a159ba with identifier: 6982063auction61871 to the API
2026-03-29 22:17:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982063>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '036eb57f-9c1c-5c6c-a149-54ad69a159ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982063',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 85387,
'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': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic Bastille",
'transmission': 'automatic',
'trim': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic Bastille",
'vin': None,
'year': 2021}
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982063auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:56 [ecarstrade.be] INFO: Saving data for 6982063auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958141.60123, 'last_price_update_time': 1774822676.105995}
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982063auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981197> (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-29 22:17:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:56 [ecarstrade.be] INFO: Extracting details for car 6981197auction61871
2026-03-29 22:17:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981212> (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-29 22:17:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with identifier: 6981197auction61871
2026-03-29 22:17:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with scrape type 2
2026-03-29 22:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with scrape type 2
2026-03-29 22:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f, identifier: 6981197auction61871
2026-03-29 22:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with identifier: 6981197auction61871
2026-03-29 22:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with identifier: 6981197auction61871
2026-03-29 22:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with identifier: 6981197auction61871 to the API
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981197>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981197',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '5 Series',
'odometer': 87310,
'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-ser To FL'20 PHEV, BMW 5 Reeks Touring 520e 150kW 5d",
'transmission': 'automatic',
'trim': ", 5-ser To FL'20 PHEV, 5 Reeks Touring 520e 150kW 5d",
'vin': None,
'year': 2022}
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981197auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:56 [ecarstrade.be] INFO: Saving data for 6981197auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958103.18898, 'last_price_update_time': 1774822676.647901}
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981197auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:56 [ecarstrade.be] INFO: Extracting details for car 6981212auction61871
2026-03-29 22:17:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with identifier: 6981212auction61871
2026-03-29 22:17:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with scrape type 2
2026-03-29 22:17:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with scrape type 2
2026-03-29 22:17:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4, identifier: 6981212auction61871
2026-03-29 22:17:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with identifier: 6981212auction61871
2026-03-29 22:17:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with identifier: 6981212auction61871
2026-03-29 22:17:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with identifier: 6981212auction61871 to the API
2026-03-29 22:17:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981212>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981212',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 162960,
'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, CLA-Class SB '19, Mercedes-Benz CLA Shooting Brake CLA "
'250 e Busines',
'transmission': 'automatic',
'trim': ", CLA-Class SB '19, -Benz CLA 250 e Busines",
'vin': None,
'year': 2022}
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981212auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:57 [ecarstrade.be] INFO: Saving data for 6981212auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958373.459172, 'last_price_update_time': 1774822677.056738}
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981212auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981205> (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-29 22:17:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:57 [ecarstrade.be] INFO: Extracting details for car 6981205auction61871
2026-03-29 22:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58395c7e-2169-52ef-af69-c295c4b719d3 with identifier: 6981205auction61871
2026-03-29 22:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58395c7e-2169-52ef-af69-c295c4b719d3 with scrape type 2
2026-03-29 22:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58395c7e-2169-52ef-af69-c295c4b719d3 with scrape type 2
2026-03-29 22:17:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 58395c7e-2169-52ef-af69-c295c4b719d3, identifier: 6981205auction61871
2026-03-29 22:17:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 58395c7e-2169-52ef-af69-c295c4b719d3 with identifier: 6981205auction61871
2026-03-29 22:17:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 58395c7e-2169-52ef-af69-c295c4b719d3 with identifier: 6981205auction61871
2026-03-29 22:17:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 58395c7e-2169-52ef-af69-c295c4b719d3 with identifier: 6981205auction61871 to the API
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981205>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '58395c7e-2169-52ef-af69-c295c4b719d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981205',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 102906,
'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': "Mercedes, A-Class '18, Mercedes-Benz A-Klasse A 180 d Business "
'Solution 5',
'transmission': 'manual',
'trim': ", '18, -Benz A-Klasse A 180 d Business Solution 5",
'vin': None,
'year': 2020}
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981205auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:57 [ecarstrade.be] INFO: Saving data for 6981205auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958369.798502, 'last_price_update_time': 1774822677.771258}
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981205auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981206> (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-29 22:17:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:57 [ecarstrade.be] INFO: Extracting details for car 6981206auction61871
2026-03-29 22:17:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981209> (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-29 22:17:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:17:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 6981206auction61871
2026-03-29 22:17:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c34d73d1-2ada-5b77-abe9-8d909fc4577b with scrape type 2
2026-03-29 22:17:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c34d73d1-2ada-5b77-abe9-8d909fc4577b with scrape type 2
2026-03-29 22:17:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c34d73d1-2ada-5b77-abe9-8d909fc4577b, identifier: 6981206auction61871
2026-03-29 22:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 6981206auction61871
2026-03-29 22:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 6981206auction61871
2026-03-29 22:17:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 6981206auction61871 to the API
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981206>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'c34d73d1-2ada-5b77-abe9-8d909fc4577b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981206',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 41782,
'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 '20, Skoda Octavia 2.0 CRTDI 85kW Style 5d",
'transmission': 'manual',
'trim': ", '20, 2.0 CRTDI 85kW Style 5d",
'vin': None,
'year': 2021}
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981206auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:58 [ecarstrade.be] INFO: Saving data for 6981206auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958370.252283, 'last_price_update_time': 1774822678.339893}
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981206auction61871') HTTP/1.1" 204 0
2026-03-29 22:17:58 [ecarstrade.be] INFO: Extracting details for car 6981209auction61871
2026-03-29 22:17:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 6981209auction61871
2026-03-29 22:17:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e424558d-acfc-5ba0-918b-01c862d57fd4 with scrape type 2
2026-03-29 22:17:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e424558d-acfc-5ba0-918b-01c862d57fd4 with scrape type 2
2026-03-29 22:17:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e424558d-acfc-5ba0-918b-01c862d57fd4, identifier: 6981209auction61871
2026-03-29 22:17:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 6981209auction61871
2026-03-29 22:17:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 6981209auction61871
2026-03-29 22:17:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 6981209auction61871 to the API
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:17: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-29 22:17:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981209>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e424558d-acfc-5ba0-918b-01c862d57fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981209',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'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-10-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive18iA (100 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive18iA (100 kW) 5d",
'vin': None,
'year': 2020}
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981209auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:17:58 [ecarstrade.be] INFO: Saving data for 6981209auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958372.272638, 'last_price_update_time': 1774822678.816352}
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:17:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981209auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981218> (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-29 22:18:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:00 [ecarstrade.be] INFO: Extracting details for car 6981218auction61871
2026-03-29 22:18:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 761420b8-2b6e-5982-8beb-a743469dac44 with identifier: 6981218auction61871
2026-03-29 22:18:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 761420b8-2b6e-5982-8beb-a743469dac44 with scrape type 2
2026-03-29 22:18:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 761420b8-2b6e-5982-8beb-a743469dac44 with scrape type 2
2026-03-29 22:18:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 761420b8-2b6e-5982-8beb-a743469dac44, identifier: 6981218auction61871
2026-03-29 22:18:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 761420b8-2b6e-5982-8beb-a743469dac44 with identifier: 6981218auction61871
2026-03-29 22:18:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 761420b8-2b6e-5982-8beb-a743469dac44 with identifier: 6981218auction61871
2026-03-29 22:18:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 761420b8-2b6e-5982-8beb-a743469dac44 with identifier: 6981218auction61871 to the API
2026-03-29 22:18:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981218>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '761420b8-2b6e-5982-8beb-a743469dac44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981218',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'Other',
'odometer': 108943,
'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': "Kia, Ceed SW '18, KIA cee'd Sportswagon More 1.6 CRDi 136 MHEV DCT "
'5',
'transmission': 'automatic',
'trim': ", Ceed SW '18, KIA cee'd Sportswagon More 1.6 CRDi 136 MHEV DCT 5",
'vin': None,
'year': 2022}
2026-03-29 22:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981218auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:01 [ecarstrade.be] INFO: Saving data for 6981218auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958101.275233, 'last_price_update_time': 1774822681.228079}
2026-03-29 22:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981218auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981214> (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-29 22:18:01 [ecarstrade.be] INFO: Extracting details for car 6981214auction61871
2026-03-29 22:18:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 6981214auction61871
2026-03-29 22:18:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8a9769-450a-500a-b9bf-d9463075a5a2 with scrape type 2
2026-03-29 22:18:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f8a9769-450a-500a-b9bf-d9463075a5a2 with scrape type 2
2026-03-29 22:18:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f8a9769-450a-500a-b9bf-d9463075a5a2, identifier: 6981214auction61871
2026-03-29 22:18:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 6981214auction61871
2026-03-29 22:18:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 6981214auction61871
2026-03-29 22:18:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 6981214auction61871 to the API
2026-03-29 22:18:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981214>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '6f8a9769-450a-500a-b9bf-d9463075a5a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981214',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 78353,
'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': "Opel, Insignia ST FL'20, Opel Insignia Sports Tourer 1.5 Turbo D "
'S/S 90kW B',
'transmission': 'automatic',
'trim': ", ST FL'20, Sports Tourer 1.5 Turbo D S/S 90kW B",
'vin': None,
'year': 2022}
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981214auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:02 [ecarstrade.be] INFO: Saving data for 6981214auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958375.207099, 'last_price_update_time': 1774822682.162197}
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981214auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982078> (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-29 22:18:02 [ecarstrade.be] INFO: Extracting details for car 6982078auction61871
2026-03-29 22:18:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2da547f-bb5c-5c03-baeb-ea16c65eb48e with identifier: 6982078auction61871
2026-03-29 22:18:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2da547f-bb5c-5c03-baeb-ea16c65eb48e with scrape type 2
2026-03-29 22:18:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2da547f-bb5c-5c03-baeb-ea16c65eb48e with scrape type 2
2026-03-29 22:18:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2da547f-bb5c-5c03-baeb-ea16c65eb48e, identifier: 6982078auction61871
2026-03-29 22:18:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2da547f-bb5c-5c03-baeb-ea16c65eb48e with identifier: 6982078auction61871
2026-03-29 22:18:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2da547f-bb5c-5c03-baeb-ea16c65eb48e with identifier: 6982078auction61871
2026-03-29 22:18:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2da547f-bb5c-5c03-baeb-ea16c65eb48e with identifier: 6982078auction61871 to the API
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982078>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'f2da547f-bb5c-5c03-baeb-ea16c65eb48e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982078',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLE-Class',
'odometer': 76588,
'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': "Mercedes, GLE '18, Mercedes-Benz GLE GLE 350 e 4MATIC Business "
'Soluti',
'transmission': 'automatic',
'trim': ", GLE '18, -Benz GLE GLE 350 e 4MATIC Business Soluti",
'vin': None,
'year': 2021}
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982078auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:02 [ecarstrade.be] INFO: Saving data for 6982078auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958200.87619, 'last_price_update_time': 1774822682.874829}
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982078auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:02 [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-29 22:18:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6981191auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981191auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6981191auction61871: 2
2026-03-29 22:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982054auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982054auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982054auction61871: 2
2026-03-29 22:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982050auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982050auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982050auction61871: 2
2026-03-29 22:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982049auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982049auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982049auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982051auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982051auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982051auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982047auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982047auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982047auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6981187auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981187auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6981187auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982043auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982043auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982043auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982044auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982044auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982044auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982045auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982045auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982045auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6981184auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981184auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6981184auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6981186auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981186auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6981186auction61871: 2
2026-03-29 22:18:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982075> (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-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982052auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982052auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982052auction61871: 2
2026-03-29 22:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6981176auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981176auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6981176auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6981177auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981177auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6981177auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6981178auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981178auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6981178auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982039auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982039auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982039auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982041auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982041auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982041auction61871: 2
2026-03-29 22:18:03 [ecarstrade.be] INFO: Extracting details for car 6982075auction61871
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982037auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982037auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982037auction61871: 2
2026-03-29 22:18:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 6982075auction61871
2026-03-29 22:18:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61e99e51-f866-53d0-991c-d9c7c4f2f59a with scrape type 2
2026-03-29 22:18:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61e99e51-f866-53d0-991c-d9c7c4f2f59a with scrape type 2
2026-03-29 22:18:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61e99e51-f866-53d0-991c-d9c7c4f2f59a, identifier: 6982075auction61871
2026-03-29 22:18:03 [ecarstrade.be] INFO: Found listing with ID: 6982038auction61871
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982038auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Scrape type for 6982038auction61871: 2
2026-03-29 22:18:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 6982075auction61871
2026-03-29 22:18:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 6982075auction61871
2026-03-29 22:18:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 6982075auction61871 to the API
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982075>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '61e99e51-f866-53d0-991c-d9c7c4f2f59a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982075',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 150500,
'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, Karoq '17, Skoda Karoq 2.0 CRTDI 85KW Clever 5d",
'transmission': 'manual',
'trim': ", '17, 2.0 CRTDI 85KW Clever 5d",
'vin': None,
'year': 2021}
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982075auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:03 [ecarstrade.be] INFO: Saving data for 6982075auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958201.819263, 'last_price_update_time': 1774822683.801965}
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982075auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982072> (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-29 22:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:04 [ecarstrade.be] INFO: Extracting details for car 6982072auction61871
2026-03-29 22:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 6982072auction61871
2026-03-29 22:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42a0904a-f49b-584c-952d-27e16502c9d9 with scrape type 2
2026-03-29 22:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42a0904a-f49b-584c-952d-27e16502c9d9 with scrape type 2
2026-03-29 22:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42a0904a-f49b-584c-952d-27e16502c9d9, identifier: 6982072auction61871
2026-03-29 22:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 6982072auction61871
2026-03-29 22:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 6982072auction61871
2026-03-29 22:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 6982072auction61871 to the API
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982072>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.1L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '42a0904a-f49b-584c-952d-27e16502c9d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982072',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 105627,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Fiesta '17, Ford Fiesta 1.1i 52kW Business Class 5d",
'transmission': 'manual',
'trim': ", '17, 1.1i 52kW Business Class 5d",
'vin': None,
'year': 2019}
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982072auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:04 [ecarstrade.be] INFO: Saving data for 6982072auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958166.947246, 'last_price_update_time': 1774822684.421542}
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982072auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982070> (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-29 22:18:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:04 [ecarstrade.be] INFO: Extracting details for car 6982070auction61871
2026-03-29 22:18:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 6982070auction61871
2026-03-29 22:18:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with scrape type 2
2026-03-29 22:18:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with scrape type 2
2026-03-29 22:18:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8aa5272-ef98-5eb2-83ed-1f5e4be16828, identifier: 6982070auction61871
2026-03-29 22:18:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 6982070auction61871
2026-03-29 22:18:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 6982070auction61871
2026-03-29 22:18:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 6982070auction61871 to the API
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982070>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'c8aa5272-ef98-5eb2-83ed-1f5e4be16828',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982070',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 54506,
'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': "Opel, Crossland '20, Opel Crossland 1.2 81kW Turbo S/S Elegance 5d",
'transmission': 'manual',
'trim': ", Crossland '20, Crossland 1.2 81kW Turbo S/S Elegance 5d",
'vin': None,
'year': 2021}
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982070auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:04 [ecarstrade.be] INFO: Saving data for 6982070auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958138.610642, 'last_price_update_time': 1774822684.97405}
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982070auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982079> (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-29 22:18:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:05 [ecarstrade.be] INFO: Extracting details for car 6982079auction61871
2026-03-29 22:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 6982079auction61871
2026-03-29 22:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a96aeea-53f7-5635-be2a-470f97c0e97b with scrape type 2
2026-03-29 22:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a96aeea-53f7-5635-be2a-470f97c0e97b with scrape type 2
2026-03-29 22:18:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a96aeea-53f7-5635-be2a-470f97c0e97b, identifier: 6982079auction61871
2026-03-29 22:18:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 6982079auction61871
2026-03-29 22:18:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 6982079auction61871
2026-03-29 22:18:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 6982079auction61871 to the API
2026-03-29 22:18:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982079>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '9a96aeea-53f7-5635-be2a-470f97c0e97b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982079',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 51983,
'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': "Audi, A3 Berline '20, Audi A3 Berline 1.0 TFSi 30 81kW Stronic "
'Attractio',
'transmission': 'automatic',
'trim': ", Berline '20, Berline 1.0 TFSi 30 81kW Stronic Attractio",
'vin': None,
'year': 2022}
2026-03-29 22:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982079auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:05 [ecarstrade.be] INFO: Saving data for 6982079auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958199.772104, 'last_price_update_time': 1774822685.541676}
2026-03-29 22:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982079auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:06 [scrapy.extensions.logstats] INFO: Crawled 1915 pages (at 61 pages/min), scraped 1794 items (at 58 items/min)
2026-03-29 22:18:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-29 22:18:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982082> (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-29 22:18:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:09 [ecarstrade.be] INFO: Extracting details for car 6982082auction61871
2026-03-29 22:18:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 6982082auction61871
2026-03-29 22:18:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff32c0d-6304-5317-9827-a6b8649f74e8 with scrape type 2
2026-03-29 22:18:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff32c0d-6304-5317-9827-a6b8649f74e8 with scrape type 2
2026-03-29 22:18:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ff32c0d-6304-5317-9827-a6b8649f74e8, identifier: 6982082auction61871
2026-03-29 22:18:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 6982082auction61871
2026-03-29 22:18:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 6982082auction61871
2026-03-29 22:18:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 6982082auction61871 to the API
2026-03-29 22:18:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982082>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '5ff32c0d-6304-5317-9827-a6b8649f74e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982082',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 63304,
'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': "Hyundai, Kona '17, Hyundai Kona 1.6 GDi Hybrid 6-DCT Sky BlueLink "
'5d',
'transmission': 'automatic',
'trim': ", '17, 1.6 GDi Hybrid 6-DCT Sky BlueLink 5d",
'vin': None,
'year': 2021}
2026-03-29 22:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982082auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:09 [ecarstrade.be] INFO: Saving data for 6982082auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958199.470502, 'last_price_update_time': 1774822689.992296}
2026-03-29 22:18:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982082auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:10 [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-29 22:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982054> (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-29 22:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982050> (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-29 22:18:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:10 [ecarstrade.be] INFO: Extracting details for car 6982054auction61871
2026-03-29 22:18:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:18:10 [ecarstrade.be] INFO: Extracting details for car 6982050auction61871
2026-03-29 22:18:10 [ecarstrade.be] INFO: Found listing with ID: 6997592auction61871
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997592auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:10 [ecarstrade.be] INFO: Scrape type for 6997592auction61871: 2
2026-03-29 22:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 6982054auction61871
2026-03-29 22:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f72e8d01-bc25-5232-b3c1-e64b06d17611 with scrape type 2
2026-03-29 22:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f72e8d01-bc25-5232-b3c1-e64b06d17611 with scrape type 2
2026-03-29 22:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f72e8d01-bc25-5232-b3c1-e64b06d17611, identifier: 6982054auction61871
2026-03-29 22:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 321bffd4-dae4-56b1-a664-aa7643828217 with identifier: 6982050auction61871
2026-03-29 22:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321bffd4-dae4-56b1-a664-aa7643828217 with scrape type 2
2026-03-29 22:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 321bffd4-dae4-56b1-a664-aa7643828217 with scrape type 2
2026-03-29 22:18:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 321bffd4-dae4-56b1-a664-aa7643828217, identifier: 6982050auction61871
2026-03-29 22:18:10 [ecarstrade.be] INFO: Found listing with ID: 6997598auction61871
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997598auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:10 [ecarstrade.be] INFO: Scrape type for 6997598auction61871: 2
2026-03-29 22:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 6982054auction61871
2026-03-29 22:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 6982054auction61871
2026-03-29 22:18:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 6982054auction61871 to the API
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982054>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f72e8d01-bc25-5232-b3c1-e64b06d17611',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982054',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 132810,
'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': "Audi, A3 SB '20, Audi A3 Sportback 2.0 30 TDi 85kW 5d",
'transmission': 'manual',
'trim': ", SB '20, Sportback 2.0 30 TDi 85kW 5d",
'vin': None,
'year': 2021}
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982054auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:10 [ecarstrade.be] INFO: Saving data for 6982054auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958149.81505, 'last_price_update_time': 1774822690.683478}
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982054auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 321bffd4-dae4-56b1-a664-aa7643828217 with identifier: 6982050auction61871
2026-03-29 22:18:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 321bffd4-dae4-56b1-a664-aa7643828217 with identifier: 6982050auction61871
2026-03-29 22:18:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 321bffd4-dae4-56b1-a664-aa7643828217 with identifier: 6982050auction61871 to the API
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982050>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '321bffd4-dae4-56b1-a664-aa7643828217',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982050',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Other',
'odometer': 72452,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982050auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:10 [ecarstrade.be] INFO: Saving data for 6982050auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958190.779983, 'last_price_update_time': 1774822690.999227}
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982050auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [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-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [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-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6974462auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974462auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6974462auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6973028auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973028auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6973028auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6973029auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973029auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6973029auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6973030auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973030auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6973030auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6973033auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973033auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6973033auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6973025auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973025auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6973025auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6974458auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974458auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6974458auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6974453auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974453auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6974453auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6973023auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973023auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6973023auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6973024auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973024auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6973024auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6974454auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974454auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6974454auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6974457auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974457auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6974457auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6974456auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974456auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6974456auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6974460auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974460auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6974460auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6974455auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974455auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6974455auction61871: 0
2026-03-29 22:18:11 [ecarstrade.be] INFO: Found listing with ID: 6880631auction61871
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880631auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:11 [ecarstrade.be] INFO: Scrape type for 6880631auction61871: 0
2026-03-29 22:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981191> (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-29 22:18:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982049> (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-29 22:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982051> (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-29 22:18:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:11 [ecarstrade.be] INFO: Extracting details for car 6981191auction61871
2026-03-29 22:18:11 [ecarstrade.be] INFO: Extracting details for car 6982049auction61871
2026-03-29 22:18:11 [ecarstrade.be] INFO: Extracting details for car 6982051auction61871
2026-03-29 22:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 6981191auction61871
2026-03-29 22:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b907ae8-15d1-54d2-baac-4ff8bebff36f with scrape type 2
2026-03-29 22:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b907ae8-15d1-54d2-baac-4ff8bebff36f with scrape type 2
2026-03-29 22:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b907ae8-15d1-54d2-baac-4ff8bebff36f, identifier: 6981191auction61871
2026-03-29 22:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 6982049auction61871
2026-03-29 22:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with scrape type 2
2026-03-29 22:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with scrape type 2
2026-03-29 22:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e, identifier: 6982049auction61871
2026-03-29 22:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f85512-26b1-55e3-9429-a618c21a63d5 with identifier: 6982051auction61871
2026-03-29 22:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f85512-26b1-55e3-9429-a618c21a63d5 with scrape type 2
2026-03-29 22:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f85512-26b1-55e3-9429-a618c21a63d5 with scrape type 2
2026-03-29 22:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41f85512-26b1-55e3-9429-a618c21a63d5, identifier: 6982051auction61871
2026-03-29 22:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 6981191auction61871
2026-03-29 22:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 6981191auction61871
2026-03-29 22:18:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 6981191auction61871 to the API
2026-03-29 22:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981191>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '4b907ae8-15d1-54d2-baac-4ff8bebff36f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981191',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 92326,
'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 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981191auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:12 [ecarstrade.be] INFO: Saving data for 6981191auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958418.709217, 'last_price_update_time': 1774822692.039612}
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981191auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 6982049auction61871
2026-03-29 22:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 6982049auction61871
2026-03-29 22:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 6982049auction61871 to the API
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982049>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'd9cf3c3e-f8f0-5b57-85f1-11e0e842972e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982049',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 88019,
'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': 'Volkswagen Golf Variant VIII 1.5 TSI 96kW Life 5d',
'transmission': 'manual',
'trim': 'Variant VIII 1.5 TSI 96kW Life 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982049auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:12 [ecarstrade.be] INFO: Saving data for 6982049auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958129.521988, 'last_price_update_time': 1774822692.441983}
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982049auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41f85512-26b1-55e3-9429-a618c21a63d5 with identifier: 6982051auction61871
2026-03-29 22:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41f85512-26b1-55e3-9429-a618c21a63d5 with identifier: 6982051auction61871
2026-03-29 22:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41f85512-26b1-55e3-9429-a618c21a63d5 with identifier: 6982051auction61871 to the API
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982051>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '41f85512-26b1-55e3-9429-a618c21a63d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982051',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'CLA-Class',
'odometer': 85932,
'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 CLA CLA 250 e Business Solution 4d',
'transmission': 'automatic',
'trim': '-Benz CLA CLA 250 e Business Solution 4d',
'vin': None,
'year': 2022}
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982051auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:12 [ecarstrade.be] INFO: Saving data for 6982051auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958196.45963, 'last_price_update_time': 1774822692.74385}
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982051auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982047> (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-29 22:18:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:12 [ecarstrade.be] INFO: Extracting details for car 6982047auction61871
2026-03-29 22:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 6982047auction61871
2026-03-29 22:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc4d1ba6-3c76-5e47-8834-c398289c3d85 with scrape type 2
2026-03-29 22:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc4d1ba6-3c76-5e47-8834-c398289c3d85 with scrape type 2
2026-03-29 22:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc4d1ba6-3c76-5e47-8834-c398289c3d85, identifier: 6982047auction61871
2026-03-29 22:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 6982047auction61871
2026-03-29 22:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 6982047auction61871
2026-03-29 22:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 6982047auction61871 to the API
2026-03-29 22:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982047>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'fc4d1ba6-3c76-5e47-8834-c398289c3d85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982047',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 56087,
'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': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-29 22:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982047auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:13 [ecarstrade.be] INFO: Saving data for 6982047auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958142.362968, 'last_price_update_time': 1774822693.261748}
2026-03-29 22:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982047auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981187> (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-29 22:18:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:16 [ecarstrade.be] INFO: Extracting details for car 6981187auction61871
2026-03-29 22:18:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 6981187auction61871
2026-03-29 22:18:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f58f544-ab44-5535-9327-29f2727fa6a9 with scrape type 2
2026-03-29 22:18:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f58f544-ab44-5535-9327-29f2727fa6a9 with scrape type 2
2026-03-29 22:18:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f58f544-ab44-5535-9327-29f2727fa6a9, identifier: 6981187auction61871
2026-03-29 22:18:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 6981187auction61871
2026-03-29 22:18:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 6981187auction61871
2026-03-29 22:18:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 6981187auction61871 to the API
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981187>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '1f58f544-ab44-5535-9327-29f2727fa6a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981187',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 67838,
'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': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981187auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:17 [ecarstrade.be] INFO: Saving data for 6981187auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958419.337132, 'last_price_update_time': 1774822697.253103}
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981187auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982044> (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-29 22:18:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982043> (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-29 22:18:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:17 [ecarstrade.be] INFO: Extracting details for car 6982044auction61871
2026-03-29 22:18:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 6982044auction61871
2026-03-29 22:18:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1358c5-6a68-5fff-a388-d201dfe91858 with scrape type 2
2026-03-29 22:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a1358c5-6a68-5fff-a388-d201dfe91858 with scrape type 2
2026-03-29 22:18:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a1358c5-6a68-5fff-a388-d201dfe91858, identifier: 6982044auction61871
2026-03-29 22:18:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 6982044auction61871
2026-03-29 22:18:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 6982044auction61871
2026-03-29 22:18:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 6982044auction61871 to the API
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982044>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '6a1358c5-6a68-5fff-a388-d201dfe91858',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982044',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 48854,
'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': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982044auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:17 [ecarstrade.be] INFO: Saving data for 6982044auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958127.813573, 'last_price_update_time': 1774822697.767469}
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982044auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:17 [ecarstrade.be] INFO: Extracting details for car 6982043auction61871
2026-03-29 22:18:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982045> (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-29 22:18:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with identifier: 6982043auction61871
2026-03-29 22:18:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with scrape type 2
2026-03-29 22:18:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with scrape type 2
2026-03-29 22:18:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02, identifier: 6982043auction61871
2026-03-29 22:18:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with identifier: 6982043auction61871
2026-03-29 22:18:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with identifier: 6982043auction61871
2026-03-29 22:18:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with identifier: 6982043auction61871 to the API
2026-03-29 22:18:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982043>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'a9443bf4-1d0b-5017-aaa9-921e6a4b1b02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982043',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 49447,
'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': 'BMW 1 Reeks Hatch 118iA (100 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 118iA (100 kW) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982043auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:18 [ecarstrade.be] INFO: Saving data for 6982043auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958141.108745, 'last_price_update_time': 1774822698.198858}
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982043auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:18 [ecarstrade.be] INFO: Extracting details for car 6982045auction61871
2026-03-29 22:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 6982045auction61871
2026-03-29 22:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with scrape type 2
2026-03-29 22:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with scrape type 2
2026-03-29 22:18:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b, identifier: 6982045auction61871
2026-03-29 22:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 6982045auction61871
2026-03-29 22:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 6982045auction61871
2026-03-29 22:18:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 6982045auction61871 to the API
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982045>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '2b0becd0-ee32-55df-b21a-1e786c8e3f2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982045',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 69912,
'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': "Volvo, XC40 FL'21 PHEV, Volvo XC40 T4 PHEV Ultimate Bright Design "
'Aut. 5d',
'transmission': 'automatic',
'trim': ", XC40 FL'21 PHEV, XC40 T4 PHEV Ultimate Bright Design Aut. 5d",
'vin': None,
'year': 2023}
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982045auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:18 [ecarstrade.be] INFO: Saving data for 6982045auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958141.914061, 'last_price_update_time': 1774822698.616308}
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982045auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982037> (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-29 22:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981186> (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-29 22:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982038> (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-29 22:18:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:18 [ecarstrade.be] INFO: Extracting details for car 6982037auction61871
2026-03-29 22:18:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 6982037auction61871
2026-03-29 22:18:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with scrape type 2
2026-03-29 22:18:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with scrape type 2
2026-03-29 22:18:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a, identifier: 6982037auction61871
2026-03-29 22:18:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 6982037auction61871
2026-03-29 22:18:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 6982037auction61871
2026-03-29 22:18:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 6982037auction61871 to the API
2026-03-29 22:18:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982037>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '1e6d8331-e41d-57a1-b4ba-acaf59faab2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982037',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 72509,
'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': "BMW, X2 '17, BMW X2 sDrive18iA 100kW DCT 5d",
'transmission': 'automatic',
'trim': ", '17, sDrive18iA 100kW DCT 5d",
'vin': None,
'year': 2020}
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982037auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:19 [ecarstrade.be] INFO: Saving data for 6982037auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958166.409995, 'last_price_update_time': 1774822699.156892}
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982037auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:19 [ecarstrade.be] INFO: Extracting details for car 6981186auction61871
2026-03-29 22:18:19 [ecarstrade.be] INFO: Extracting details for car 6982038auction61871
2026-03-29 22:18:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 762f93ce-f8d9-50d7-8602-f4b754972ba4 with identifier: 6981186auction61871
2026-03-29 22:18:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 762f93ce-f8d9-50d7-8602-f4b754972ba4 with scrape type 2
2026-03-29 22:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 762f93ce-f8d9-50d7-8602-f4b754972ba4 with scrape type 2
2026-03-29 22:18:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 762f93ce-f8d9-50d7-8602-f4b754972ba4, identifier: 6981186auction61871
2026-03-29 22:18:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 6982038auction61871
2026-03-29 22:18:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 118bb977-1a02-5d14-b95d-89e41c46d7e9 with scrape type 2
2026-03-29 22:18:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 118bb977-1a02-5d14-b95d-89e41c46d7e9 with scrape type 2
2026-03-29 22:18:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 118bb977-1a02-5d14-b95d-89e41c46d7e9, identifier: 6982038auction61871
2026-03-29 22:18:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 762f93ce-f8d9-50d7-8602-f4b754972ba4 with identifier: 6981186auction61871
2026-03-29 22:18:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 762f93ce-f8d9-50d7-8602-f4b754972ba4 with identifier: 6981186auction61871
2026-03-29 22:18:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 762f93ce-f8d9-50d7-8602-f4b754972ba4 with identifier: 6981186auction61871 to the API
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981186>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '762f93ce-f8d9-50d7-8602-f4b754972ba4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981186',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MAN',
'model': 'Mini Countryman Series',
'odometer': 32297,
'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': 'MINI, Mini Country.16 PHEV, Mini Countryman Cooper S E ALL4 AT 5d',
'transmission': 'automatic',
'trim': 'MINI, Mini Country.16 PHEV, Mini Countryman Cooper S E ALL4 AT 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981186auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:19 [ecarstrade.be] INFO: Saving data for 6981186auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958416.617924, 'last_price_update_time': 1774822699.733361}
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981186auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 6982038auction61871
2026-03-29 22:18:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 6982038auction61871
2026-03-29 22:18:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 6982038auction61871 to the API
2026-03-29 22:18:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982038>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '118bb977-1a02-5d14-b95d-89e41c46d7e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982038',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 28278,
'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, X1 FL'19, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982038auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:20 [ecarstrade.be] INFO: Saving data for 6982038auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958127.281187, 'last_price_update_time': 1774822700.073024}
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982038auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982041> (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-29 22:18:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:20 [ecarstrade.be] INFO: Extracting details for car 6982041auction61871
2026-03-29 22:18:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 6982041auction61871
2026-03-29 22:18:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with scrape type 2
2026-03-29 22:18:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with scrape type 2
2026-03-29 22:18:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d59cb6e2-b313-5b11-aa75-3a0d17ab4607, identifier: 6982041auction61871
2026-03-29 22:18:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 6982041auction61871
2026-03-29 22:18:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 6982041auction61871
2026-03-29 22:18:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 6982041auction61871 to the API
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982041>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'd59cb6e2-b313-5b11-aa75-3a0d17ab4607',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982041',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 48418,
'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': 'Mercedes-Benz EQA EQA 250+ Business Line 5d',
'transmission': 'automatic',
'trim': '-Benz 250+ Business Line 5d',
'vin': None,
'year': 2024}
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982041auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:20 [ecarstrade.be] INFO: Saving data for 6982041auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958140.600556, 'last_price_update_time': 1774822700.656447}
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982041auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982039> (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-29 22:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:23 [ecarstrade.be] INFO: Extracting details for car 6982039auction61871
2026-03-29 22:18:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 6982039auction61871
2026-03-29 22:18:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with scrape type 2
2026-03-29 22:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with scrape type 2
2026-03-29 22:18:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c, identifier: 6982039auction61871
2026-03-29 22:18:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 6982039auction61871
2026-03-29 22:18:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 6982039auction61871
2026-03-29 22:18:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 6982039auction61871 to the API
2026-03-29 22:18:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982039>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '63a2e44d-9d17-5946-9c18-94cc4e9ace2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982039',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 91408,
'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': 'TESLA MODEL Y 52 kWh Standard Range RWD 5d',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y 52 kWh Standard Range RWD 5d',
'vin': None,
'year': 2023}
2026-03-29 22:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982039auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:23 [ecarstrade.be] INFO: Saving data for 6982039auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958165.660544, 'last_price_update_time': 1774822703.833656}
2026-03-29 22:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982039auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981177> (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-29 22:18:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981178> (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-29 22:18:24 [ecarstrade.be] INFO: Extracting details for car 6981177auction61871
2026-03-29 22:18:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 6981177auction61871
2026-03-29 22:18:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b830e0c4-9e6e-5105-a11c-dc28676629e1 with scrape type 2
2026-03-29 22:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b830e0c4-9e6e-5105-a11c-dc28676629e1 with scrape type 2
2026-03-29 22:18:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b830e0c4-9e6e-5105-a11c-dc28676629e1, identifier: 6981177auction61871
2026-03-29 22:18:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 6981177auction61871
2026-03-29 22:18:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 6981177auction61871
2026-03-29 22:18:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 6981177auction61871 to the API
2026-03-29 22:18:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981177>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'b830e0c4-9e6e-5105-a11c-dc28676629e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981177',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 104829,
'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, Scala '19, Skoda Scala 1.0 TSI 81kW DSG7 Clever 5d",
'transmission': 'automatic',
'trim': ", '19, 1.0 TSI 81kW DSG7 Clever 5d",
'vin': None,
'year': 2022}
2026-03-29 22:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981177auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:24 [ecarstrade.be] INFO: Saving data for 6981177auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958417.551177, 'last_price_update_time': 1774822704.826508}
2026-03-29 22:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981177auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:24 [ecarstrade.be] INFO: Extracting details for car 6981178auction61871
2026-03-29 22:18:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 6981178auction61871
2026-03-29 22:18:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e1060e5-2514-59e1-9e70-ccbf89425352 with scrape type 2
2026-03-29 22:18:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e1060e5-2514-59e1-9e70-ccbf89425352 with scrape type 2
2026-03-29 22:18:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7e1060e5-2514-59e1-9e70-ccbf89425352, identifier: 6981178auction61871
2026-03-29 22:18:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 6981178auction61871
2026-03-29 22:18:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 6981178auction61871
2026-03-29 22:18:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 6981178auction61871 to the API
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981178>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '7e1060e5-2514-59e1-9e70-ccbf89425352',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981178',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 59540,
'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': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981178auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:25 [ecarstrade.be] INFO: Saving data for 6981178auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958415.750482, 'last_price_update_time': 1774822705.259397}
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981178auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997598> (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-29 22:18:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981176> (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-29 22:18:25 [ecarstrade.be] INFO: Extracting details for car 6997598auction61871
2026-03-29 22:18:25 [ecarstrade.be] INFO: Extracting details for car 6981176auction61871
2026-03-29 22:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8f654a-e753-5809-aeed-1cbf7e32726f with identifier: 6997598auction61871
2026-03-29 22:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8f654a-e753-5809-aeed-1cbf7e32726f with scrape type 2
2026-03-29 22:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab8f654a-e753-5809-aeed-1cbf7e32726f with scrape type 2
2026-03-29 22:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab8f654a-e753-5809-aeed-1cbf7e32726f, identifier: 6997598auction61871
2026-03-29 22:18:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 6981176auction61871
2026-03-29 22:18:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a644311b-58e2-54da-ada1-02f58739be5f with scrape type 2
2026-03-29 22:18:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a644311b-58e2-54da-ada1-02f58739be5f with scrape type 2
2026-03-29 22:18:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a644311b-58e2-54da-ada1-02f58739be5f, identifier: 6981176auction61871
2026-03-29 22:18:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab8f654a-e753-5809-aeed-1cbf7e32726f with identifier: 6997598auction61871
2026-03-29 22:18:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab8f654a-e753-5809-aeed-1cbf7e32726f with identifier: 6997598auction61871
2026-03-29 22:18:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab8f654a-e753-5809-aeed-1cbf7e32726f with identifier: 6997598auction61871 to the API
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997598>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'ab8f654a-e753-5809-aeed-1cbf7e32726f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997598',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 76015,
'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': 'MERCEDES CLASSE A (W177) A 250e 160hp PHEV AMG Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A (W177) A 250e 160hp PHEV AMG Line 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997598auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:25 [ecarstrade.be] INFO: Saving data for 6997598auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373205.236045, 'last_price_update_time': 1774822705.891989}
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997598auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 6981176auction61871
2026-03-29 22:18:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 6981176auction61871
2026-03-29 22:18:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 6981176auction61871 to the API
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981176>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'a644311b-58e2-54da-ada1-02f58739be5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981176',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 14129,
'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': 'Volkswagen Golf VIII 1.0 TSI 81kW Life Business 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life Business 5d',
'vin': None,
'year': 2023}
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981176auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Saving data for 6981176auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958100.021332, 'last_price_update_time': 1774822706.20587}
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981176auction61871') HTTP/1.1" 204 0
2026-03-29 22:18: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-29 22:18:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997592> (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-29 22:18:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:18:26 [ecarstrade.be] INFO: Extracting details for car 6997592auction61871
2026-03-29 22:18:26 [ecarstrade.be] INFO: Found listing with ID: 6904807auction61871
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904807auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Scrape type for 6904807auction61871: 0
2026-03-29 22:18:26 [ecarstrade.be] INFO: Found listing with ID: 6950388auction61871
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950388auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Scrape type for 6950388auction61871: 0
2026-03-29 22:18:26 [ecarstrade.be] INFO: Found listing with ID: 6951941auction61871
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951941auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Scrape type for 6951941auction61871: 0
2026-03-29 22:18:26 [ecarstrade.be] INFO: Found listing with ID: 6880621auction61871
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880621auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Scrape type for 6880621auction61871: 0
2026-03-29 22:18:26 [ecarstrade.be] INFO: Found listing with ID: 6997729auction61871
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997729auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Scrape type for 6997729auction61871: 2
2026-03-29 22:18:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:26 [ecarstrade.be] INFO: Found listing with ID: 6878989auction61871
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878989auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Scrape type for 6878989auction61871: 0
2026-03-29 22:18:26 [ecarstrade.be] INFO: Found listing with ID: 6950387auction61871
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950387auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Scrape type for 6950387auction61871: 2
2026-03-29 22:18:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e10089e-549b-594b-b358-9241c62cd85e with identifier: 6997592auction61871
2026-03-29 22:18:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e10089e-549b-594b-b358-9241c62cd85e with scrape type 2
2026-03-29 22:18:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e10089e-549b-594b-b358-9241c62cd85e with scrape type 2
2026-03-29 22:18:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e10089e-549b-594b-b358-9241c62cd85e, identifier: 6997592auction61871
2026-03-29 22:18:26 [ecarstrade.be] INFO: Found listing with ID: 6997604auction61871
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997604auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:26 [ecarstrade.be] INFO: Scrape type for 6997604auction61871: 2
2026-03-29 22:18:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e10089e-549b-594b-b358-9241c62cd85e with identifier: 6997592auction61871
2026-03-29 22:18:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e10089e-549b-594b-b358-9241c62cd85e with identifier: 6997592auction61871
2026-03-29 22:18:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e10089e-549b-594b-b358-9241c62cd85e with identifier: 6997592auction61871 to the API
2026-03-29 22:18:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997592>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '0e10089e-549b-594b-b358-9241c62cd85e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997592',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 48817,
'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': 'DS DS9 1.6 E-TENSE 200 (+160) PHEV 4x4 Rivoli + 4d',
'transmission': 'automatic',
'trim': 'DS DS9 1.6 E-TENSE 200 (+160) PHEV 4x4 Rivoli + 4d',
'vin': None,
'year': 2022}
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997592auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Saving data for 6997592auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373166.971819, 'last_price_update_time': 1774822707.0354}
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997592auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6997602auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997602auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6997602auction61871: 2
2026-03-29 22:18:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982052> (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-29 22:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6997727auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997727auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6997727auction61871: 2
2026-03-29 22:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6997730auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997730auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6997730auction61871: 2
2026-03-29 22:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6880616auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880616auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6880616auction61871: 0
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6997601auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997601auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6997601auction61871: 2
2026-03-29 22:18:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6951937auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951937auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6951937auction61871: 2
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6997600auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997600auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6997600auction61871: 2
2026-03-29 22:18:27 [ecarstrade.be] INFO: Extracting details for car 6982052auction61871
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6951936auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951936auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6951936auction61871: 2
2026-03-29 22:18:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 6982052auction61871
2026-03-29 22:18:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dafa9b8c-c2da-5662-8e83-73c7e59173cb with scrape type 2
2026-03-29 22:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dafa9b8c-c2da-5662-8e83-73c7e59173cb with scrape type 2
2026-03-29 22:18:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dafa9b8c-c2da-5662-8e83-73c7e59173cb, identifier: 6982052auction61871
2026-03-29 22:18:27 [ecarstrade.be] INFO: Found listing with ID: 6997599auction61871
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997599auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:27 [ecarstrade.be] INFO: Scrape type for 6997599auction61871: 2
2026-03-29 22:18:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 6982052auction61871
2026-03-29 22:18:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 6982052auction61871
2026-03-29 22:18:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 6982052auction61871 to the API
2026-03-29 22:18:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982052>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'dafa9b8c-c2da-5662-8e83-73c7e59173cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982052',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 47100,
'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': "VW, Tiguan FL'20, Volkswagen Tiguan 1.5 TSI 110kW Life 5d",
'transmission': 'manual',
'trim': "VW, FL'20, 1.5 TSI 110kW Life 5d",
'vin': None,
'year': 2021}
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982052auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:28 [ecarstrade.be] INFO: Saving data for 6982052auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958156.082762, 'last_price_update_time': 1774822708.260315}
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982052auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:28 [ecarstrade.be] INFO: Found listing with ID: 6880612auction61871
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880612auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:28 [ecarstrade.be] INFO: Scrape type for 6880612auction61871: 0
2026-03-29 22:18:28 [ecarstrade.be] INFO: Found listing with ID: 6951935auction61871
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951935auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:28 [ecarstrade.be] INFO: Scrape type for 6951935auction61871: 2
2026-03-29 22:18:28 [ecarstrade.be] INFO: Found listing with ID: 6997724auction61871
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997724auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:28 [ecarstrade.be] INFO: Scrape type for 6997724auction61871: 2
2026-03-29 22:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981184> (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-29 22:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:30 [ecarstrade.be] INFO: Extracting details for car 6981184auction61871
2026-03-29 22:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 6981184auction61871
2026-03-29 22:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1a21d23-77ac-516c-abbd-9ee3c8460160 with scrape type 2
2026-03-29 22:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1a21d23-77ac-516c-abbd-9ee3c8460160 with scrape type 2
2026-03-29 22:18:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1a21d23-77ac-516c-abbd-9ee3c8460160, identifier: 6981184auction61871
2026-03-29 22:18:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 6981184auction61871
2026-03-29 22:18:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 6981184auction61871
2026-03-29 22:18:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 6981184auction61871 to the API
2026-03-29 22:18:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981184>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd1a21d23-77ac-516c-abbd-9ee3c8460160',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981184',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 42304,
'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': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-29 22:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981184auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:31 [ecarstrade.be] INFO: Saving data for 6981184auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773958419.662986, 'last_price_update_time': 1774822711.027113}
2026-03-29 22:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981184auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997729> (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-29 22:18:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:33 [ecarstrade.be] INFO: Extracting details for car 6997729auction61871
2026-03-29 22:18:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98c9c784-2844-501d-b551-316d4fbe368d with identifier: 6997729auction61871
2026-03-29 22:18:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98c9c784-2844-501d-b551-316d4fbe368d with scrape type 2
2026-03-29 22:18:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98c9c784-2844-501d-b551-316d4fbe368d with scrape type 2
2026-03-29 22:18:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98c9c784-2844-501d-b551-316d4fbe368d, identifier: 6997729auction61871
2026-03-29 22:18:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98c9c784-2844-501d-b551-316d4fbe368d with identifier: 6997729auction61871
2026-03-29 22:18:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98c9c784-2844-501d-b551-316d4fbe368d with identifier: 6997729auction61871
2026-03-29 22:18:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98c9c784-2844-501d-b551-316d4fbe368d with identifier: 6997729auction61871 to the API
2026-03-29 22:18:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997729>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '98c9c784-2844-501d-b551-316d4fbe368d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997729',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 104244,
'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 CLASSE GLC DIESEL (X253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (X253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997729auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:34 [ecarstrade.be] INFO: Saving data for 6997729auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373336.830878, 'last_price_update_time': 1774822714.68591}
2026-03-29 22:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997729auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950387> (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-29 22:18: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-29 22:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997604> (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-29 22:18:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:34 [ecarstrade.be] INFO: Extracting details for car 6950387auction61871
2026-03-29 22:18:34 [ecarstrade.be] INFO: Extracting details for car 6997604auction61871
2026-03-29 22:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2e125b8-02ad-5060-9d7c-a2d44b36e67c with identifier: 6950387auction61871
2026-03-29 22:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2e125b8-02ad-5060-9d7c-a2d44b36e67c with scrape type 2
2026-03-29 22:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2e125b8-02ad-5060-9d7c-a2d44b36e67c with scrape type 2
2026-03-29 22:18:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2e125b8-02ad-5060-9d7c-a2d44b36e67c, identifier: 6950387auction61871
2026-03-29 22:18:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d9b7131-28ca-51c2-8ec5-0dd623493118 with identifier: 6997604auction61871
2026-03-29 22:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d9b7131-28ca-51c2-8ec5-0dd623493118 with scrape type 2
2026-03-29 22:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d9b7131-28ca-51c2-8ec5-0dd623493118 with scrape type 2
2026-03-29 22:18:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d9b7131-28ca-51c2-8ec5-0dd623493118, identifier: 6997604auction61871
2026-03-29 22:18:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2e125b8-02ad-5060-9d7c-a2d44b36e67c with identifier: 6950387auction61871
2026-03-29 22:18:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2e125b8-02ad-5060-9d7c-a2d44b36e67c with identifier: 6950387auction61871
2026-03-29 22:18:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2e125b8-02ad-5060-9d7c-a2d44b36e67c with identifier: 6950387auction61871 to the API
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950387>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'c2e125b8-02ad-5060-9d7c-a2d44b36e67c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950387',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 100423,
'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': 'Peugeot 3008 1.2 PureTech 96kW S&S Auto Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S Auto Allure Pack 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950387auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Saving data for 6950387auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773184348.452496, 'last_price_update_time': 1774822715.397444}
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950387auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d9b7131-28ca-51c2-8ec5-0dd623493118 with identifier: 6997604auction61871
2026-03-29 22:18:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d9b7131-28ca-51c2-8ec5-0dd623493118 with identifier: 6997604auction61871
2026-03-29 22:18:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d9b7131-28ca-51c2-8ec5-0dd623493118 with identifier: 6997604auction61871 to the API
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997604>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '9d9b7131-28ca-51c2-8ec5-0dd623493118',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997604',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Peugeot',
'model': '508',
'odometer': 20976,
'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': "Peugeot, 508 SW '18 PHEV, Peugeot 508 SW 1.6 Hybrid 225 e-EAT8 "
'Active Pack 5',
'transmission': 'automatic',
'trim': ", SW '18 PHEV, SW 1.6 Hybrid 225 e-EAT8 Active Pack 5",
'vin': None,
'year': 2023}
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997604auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Saving data for 6997604auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373199.635685, 'last_price_update_time': 1774822715.714529}
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997604auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6997728auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997728auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6997728auction61871: 2
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6997723auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997723auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6997723auction61871: 2
2026-03-29 22:18:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997730> (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-29 22:18:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6997722auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997722auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6997722auction61871: 2
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6950384auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950384auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6950384auction61871: 2
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6951934auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951934auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6951934auction61871: 2
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6878971auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878971auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6878971auction61871: 0
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6997594auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997594auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6997594auction61871: 2
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6997720auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6997720auction61871: 2
2026-03-29 22:18:35 [ecarstrade.be] INFO: Extracting details for car 6997730auction61871
2026-03-29 22:18:35 [ecarstrade.be] INFO: Found listing with ID: 6997596auction61871
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997596auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:35 [ecarstrade.be] INFO: Scrape type for 6997596auction61871: 2
2026-03-29 22:18:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 953107c7-ee84-586a-b182-83c8a651779e with identifier: 6997730auction61871
2026-03-29 22:18:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 953107c7-ee84-586a-b182-83c8a651779e with scrape type 2
2026-03-29 22:18:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 953107c7-ee84-586a-b182-83c8a651779e with scrape type 2
2026-03-29 22:18:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 953107c7-ee84-586a-b182-83c8a651779e, identifier: 6997730auction61871
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6950381auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950381auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6950381auction61871: 2
2026-03-29 22:18:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 953107c7-ee84-586a-b182-83c8a651779e with identifier: 6997730auction61871
2026-03-29 22:18:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 953107c7-ee84-586a-b182-83c8a651779e with identifier: 6997730auction61871
2026-03-29 22:18:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 953107c7-ee84-586a-b182-83c8a651779e with identifier: 6997730auction61871 to the API
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997730>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '953107c7-ee84-586a-b182-83c8a651779e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997730',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 126323,
'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': 'MAZDA CX-30 2.0i 186 SKYACTIV-X MHE Skydrive 5d',
'transmission': 'manual',
'trim': 'MAZDA 2.0i 186 SKYACTIV-X MHE Skydrive 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997730auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Saving data for 6997730auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373322.905167, 'last_price_update_time': 1774822716.378827}
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997730auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6880594auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880594auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6880594auction61871: 0
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6997717auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6997717auction61871: 2
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6880589auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880589auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6880589auction61871: 0
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6997715auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6997715auction61871: 2
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6997714auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6997714auction61871: 2
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6997716auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6997716auction61871: 2
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6997590auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997590auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6997590auction61871: 2
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6997591auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997591auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6997591auction61871: 2
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6997593auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997593auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6997593auction61871: 2
2026-03-29 22:18:36 [ecarstrade.be] INFO: Found listing with ID: 6950378auction61871
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950378auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:36 [ecarstrade.be] INFO: Scrape type for 6950378auction61871: 2
2026-03-29 22:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997601> (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-29 22:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:37 [ecarstrade.be] INFO: Extracting details for car 6997601auction61871
2026-03-29 22:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc893460-b4af-5e36-88e1-310b2e5d314f with identifier: 6997601auction61871
2026-03-29 22:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc893460-b4af-5e36-88e1-310b2e5d314f with scrape type 2
2026-03-29 22:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc893460-b4af-5e36-88e1-310b2e5d314f with scrape type 2
2026-03-29 22:18:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc893460-b4af-5e36-88e1-310b2e5d314f, identifier: 6997601auction61871
2026-03-29 22:18:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc893460-b4af-5e36-88e1-310b2e5d314f with identifier: 6997601auction61871
2026-03-29 22:18:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc893460-b4af-5e36-88e1-310b2e5d314f with identifier: 6997601auction61871
2026-03-29 22:18:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc893460-b4af-5e36-88e1-310b2e5d314f with identifier: 6997601auction61871 to the API
2026-03-29 22:18:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997601>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'dc893460-b4af-5e36-88e1-310b2e5d314f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997601',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Other',
'model': 'Volvo',
'odometer': 104559,
'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': 5,
'seller_name': None,
'title': 'Volvo XC40 T5 Twin Engine R-Design 5d',
'transmission': 'automatic',
'trim': 'XC40 T5 Twin Engine R-Design 5d',
'vin': None,
'year': 2020}
2026-03-29 22:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997601auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:37 [ecarstrade.be] INFO: Saving data for 6997601auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373202.88983, 'last_price_update_time': 1774822717.767282}
2026-03-29 22:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997601auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951937> (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-29 22:18:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:41 [ecarstrade.be] INFO: Extracting details for car 6951937auction61871
2026-03-29 22:18:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with identifier: 6951937auction61871
2026-03-29 22:18:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with scrape type 2
2026-03-29 22:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with scrape type 2
2026-03-29 22:18:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e927f7c-63b4-5821-abd2-f7cd7b79a989, identifier: 6951937auction61871
2026-03-29 22:18:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with identifier: 6951937auction61871
2026-03-29 22:18:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with identifier: 6951937auction61871
2026-03-29 22:18:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with identifier: 6951937auction61871 to the API
2026-03-29 22:18:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951937>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '8e927f7c-63b4-5821-abd2-f7cd7b79a989',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951937',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '508',
'odometer': 73762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 1.6 Hybrid 225 e-EAT8 GT Pack 5d',
'transmission': 'automatic',
'trim': '1.6 Hybrid 225 e-EAT8 GT Pack 5d',
'vin': None,
'year': 2021}
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951937auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:42 [ecarstrade.be] INFO: Saving data for 6951937auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773184409.632981, 'last_price_update_time': 1774822722.091761}
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951937auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997600> (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-29 22:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951936> (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-29 22:18:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997599> (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-29 22:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:42 [ecarstrade.be] INFO: Extracting details for car 6997600auction61871
2026-03-29 22:18:42 [ecarstrade.be] INFO: Extracting details for car 6951936auction61871
2026-03-29 22:18:42 [ecarstrade.be] INFO: Extracting details for car 6997599auction61871
2026-03-29 22:18:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdfe0028-d128-587f-8dbe-fca9101faf5e with identifier: 6997600auction61871
2026-03-29 22:18:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdfe0028-d128-587f-8dbe-fca9101faf5e with scrape type 2
2026-03-29 22:18:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdfe0028-d128-587f-8dbe-fca9101faf5e with scrape type 2
2026-03-29 22:18:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bdfe0028-d128-587f-8dbe-fca9101faf5e, identifier: 6997600auction61871
2026-03-29 22:18:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with identifier: 6951936auction61871
2026-03-29 22:18:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with scrape type 2
2026-03-29 22:18:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with scrape type 2
2026-03-29 22:18:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1, identifier: 6951936auction61871
2026-03-29 22:18:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd0899fe-0baa-5e2b-8d27-10ff8a50588f with identifier: 6997599auction61871
2026-03-29 22:18:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd0899fe-0baa-5e2b-8d27-10ff8a50588f with scrape type 2
2026-03-29 22:18:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd0899fe-0baa-5e2b-8d27-10ff8a50588f with scrape type 2
2026-03-29 22:18:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd0899fe-0baa-5e2b-8d27-10ff8a50588f, identifier: 6997599auction61871
2026-03-29 22:18:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bdfe0028-d128-587f-8dbe-fca9101faf5e with identifier: 6997600auction61871
2026-03-29 22:18:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bdfe0028-d128-587f-8dbe-fca9101faf5e with identifier: 6997600auction61871
2026-03-29 22:18:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bdfe0028-d128-587f-8dbe-fca9101faf5e with identifier: 6997600auction61871 to the API
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997600>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'bdfe0028-d128-587f-8dbe-fca9101faf5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997600',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'BMW',
'model': '5 Series',
'odometer': 56203,
'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': 'BMW 5 - 2020 530eXAS 184hp PHEV 4d',
'transmission': 'automatic',
'trim': '5 - 2020 530eXAS 184hp PHEV 4d',
'vin': None,
'year': 2021}
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997600auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:42 [ecarstrade.be] INFO: Saving data for 6997600auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373203.942301, 'last_price_update_time': 1774822722.851034}
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997600auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with identifier: 6951936auction61871
2026-03-29 22:18:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with identifier: 6951936auction61871
2026-03-29 22:18:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with identifier: 6951936auction61871 to the API
2026-03-29 22:18:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951936>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '99f13ef2-8eaf-5fb2-a11b-b6c373a640b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951936',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'E-Class',
'odometer': 205060,
'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': 'Mercedes-Benz E-Klasse Break E 220d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz E-Klasse Break E 220d Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951936auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:43 [ecarstrade.be] INFO: Saving data for 6951936auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773184436.517094, 'last_price_update_time': 1774822723.178912}
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951936auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd0899fe-0baa-5e2b-8d27-10ff8a50588f with identifier: 6997599auction61871
2026-03-29 22:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd0899fe-0baa-5e2b-8d27-10ff8a50588f with identifier: 6997599auction61871
2026-03-29 22:18:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd0899fe-0baa-5e2b-8d27-10ff8a50588f with identifier: 6997599auction61871 to the API
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997599>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'fd0899fe-0baa-5e2b-8d27-10ff8a50588f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997599',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 81131,
'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 EQA 66.5 kWh EQA 250 190 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 66.5 kWh 250 190 5d',
'vin': None,
'year': 2021}
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997599auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:43 [ecarstrade.be] INFO: Saving data for 6997599auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373204.224195, 'last_price_update_time': 1774822723.489808}
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997599auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997724> (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-29 22:18:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:43 [ecarstrade.be] INFO: Extracting details for car 6997724auction61871
2026-03-29 22:18:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 948d7b32-040d-544e-8743-ef68f34a9a13 with identifier: 6997724auction61871
2026-03-29 22:18:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 948d7b32-040d-544e-8743-ef68f34a9a13 with scrape type 2
2026-03-29 22:18:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 948d7b32-040d-544e-8743-ef68f34a9a13 with scrape type 2
2026-03-29 22:18:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 948d7b32-040d-544e-8743-ef68f34a9a13, identifier: 6997724auction61871
2026-03-29 22:18:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 948d7b32-040d-544e-8743-ef68f34a9a13 with identifier: 6997724auction61871
2026-03-29 22:18:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 948d7b32-040d-544e-8743-ef68f34a9a13 with identifier: 6997724auction61871
2026-03-29 22:18:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 948d7b32-040d-544e-8743-ef68f34a9a13 with identifier: 6997724auction61871 to the API
2026-03-29 22:18:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997724>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '948d7b32-040d-544e-8743-ef68f34a9a13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997724',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 66095,
'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': 'CUPRA FORMENTOR DIESEL 2.0 TDI EVO 4Drive DSG 5d',
'transmission': 'automatic',
'trim': 'CUPRA FORMENTOR DIESEL 2.0 TDI EVO 4Drive DSG 5d',
'vin': None,
'year': 2023}
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997724auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:44 [ecarstrade.be] INFO: Saving data for 6997724auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373338.561168, 'last_price_update_time': 1774822724.138714}
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997724auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951935> (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-29 22:18:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:44 [ecarstrade.be] INFO: Extracting details for car 6951935auction61871
2026-03-29 22:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55625080-450c-56c3-9048-c8e8a0568fdc with identifier: 6951935auction61871
2026-03-29 22:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55625080-450c-56c3-9048-c8e8a0568fdc with scrape type 2
2026-03-29 22:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55625080-450c-56c3-9048-c8e8a0568fdc with scrape type 2
2026-03-29 22:18:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55625080-450c-56c3-9048-c8e8a0568fdc, identifier: 6951935auction61871
2026-03-29 22:18:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55625080-450c-56c3-9048-c8e8a0568fdc with identifier: 6951935auction61871
2026-03-29 22:18:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55625080-450c-56c3-9048-c8e8a0568fdc with identifier: 6951935auction61871
2026-03-29 22:18:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55625080-450c-56c3-9048-c8e8a0568fdc with identifier: 6951935auction61871 to the API
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951935>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '55625080-450c-56c3-9048-c8e8a0568fdc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951935',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 113775,
'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': 'Peugeot 508 SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951935auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:44 [ecarstrade.be] INFO: Saving data for 6951935auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773184408.560851, 'last_price_update_time': 1774822724.684206}
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951935auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997602> (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-29 22:18:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:46 [ecarstrade.be] INFO: Extracting details for car 6997602auction61871
2026-03-29 22:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with identifier: 6997602auction61871
2026-03-29 22:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with scrape type 2
2026-03-29 22:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with scrape type 2
2026-03-29 22:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008, identifier: 6997602auction61871
2026-03-29 22:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with identifier: 6997602auction61871
2026-03-29 22:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with identifier: 6997602auction61871
2026-03-29 22:18:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with identifier: 6997602auction61871 to the API
2026-03-29 22:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997602>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e4ed38c7-5f86-5fff-8a3e-57e12fbf4008',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997602',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 49960,
'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': 'Jeep Compass 1.5 mHEV Turbo T4 130 DCT7 48V S 5d',
'transmission': 'automatic',
'trim': '1.5 mHEV Turbo T4 130 DCT7 48V S 5d',
'vin': None,
'year': 2023}
2026-03-29 22:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997602auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:46 [ecarstrade.be] INFO: Saving data for 6997602auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373201.679807, 'last_price_update_time': 1774822726.639501}
2026-03-29 22:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997602auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:47 [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-29 22:18:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6950379auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950379auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6950379auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6951933auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951933auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6951933auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6950373auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950373auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6950373auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6878961auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878961auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6878961auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6880578auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880578auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6880578auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6880576auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880576auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6880576auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6880577auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880577auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6880577auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6878957auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878957auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6878957auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6997711auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6997711auction61871: 2
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6997713auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6997713auction61871: 2
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6997708auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6997708auction61871: 2
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6997709auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6997709auction61871: 2
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6997712auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6997712auction61871: 2
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6951928auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951928auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6951928auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6950366auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950366auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6950366auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6950368auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950368auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6950368auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6951925auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951925auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6951925auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6950367auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950367auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6950367auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6951927auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951927auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6951927auction61871: 0
2026-03-29 22:18:48 [ecarstrade.be] INFO: Found listing with ID: 6951922auction61871
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951922auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:48 [ecarstrade.be] INFO: Scrape type for 6951922auction61871: 0
2026-03-29 22:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997723> (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-29 22:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:50 [ecarstrade.be] INFO: Extracting details for car 6997723auction61871
2026-03-29 22:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with identifier: 6997723auction61871
2026-03-29 22:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with scrape type 2
2026-03-29 22:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with scrape type 2
2026-03-29 22:18:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a, identifier: 6997723auction61871
2026-03-29 22:18:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with identifier: 6997723auction61871
2026-03-29 22:18:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with identifier: 6997723auction61871
2026-03-29 22:18:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with identifier: 6997723auction61871 to the API
2026-03-29 22:18:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997723>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '54fc2311-41d2-5fd9-b6bf-e984e51dec7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997723',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 35255,
'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': 4,
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC CABRIOLET - 2022 1.5 TSI ACT R-Line DSG 2d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN T-ROC CABRIOLET - 2022 1.5 TSI ACT R-Line DSG 2d',
'vin': None,
'year': 2022}
2026-03-29 22:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997723auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:50 [ecarstrade.be] INFO: Saving data for 6997723auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373337.392717, 'last_price_update_time': 1774822730.542345}
2026-03-29 22:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997723auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997722> (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-29 22:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997728> (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-29 22:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950384> (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-29 22:18:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:50 [ecarstrade.be] INFO: Extracting details for car 6997722auction61871
2026-03-29 22:18:50 [ecarstrade.be] INFO: Extracting details for car 6997728auction61871
2026-03-29 22:18:50 [ecarstrade.be] INFO: Extracting details for car 6950384auction61871
2026-03-29 22:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with identifier: 6997722auction61871
2026-03-29 22:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with scrape type 2
2026-03-29 22:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with scrape type 2
2026-03-29 22:18:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba46e41f-7292-5cb4-84ff-0eaf15f269e2, identifier: 6997722auction61871
2026-03-29 22:18:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b96b34-9669-509f-abf9-36989d1330ed with identifier: 6997728auction61871
2026-03-29 22:18:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b96b34-9669-509f-abf9-36989d1330ed with scrape type 2
2026-03-29 22:18:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b96b34-9669-509f-abf9-36989d1330ed with scrape type 2
2026-03-29 22:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4b96b34-9669-509f-abf9-36989d1330ed, identifier: 6997728auction61871
2026-03-29 22:18:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with identifier: 6950384auction61871
2026-03-29 22:18:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with scrape type 2
2026-03-29 22:18:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with scrape type 2
2026-03-29 22:18:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7, identifier: 6950384auction61871
2026-03-29 22:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with identifier: 6997722auction61871
2026-03-29 22:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with identifier: 6997722auction61871
2026-03-29 22:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with identifier: 6997722auction61871 to the API
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997722>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'ba46e41f-7292-5cb4-84ff-0eaf15f269e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997722',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 61624,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI RS - 2020 1.4 TSI 245 PHEV DSG (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI RS - 2020 1.4 TSI 245 PHEV DSG (EU6AP) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997722auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:51 [ecarstrade.be] INFO: Saving data for 6997722auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373340.222245, 'last_price_update_time': 1774822731.384307}
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997722auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4b96b34-9669-509f-abf9-36989d1330ed with identifier: 6997728auction61871
2026-03-29 22:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4b96b34-9669-509f-abf9-36989d1330ed with identifier: 6997728auction61871
2026-03-29 22:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4b96b34-9669-509f-abf9-36989d1330ed with identifier: 6997728auction61871 to the API
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997728>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd4b96b34-9669-509f-abf9-36989d1330ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997728',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 90190,
'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 A3 SPORTBACK DIESEL - 2020 35 TDi 150hp S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 35 TDi 150hp S tronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997728auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:51 [ecarstrade.be] INFO: Saving data for 6997728auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373324.199186, 'last_price_update_time': 1774822731.679152}
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997728auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with identifier: 6950384auction61871
2026-03-29 22:18:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with identifier: 6950384auction61871
2026-03-29 22:18:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with identifier: 6950384auction61871 to the API
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950384>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950384',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Megane',
'odometer': 76665,
'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': 'Renault Mégane Grandtour TCe 140 R.S. Line 5d',
'transmission': 'manual',
'trim': 'Mégane Grandtour TCe 140 R.S. Line 5d',
'vin': None,
'year': 2021}
2026-03-29 22:18:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950384auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:52 [ecarstrade.be] INFO: Saving data for 6950384auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773184341.145522, 'last_price_update_time': 1774822732.001312}
2026-03-29 22:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950384auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997594> (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-29 22:18:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:52 [ecarstrade.be] INFO: Extracting details for car 6997594auction61871
2026-03-29 22:18:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d46eb957-2aeb-510b-abb1-5453441c3dd4 with identifier: 6997594auction61871
2026-03-29 22:18:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d46eb957-2aeb-510b-abb1-5453441c3dd4 with scrape type 2
2026-03-29 22:18:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d46eb957-2aeb-510b-abb1-5453441c3dd4 with scrape type 2
2026-03-29 22:18:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d46eb957-2aeb-510b-abb1-5453441c3dd4, identifier: 6997594auction61871
2026-03-29 22:18:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d46eb957-2aeb-510b-abb1-5453441c3dd4 with identifier: 6997594auction61871
2026-03-29 22:18:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d46eb957-2aeb-510b-abb1-5453441c3dd4 with identifier: 6997594auction61871
2026-03-29 22:18:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d46eb957-2aeb-510b-abb1-5453441c3dd4 with identifier: 6997594auction61871 to the API
2026-03-29 22:18:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997594>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'd46eb957-2aeb-510b-abb1-5453441c3dd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997594',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 42779,
'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': 'PEUGEOT E-2008 50 kWh Allure 5d',
'transmission': 'automatic',
'trim': 'PEUGEOT E- 50 kWh Allure 5d',
'vin': None,
'year': 2022}
2026-03-29 22:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997594auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:52 [ecarstrade.be] INFO: Saving data for 6997594auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373169.993212, 'last_price_update_time': 1774822732.652716}
2026-03-29 22:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997594auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950378> (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-29 22:18:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:54 [ecarstrade.be] INFO: Extracting details for car 6950378auction61871
2026-03-29 22:18:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with identifier: 6950378auction61871
2026-03-29 22:18:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with scrape type 2
2026-03-29 22:18:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with scrape type 2
2026-03-29 22:18:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad, identifier: 6950378auction61871
2026-03-29 22:18:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with identifier: 6950378auction61871
2026-03-29 22:18:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with identifier: 6950378auction61871
2026-03-29 22:18:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with identifier: 6950378auction61871 to the API
2026-03-29 22:18:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950378>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '662678a1-9e6f-593d-bbc2-f97ee3c8bdad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950378',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'Other',
'odometer': 68388,
'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': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 116dA (85 kW) 5d',
'vin': None,
'year': 2020}
2026-03-29 22:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950378auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:54 [ecarstrade.be] INFO: Saving data for 6950378auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773184297.840836, 'last_price_update_time': 1774822734.770473}
2026-03-29 22:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950378auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997593> (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-29 22:18:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:57 [ecarstrade.be] INFO: Extracting details for car 6997593auction61871
2026-03-29 22:18:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with identifier: 6997593auction61871
2026-03-29 22:18:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with scrape type 2
2026-03-29 22:18:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with scrape type 2
2026-03-29 22:18:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee, identifier: 6997593auction61871
2026-03-29 22:18:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with identifier: 6997593auction61871
2026-03-29 22:18:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with identifier: 6997593auction61871
2026-03-29 22:18:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with identifier: 6997593auction61871 to the API
2026-03-29 22:18:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997593>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '6f37ca16-548c-5d0b-9945-ecc2b58b1fee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997593',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 54828,
'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': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-29 22:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997593auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:57 [ecarstrade.be] INFO: Saving data for 6997593auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373169.108407, 'last_price_update_time': 1774822737.65237}
2026-03-29 22:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997593auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997591> (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-29 22:18:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:58 [ecarstrade.be] INFO: Extracting details for car 6997591auction61871
2026-03-29 22:18:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ca5315-4f4e-505a-a14e-961e86d8f866 with identifier: 6997591auction61871
2026-03-29 22:18:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ca5315-4f4e-505a-a14e-961e86d8f866 with scrape type 2
2026-03-29 22:18:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ca5315-4f4e-505a-a14e-961e86d8f866 with scrape type 2
2026-03-29 22:18:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05ca5315-4f4e-505a-a14e-961e86d8f866, identifier: 6997591auction61871
2026-03-29 22:18:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05ca5315-4f4e-505a-a14e-961e86d8f866 with identifier: 6997591auction61871
2026-03-29 22:18:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05ca5315-4f4e-505a-a14e-961e86d8f866 with identifier: 6997591auction61871
2026-03-29 22:18:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05ca5315-4f4e-505a-a14e-961e86d8f866 with identifier: 6997591auction61871 to the API
2026-03-29 22:18:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:18:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997591>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '05ca5315-4f4e-505a-a14e-961e86d8f866',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997591',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 75833,
'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': "Audi, A3 SB '20, Audi A3 Sportback 1.0 30 TFSi 81kW S tron. S Line "
'(annulatie Release, nieuwe plaat 2JEP584) - wagen staat op pa',
'transmission': 'automatic',
'trim': ", SB '20, Sportback 1.0 30 TFSi 81kW S tron. S Line (annulatie "
'Release, nieuwe plaat 2JEP584) - wagen staat op pa',
'vin': None,
'year': 2021}
2026-03-29 22:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997591auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:18:59 [ecarstrade.be] INFO: Saving data for 6997591auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373166.130913, 'last_price_update_time': 1774822739.171867}
2026-03-29 22:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:18:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997591auction61871') HTTP/1.1" 204 0
2026-03-29 22:18:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951934> (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-29 22:18:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997590> (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-29 22:18:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997716> (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-29 22:18:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997714> (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-29 22:18:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:18:59 [ecarstrade.be] INFO: Extracting details for car 6951934auction61871
2026-03-29 22:18:59 [ecarstrade.be] INFO: Extracting details for car 6997590auction61871
2026-03-29 22:18:59 [ecarstrade.be] INFO: Extracting details for car 6997716auction61871
2026-03-29 22:18:59 [ecarstrade.be] INFO: Extracting details for car 6997714auction61871
2026-03-29 22:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with identifier: 6951934auction61871
2026-03-29 22:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with scrape type 2
2026-03-29 22:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with scrape type 2
2026-03-29 22:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177, identifier: 6951934auction61871
2026-03-29 22:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b56af01-7313-5def-a11a-42a5f25b0ddd with identifier: 6997590auction61871
2026-03-29 22:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b56af01-7313-5def-a11a-42a5f25b0ddd with scrape type 2
2026-03-29 22:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b56af01-7313-5def-a11a-42a5f25b0ddd with scrape type 2
2026-03-29 22:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b56af01-7313-5def-a11a-42a5f25b0ddd, identifier: 6997590auction61871
2026-03-29 22:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae25bee9-1a6d-537d-8490-59b2d4b89b1b with identifier: 6997716auction61871
2026-03-29 22:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae25bee9-1a6d-537d-8490-59b2d4b89b1b with scrape type 2
2026-03-29 22:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae25bee9-1a6d-537d-8490-59b2d4b89b1b with scrape type 2
2026-03-29 22:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae25bee9-1a6d-537d-8490-59b2d4b89b1b, identifier: 6997716auction61871
2026-03-29 22:18:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85fd3646-e2fb-582f-9143-37ec74176d21 with identifier: 6997714auction61871
2026-03-29 22:18:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85fd3646-e2fb-582f-9143-37ec74176d21 with scrape type 2
2026-03-29 22:18:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85fd3646-e2fb-582f-9143-37ec74176d21 with scrape type 2
2026-03-29 22:18:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85fd3646-e2fb-582f-9143-37ec74176d21, identifier: 6997714auction61871
2026-03-29 22:18:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with identifier: 6951934auction61871
2026-03-29 22:18:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with identifier: 6951934auction61871
2026-03-29 22:18:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with identifier: 6951934auction61871 to the API
2026-03-29 22:18:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:18: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-29 22:19:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951934>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '2ab8f5b0-bae3-5908-a6cf-6b200cacb177',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951934',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 79971,
'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': 'Audi Q3 Sportback 35 TFSI S tronic 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TFSI S tronic 5d',
'vin': None,
'year': 2021}
2026-03-29 22:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951934auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:00 [ecarstrade.be] INFO: Saving data for 6951934auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773184409.229389, 'last_price_update_time': 1774822740.068401}
2026-03-29 22:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951934auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b56af01-7313-5def-a11a-42a5f25b0ddd with identifier: 6997590auction61871
2026-03-29 22:19:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b56af01-7313-5def-a11a-42a5f25b0ddd with identifier: 6997590auction61871
2026-03-29 22:19:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b56af01-7313-5def-a11a-42a5f25b0ddd with identifier: 6997590auction61871 to the API
2026-03-29 22:19:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997590>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '5b56af01-7313-5def-a11a-42a5f25b0ddd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997590',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Peugeot',
'model': '2008',
'odometer': 39387,
'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': 'PEUGEOT E-2008 50 kWh Allure Pack 5d',
'transmission': 'automatic',
'trim': 'PEUGEOT E- 50 kWh Allure Pack 5d',
'vin': None,
'year': 2023}
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997590auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:01 [ecarstrade.be] INFO: Saving data for 6997590auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373165.510756, 'last_price_update_time': 1774822741.207714}
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997590auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae25bee9-1a6d-537d-8490-59b2d4b89b1b with identifier: 6997716auction61871
2026-03-29 22:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae25bee9-1a6d-537d-8490-59b2d4b89b1b with identifier: 6997716auction61871
2026-03-29 22:19:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae25bee9-1a6d-537d-8490-59b2d4b89b1b with identifier: 6997716auction61871 to the API
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997716>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'ae25bee9-1a6d-537d-8490-59b2d4b89b1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997716',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 59312,
'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': 'MERCEDES EQA 66.5 kWh EQA 250 190 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 66.5 kWh 250 190 5d',
'vin': None,
'year': 2022}
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:01 [ecarstrade.be] INFO: Saving data for 6997716auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373366.068065, 'last_price_update_time': 1774822741.527322}
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997716auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85fd3646-e2fb-582f-9143-37ec74176d21 with identifier: 6997714auction61871
2026-03-29 22:19:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85fd3646-e2fb-582f-9143-37ec74176d21 with identifier: 6997714auction61871
2026-03-29 22:19:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85fd3646-e2fb-582f-9143-37ec74176d21 with identifier: 6997714auction61871 to the API
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997714>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '85fd3646-e2fb-582f-9143-37ec74176d21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997714',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 66455,
'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': 'VOLKSWAGEN POLO - 2022 1.0 TSI 95hp Life 5d',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO - 2022 1.0 TSI 95hp Life 5d',
'vin': None,
'year': 2022}
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:01 [ecarstrade.be] INFO: Saving data for 6997714auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373374.138356, 'last_price_update_time': 1774822741.904868}
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997714auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997715> (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-29 22:19:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:02 [ecarstrade.be] INFO: Extracting details for car 6997715auction61871
2026-03-29 22:19:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with identifier: 6997715auction61871
2026-03-29 22:19:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with scrape type 2
2026-03-29 22:19:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with scrape type 2
2026-03-29 22:19:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a, identifier: 6997715auction61871
2026-03-29 22:19:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with identifier: 6997715auction61871
2026-03-29 22:19:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with identifier: 6997715auction61871
2026-03-29 22:19:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with identifier: 6997715auction61871 to the API
2026-03-29 22:19:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997715>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997715',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ 6',
'odometer': 62723,
'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': 'Hyundai Ioniq 6 53 kWh Core Plus 4d',
'transmission': 'automatic',
'trim': 'Ioniq 6 53 kWh Core Plus 4d',
'vin': None,
'year': 2023}
2026-03-29 22:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:02 [ecarstrade.be] INFO: Saving data for 6997715auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373375.148438, 'last_price_update_time': 1774822742.444202}
2026-03-29 22:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997715auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997717> (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-29 22:19:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:03 [ecarstrade.be] INFO: Extracting details for car 6997717auction61871
2026-03-29 22:19:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d15eaf3c-70ef-5a13-a601-cb2b350dc582 with identifier: 6997717auction61871
2026-03-29 22:19:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15eaf3c-70ef-5a13-a601-cb2b350dc582 with scrape type 2
2026-03-29 22:19:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d15eaf3c-70ef-5a13-a601-cb2b350dc582 with scrape type 2
2026-03-29 22:19:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d15eaf3c-70ef-5a13-a601-cb2b350dc582, identifier: 6997717auction61871
2026-03-29 22:19:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d15eaf3c-70ef-5a13-a601-cb2b350dc582 with identifier: 6997717auction61871
2026-03-29 22:19:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d15eaf3c-70ef-5a13-a601-cb2b350dc582 with identifier: 6997717auction61871
2026-03-29 22:19:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d15eaf3c-70ef-5a13-a601-cb2b350dc582 with identifier: 6997717auction61871 to the API
2026-03-29 22:19:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997717>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd15eaf3c-70ef-5a13-a601-cb2b350dc582',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997717',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 36061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-29 22:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:03 [ecarstrade.be] INFO: Saving data for 6997717auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373351.833669, 'last_price_update_time': 1774822743.613088}
2026-03-29 22:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997717auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950381> (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-29 22:19:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:05 [ecarstrade.be] INFO: Extracting details for car 6950381auction61871
2026-03-29 22:19:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with identifier: 6950381auction61871
2026-03-29 22:19:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with scrape type 2
2026-03-29 22:19:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with scrape type 2
2026-03-29 22:19:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9, identifier: 6950381auction61871
2026-03-29 22:19:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with identifier: 6950381auction61871
2026-03-29 22:19:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with identifier: 6950381auction61871
2026-03-29 22:19:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with identifier: 6950381auction61871 to the API
2026-03-29 22:19:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950381>
{'auction_title': '',
'c_o_2_emission_value': 57,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '29838f8b-2e64-5d09-a3f5-27ad1ddab6b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950381',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q5',
'odometer': 103772,
'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': 'Audi Q5 Sport 55 TFSi e S tronic quattro 5d',
'transmission': 'automatic',
'trim': 'Sport 55 TFSi e S tronic quattro 5d',
'vin': None,
'year': 2020}
2026-03-29 22:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950381auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:05 [ecarstrade.be] INFO: Saving data for 6950381auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773184347.988516, 'last_price_update_time': 1774822745.591889}
2026-03-29 22:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950381auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997727> (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-29 22:19:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:06 [ecarstrade.be] INFO: Extracting details for car 6997727auction61871
2026-03-29 22:19:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 251d001d-bc66-5d09-bc5f-f1d891e0ebed with identifier: 6997727auction61871
2026-03-29 22:19:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 251d001d-bc66-5d09-bc5f-f1d891e0ebed with scrape type 2
2026-03-29 22:19:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 251d001d-bc66-5d09-bc5f-f1d891e0ebed with scrape type 2
2026-03-29 22:19:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 251d001d-bc66-5d09-bc5f-f1d891e0ebed, identifier: 6997727auction61871
2026-03-29 22:19:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 251d001d-bc66-5d09-bc5f-f1d891e0ebed with identifier: 6997727auction61871
2026-03-29 22:19:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 251d001d-bc66-5d09-bc5f-f1d891e0ebed with identifier: 6997727auction61871
2026-03-29 22:19:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 251d001d-bc66-5d09-bc5f-f1d891e0ebed with identifier: 6997727auction61871 to the API
2026-03-29 22:19:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997727>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '251d001d-bc66-5d09-bc5f-f1d891e0ebed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997727',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 66275,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 B4 D Core Aut. 5d',
'transmission': 'automatic',
'trim': 'XC60 B4 D Core Aut. 5d',
'vin': None,
'year': 2024}
2026-03-29 22:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997727auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:06 [ecarstrade.be] INFO: Saving data for 6997727auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373339.330424, 'last_price_update_time': 1774822746.578041}
2026-03-29 22:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997727auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:06 [scrapy.extensions.logstats] INFO: Crawled 1970 pages (at 55 pages/min), scraped 1845 items (at 51 items/min)
2026-03-29 22:19:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-29 22:19:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997709> (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-29 22:19:07 [ecarstrade.be] INFO: Extracting details for car 6997709auction61871
2026-03-29 22:19:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05054e42-9908-5806-9053-1dad3d6cffee with identifier: 6997709auction61871
2026-03-29 22:19:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05054e42-9908-5806-9053-1dad3d6cffee with scrape type 2
2026-03-29 22:19:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05054e42-9908-5806-9053-1dad3d6cffee with scrape type 2
2026-03-29 22:19:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05054e42-9908-5806-9053-1dad3d6cffee, identifier: 6997709auction61871
2026-03-29 22:19:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05054e42-9908-5806-9053-1dad3d6cffee with identifier: 6997709auction61871
2026-03-29 22:19:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05054e42-9908-5806-9053-1dad3d6cffee with identifier: 6997709auction61871
2026-03-29 22:19:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05054e42-9908-5806-9053-1dad3d6cffee with identifier: 6997709auction61871 to the API
2026-03-29 22:19:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997709>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '05054e42-9908-5806-9053-1dad3d6cffee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997709',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 13855,
'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': 'Mercedes-Benz EQA EQA 250+ Business Line 5d',
'transmission': 'automatic',
'trim': '-Benz 250+ Business Line 5d',
'vin': None,
'year': 2024}
2026-03-29 22:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:07 [ecarstrade.be] INFO: Saving data for 6997709auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373374.576415, 'last_price_update_time': 1774822747.95924}
2026-03-29 22:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997709auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997708> (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-29 22:19:08 [ecarstrade.be] INFO: Extracting details for car 6997708auction61871
2026-03-29 22:19:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with identifier: 6997708auction61871
2026-03-29 22:19:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with scrape type 2
2026-03-29 22:19:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with scrape type 2
2026-03-29 22:19:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa, identifier: 6997708auction61871
2026-03-29 22:19:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with identifier: 6997708auction61871
2026-03-29 22:19:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with identifier: 6997708auction61871
2026-03-29 22:19:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with identifier: 6997708auction61871 to the API
2026-03-29 22:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997708>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '4ec6c836-2c30-5a79-a406-c153b0ccd1fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997708',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 72147,
'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': "Opel, Mokka '20, Opel Mokka 1.5 Turbo D 81kW S/S GS Line 5d",
'transmission': 'manual',
'trim': ", '20, 1.5 Turbo D 81kW S/S GS Line 5d",
'vin': None,
'year': 2022}
2026-03-29 22:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:08 [ecarstrade.be] INFO: Saving data for 6997708auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373295.142357, 'last_price_update_time': 1774822748.484222}
2026-03-29 22:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997708auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997712> (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-29 22:19:08 [ecarstrade.be] INFO: Extracting details for car 6997712auction61871
2026-03-29 22:19:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f03ceab7-64ff-5a35-aea9-3190509399ba with identifier: 6997712auction61871
2026-03-29 22:19:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f03ceab7-64ff-5a35-aea9-3190509399ba with scrape type 2
2026-03-29 22:19:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f03ceab7-64ff-5a35-aea9-3190509399ba with scrape type 2
2026-03-29 22:19:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f03ceab7-64ff-5a35-aea9-3190509399ba, identifier: 6997712auction61871
2026-03-29 22:19:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f03ceab7-64ff-5a35-aea9-3190509399ba with identifier: 6997712auction61871
2026-03-29 22:19:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f03ceab7-64ff-5a35-aea9-3190509399ba with identifier: 6997712auction61871
2026-03-29 22:19:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f03ceab7-64ff-5a35-aea9-3190509399ba with identifier: 6997712auction61871 to the API
2026-03-29 22:19:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997712>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'f03ceab7-64ff-5a35-aea9-3190509399ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997712',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X3',
'odometer': 194939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 30e 2.0i 252 xDrive 5d Auto',
'transmission': 'automatic',
'trim': '30e 2.0i 252 xDrive 5d Auto',
'vin': None,
'year': 2021}
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:09 [ecarstrade.be] INFO: Saving data for 6997712auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373294.266136, 'last_price_update_time': 1774822749.047343}
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997712auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997713> (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-29 22:19:09 [ecarstrade.be] INFO: Extracting details for car 6997713auction61871
2026-03-29 22:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c519f3c7-e294-5fad-b2f1-7423421b8716 with identifier: 6997713auction61871
2026-03-29 22:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c519f3c7-e294-5fad-b2f1-7423421b8716 with scrape type 2
2026-03-29 22:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c519f3c7-e294-5fad-b2f1-7423421b8716 with scrape type 2
2026-03-29 22:19:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c519f3c7-e294-5fad-b2f1-7423421b8716, identifier: 6997713auction61871
2026-03-29 22:19:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c519f3c7-e294-5fad-b2f1-7423421b8716 with identifier: 6997713auction61871
2026-03-29 22:19:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c519f3c7-e294-5fad-b2f1-7423421b8716 with identifier: 6997713auction61871
2026-03-29 22:19:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c519f3c7-e294-5fad-b2f1-7423421b8716 with identifier: 6997713auction61871 to the API
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997713>
{'auction_title': '',
'c_o_2_emission_value': 237,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'c519f3c7-e294-5fad-b2f1-7423421b8716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997713',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q7',
'odometer': 149626,
'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': 'AUDI Q7 - 2020 55 TFSi 340hp Quattro S line Tiptronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI - 2020 55 TFSi 340hp Quattro S line Tiptronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:09 [ecarstrade.be] INFO: Saving data for 6997713auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373314.913238, 'last_price_update_time': 1774822749.611096}
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997713auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997711> (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-29 22:19:09 [ecarstrade.be] INFO: Extracting details for car 6997711auction61871
2026-03-29 22:19:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4894a9e-d3db-528b-9e63-ee271140a8e5 with identifier: 6997711auction61871
2026-03-29 22:19:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4894a9e-d3db-528b-9e63-ee271140a8e5 with scrape type 2
2026-03-29 22:19:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4894a9e-d3db-528b-9e63-ee271140a8e5 with scrape type 2
2026-03-29 22:19:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4894a9e-d3db-528b-9e63-ee271140a8e5, identifier: 6997711auction61871
2026-03-29 22:19:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4894a9e-d3db-528b-9e63-ee271140a8e5 with identifier: 6997711auction61871
2026-03-29 22:19:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4894a9e-d3db-528b-9e63-ee271140a8e5 with identifier: 6997711auction61871
2026-03-29 22:19:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4894a9e-d3db-528b-9e63-ee271140a8e5 with identifier: 6997711auction61871 to the API
2026-03-29 22:19:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997711>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'f4894a9e-d3db-528b-9e63-ee271140a8e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997711',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Clio',
'odometer': 182174,
'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': 'RENAULT CLIO V 1.0 TCe 91 Limited #3 X-Tronic GPF (EU6D) 5d',
'transmission': 'automatic',
'trim': 'RENAULT CLIO V 1.0 TCe 91 Limited #3 X-Tronic GPF (EU6D) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Saving data for 6997711auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373375.581585, 'last_price_update_time': 1774822750.120744}
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997711auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:10 [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-29 22:19:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6950357auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950357auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6950357auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951916auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951916auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951916auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951918auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951918auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951918auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951912auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951912auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951912auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951914auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951914auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951914auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6950363auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950363auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6950363auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951906auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951906auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951906auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6950354auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950354auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6950354auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951905auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951905auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951905auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951904auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951904auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951904auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951907auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951907auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951907auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951901auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951901auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951901auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6950349auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950349auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6950349auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951899auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951899auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951899auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6950343auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950343auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6950343auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6950344auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950344auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6950344auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6950346auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950346auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6950346auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951897auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951897auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951897auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6951902auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951902auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6951902auction61871: 0
2026-03-29 22:19:10 [ecarstrade.be] INFO: Found listing with ID: 6950342auction61871
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950342auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:10 [ecarstrade.be] INFO: Scrape type for 6950342auction61871: 0
2026-03-29 22:19:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997596> (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-29 22:19:11 [ecarstrade.be] INFO: Extracting details for car 6997596auction61871
2026-03-29 22:19:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8d92edf-46f3-57d6-8846-7df02c5f62c1 with identifier: 6997596auction61871
2026-03-29 22:19:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8d92edf-46f3-57d6-8846-7df02c5f62c1 with scrape type 2
2026-03-29 22:19:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8d92edf-46f3-57d6-8846-7df02c5f62c1 with scrape type 2
2026-03-29 22:19:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8d92edf-46f3-57d6-8846-7df02c5f62c1, identifier: 6997596auction61871
2026-03-29 22:19:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8d92edf-46f3-57d6-8846-7df02c5f62c1 with identifier: 6997596auction61871
2026-03-29 22:19:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8d92edf-46f3-57d6-8846-7df02c5f62c1 with identifier: 6997596auction61871
2026-03-29 22:19:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8d92edf-46f3-57d6-8846-7df02c5f62c1 with identifier: 6997596auction61871 to the API
2026-03-29 22:19:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997596>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'e8d92edf-46f3-57d6-8846-7df02c5f62c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997596',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 39116,
'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': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-29 22:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997596auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:11 [ecarstrade.be] INFO: Saving data for 6997596auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373202.179377, 'last_price_update_time': 1774822751.884888}
2026-03-29 22:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997596auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:16 [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-29 22:19:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:19:16 [ecarstrade.be] INFO: Found listing with ID: 6951891auction61871
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951891auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:16 [ecarstrade.be] INFO: Scrape type for 6951891auction61871: 0
2026-03-29 22:19:16 [ecarstrade.be] INFO: Found listing with ID: 6951896auction61871
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951896auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:16 [ecarstrade.be] INFO: Scrape type for 6951896auction61871: 0
2026-03-29 22:19:16 [ecarstrade.be] INFO: Found listing with ID: 6951903auction61871
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951903auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:16 [ecarstrade.be] INFO: Scrape type for 6951903auction61871: 0
2026-03-29 22:19:16 [ecarstrade.be] INFO: Found listing with ID: 6950341auction61871
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950341auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:16 [ecarstrade.be] INFO: Scrape type for 6950341auction61871: 0
2026-03-29 22:19:16 [ecarstrade.be] INFO: Found listing with ID: 6951885auction61871
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951885auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:16 [ecarstrade.be] INFO: Scrape type for 6951885auction61871: 0
2026-03-29 22:19:16 [ecarstrade.be] INFO: Found listing with ID: 6951886auction61871
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951886auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:16 [ecarstrade.be] INFO: Scrape type for 6951886auction61871: 0
2026-03-29 22:19:16 [ecarstrade.be] INFO: Found listing with ID: 6951884auction61871
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951884auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:16 [ecarstrade.be] INFO: Scrape type for 6951884auction61871: 0
2026-03-29 22:19:16 [ecarstrade.be] INFO: Found listing with ID: 6951888auction61871
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951888auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6951888auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6950337auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950337auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6950337auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6950338auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950338auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6950338auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6950333auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950333auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6950333auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6950335auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950335auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6950335auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6951878auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951878auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6951878auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6950332auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950332auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6950332auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6950331auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950331auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6950331auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6951873auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951873auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6951873auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6950330auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950330auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6950330auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6951869auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951869auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6951869auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6951871auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951871auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6951871auction61871: 0
2026-03-29 22:19:17 [ecarstrade.be] INFO: Found listing with ID: 6951874auction61871
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951874auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:17 [ecarstrade.be] INFO: Scrape type for 6951874auction61871: 0
2026-03-29 22:19:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997720> (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-29 22:19:18 [ecarstrade.be] INFO: Extracting details for car 6997720auction61871
2026-03-29 22:19:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eb72062-e122-5341-b339-76068daf7385 with identifier: 6997720auction61871
2026-03-29 22:19:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eb72062-e122-5341-b339-76068daf7385 with scrape type 2
2026-03-29 22:19:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eb72062-e122-5341-b339-76068daf7385 with scrape type 2
2026-03-29 22:19:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1eb72062-e122-5341-b339-76068daf7385, identifier: 6997720auction61871
2026-03-29 22:19:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1eb72062-e122-5341-b339-76068daf7385 with identifier: 6997720auction61871
2026-03-29 22:19:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1eb72062-e122-5341-b339-76068daf7385 with identifier: 6997720auction61871
2026-03-29 22:19:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1eb72062-e122-5341-b339-76068daf7385 with identifier: 6997720auction61871 to the API
2026-03-29 22:19:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997720>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '1eb72062-e122-5341-b339-76068daf7385',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997720',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQE',
'odometer': 46378,
'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': 'MERCEDES EQE 89 kWh EQE 300 Business Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 89 kWh 300 Business Line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:18 [ecarstrade.be] INFO: Saving data for 6997720auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774373338.082954, 'last_price_update_time': 1774822758.897746}
2026-03-29 22:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997720auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:24 [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-29 22:19:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6950321auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950321auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6950321auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6950323auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950323auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6950323auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6951866auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951866auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6951866auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6950318auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950318auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6950318auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6951859auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951859auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6951859auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6950319auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950319auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6950319auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6951854auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951854auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6951854auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6951858auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951858auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6951858auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6950316auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950316auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6950316auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6950313auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950313auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6950313auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6950310auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950310auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6950310auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6951864auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951864auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6951864auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6926740auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926740auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6926740auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6928542auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928542auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6928542auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6928541auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928541auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6928541auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6928531auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928531auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6928531auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6926726auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926726auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6926726auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6928525auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928525auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6928525auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6928532auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928532auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6928532auction61871: 0
2026-03-29 22:19:24 [ecarstrade.be] INFO: Found listing with ID: 6926720auction61871
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926720auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:24 [ecarstrade.be] INFO: Scrape type for 6926720auction61871: 0
2026-03-29 22:19:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:30 [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-29 22:19:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6926719auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926719auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6926719auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6926725auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926725auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6926725auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6928510auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928510auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6928510auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6928499auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928499auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6928499auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6928504auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928504auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6928504auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6928495auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928495auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6928495auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6928498auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928498auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6928498auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6926712auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926712auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6926712auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6928496auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928496auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6928496auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6926701auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926701auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6926701auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6928486auction61871
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928486auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:30 [ecarstrade.be] INFO: Scrape type for 6928486auction61871: 0
2026-03-29 22:19:30 [ecarstrade.be] INFO: Found listing with ID: 6928481auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928481auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6928481auction61871: 0
2026-03-29 22:19:31 [ecarstrade.be] INFO: Found listing with ID: 6928487auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928487auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6928487auction61871: 0
2026-03-29 22:19:31 [ecarstrade.be] INFO: Found listing with ID: 6926682auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926682auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6926682auction61871: 0
2026-03-29 22:19:31 [ecarstrade.be] INFO: Found listing with ID: 6926686auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926686auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6926686auction61871: 0
2026-03-29 22:19:31 [ecarstrade.be] INFO: Found listing with ID: 6928478auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928478auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6928478auction61871: 0
2026-03-29 22:19:31 [ecarstrade.be] INFO: Found listing with ID: 6926685auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926685auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6926685auction61871: 0
2026-03-29 22:19:31 [ecarstrade.be] INFO: Found listing with ID: 6928476auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928476auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6928476auction61871: 0
2026-03-29 22:19:31 [ecarstrade.be] INFO: Found listing with ID: 6926678auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926678auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6926678auction61871: 0
2026-03-29 22:19:31 [ecarstrade.be] INFO: Found listing with ID: 6928464auction61871
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928464auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:31 [ecarstrade.be] INFO: Scrape type for 6928464auction61871: 0
2026-03-29 22:19:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:36 [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-29 22:19:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6926673auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926673auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6926673auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6904882auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904882auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6904882auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6928458auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928458auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6928458auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6926669auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926669auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6926669auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6907440auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907440auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6907440auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6903133auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903133auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6903133auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6904852auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904852auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6904852auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6907437auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907437auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6907437auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6907431auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907431auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6907431auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6931423auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276931423auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6931423auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6903124auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903124auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6903124auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6903121auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903121auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6903121auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6907424auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907424auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6907424auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6907426auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907426auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6907426auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6903118auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6903118auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6904830auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6904830auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6903106auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6903106auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6903108auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6903108auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6907422auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6907422auction61871: 0
2026-03-29 22:19:37 [ecarstrade.be] INFO: Found listing with ID: 6903104auction61871
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:37 [ecarstrade.be] INFO: Scrape type for 6903104auction61871: 0
2026-03-29 22:19:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:43 [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-29 22:19:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6904806auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904806auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6904806auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6904808auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904808auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6904808auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6907414auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907414auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6907414auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6907409auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907409auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6907409auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6855975auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855975auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6855975auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6855974auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855974auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6855974auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6880573auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880573auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6880573auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6855973auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855973auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6855973auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6855952auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855952auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6855952auction61871: 2
2026-03-29 22:19:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6859419auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859419auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6859419auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6859401auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859401auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6859401auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6950312auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950312auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6950312auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6859405auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859405auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6859405auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6951851auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951851auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6951851auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6807758auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807758auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6807758auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6880555auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880555auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6880555auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6737810auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737810auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6737810auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6855921auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855921auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6855921auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6928455auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928455auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6928455auction61871: 0
2026-03-29 22:19:43 [ecarstrade.be] INFO: Found listing with ID: 6926666auction61871
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926666auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:43 [ecarstrade.be] INFO: Scrape type for 6926666auction61871: 0
2026-03-29 22:19:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:49 [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-29 22:19:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:19:49 [ecarstrade.be] INFO: Found listing with ID: 6878918auction61871
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878918auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:49 [ecarstrade.be] INFO: Scrape type for 6878918auction61871: 0
2026-03-29 22:19:49 [ecarstrade.be] INFO: Found listing with ID: 6880553auction61871
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880553auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:49 [ecarstrade.be] INFO: Scrape type for 6880553auction61871: 0
2026-03-29 22:19:49 [ecarstrade.be] INFO: Found listing with ID: 6928456auction61871
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928456auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:49 [ecarstrade.be] INFO: Scrape type for 6928456auction61871: 0
2026-03-29 22:19:49 [ecarstrade.be] INFO: Found listing with ID: 6880548auction61871
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880548auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:49 [ecarstrade.be] INFO: Scrape type for 6880548auction61871: 0
2026-03-29 22:19:49 [ecarstrade.be] INFO: Found listing with ID: 6880549auction61871
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880549auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:49 [ecarstrade.be] INFO: Scrape type for 6880549auction61871: 0
2026-03-29 22:19:49 [ecarstrade.be] INFO: Found listing with ID: 6878922auction61871
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878922auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:49 [ecarstrade.be] INFO: Scrape type for 6878922auction61871: 0
2026-03-29 22:19:49 [ecarstrade.be] INFO: Found listing with ID: 6759713auction61871
2026-03-29 22:19:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759713auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6759713auction61871: 0
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6880550auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880550auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6880550auction61871: 2
2026-03-29 22:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6926667auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926667auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6926667auction61871: 2
2026-03-29 22:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6656186auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656186auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6656186auction61871: 2
2026-03-29 22:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6878920auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878920auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6878920auction61871: 2
2026-03-29 22:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6435333auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276435333auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6435333auction61871: 2
2026-03-29 22:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6494184auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276494184auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6494184auction61871: 2
2026-03-29 22:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6418438auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276418438auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6418438auction61871: 2
2026-03-29 22:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6973069auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973069auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6973069auction61871: 2
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6973070auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973070auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6973070auction61871: 2
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6974500auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974500auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6974500auction61871: 2
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6973068auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973068auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6973068auction61871: 2
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6974499auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974499auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6974499auction61871: 2
2026-03-29 22:19:50 [ecarstrade.be] INFO: Found listing with ID: 6973065auction61871
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973065auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:50 [ecarstrade.be] INFO: Scrape type for 6973065auction61871: 2
2026-03-29 22:19:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855952> (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-29 22:19:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:50 [ecarstrade.be] INFO: Extracting details for car 6855952auction61871
2026-03-29 22:19:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with identifier: 6855952auction61871
2026-03-29 22:19:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with scrape type 2
2026-03-29 22:19:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with scrape type 2
2026-03-29 22:19:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0561efe-5d83-5f06-9b7a-56aeb7d5a716, identifier: 6855952auction61871
2026-03-29 22:19:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with identifier: 6855952auction61871
2026-03-29 22:19:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with identifier: 6855952auction61871
2026-03-29 22:19:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with identifier: 6855952auction61871 to the API
2026-03-29 22:19:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855952>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e0561efe-5d83-5f06-9b7a-56aeb7d5a716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855952',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 59159,
'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': 'Peugeot 3008 1.2 PureTech 96kW S&S Roadtrip 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Roadtrip 5d',
'vin': None,
'year': 2022}
2026-03-29 22:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855952auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:51 [ecarstrade.be] INFO: Saving data for 6855952auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772677991.950394, 'last_price_update_time': 1774822791.035199}
2026-03-29 22:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855952auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926667> (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-29 22:19:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:56 [ecarstrade.be] INFO: Extracting details for car 6926667auction61871
2026-03-29 22:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2078d996-3b1e-5db2-8371-fc499abb02ec with identifier: 6926667auction61871
2026-03-29 22:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2078d996-3b1e-5db2-8371-fc499abb02ec with scrape type 2
2026-03-29 22:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2078d996-3b1e-5db2-8371-fc499abb02ec with scrape type 2
2026-03-29 22:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2078d996-3b1e-5db2-8371-fc499abb02ec, identifier: 6926667auction61871
2026-03-29 22:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2078d996-3b1e-5db2-8371-fc499abb02ec with identifier: 6926667auction61871
2026-03-29 22:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2078d996-3b1e-5db2-8371-fc499abb02ec with identifier: 6926667auction61871
2026-03-29 22:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2078d996-3b1e-5db2-8371-fc499abb02ec with identifier: 6926667auction61871 to the API
2026-03-29 22:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926667>
{'auction_title': '',
'c_o_2_emission_value': 15,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '2078d996-3b1e-5db2-8371-fc499abb02ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926667',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'Other',
'odometer': 37903,
'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': 'BMW 2 Reeks Active Tourer 225e xDrive 5d',
'transmission': 'automatic',
'trim': '2 Reeks Active Tourer 225e xDrive 5d',
'vin': None,
'year': 2023}
2026-03-29 22:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926667auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:56 [ecarstrade.be] INFO: Saving data for 6926667auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613739.826298, 'last_price_update_time': 1774822796.455133}
2026-03-29 22:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926667auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6656186> (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-29 22:19:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880550> (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-29 22:19:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:56 [ecarstrade.be] INFO: Extracting details for car 6656186auction61871
2026-03-29 22:19:56 [ecarstrade.be] INFO: Extracting details for car 6880550auction61871
2026-03-29 22:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9538c992-1f62-5f5d-9416-bb3e07c84438 with identifier: 6656186auction61871
2026-03-29 22:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9538c992-1f62-5f5d-9416-bb3e07c84438 with scrape type 2
2026-03-29 22:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9538c992-1f62-5f5d-9416-bb3e07c84438 with scrape type 2
2026-03-29 22:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9538c992-1f62-5f5d-9416-bb3e07c84438, identifier: 6656186auction61871
2026-03-29 22:19:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b151450-f256-54c9-bada-01711ec05991 with identifier: 6880550auction61871
2026-03-29 22:19:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b151450-f256-54c9-bada-01711ec05991 with scrape type 2
2026-03-29 22:19:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b151450-f256-54c9-bada-01711ec05991 with scrape type 2
2026-03-29 22:19:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b151450-f256-54c9-bada-01711ec05991, identifier: 6880550auction61871
2026-03-29 22:19:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9538c992-1f62-5f5d-9416-bb3e07c84438 with identifier: 6656186auction61871
2026-03-29 22:19:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9538c992-1f62-5f5d-9416-bb3e07c84438 with identifier: 6656186auction61871
2026-03-29 22:19:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9538c992-1f62-5f5d-9416-bb3e07c84438 with identifier: 6656186auction61871 to the API
2026-03-29 22:19:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6656186>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '9538c992-1f62-5f5d-9416-bb3e07c84438',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6656186',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'ID. Buzz',
'odometer': 31269,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen ID.Buzz BEV 77KWH 150kW PRO 5d',
'transmission': 'automatic',
'trim': 'ID.Buzz BEV 77KWH 150kW PRO 5d',
'vin': None,
'year': 2024}
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656186auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:57 [ecarstrade.be] INFO: Saving data for 6656186auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772678176.057588, 'last_price_update_time': 1774822797.154694}
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6656186auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b151450-f256-54c9-bada-01711ec05991 with identifier: 6880550auction61871
2026-03-29 22:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b151450-f256-54c9-bada-01711ec05991 with identifier: 6880550auction61871
2026-03-29 22:19:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b151450-f256-54c9-bada-01711ec05991 with identifier: 6880550auction61871 to the API
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880550>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '5b151450-f256-54c9-bada-01711ec05991',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880550',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 46018,
'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': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880550auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:57 [ecarstrade.be] INFO: Saving data for 6880550auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772678177.756037, 'last_price_update_time': 1774822797.493819}
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880550auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878920> (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-29 22:19:57 [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-29 22:19:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6494184> (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-29 22:19:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6418438> (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-29 22:19:57 [ecarstrade.be] INFO: Extracting details for car 6878920auction61871
2026-03-29 22:19:57 [ecarstrade.be] INFO: Extracting details for car 6494184auction61871
2026-03-29 22:19:57 [ecarstrade.be] INFO: Extracting details for car 6418438auction61871
2026-03-29 22:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with identifier: 6878920auction61871
2026-03-29 22:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with scrape type 2
2026-03-29 22:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with scrape type 2
2026-03-29 22:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2, identifier: 6878920auction61871
2026-03-29 22:19:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with identifier: 6494184auction61871
2026-03-29 22:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with scrape type 2
2026-03-29 22:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with scrape type 2
2026-03-29 22:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b, identifier: 6494184auction61871
2026-03-29 22:19:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5268fb7-3459-5762-8140-ace24341fa61 with identifier: 6418438auction61871
2026-03-29 22:19:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5268fb7-3459-5762-8140-ace24341fa61 with scrape type 2
2026-03-29 22:19:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5268fb7-3459-5762-8140-ace24341fa61 with scrape type 2
2026-03-29 22:19:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5268fb7-3459-5762-8140-ace24341fa61, identifier: 6418438auction61871
2026-03-29 22:19:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with identifier: 6878920auction61871
2026-03-29 22:19:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with identifier: 6878920auction61871
2026-03-29 22:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with identifier: 6878920auction61871 to the API
2026-03-29 22:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878920>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '2747eb58-5aff-5aa2-a679-fcaa6381c1f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878920',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 55845,
'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': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-29 22:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878920auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:58 [ecarstrade.be] INFO: Saving data for 6878920auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772678151.048579, 'last_price_update_time': 1774822798.785958}
2026-03-29 22:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878920auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with identifier: 6494184auction61871
2026-03-29 22:19:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with identifier: 6494184auction61871
2026-03-29 22:19:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with identifier: 6494184auction61871 to the API
2026-03-29 22:19:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6494184>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '65e0f6cf-4c99-5a59-8c56-5a52fffc753b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6494184',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 1476,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen CRAFTER 35 2.0TDI SCR BMT 103/140 ASG-8 L3H2 4d',
'transmission': 'manual',
'trim': 'CRAFTER 35 2.0TDI SCR BMT 103/140 ASG-8 L3H2 4d',
'vin': None,
'year': 2024}
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276494184auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Saving data for 6494184auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772678170.257698, 'last_price_update_time': 1774822799.11078}
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6494184auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5268fb7-3459-5762-8140-ace24341fa61 with identifier: 6418438auction61871
2026-03-29 22:19:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5268fb7-3459-5762-8140-ace24341fa61 with identifier: 6418438auction61871
2026-03-29 22:19:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5268fb7-3459-5762-8140-ace24341fa61 with identifier: 6418438auction61871 to the API
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:19: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-29 22:19:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6418438>
{'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-31T23:40:01Z',
'fuel_type': 'Electric',
'id': 'e5268fb7-3459-5762-8140-ace24341fa61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6418438',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 3,
'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': "Citroën, Berlingo Mul '18 BEV, Citroën Berlingo Multispace Electric "
'50 kW/h Live',
'transmission': 'automatic',
'trim': "Citroën, Mul '18 BEV, Citroën Multispace Electric 50 kW/h Live",
'vin': None,
'year': 2023}
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276418438auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Saving data for 6418438auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773183907.83447, 'last_price_update_time': 1774822799.435504}
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6418438auction61871') HTTP/1.1" 204 0
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6973066auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973066auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6973066auction61871: 2
2026-03-29 22:19:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974497auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974497auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974497auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6973060auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973060auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6973060auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6973064auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973064auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6973064auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974493auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974493auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974493auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974494auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974494auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974494auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974496auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974496auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974496auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974489auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974489auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974489auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974490auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974490auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974490auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974485auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974485auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974485auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6973059auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973059auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6973059auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974481auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974481auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974481auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974486auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974486auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974486auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6973058auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973058auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6973058auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6973053auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973053auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6973053auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6973055auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973055auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6973055auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974480auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974480auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974480auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974477auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974477auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974477auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974482auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974482auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974482auction61871: 2
2026-03-29 22:19:59 [ecarstrade.be] INFO: Found listing with ID: 6974476auction61871
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:19:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974476auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:19:59 [ecarstrade.be] INFO: Scrape type for 6974476auction61871: 2
2026-03-29 22:20:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6435333> (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-29 22:20:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:01 [ecarstrade.be] INFO: Extracting details for car 6435333auction61871
2026-03-29 22:20:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c431d53-064e-5fde-aaec-02b79a99e157 with identifier: 6435333auction61871
2026-03-29 22:20:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c431d53-064e-5fde-aaec-02b79a99e157 with scrape type 2
2026-03-29 22:20:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c431d53-064e-5fde-aaec-02b79a99e157 with scrape type 2
2026-03-29 22:20:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c431d53-064e-5fde-aaec-02b79a99e157, identifier: 6435333auction61871
2026-03-29 22:20:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c431d53-064e-5fde-aaec-02b79a99e157 with identifier: 6435333auction61871
2026-03-29 22:20:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c431d53-064e-5fde-aaec-02b79a99e157 with identifier: 6435333auction61871
2026-03-29 22:20:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c431d53-064e-5fde-aaec-02b79a99e157 with identifier: 6435333auction61871 to the API
2026-03-29 22:20:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6435333>
{'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-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '4c431d53-064e-5fde-aaec-02b79a99e157',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6435333',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'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': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Citroën, Berlingo Mul '18 BEV, Citroën Berlingo Multispace Electric "
'50 kW/h Live NO COC / NO IB',
'transmission': 'automatic',
'trim': "Citroën, Mul '18 BEV, Citroën Multispace Electric 50 kW/h Live NO "
'COC / NO IB',
'vin': None,
'year': 2023}
2026-03-29 22:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276435333auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:02 [ecarstrade.be] INFO: Saving data for 6435333auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773183925.695237, 'last_price_update_time': 1774822802.260992}
2026-03-29 22:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6435333auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973070> (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-29 22:20:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:03 [ecarstrade.be] INFO: Extracting details for car 6973070auction61871
2026-03-29 22:20:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d0b98804-bb3f-55cc-842c-9eda05df17a1 with identifier: 6973070auction61871
2026-03-29 22:20:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d0b98804-bb3f-55cc-842c-9eda05df17a1 with scrape type 2
2026-03-29 22:20:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d0b98804-bb3f-55cc-842c-9eda05df17a1 with scrape type 2
2026-03-29 22:20:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d0b98804-bb3f-55cc-842c-9eda05df17a1, identifier: 6973070auction61871
2026-03-29 22:20:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d0b98804-bb3f-55cc-842c-9eda05df17a1 with identifier: 6973070auction61871
2026-03-29 22:20:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d0b98804-bb3f-55cc-842c-9eda05df17a1 with identifier: 6973070auction61871
2026-03-29 22:20:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d0b98804-bb3f-55cc-842c-9eda05df17a1 with identifier: 6973070auction61871 to the API
2026-03-29 22:20:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973070>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd0b98804-bb3f-55cc-842c-9eda05df17a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973070',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '2008',
'odometer': 147607,
'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': 5,
'seller_name': None,
'title': 'Peugeot 2008 1.5 BlueHDi 75kW S&S Active 5d',
'transmission': 'manual',
'trim': '1.5 BlueHDi 75kW S&S Active 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973070auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:03 [ecarstrade.be] INFO: Saving data for 6973070auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760624.790671, 'last_price_update_time': 1774822803.970781}
2026-03-29 22:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973070auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973069> (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-29 22:20:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:04 [ecarstrade.be] INFO: Extracting details for car 6973069auction61871
2026-03-29 22:20:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with identifier: 6973069auction61871
2026-03-29 22:20:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with scrape type 2
2026-03-29 22:20:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with scrape type 2
2026-03-29 22:20:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5, identifier: 6973069auction61871
2026-03-29 22:20:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with identifier: 6973069auction61871
2026-03-29 22:20:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with identifier: 6973069auction61871
2026-03-29 22:20:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6988f51e-8b04-50aa-aba7-0017bd2a2fb5 with identifier: 6973069auction61871 to the API
2026-03-29 22:20:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973069>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6988f51e-8b04-50aa-aba7-0017bd2a2fb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973069',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 75931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-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-29 22:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973069auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:05 [ecarstrade.be] INFO: Saving data for 6973069auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760692.136472, 'last_price_update_time': 1774822805.271321}
2026-03-29 22:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973069auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974500> (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-29 22:20:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:05 [ecarstrade.be] INFO: Extracting details for car 6974500auction61871
2026-03-29 22:20:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57368944-8979-5ebe-a42d-1b3e11357706 with identifier: 6974500auction61871
2026-03-29 22:20:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57368944-8979-5ebe-a42d-1b3e11357706 with scrape type 2
2026-03-29 22:20:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 57368944-8979-5ebe-a42d-1b3e11357706 with scrape type 2
2026-03-29 22:20:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57368944-8979-5ebe-a42d-1b3e11357706, identifier: 6974500auction61871
2026-03-29 22:20:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57368944-8979-5ebe-a42d-1b3e11357706 with identifier: 6974500auction61871
2026-03-29 22:20:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57368944-8979-5ebe-a42d-1b3e11357706 with identifier: 6974500auction61871
2026-03-29 22:20:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57368944-8979-5ebe-a42d-1b3e11357706 with identifier: 6974500auction61871 to the API
2026-03-29 22:20:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974500>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '57368944-8979-5ebe-a42d-1b3e11357706',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974500',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 211606,
'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': '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-29 22:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974500auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:06 [ecarstrade.be] INFO: Saving data for 6974500auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773761092.938325, 'last_price_update_time': 1774822806.755099}
2026-03-29 22:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974500auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:06 [scrapy.extensions.logstats] INFO: Crawled 1996 pages (at 26 pages/min), scraped 1863 items (at 18 items/min)
2026-03-29 22:20:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 310MiB
2026-03-29 22:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974499> (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-29 22:20:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973068> (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-29 22:20:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973065> (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-29 22:20:06 [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-29 22:20:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:06 [ecarstrade.be] INFO: Extracting details for car 6974499auction61871
2026-03-29 22:20:06 [ecarstrade.be] INFO: Extracting details for car 6973068auction61871
2026-03-29 22:20:06 [ecarstrade.be] INFO: Extracting details for car 6973065auction61871
2026-03-29 22:20:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with identifier: 6974499auction61871
2026-03-29 22:20:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with scrape type 2
2026-03-29 22:20:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with scrape type 2
2026-03-29 22:20:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa, identifier: 6974499auction61871
2026-03-29 22:20:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with identifier: 6974499auction61871
2026-03-29 22:20:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with identifier: 6974499auction61871
2026-03-29 22:20:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa with identifier: 6974499auction61871 to the API
2026-03-29 22:20:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974499>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '1ce99a13-d5e0-5cd3-b299-f1a48bdc16aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974499',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 160487,
'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 T-Roc 1.5 TSI Style DSG 5d',
'transmission': 'automatic',
'trim': '1.5 TSI Style DSG 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974499auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:08 [ecarstrade.be] INFO: Saving data for 6974499auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773761176.964699, 'last_price_update_time': 1774822808.281047}
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974499auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with identifier: 6973068auction61871
2026-03-29 22:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with scrape type 2
2026-03-29 22:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with scrape type 2
2026-03-29 22:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421, identifier: 6973068auction61871
2026-03-29 22:20:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b672300-f09f-58da-8a08-6d43051de677 with identifier: 6973065auction61871
2026-03-29 22:20:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b672300-f09f-58da-8a08-6d43051de677 with scrape type 2
2026-03-29 22:20:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b672300-f09f-58da-8a08-6d43051de677 with scrape type 2
2026-03-29 22:20:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b672300-f09f-58da-8a08-6d43051de677, identifier: 6973065auction61871
2026-03-29 22:20:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with identifier: 6973068auction61871
2026-03-29 22:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with identifier: 6973068auction61871
2026-03-29 22:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6722afaa-74a4-51d2-bc8b-f3ddf15e0421 with identifier: 6973068auction61871 to the API
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973068>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '6722afaa-74a4-51d2-bc8b-f3ddf15e0421',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973068',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 84248,
'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': 'Volkswagen Golf Variant 1.6 TDi Comfortline 5d',
'transmission': 'manual',
'trim': 'Variant 1.6 TDi Comfortline 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973068auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:08 [ecarstrade.be] INFO: Saving data for 6973068auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760623.869532, 'last_price_update_time': 1774822808.8238}
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973068auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b672300-f09f-58da-8a08-6d43051de677 with identifier: 6973065auction61871
2026-03-29 22:20:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b672300-f09f-58da-8a08-6d43051de677 with identifier: 6973065auction61871
2026-03-29 22:20:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b672300-f09f-58da-8a08-6d43051de677 with identifier: 6973065auction61871 to the API
2026-03-29 22:20:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973065>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '0b672300-f09f-58da-8a08-6d43051de677',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973065',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X3',
'odometer': 118806,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 sDrive18d (100 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive18d (100 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973065auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Saving data for 6973065auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760627.065596, 'last_price_update_time': 1774822809.766923}
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973065auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:09 [ecarstrade.be] INFO: Found listing with ID: 6973052auction61871
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973052auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Scrape type for 6973052auction61871: 2
2026-03-29 22:20:09 [ecarstrade.be] INFO: Found listing with ID: 6973056auction61871
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973056auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Scrape type for 6973056auction61871: 2
2026-03-29 22:20:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973066> (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-29 22:20:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:09 [ecarstrade.be] INFO: Found listing with ID: 6973049auction61871
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973049auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Scrape type for 6973049auction61871: 2
2026-03-29 22:20:09 [ecarstrade.be] INFO: Found listing with ID: 6973050auction61871
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973050auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Scrape type for 6973050auction61871: 2
2026-03-29 22:20:09 [ecarstrade.be] INFO: Found listing with ID: 6973051auction61871
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973051auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Scrape type for 6973051auction61871: 2
2026-03-29 22:20:09 [ecarstrade.be] INFO: Found listing with ID: 6974478auction61871
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974478auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Scrape type for 6974478auction61871: 2
2026-03-29 22:20:09 [ecarstrade.be] INFO: Found listing with ID: 6973042auction61871
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973042auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Scrape type for 6973042auction61871: 2
2026-03-29 22:20:09 [ecarstrade.be] INFO: Extracting details for car 6973066auction61871
2026-03-29 22:20:09 [ecarstrade.be] INFO: Found listing with ID: 6974474auction61871
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974474auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:09 [ecarstrade.be] INFO: Scrape type for 6974474auction61871: 2
2026-03-29 22:20:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fec274d-247c-5242-af0c-08a4eea28920 with identifier: 6973066auction61871
2026-03-29 22:20:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fec274d-247c-5242-af0c-08a4eea28920 with scrape type 2
2026-03-29 22:20:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3fec274d-247c-5242-af0c-08a4eea28920 with scrape type 2
2026-03-29 22:20:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fec274d-247c-5242-af0c-08a4eea28920, identifier: 6973066auction61871
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6973046auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973046auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6973046auction61871: 2
2026-03-29 22:20:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fec274d-247c-5242-af0c-08a4eea28920 with identifier: 6973066auction61871
2026-03-29 22:20:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fec274d-247c-5242-af0c-08a4eea28920 with identifier: 6973066auction61871
2026-03-29 22:20:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fec274d-247c-5242-af0c-08a4eea28920 with identifier: 6973066auction61871 to the API
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973066>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '3fec274d-247c-5242-af0c-08a4eea28920',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973066',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 136244,
'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': 'Skoda Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973066auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Saving data for 6973066auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760625.57222, 'last_price_update_time': 1774822810.405917}
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973066auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6973043auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973043auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6973043auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6974472auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974472auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6974472auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6973037auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973037auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6973037auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6974469auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974469auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6974469auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6974470auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974470auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6974470auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6974463auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974463auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6974463auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6973036auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973036auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6973036auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6974465auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974465auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6974465auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6974468auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974468auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6974468auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6974467auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974467auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6974467auction61871: 2
2026-03-29 22:20:10 [ecarstrade.be] INFO: Found listing with ID: 6973035auction61871
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973035auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:10 [ecarstrade.be] INFO: Scrape type for 6973035auction61871: 2
2026-03-29 22:20:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974497> (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-29 22:20:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:10 [ecarstrade.be] INFO: Extracting details for car 6974497auction61871
2026-03-29 22:20:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26b643ca-5084-5632-8545-c1c4a8e52d7d with identifier: 6974497auction61871
2026-03-29 22:20:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26b643ca-5084-5632-8545-c1c4a8e52d7d with scrape type 2
2026-03-29 22:20:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26b643ca-5084-5632-8545-c1c4a8e52d7d with scrape type 2
2026-03-29 22:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 26b643ca-5084-5632-8545-c1c4a8e52d7d, identifier: 6974497auction61871
2026-03-29 22:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 26b643ca-5084-5632-8545-c1c4a8e52d7d with identifier: 6974497auction61871
2026-03-29 22:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 26b643ca-5084-5632-8545-c1c4a8e52d7d with identifier: 6974497auction61871
2026-03-29 22:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 26b643ca-5084-5632-8545-c1c4a8e52d7d with identifier: 6974497auction61871 to the API
2026-03-29 22:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974497>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '26b643ca-5084-5632-8545-c1c4a8e52d7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974497',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 154625,
'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-Benz A-Klasse Limousine A 180d Business Solution Aut. 4d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse Limousine A 180d Business Solution Aut. 4d',
'vin': None,
'year': 2020}
2026-03-29 22:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974497auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:11 [ecarstrade.be] INFO: Saving data for 6974497auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773761159.902363, 'last_price_update_time': 1774822811.345567}
2026-03-29 22:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974497auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973060> (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-29 22:20:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:11 [ecarstrade.be] INFO: Extracting details for car 6973060auction61871
2026-03-29 22:20:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with identifier: 6973060auction61871
2026-03-29 22:20:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with scrape type 2
2026-03-29 22:20:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with scrape type 2
2026-03-29 22:20:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9, identifier: 6973060auction61871
2026-03-29 22:20:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with identifier: 6973060auction61871
2026-03-29 22:20:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with identifier: 6973060auction61871
2026-03-29 22:20:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9 with identifier: 6973060auction61871 to the API
2026-03-29 22:20:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973060>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f12964a8-eaf0-581d-b4b2-6ca1c9f4b2d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973060',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 59655,
'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': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-29 22:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973060auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:12 [ecarstrade.be] INFO: Saving data for 6973060auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773767253.869902, 'last_price_update_time': 1774822812.017167}
2026-03-29 22:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973060auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973064> (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-29 22:20:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:13 [ecarstrade.be] INFO: Extracting details for car 6973064auction61871
2026-03-29 22:20:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: adfcca08-79b8-5af8-9ca7-39daff93f30c with identifier: 6973064auction61871
2026-03-29 22:20:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item adfcca08-79b8-5af8-9ca7-39daff93f30c with scrape type 2
2026-03-29 22:20:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item adfcca08-79b8-5af8-9ca7-39daff93f30c with scrape type 2
2026-03-29 22:20:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: adfcca08-79b8-5af8-9ca7-39daff93f30c, identifier: 6973064auction61871
2026-03-29 22:20:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: adfcca08-79b8-5af8-9ca7-39daff93f30c with identifier: 6973064auction61871
2026-03-29 22:20:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: adfcca08-79b8-5af8-9ca7-39daff93f30c with identifier: 6973064auction61871
2026-03-29 22:20:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: adfcca08-79b8-5af8-9ca7-39daff93f30c with identifier: 6973064auction61871 to the API
2026-03-29 22:20:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973064>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'adfcca08-79b8-5af8-9ca7-39daff93f30c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973064',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 77220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 35 TFSi 110kW S tronic 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 35 TFSi 110kW S tronic 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973064auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:13 [ecarstrade.be] INFO: Saving data for 6973064auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760788.950488, 'last_price_update_time': 1774822813.878791}
2026-03-29 22:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973064auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974493> (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-29 22:20:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:15 [ecarstrade.be] INFO: Extracting details for car 6974493auction61871
2026-03-29 22:20:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e759d92-1014-5441-aca9-7bd3cfa4549b with identifier: 6974493auction61871
2026-03-29 22:20:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e759d92-1014-5441-aca9-7bd3cfa4549b with scrape type 2
2026-03-29 22:20:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e759d92-1014-5441-aca9-7bd3cfa4549b with scrape type 2
2026-03-29 22:20:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e759d92-1014-5441-aca9-7bd3cfa4549b, identifier: 6974493auction61871
2026-03-29 22:20:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e759d92-1014-5441-aca9-7bd3cfa4549b with identifier: 6974493auction61871
2026-03-29 22:20:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e759d92-1014-5441-aca9-7bd3cfa4549b with identifier: 6974493auction61871
2026-03-29 22:20:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e759d92-1014-5441-aca9-7bd3cfa4549b with identifier: 6974493auction61871 to the API
2026-03-29 22:20:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974493>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '8e759d92-1014-5441-aca9-7bd3cfa4549b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974493',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 170130,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'Ford Transit Custom 340L 2.0TD130Pk/96Kw M6 FWD Trend 4d',
'transmission': 'manual',
'trim': '340L 2.0TD130Pk/96Kw M6 FWD Trend 4d',
'vin': None,
'year': 2018}
2026-03-29 22:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974493auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:16 [ecarstrade.be] INFO: Saving data for 6974493auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773761140.201177, 'last_price_update_time': 1774822816.071016}
2026-03-29 22:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974493auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974494> (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-29 22:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974489> (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-29 22:20:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974496> (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-29 22:20:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:16 [ecarstrade.be] INFO: Extracting details for car 6974494auction61871
2026-03-29 22:20:16 [ecarstrade.be] INFO: Extracting details for car 6974489auction61871
2026-03-29 22:20:16 [ecarstrade.be] INFO: Extracting details for car 6974496auction61871
2026-03-29 22:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af4bb50f-3da5-556a-81e9-c6cc8d106332 with identifier: 6974494auction61871
2026-03-29 22:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af4bb50f-3da5-556a-81e9-c6cc8d106332 with scrape type 2
2026-03-29 22:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item af4bb50f-3da5-556a-81e9-c6cc8d106332 with scrape type 2
2026-03-29 22:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af4bb50f-3da5-556a-81e9-c6cc8d106332, identifier: 6974494auction61871
2026-03-29 22:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with identifier: 6974489auction61871
2026-03-29 22:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with scrape type 2
2026-03-29 22:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with scrape type 2
2026-03-29 22:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfa6b33a-60c4-5bb5-a399-acd705bb05f6, identifier: 6974489auction61871
2026-03-29 22:20:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with identifier: 6974496auction61871
2026-03-29 22:20:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with scrape type 2
2026-03-29 22:20:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with scrape type 2
2026-03-29 22:20:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1f53b5b-3da0-5645-a732-3a05b38ca2d1, identifier: 6974496auction61871
2026-03-29 22:20:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af4bb50f-3da5-556a-81e9-c6cc8d106332 with identifier: 6974494auction61871
2026-03-29 22:20:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af4bb50f-3da5-556a-81e9-c6cc8d106332 with identifier: 6974494auction61871
2026-03-29 22:20:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af4bb50f-3da5-556a-81e9-c6cc8d106332 with identifier: 6974494auction61871 to the API
2026-03-29 22:20:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974494>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'af4bb50f-3da5-556a-81e9-c6cc8d106332',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974494',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 95714,
'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 Q3 35 TDI S Tronic Business Edition 5d',
'transmission': 'automatic',
'trim': '35 TDI S Tronic Business Edition 5d',
'vin': None,
'year': 2022}
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974494auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:17 [ecarstrade.be] INFO: Saving data for 6974494auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773761164.964833, 'last_price_update_time': 1774822817.009832}
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974494auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with identifier: 6974489auction61871
2026-03-29 22:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with identifier: 6974489auction61871
2026-03-29 22:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfa6b33a-60c4-5bb5-a399-acd705bb05f6 with identifier: 6974489auction61871 to the API
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974489>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'bfa6b33a-60c4-5bb5-a399-acd705bb05f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974489',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 115038,
'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': 'Mercedes-Benz A-Klasse Limousine A 200d Business Solution Limited '
'4d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse Limousine A 200d Business Solution Limited 4d',
'vin': None,
'year': 2021}
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974489auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:17 [ecarstrade.be] INFO: Saving data for 6974489auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773761091.246397, 'last_price_update_time': 1774822817.341674}
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974489auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with identifier: 6974496auction61871
2026-03-29 22:20:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with identifier: 6974496auction61871
2026-03-29 22:20:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1f53b5b-3da0-5645-a732-3a05b38ca2d1 with identifier: 6974496auction61871 to the API
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974496>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'a1f53b5b-3da0-5645-a732-3a05b38ca2d1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974496',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 131370,
'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': 'Skoda Octavia Combi 1.0 TSI GreenTec 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 1.0 TSI GreenTec 85kW Ambition 5d',
'vin': None,
'year': 2019}
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974496auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:17 [ecarstrade.be] INFO: Saving data for 6974496auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773761091.949871, 'last_price_update_time': 1774822817.658783}
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974496auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974476> (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-29 22:20:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974482> (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-29 22:20:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:17 [ecarstrade.be] INFO: Extracting details for car 6974476auction61871
2026-03-29 22:20:17 [ecarstrade.be] INFO: Extracting details for car 6974482auction61871
2026-03-29 22:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5282fc43-ea8a-5426-956a-1a7a03416c8a with identifier: 6974476auction61871
2026-03-29 22:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5282fc43-ea8a-5426-956a-1a7a03416c8a with scrape type 2
2026-03-29 22:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5282fc43-ea8a-5426-956a-1a7a03416c8a with scrape type 2
2026-03-29 22:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5282fc43-ea8a-5426-956a-1a7a03416c8a, identifier: 6974476auction61871
2026-03-29 22:20:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f73fb253-1085-5e67-ae40-979100958d25 with identifier: 6974482auction61871
2026-03-29 22:20:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f73fb253-1085-5e67-ae40-979100958d25 with scrape type 2
2026-03-29 22:20:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f73fb253-1085-5e67-ae40-979100958d25 with scrape type 2
2026-03-29 22:20:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f73fb253-1085-5e67-ae40-979100958d25, identifier: 6974482auction61871
2026-03-29 22:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5282fc43-ea8a-5426-956a-1a7a03416c8a with identifier: 6974476auction61871
2026-03-29 22:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5282fc43-ea8a-5426-956a-1a7a03416c8a with identifier: 6974476auction61871
2026-03-29 22:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5282fc43-ea8a-5426-956a-1a7a03416c8a with identifier: 6974476auction61871 to the API
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974476>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '5282fc43-ea8a-5426-956a-1a7a03416c8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974476',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X5',
'odometer': 152323,
'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 X5 - 2018 3.0A xDrive45e 286 PHEV (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': '- 2018 3.0A xDrive45e 286 PHEV (EU6d-TEMP) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974476auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:18 [ecarstrade.be] INFO: Saving data for 6974476auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760689.226651, 'last_price_update_time': 1774822818.306373}
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974476auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f73fb253-1085-5e67-ae40-979100958d25 with identifier: 6974482auction61871
2026-03-29 22:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f73fb253-1085-5e67-ae40-979100958d25 with identifier: 6974482auction61871
2026-03-29 22:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f73fb253-1085-5e67-ae40-979100958d25 with identifier: 6974482auction61871 to the API
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974482>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'f73fb253-1085-5e67-ae40-979100958d25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974482',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 18831,
'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 1 HATCH - 2019 116i 109hp OPF 5d',
'transmission': 'manual',
'trim': '1 HATCH - 2019 116i 109hp OPF 5d',
'vin': None,
'year': 2023}
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974482auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:18 [ecarstrade.be] INFO: Saving data for 6974482auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760995.301615, 'last_price_update_time': 1774822818.612687}
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974482auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974477> (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-29 22:20:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:18 [ecarstrade.be] INFO: Extracting details for car 6974477auction61871
2026-03-29 22:20:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bf0f495-913b-5f36-a446-ca047f5ebea0 with identifier: 6974477auction61871
2026-03-29 22:20:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bf0f495-913b-5f36-a446-ca047f5ebea0 with scrape type 2
2026-03-29 22:20:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5bf0f495-913b-5f36-a446-ca047f5ebea0 with scrape type 2
2026-03-29 22:20:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bf0f495-913b-5f36-a446-ca047f5ebea0, identifier: 6974477auction61871
2026-03-29 22:20:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bf0f495-913b-5f36-a446-ca047f5ebea0 with identifier: 6974477auction61871
2026-03-29 22:20:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bf0f495-913b-5f36-a446-ca047f5ebea0 with identifier: 6974477auction61871
2026-03-29 22:20:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bf0f495-913b-5f36-a446-ca047f5ebea0 with identifier: 6974477auction61871 to the API
2026-03-29 22:20:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974477>
{'auction_title': '',
'c_o_2_emission_value': 168,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5bf0f495-913b-5f36-a446-ca047f5ebea0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974477',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q5',
'odometer': 189344,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 DIESEL - 2020 40 TDi 204 Quattro Advanced S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2020 40 TDi 204 Quattro Advanced S tronic 5d',
'vin': None,
'year': 2021}
2026-03-29 22:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974477auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:19 [ecarstrade.be] INFO: Saving data for 6974477auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760689.929007, 'last_price_update_time': 1774822819.15537}
2026-03-29 22:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974477auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974480> (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-29 22:20:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:19 [ecarstrade.be] INFO: Extracting details for car 6974480auction61871
2026-03-29 22:20:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5d5e70a0-1add-5c96-89dc-cf191dbbceec with identifier: 6974480auction61871
2026-03-29 22:20:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5d5e70a0-1add-5c96-89dc-cf191dbbceec with scrape type 2
2026-03-29 22:20:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5d5e70a0-1add-5c96-89dc-cf191dbbceec with scrape type 2
2026-03-29 22:20:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5d5e70a0-1add-5c96-89dc-cf191dbbceec, identifier: 6974480auction61871
2026-03-29 22:20:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5d5e70a0-1add-5c96-89dc-cf191dbbceec with identifier: 6974480auction61871
2026-03-29 22:20:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5d5e70a0-1add-5c96-89dc-cf191dbbceec with identifier: 6974480auction61871
2026-03-29 22:20:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5d5e70a0-1add-5c96-89dc-cf191dbbceec with identifier: 6974480auction61871 to the API
2026-03-29 22:20:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974480>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '5d5e70a0-1add-5c96-89dc-cf191dbbceec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974480',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 160462,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Scala 1.0 TSI 81kW DSG7 Clever 5d',
'transmission': 'automatic',
'trim': '1.0 TSI 81kW DSG7 Clever 5d',
'vin': None,
'year': 2021}
2026-03-29 22:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974480auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:20 [ecarstrade.be] INFO: Saving data for 6974480auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760788.228422, 'last_price_update_time': 1774822820.282108}
2026-03-29 22:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974480auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973055> (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-29 22:20:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:22 [ecarstrade.be] INFO: Extracting details for car 6973055auction61871
2026-03-29 22:20:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with identifier: 6973055auction61871
2026-03-29 22:20:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with scrape type 2
2026-03-29 22:20:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with scrape type 2
2026-03-29 22:20:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f, identifier: 6973055auction61871
2026-03-29 22:20:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with identifier: 6973055auction61871
2026-03-29 22:20:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with identifier: 6973055auction61871
2026-03-29 22:20:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 323d7d6b-48b6-5a81-bc66-fb0e74989e3f with identifier: 6973055auction61871 to the API
2026-03-29 22:20:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973055>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '323d7d6b-48b6-5a81-bc66-fb0e74989e3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973055',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 12099,
'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': 'BMW 2 Reeks Active Tourer 218d (110kW) 5d',
'transmission': 'automatic',
'trim': '2 Reeks Active Tourer 218d (110kW) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973055auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:22 [ecarstrade.be] INFO: Saving data for 6973055auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760476.150872, 'last_price_update_time': 1774822822.481735}
2026-03-29 22:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973055auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973053> (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-29 22:20:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:23 [ecarstrade.be] INFO: Extracting details for car 6973053auction61871
2026-03-29 22:20:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973058> (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-29 22:20:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a8f7b43-c902-5101-8437-8e83e6a5c714 with identifier: 6973053auction61871
2026-03-29 22:20:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a8f7b43-c902-5101-8437-8e83e6a5c714 with scrape type 2
2026-03-29 22:20:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a8f7b43-c902-5101-8437-8e83e6a5c714 with scrape type 2
2026-03-29 22:20:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a8f7b43-c902-5101-8437-8e83e6a5c714, identifier: 6973053auction61871
2026-03-29 22:20:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a8f7b43-c902-5101-8437-8e83e6a5c714 with identifier: 6973053auction61871
2026-03-29 22:20:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a8f7b43-c902-5101-8437-8e83e6a5c714 with identifier: 6973053auction61871
2026-03-29 22:20:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a8f7b43-c902-5101-8437-8e83e6a5c714 with identifier: 6973053auction61871 to the API
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973053>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6a8f7b43-c902-5101-8437-8e83e6a5c714',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973053',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 54215,
'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': 'Opel Crossland X 1.2 61kW S/S 2020 Edition 5d',
'transmission': 'manual',
'trim': '1.2 61kW S/S 2020 Edition 5d',
'vin': None,
'year': 2021}
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973053auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:24 [ecarstrade.be] INFO: Saving data for 6973053auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760471.967467, 'last_price_update_time': 1774822824.328245}
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973053auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:24 [ecarstrade.be] INFO: Extracting details for car 6973058auction61871
2026-03-29 22:20:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09ee4b74-b658-57b7-9ba0-28ebb792d255 with identifier: 6973058auction61871
2026-03-29 22:20:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09ee4b74-b658-57b7-9ba0-28ebb792d255 with scrape type 2
2026-03-29 22:20:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09ee4b74-b658-57b7-9ba0-28ebb792d255 with scrape type 2
2026-03-29 22:20:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09ee4b74-b658-57b7-9ba0-28ebb792d255, identifier: 6973058auction61871
2026-03-29 22:20:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09ee4b74-b658-57b7-9ba0-28ebb792d255 with identifier: 6973058auction61871
2026-03-29 22:20:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09ee4b74-b658-57b7-9ba0-28ebb792d255 with identifier: 6973058auction61871
2026-03-29 22:20:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09ee4b74-b658-57b7-9ba0-28ebb792d255 with identifier: 6973058auction61871 to the API
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973058>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '09ee4b74-b658-57b7-9ba0-28ebb792d255',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973058',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q2',
'odometer': 23500,
'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': 'AUDI Q2 DIESEL - 2021 35 TDi 150hp Quattro S line S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2021 35 TDi 150hp Quattro S line S tronic 5d',
'vin': None,
'year': 2023}
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973058auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:24 [ecarstrade.be] INFO: Saving data for 6973058auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760414.265975, 'last_price_update_time': 1774822824.741274}
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973058auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973035> (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-29 22:20:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973052> (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-29 22:20:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:24 [ecarstrade.be] INFO: Extracting details for car 6973035auction61871
2026-03-29 22:20:24 [ecarstrade.be] INFO: Extracting details for car 6973052auction61871
2026-03-29 22:20:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4bf663b-36fb-5c3c-a5b1-7283a8262269 with identifier: 6973035auction61871
2026-03-29 22:20:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4bf663b-36fb-5c3c-a5b1-7283a8262269 with scrape type 2
2026-03-29 22:20:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c4bf663b-36fb-5c3c-a5b1-7283a8262269 with scrape type 2
2026-03-29 22:20:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4bf663b-36fb-5c3c-a5b1-7283a8262269, identifier: 6973035auction61871
2026-03-29 22:20:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: df160d90-ed4b-50a8-96e4-63c3d5e643f3 with identifier: 6973052auction61871
2026-03-29 22:20:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item df160d90-ed4b-50a8-96e4-63c3d5e643f3 with scrape type 2
2026-03-29 22:20:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item df160d90-ed4b-50a8-96e4-63c3d5e643f3 with scrape type 2
2026-03-29 22:20:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: df160d90-ed4b-50a8-96e4-63c3d5e643f3, identifier: 6973052auction61871
2026-03-29 22:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4bf663b-36fb-5c3c-a5b1-7283a8262269 with identifier: 6973035auction61871
2026-03-29 22:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4bf663b-36fb-5c3c-a5b1-7283a8262269 with identifier: 6973035auction61871
2026-03-29 22:20:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4bf663b-36fb-5c3c-a5b1-7283a8262269 with identifier: 6973035auction61871 to the API
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973035>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'c4bf663b-36fb-5c3c-a5b1-7283a8262269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973035',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 94552,
'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': "BMW, X1 FL'19 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2022}
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973035auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:25 [ecarstrade.be] INFO: Saving data for 6973035auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760408.963528, 'last_price_update_time': 1774822825.403983}
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973035auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: df160d90-ed4b-50a8-96e4-63c3d5e643f3 with identifier: 6973052auction61871
2026-03-29 22:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: df160d90-ed4b-50a8-96e4-63c3d5e643f3 with identifier: 6973052auction61871
2026-03-29 22:20:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: df160d90-ed4b-50a8-96e4-63c3d5e643f3 with identifier: 6973052auction61871 to the API
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973052>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'df160d90-ed4b-50a8-96e4-63c3d5e643f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973052',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Honda',
'model': 'CR-V',
'odometer': 70372,
'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': 'Honda CR-V 2.0 i-MMD 2WD CVT Elegance 5d',
'transmission': 'automatic',
'trim': '2.0 i-MMD 2WD CVT Elegance 5d',
'vin': None,
'year': 2021}
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973052auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:25 [ecarstrade.be] INFO: Saving data for 6973052auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760473.909179, 'last_price_update_time': 1774822825.728677}
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973052auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974467> (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-29 22:20:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:25 [ecarstrade.be] INFO: Extracting details for car 6974467auction61871
2026-03-29 22:20:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 374b0ace-b49d-5bb0-aefc-994b528cf247 with identifier: 6974467auction61871
2026-03-29 22:20:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 374b0ace-b49d-5bb0-aefc-994b528cf247 with scrape type 2
2026-03-29 22:20:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 374b0ace-b49d-5bb0-aefc-994b528cf247 with scrape type 2
2026-03-29 22:20:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 374b0ace-b49d-5bb0-aefc-994b528cf247, identifier: 6974467auction61871
2026-03-29 22:20:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 374b0ace-b49d-5bb0-aefc-994b528cf247 with identifier: 6974467auction61871
2026-03-29 22:20:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 374b0ace-b49d-5bb0-aefc-994b528cf247 with identifier: 6974467auction61871
2026-03-29 22:20:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 374b0ace-b49d-5bb0-aefc-994b528cf247 with identifier: 6974467auction61871 to the API
2026-03-29 22:20:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974467>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '374b0ace-b49d-5bb0-aefc-994b528cf247',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974467',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'Other',
'odometer': 214772,
'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 cee'd Sportswagon Pulse 1.6 CRDi 136 MHEV e-cl",
'vin': None,
'year': 2022}
2026-03-29 22:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974467auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:26 [ecarstrade.be] INFO: Saving data for 6974467auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760791.067126, 'last_price_update_time': 1774822826.273505}
2026-03-29 22:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974467auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974468> (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-29 22:20:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:26 [ecarstrade.be] INFO: Extracting details for car 6974468auction61871
2026-03-29 22:20:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb116923-29a9-59c9-8002-72a915ef7764 with identifier: 6974468auction61871
2026-03-29 22:20:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb116923-29a9-59c9-8002-72a915ef7764 with scrape type 2
2026-03-29 22:20:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fb116923-29a9-59c9-8002-72a915ef7764 with scrape type 2
2026-03-29 22:20:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb116923-29a9-59c9-8002-72a915ef7764, identifier: 6974468auction61871
2026-03-29 22:20:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb116923-29a9-59c9-8002-72a915ef7764 with identifier: 6974468auction61871
2026-03-29 22:20:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb116923-29a9-59c9-8002-72a915ef7764 with identifier: 6974468auction61871
2026-03-29 22:20:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb116923-29a9-59c9-8002-72a915ef7764 with identifier: 6974468auction61871 to the API
2026-03-29 22:20:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974468>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'fb116923-29a9-59c9-8002-72a915ef7764',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974468',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 140816,
'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': "Citroën, C5 Aircross '18 PHEV, Citroën C5 Aircross Hybrid 225 "
'e-EAT8 Business GPS',
'transmission': 'automatic',
'trim': "Citroën, '18 PHEV, Citroën Hybrid 225 e-EAT8 Business GPS",
'vin': None,
'year': 2022}
2026-03-29 22:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974468auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:27 [ecarstrade.be] INFO: Saving data for 6974468auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760789.645176, 'last_price_update_time': 1774822827.154157}
2026-03-29 22:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974468auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974465> (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-29 22:20:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974486> (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-29 22:20:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:28 [ecarstrade.be] INFO: Extracting details for car 6974465auction61871
2026-03-29 22:20:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 842373a4-e577-5b09-b69c-15dcc9e59a81 with identifier: 6974465auction61871
2026-03-29 22:20:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 842373a4-e577-5b09-b69c-15dcc9e59a81 with scrape type 2
2026-03-29 22:20:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 842373a4-e577-5b09-b69c-15dcc9e59a81 with scrape type 2
2026-03-29 22:20:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 842373a4-e577-5b09-b69c-15dcc9e59a81, identifier: 6974465auction61871
2026-03-29 22:20:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 842373a4-e577-5b09-b69c-15dcc9e59a81 with identifier: 6974465auction61871
2026-03-29 22:20:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 842373a4-e577-5b09-b69c-15dcc9e59a81 with identifier: 6974465auction61871
2026-03-29 22:20:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 842373a4-e577-5b09-b69c-15dcc9e59a81 with identifier: 6974465auction61871 to the API
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974465>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '842373a4-e577-5b09-b69c-15dcc9e59a81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974465',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '5 Series',
'odometer': 102062,
'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': "BMW, 5-serie FL'20, BMW 5 Reeks Berline 530e 200kW 4d",
'transmission': 'automatic',
'trim': ", 5-serie FL'20, 5 Reeks Berline 530e 200kW 4d",
'vin': None,
'year': 2020}
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974465auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:29 [ecarstrade.be] INFO: Saving data for 6974465auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760894.251781, 'last_price_update_time': 1774822829.253046}
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974465auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:29 [ecarstrade.be] INFO: Extracting details for car 6974486auction61871
2026-03-29 22:20:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with identifier: 6974486auction61871
2026-03-29 22:20:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with scrape type 2
2026-03-29 22:20:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with scrape type 2
2026-03-29 22:20:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8, identifier: 6974486auction61871
2026-03-29 22:20:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with identifier: 6974486auction61871
2026-03-29 22:20:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with identifier: 6974486auction61871
2026-03-29 22:20:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8 with identifier: 6974486auction61871 to the API
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974486>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '5a8a7df2-a1bb-5747-a4bc-91b5ff265cb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974486',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 49029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'VOLVO XC90 - 2019 2.0 T8 TE 4WD PHEV Ultimate Bright 7pl. 5d',
'transmission': 'automatic',
'trim': 'VOLVO XC90 - 2019 2.0 T8 TE 4WD PHEV Ultimate Bright 7pl. 5d',
'vin': None,
'year': 2024}
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974486auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:29 [ecarstrade.be] INFO: Saving data for 6974486auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773761089.597156, 'last_price_update_time': 1774822829.680664}
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974486auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973036> (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-29 22:20:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:30 [ecarstrade.be] INFO: Extracting details for car 6973036auction61871
2026-03-29 22:20:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0fd7c32a-3e12-5266-80ba-b5b39589342b with identifier: 6973036auction61871
2026-03-29 22:20:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0fd7c32a-3e12-5266-80ba-b5b39589342b with scrape type 2
2026-03-29 22:20:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0fd7c32a-3e12-5266-80ba-b5b39589342b with scrape type 2
2026-03-29 22:20:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0fd7c32a-3e12-5266-80ba-b5b39589342b, identifier: 6973036auction61871
2026-03-29 22:20:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0fd7c32a-3e12-5266-80ba-b5b39589342b with identifier: 6973036auction61871
2026-03-29 22:20:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0fd7c32a-3e12-5266-80ba-b5b39589342b with identifier: 6973036auction61871
2026-03-29 22:20:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0fd7c32a-3e12-5266-80ba-b5b39589342b with identifier: 6973036auction61871 to the API
2026-03-29 22:20:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973036>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '0fd7c32a-3e12-5266-80ba-b5b39589342b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973036',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 126244,
'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, GLC FL'19 PHEV, Mercedes-Benz GLC GLC 300 de Business "
'Solution 4MA',
'transmission': 'automatic',
'trim': ", GLC FL'19 PHEV, -Benz GLC GLC 300 de Business Solution 4MA",
'vin': None,
'year': 2022}
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973036auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:31 [ecarstrade.be] INFO: Saving data for 6973036auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760475.473827, 'last_price_update_time': 1774822831.347119}
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973036auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974463> (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-29 22:20:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:31 [ecarstrade.be] INFO: Extracting details for car 6974463auction61871
2026-03-29 22:20:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88c8441c-60a7-507b-9211-96bddb63a163 with identifier: 6974463auction61871
2026-03-29 22:20:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88c8441c-60a7-507b-9211-96bddb63a163 with scrape type 2
2026-03-29 22:20:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88c8441c-60a7-507b-9211-96bddb63a163 with scrape type 2
2026-03-29 22:20:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88c8441c-60a7-507b-9211-96bddb63a163, identifier: 6974463auction61871
2026-03-29 22:20:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88c8441c-60a7-507b-9211-96bddb63a163 with identifier: 6974463auction61871
2026-03-29 22:20:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88c8441c-60a7-507b-9211-96bddb63a163 with identifier: 6974463auction61871
2026-03-29 22:20:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88c8441c-60a7-507b-9211-96bddb63a163 with identifier: 6974463auction61871 to the API
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974463>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '88c8441c-60a7-507b-9211-96bddb63a163',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974463',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'E-Class',
'odometer': 87446,
'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': "Mercedes, E-Class Break FL'20, Mercedes-Benz E-Klasse Break E 200d "
'Business Solut',
'transmission': 'automatic',
'trim': ", Break FL'20, -Benz E-Klasse Break E 200d Business Solut",
'vin': None,
'year': 2021}
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974463auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:31 [ecarstrade.be] INFO: Saving data for 6974463auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760786.567789, 'last_price_update_time': 1774822831.908774}
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974463auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974469> (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-29 22:20:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:32 [ecarstrade.be] INFO: Extracting details for car 6974469auction61871
2026-03-29 22:20:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6176f1e-258b-56b1-ab01-bec284fbc0e3 with identifier: 6974469auction61871
2026-03-29 22:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6176f1e-258b-56b1-ab01-bec284fbc0e3 with scrape type 2
2026-03-29 22:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f6176f1e-258b-56b1-ab01-bec284fbc0e3 with scrape type 2
2026-03-29 22:20:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6176f1e-258b-56b1-ab01-bec284fbc0e3, identifier: 6974469auction61871
2026-03-29 22:20:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6176f1e-258b-56b1-ab01-bec284fbc0e3 with identifier: 6974469auction61871
2026-03-29 22:20:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6176f1e-258b-56b1-ab01-bec284fbc0e3 with identifier: 6974469auction61871
2026-03-29 22:20:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6176f1e-258b-56b1-ab01-bec284fbc0e3 with identifier: 6974469auction61871 to the API
2026-03-29 22:20:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974469>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f6176f1e-258b-56b1-ab01-bec284fbc0e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974469',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 218303,
'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': 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-29 22:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974469auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:32 [ecarstrade.be] INFO: Saving data for 6974469auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760888.612958, 'last_price_update_time': 1774822832.677024}
2026-03-29 22:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974469auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974470> (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-29 22:20:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973037> (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-29 22:20:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:32 [ecarstrade.be] INFO: Extracting details for car 6974470auction61871
2026-03-29 22:20:32 [ecarstrade.be] INFO: Extracting details for car 6973037auction61871
2026-03-29 22:20:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974472> (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-29 22:20:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with identifier: 6974470auction61871
2026-03-29 22:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with scrape type 2
2026-03-29 22:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with scrape type 2
2026-03-29 22:20:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01ae8d82-6026-5f50-b90d-1c3c3b043a75, identifier: 6974470auction61871
2026-03-29 22:20:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f02ade1-d60b-5a5f-922c-539e16dacc1e with identifier: 6973037auction61871
2026-03-29 22:20:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f02ade1-d60b-5a5f-922c-539e16dacc1e with scrape type 2
2026-03-29 22:20:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f02ade1-d60b-5a5f-922c-539e16dacc1e with scrape type 2
2026-03-29 22:20:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f02ade1-d60b-5a5f-922c-539e16dacc1e, identifier: 6973037auction61871
2026-03-29 22:20:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with identifier: 6974470auction61871
2026-03-29 22:20:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with identifier: 6974470auction61871
2026-03-29 22:20:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01ae8d82-6026-5f50-b90d-1c3c3b043a75 with identifier: 6974470auction61871 to the API
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974470>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '01ae8d82-6026-5f50-b90d-1c3c3b043a75',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974470',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 88245,
'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-serie Touring '18, BMW 3 Reeks Touring 318dA (110 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring 318dA (110 kW) 5d",
'vin': None,
'year': 2022}
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974470auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:33 [ecarstrade.be] INFO: Saving data for 6974470auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760792.490026, 'last_price_update_time': 1774822833.345501}
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974470auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f02ade1-d60b-5a5f-922c-539e16dacc1e with identifier: 6973037auction61871
2026-03-29 22:20:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f02ade1-d60b-5a5f-922c-539e16dacc1e with identifier: 6973037auction61871
2026-03-29 22:20:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f02ade1-d60b-5a5f-922c-539e16dacc1e with identifier: 6973037auction61871 to the API
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973037>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '4f02ade1-d60b-5a5f-922c-539e16dacc1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973037',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 72073,
'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, A-Class '18 PHEV, Mercedes-Benz A-Klasse A 250 e 5d",
'transmission': 'automatic',
'trim': ", '18 PHEV, -Benz A-Klasse A 250 e 5d",
'vin': None,
'year': 2022}
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973037auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:33 [ecarstrade.be] INFO: Saving data for 6973037auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760796.142728, 'last_price_update_time': 1774822833.685747}
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973037auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:33 [ecarstrade.be] INFO: Extracting details for car 6974472auction61871
2026-03-29 22:20:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a797e32-7fba-5281-a008-d11658bdc8d6 with identifier: 6974472auction61871
2026-03-29 22:20:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a797e32-7fba-5281-a008-d11658bdc8d6 with scrape type 2
2026-03-29 22:20:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7a797e32-7fba-5281-a008-d11658bdc8d6 with scrape type 2
2026-03-29 22:20:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a797e32-7fba-5281-a008-d11658bdc8d6, identifier: 6974472auction61871
2026-03-29 22:20:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a797e32-7fba-5281-a008-d11658bdc8d6 with identifier: 6974472auction61871
2026-03-29 22:20:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a797e32-7fba-5281-a008-d11658bdc8d6 with identifier: 6974472auction61871
2026-03-29 22:20:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a797e32-7fba-5281-a008-d11658bdc8d6 with identifier: 6974472auction61871 to the API
2026-03-29 22:20:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974472>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '7a797e32-7fba-5281-a008-d11658bdc8d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974472',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 54467,
'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': "Peugeot, 508 SW '18, Peugeot 508 SW 1.6 Hybrid 225 e-EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", SW '18, SW 1.6 Hybrid 225 e-EAT8 GT 5d",
'vin': None,
'year': 2021}
2026-03-29 22:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974472auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:34 [ecarstrade.be] INFO: Saving data for 6974472auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760785.852082, 'last_price_update_time': 1774822834.141359}
2026-03-29 22:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974472auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973046> (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-29 22:20:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:35 [ecarstrade.be] INFO: Extracting details for car 6973046auction61871
2026-03-29 22:20:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae540560-d461-5372-b664-eb1962ad79af with identifier: 6973046auction61871
2026-03-29 22:20:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae540560-d461-5372-b664-eb1962ad79af with scrape type 2
2026-03-29 22:20:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae540560-d461-5372-b664-eb1962ad79af with scrape type 2
2026-03-29 22:20:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae540560-d461-5372-b664-eb1962ad79af, identifier: 6973046auction61871
2026-03-29 22:20:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae540560-d461-5372-b664-eb1962ad79af with identifier: 6973046auction61871
2026-03-29 22:20:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae540560-d461-5372-b664-eb1962ad79af with identifier: 6973046auction61871
2026-03-29 22:20:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae540560-d461-5372-b664-eb1962ad79af with identifier: 6973046auction61871 to the API
2026-03-29 22:20:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973046>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'ae540560-d461-5372-b664-eb1962ad79af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973046',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 117886,
'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': 'Skoda Scala 1.0 TSI 81kW DSG7 Clever 5d',
'transmission': 'automatic',
'trim': '1.0 TSI 81kW DSG7 Clever 5d',
'vin': None,
'year': 2022}
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973046auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:36 [ecarstrade.be] INFO: Saving data for 6973046auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760513.483163, 'last_price_update_time': 1774822836.201814}
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973046auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973043> (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-29 22:20:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:36 [ecarstrade.be] INFO: Extracting details for car 6973043auction61871
2026-03-29 22:20:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6742032-38df-5814-b007-2239f8959c33 with identifier: 6973043auction61871
2026-03-29 22:20:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6742032-38df-5814-b007-2239f8959c33 with scrape type 2
2026-03-29 22:20:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c6742032-38df-5814-b007-2239f8959c33 with scrape type 2
2026-03-29 22:20:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6742032-38df-5814-b007-2239f8959c33, identifier: 6973043auction61871
2026-03-29 22:20:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6742032-38df-5814-b007-2239f8959c33 with identifier: 6973043auction61871
2026-03-29 22:20:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6742032-38df-5814-b007-2239f8959c33 with identifier: 6973043auction61871
2026-03-29 22:20:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6742032-38df-5814-b007-2239f8959c33 with identifier: 6973043auction61871 to the API
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973043>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'c6742032-38df-5814-b007-2239f8959c33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973043',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 83998,
'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': 'BMW X1 sDrive16d (85 kW) 5d',
'transmission': 'manual',
'trim': 'sDrive16d (85 kW) 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973043auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:36 [ecarstrade.be] INFO: Saving data for 6973043auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760512.305243, 'last_price_update_time': 1774822836.733671}
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973043auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974474> (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-29 22:20:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:38 [ecarstrade.be] INFO: Extracting details for car 6974474auction61871
2026-03-29 22:20:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with identifier: 6974474auction61871
2026-03-29 22:20:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with scrape type 2
2026-03-29 22:20:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with scrape type 2
2026-03-29 22:20:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e, identifier: 6974474auction61871
2026-03-29 22:20:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with identifier: 6974474auction61871
2026-03-29 22:20:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with identifier: 6974474auction61871
2026-03-29 22:20:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e with identifier: 6974474auction61871 to the API
2026-03-29 22:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974474>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '6e23a8c3-29b8-57d6-a5c8-53f0edca9c1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974474',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Other',
'odometer': 84111,
'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': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-29 22:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974474auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:38 [ecarstrade.be] INFO: Saving data for 6974474auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760793.338922, 'last_price_update_time': 1774822838.459873}
2026-03-29 22:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974474auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974478> (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-29 22:20:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:38 [ecarstrade.be] INFO: Extracting details for car 6974478auction61871
2026-03-29 22:20:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 92e76af2-82e5-5ff3-8f32-53ce33bb934c with identifier: 6974478auction61871
2026-03-29 22:20:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 92e76af2-82e5-5ff3-8f32-53ce33bb934c with scrape type 2
2026-03-29 22:20:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 92e76af2-82e5-5ff3-8f32-53ce33bb934c with scrape type 2
2026-03-29 22:20:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 92e76af2-82e5-5ff3-8f32-53ce33bb934c, identifier: 6974478auction61871
2026-03-29 22:20:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 92e76af2-82e5-5ff3-8f32-53ce33bb934c with identifier: 6974478auction61871
2026-03-29 22:20:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 92e76af2-82e5-5ff3-8f32-53ce33bb934c with identifier: 6974478auction61871
2026-03-29 22:20:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 92e76af2-82e5-5ff3-8f32-53ce33bb934c with identifier: 6974478auction61871 to the API
2026-03-29 22:20:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974478>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '92e76af2-82e5-5ff3-8f32-53ce33bb934c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974478',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Focus',
'odometer': 118746,
'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': 'Ford Focus Clipper 1.5 EcoBlue 88kW Aut. Trend Ed. Business 5d',
'transmission': 'automatic',
'trim': 'Clipper 1.5 EcoBlue 88kW Aut. Trend Ed. Business 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974478auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:39 [ecarstrade.be] INFO: Saving data for 6974478auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760794.796714, 'last_price_update_time': 1774822839.890789}
2026-03-29 22:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974478auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973042> (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-29 22:20:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973050> (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-29 22:20:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973051> (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-29 22:20:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973049> (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-29 22:20:40 [ecarstrade.be] INFO: Extracting details for car 6973042auction61871
2026-03-29 22:20:40 [ecarstrade.be] INFO: Extracting details for car 6973050auction61871
2026-03-29 22:20:40 [ecarstrade.be] INFO: Extracting details for car 6973051auction61871
2026-03-29 22:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5e67a95-14af-5a10-a02e-2f38a1998069 with identifier: 6973042auction61871
2026-03-29 22:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5e67a95-14af-5a10-a02e-2f38a1998069 with scrape type 2
2026-03-29 22:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5e67a95-14af-5a10-a02e-2f38a1998069 with scrape type 2
2026-03-29 22:20:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5e67a95-14af-5a10-a02e-2f38a1998069, identifier: 6973042auction61871
2026-03-29 22:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 09fdf1ae-0a98-5804-a710-37d66a10aca1 with identifier: 6973050auction61871
2026-03-29 22:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 09fdf1ae-0a98-5804-a710-37d66a10aca1 with scrape type 2
2026-03-29 22:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 09fdf1ae-0a98-5804-a710-37d66a10aca1 with scrape type 2
2026-03-29 22:20:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 09fdf1ae-0a98-5804-a710-37d66a10aca1, identifier: 6973050auction61871
2026-03-29 22:20:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 457c121a-d4ed-50e3-98ee-773720313c24 with identifier: 6973051auction61871
2026-03-29 22:20:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 457c121a-d4ed-50e3-98ee-773720313c24 with scrape type 2
2026-03-29 22:20:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 457c121a-d4ed-50e3-98ee-773720313c24 with scrape type 2
2026-03-29 22:20:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 457c121a-d4ed-50e3-98ee-773720313c24, identifier: 6973051auction61871
2026-03-29 22:20:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5e67a95-14af-5a10-a02e-2f38a1998069 with identifier: 6973042auction61871
2026-03-29 22:20:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5e67a95-14af-5a10-a02e-2f38a1998069 with identifier: 6973042auction61871
2026-03-29 22:20:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5e67a95-14af-5a10-a02e-2f38a1998069 with identifier: 6973042auction61871 to the API
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973042>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd5e67a95-14af-5a10-a02e-2f38a1998069',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973042',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A3',
'odometer': 165141,
'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': 'Audi A3 Sportback 2.0 30 TDi 85kW S tronic S Line 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 30 TDi 85kW S tronic S Line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973042auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:40 [ecarstrade.be] INFO: Saving data for 6973042auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760511.867407, 'last_price_update_time': 1774822840.635852}
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973042auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 09fdf1ae-0a98-5804-a710-37d66a10aca1 with identifier: 6973050auction61871
2026-03-29 22:20:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 09fdf1ae-0a98-5804-a710-37d66a10aca1 with identifier: 6973050auction61871
2026-03-29 22:20:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 09fdf1ae-0a98-5804-a710-37d66a10aca1 with identifier: 6973050auction61871 to the API
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973050>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '09fdf1ae-0a98-5804-a710-37d66a10aca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973050',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Galaxy',
'odometer': 101279,
'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': 7,
'seller_name': None,
'title': 'Ford Galaxy 2.5i HEV Aut. 140kW Titanium 5d 7pl',
'transmission': 'automatic',
'trim': '2.5i HEV Aut. 140kW Titanium 5d 7pl',
'vin': None,
'year': 2022}
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973050auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:40 [ecarstrade.be] INFO: Saving data for 6973050auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760470.739926, 'last_price_update_time': 1774822840.95985}
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973050auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 457c121a-d4ed-50e3-98ee-773720313c24 with identifier: 6973051auction61871
2026-03-29 22:20:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 457c121a-d4ed-50e3-98ee-773720313c24 with identifier: 6973051auction61871
2026-03-29 22:20:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 457c121a-d4ed-50e3-98ee-773720313c24 with identifier: 6973051auction61871 to the API
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973051>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '457c121a-d4ed-50e3-98ee-773720313c24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973051',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q2',
'odometer': 129566,
'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': 'Audi Q2 1.5 35 TFSI 110kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': '1.5 35 TFSI 110kW S tronic Business Ed 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973051auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:41 [ecarstrade.be] INFO: Saving data for 6973051auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760471.361175, 'last_price_update_time': 1774822841.273379}
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973051auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:41 [ecarstrade.be] INFO: Extracting details for car 6973049auction61871
2026-03-29 22:20:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5707634-152e-57a6-ad0e-ecd780151181 with identifier: 6973049auction61871
2026-03-29 22:20:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5707634-152e-57a6-ad0e-ecd780151181 with scrape type 2
2026-03-29 22:20:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5707634-152e-57a6-ad0e-ecd780151181 with scrape type 2
2026-03-29 22:20:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5707634-152e-57a6-ad0e-ecd780151181, identifier: 6973049auction61871
2026-03-29 22:20:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5707634-152e-57a6-ad0e-ecd780151181 with identifier: 6973049auction61871
2026-03-29 22:20:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5707634-152e-57a6-ad0e-ecd780151181 with identifier: 6973049auction61871
2026-03-29 22:20:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5707634-152e-57a6-ad0e-ecd780151181 with identifier: 6973049auction61871 to the API
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973049>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e5707634-152e-57a6-ad0e-ecd780151181',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973049',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 31630,
'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': 'Volkswagen Golf VIII 1.0 TSI 81kW Life Business 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life Business 5d',
'vin': None,
'year': 2023}
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973049auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:41 [ecarstrade.be] INFO: Saving data for 6973049auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760485.197808, 'last_price_update_time': 1774822841.722144}
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973049auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973056> (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-29 22:20:42 [ecarstrade.be] INFO: Extracting details for car 6973056auction61871
2026-03-29 22:20:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f0be6937-6de3-506b-a11b-360142629ff3 with identifier: 6973056auction61871
2026-03-29 22:20:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f0be6937-6de3-506b-a11b-360142629ff3 with scrape type 2
2026-03-29 22:20:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f0be6937-6de3-506b-a11b-360142629ff3 with scrape type 2
2026-03-29 22:20:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f0be6937-6de3-506b-a11b-360142629ff3, identifier: 6973056auction61871
2026-03-29 22:20:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f0be6937-6de3-506b-a11b-360142629ff3 with identifier: 6973056auction61871
2026-03-29 22:20:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f0be6937-6de3-506b-a11b-360142629ff3 with identifier: 6973056auction61871
2026-03-29 22:20:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f0be6937-6de3-506b-a11b-360142629ff3 with identifier: 6973056auction61871 to the API
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973056>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'f0be6937-6de3-506b-a11b-360142629ff3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973056',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 54481,
'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': 'VOLVO XC40 - 2022 2.0 B4 197hp AWD MHEV Plus Bright Design DCT 5d',
'transmission': 'automatic',
'trim': 'VOLVO XC40 - 2022 2.0 B4 197hp AWD MHEV Plus Bright Design DCT 5d',
'vin': None,
'year': 2022}
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973056auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:42 [ecarstrade.be] INFO: Saving data for 6973056auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760476.547393, 'last_price_update_time': 1774822842.760638}
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973056auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:42 [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-29 22:20:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:20:42 [ecarstrade.be] INFO: Found listing with ID: 6974464auction61871
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974464auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:42 [ecarstrade.be] INFO: Scrape type for 6974464auction61871: 2
2026-03-29 22:20:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:42 [ecarstrade.be] INFO: Found listing with ID: 6974466auction61871
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974466auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:42 [ecarstrade.be] INFO: Scrape type for 6974466auction61871: 2
2026-03-29 22:20:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:42 [ecarstrade.be] INFO: Found listing with ID: 6907040auction61871
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907040auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:42 [ecarstrade.be] INFO: Scrape type for 6907040auction61871: 2
2026-03-29 22:20:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:42 [ecarstrade.be] INFO: Found listing with ID: 6954131auction61871
2026-03-29 22:20:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276954131auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6954131auction61871: 2
2026-03-29 22:20:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6859943auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859943auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6859943auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6694675auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694675auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6694675auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6812191auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6812191auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 2
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 0
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 0
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 0
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 0
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 0
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:43 [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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 0
2026-03-29 22:20:43 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-29 22:20:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20: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-29 22:20:43 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 0
2026-03-29 22:20:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974481> (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-29 22:20:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:44 [ecarstrade.be] INFO: Extracting details for car 6974481auction61871
2026-03-29 22:20:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with identifier: 6974481auction61871
2026-03-29 22:20:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with scrape type 2
2026-03-29 22:20:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with scrape type 2
2026-03-29 22:20:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06, identifier: 6974481auction61871
2026-03-29 22:20:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with identifier: 6974481auction61871
2026-03-29 22:20:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with identifier: 6974481auction61871
2026-03-29 22:20:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c2c2c81-1aa7-591c-97eb-c34038f7bb06 with identifier: 6974481auction61871 to the API
2026-03-29 22:20:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974481>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '1c2c2c81-1aa7-591c-97eb-c34038f7bb06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974481',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 42434,
'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 YARIS - 2020 1.5i VVT-i 92 Hybrid E-CVT Elegant 5d',
'transmission': 'automatic',
'trim': 'TOYOTA YARIS - 2020 1.5i VVT-i 92 Hybrid E-CVT Elegant 5d',
'vin': None,
'year': 2022}
2026-03-29 22:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974481auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:45 [ecarstrade.be] INFO: Saving data for 6974481auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760691.367535, 'last_price_update_time': 1774822845.068447}
2026-03-29 22:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974481auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6973059> (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-29 22:20:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:45 [ecarstrade.be] INFO: Extracting details for car 6973059auction61871
2026-03-29 22:20:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with identifier: 6973059auction61871
2026-03-29 22:20:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with scrape type 2
2026-03-29 22:20:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with scrape type 2
2026-03-29 22:20:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd, identifier: 6973059auction61871
2026-03-29 22:20:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with identifier: 6973059auction61871
2026-03-29 22:20:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with identifier: 6973059auction61871
2026-03-29 22:20:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83a4f656-d30d-57cc-a939-4ddd4f61cbcd with identifier: 6973059auction61871 to the API
2026-03-29 22:20:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6973059>
{'auction_title': '',
'c_o_2_emission_value': 176,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '83a4f656-d30d-57cc-a939-4ddd4f61cbcd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6973059',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 120298,
'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': 7,
'seller_name': None,
'title': 'FORD S-MAX DIESEL - 2015 2.0 TDCi 190 AWD ST-Line AdBlue (EU6d) 5d '
'7pl',
'transmission': 'automatic',
'trim': 'FORD S-MAX DIESEL - 2015 2.0 TDCi 190 AWD ST-Line AdBlue (EU6d) 5d '
'7pl',
'vin': None,
'year': 2022}
2026-03-29 22:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973059auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:46 [ecarstrade.be] INFO: Saving data for 6973059auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760474.49314, 'last_price_update_time': 1774822846.086893}
2026-03-29 22:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6973059auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974485> (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-29 22:20:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:47 [ecarstrade.be] INFO: Extracting details for car 6974485auction61871
2026-03-29 22:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9713602-7b36-52b0-b5b8-7df342181562 with identifier: 6974485auction61871
2026-03-29 22:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9713602-7b36-52b0-b5b8-7df342181562 with scrape type 2
2026-03-29 22:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e9713602-7b36-52b0-b5b8-7df342181562 with scrape type 2
2026-03-29 22:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9713602-7b36-52b0-b5b8-7df342181562, identifier: 6974485auction61871
2026-03-29 22:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9713602-7b36-52b0-b5b8-7df342181562 with identifier: 6974485auction61871
2026-03-29 22:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9713602-7b36-52b0-b5b8-7df342181562 with identifier: 6974485auction61871
2026-03-29 22:20:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9713602-7b36-52b0-b5b8-7df342181562 with identifier: 6974485auction61871 to the API
2026-03-29 22:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974485>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e9713602-7b36-52b0-b5b8-7df342181562',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974485',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 38533,
'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 CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'transmission': 'manual',
'trim': 'OPEL CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974485auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:47 [ecarstrade.be] INFO: Saving data for 6974485auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760993.139165, 'last_price_update_time': 1774822847.579042}
2026-03-29 22:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974485auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974490> (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-29 22:20:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:47 [ecarstrade.be] INFO: Extracting details for car 6974490auction61871
2026-03-29 22:20:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ca2aaac-8893-53a5-a297-294f895985f0 with identifier: 6974490auction61871
2026-03-29 22:20:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ca2aaac-8893-53a5-a297-294f895985f0 with scrape type 2
2026-03-29 22:20:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ca2aaac-8893-53a5-a297-294f895985f0 with scrape type 2
2026-03-29 22:20:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ca2aaac-8893-53a5-a297-294f895985f0, identifier: 6974490auction61871
2026-03-29 22:20:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ca2aaac-8893-53a5-a297-294f895985f0 with identifier: 6974490auction61871
2026-03-29 22:20:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ca2aaac-8893-53a5-a297-294f895985f0 with identifier: 6974490auction61871
2026-03-29 22:20:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ca2aaac-8893-53a5-a297-294f895985f0 with identifier: 6974490auction61871 to the API
2026-03-29 22:20:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974490>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '1ca2aaac-8893-53a5-a297-294f895985f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974490',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 139575,
'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': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974490auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:48 [ecarstrade.be] INFO: Saving data for 6974490auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760991.376734, 'last_price_update_time': 1774822848.102765}
2026-03-29 22:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974490auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907040> (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-29 22:20:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:48 [ecarstrade.be] INFO: Extracting details for car 6907040auction61871
2026-03-29 22:20:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with identifier: 6907040auction61871
2026-03-29 22:20:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with scrape type 2
2026-03-29 22:20:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with scrape type 2
2026-03-29 22:20:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53, identifier: 6907040auction61871
2026-03-29 22:20:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with identifier: 6907040auction61871
2026-03-29 22:20:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with identifier: 6907040auction61871
2026-03-29 22:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bf8b747-2b2b-5c1a-9661-da7ea59e4b53 with identifier: 6907040auction61871 to the API
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907040>
{'auction_title': '',
'c_o_2_emission_value': 184,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '3bf8b747-2b2b-5c1a-9661-da7ea59e4b53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907040',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'AC',
'model': 'Jaguar E-Pace',
'odometer': 137164,
'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': 'Jaguar E-Pace D150 AWD 5d !! technical issues !!',
'transmission': 'manual',
'trim': 'D150 AWD 5d !! technical issues !!',
'vin': None,
'year': 2020}
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907040auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:49 [ecarstrade.be] INFO: Saving data for 6907040auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774450676.440558, 'last_price_update_time': 1774822849.255163}
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907040auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974466> (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-29 22:20:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6974464> (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-29 22:20:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:49 [ecarstrade.be] INFO: Extracting details for car 6974466auction61871
2026-03-29 22:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4edfe9da-cde7-5611-8a0b-30c29b643d77 with identifier: 6974466auction61871
2026-03-29 22:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4edfe9da-cde7-5611-8a0b-30c29b643d77 with scrape type 2
2026-03-29 22:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4edfe9da-cde7-5611-8a0b-30c29b643d77 with scrape type 2
2026-03-29 22:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4edfe9da-cde7-5611-8a0b-30c29b643d77, identifier: 6974466auction61871
2026-03-29 22:20:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4edfe9da-cde7-5611-8a0b-30c29b643d77 with identifier: 6974466auction61871
2026-03-29 22:20:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4edfe9da-cde7-5611-8a0b-30c29b643d77 with identifier: 6974466auction61871
2026-03-29 22:20:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4edfe9da-cde7-5611-8a0b-30c29b643d77 with identifier: 6974466auction61871 to the API
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974466>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '4edfe9da-cde7-5611-8a0b-30c29b643d77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974466',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 81881,
'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, X1 FL'19 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2022}
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974466auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:49 [ecarstrade.be] INFO: Saving data for 6974466auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760790.337405, 'last_price_update_time': 1774822849.837273}
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974466auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:49 [ecarstrade.be] INFO: Extracting details for car 6974464auction61871
2026-03-29 22:20:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with identifier: 6974464auction61871
2026-03-29 22:20:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with scrape type 2
2026-03-29 22:20:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with scrape type 2
2026-03-29 22:20:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09, identifier: 6974464auction61871
2026-03-29 22:20:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with identifier: 6974464auction61871
2026-03-29 22:20:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with identifier: 6974464auction61871
2026-03-29 22:20:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09 with identifier: 6974464auction61871 to the API
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6974464>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6fec0a0f-fb5b-54f3-a8d3-3df4a0507b09',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6974464',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 62870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 508 SW '18, Peugeot 508 SW 1.2 PureTech 130 S&S EAT8 "
'Active Pa',
'transmission': 'automatic',
'trim': ", SW '18, SW 1.2 PureTech 130 S&S EAT8 Active Pa",
'vin': None,
'year': 2021}
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974464auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:50 [ecarstrade.be] INFO: Saving data for 6974464auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1773760993.925411, 'last_price_update_time': 1774822850.257172}
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6974464auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:50 [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-29 22:20:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 0
2026-03-29 22:20:50 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-29 22:20:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:50 [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-29 22:20:50 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 0
2026-03-29 22:20:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6859943> (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-29 22:20:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:52 [ecarstrade.be] INFO: Extracting details for car 6859943auction61871
2026-03-29 22:20:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with identifier: 6859943auction61871
2026-03-29 22:20:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with scrape type 2
2026-03-29 22:20:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with scrape type 2
2026-03-29 22:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d7bda0eb-e254-55bd-b2c9-37e97e8f9422, identifier: 6859943auction61871
2026-03-29 22:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with identifier: 6859943auction61871
2026-03-29 22:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with identifier: 6859943auction61871
2026-03-29 22:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d7bda0eb-e254-55bd-b2c9-37e97e8f9422 with identifier: 6859943auction61871 to the API
2026-03-29 22:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6859943>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd7bda0eb-e254-55bd-b2c9-37e97e8f9422',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6859943',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Peugeot',
'model': '5008',
'odometer': 174411,
'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': 7,
'seller_name': None,
'title': 'Peugeot 5008 2.0 BlueHDi 132kW S&S EAT8 GT Pack 5d !! Technical '
'issues !!',
'transmission': 'automatic',
'trim': '2.0 BlueHDi 132kW S&S EAT8 GT Pack 5d !! Technical issues !!',
'vin': None,
'year': 2022}
2026-03-29 22:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859943auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:52 [ecarstrade.be] INFO: Saving data for 6859943auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774450700.556983, 'last_price_update_time': 1774822852.507818}
2026-03-29 22:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6859943auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6954131> (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-29 22:20:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:52 [ecarstrade.be] INFO: Extracting details for car 6954131auction61871
2026-03-29 22:20:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64c46a63-b0df-54c5-8a0d-809203c8b88b with identifier: 6954131auction61871
2026-03-29 22:20:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64c46a63-b0df-54c5-8a0d-809203c8b88b with scrape type 2
2026-03-29 22:20:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64c46a63-b0df-54c5-8a0d-809203c8b88b with scrape type 2
2026-03-29 22:20:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64c46a63-b0df-54c5-8a0d-809203c8b88b, identifier: 6954131auction61871
2026-03-29 22:20:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64c46a63-b0df-54c5-8a0d-809203c8b88b with identifier: 6954131auction61871
2026-03-29 22:20:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64c46a63-b0df-54c5-8a0d-809203c8b88b with identifier: 6954131auction61871
2026-03-29 22:20:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64c46a63-b0df-54c5-8a0d-809203c8b88b with identifier: 6954131auction61871 to the API
2026-03-29 22:20:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6954131>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '64c46a63-b0df-54c5-8a0d-809203c8b88b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6954131',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Opel',
'model': 'Astra',
'odometer': 107463,
'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': 'Opel Astra Sports Tourer 1.5 Turbo D 77kW S/S Elegance 5d !!Damaged '
'car!!',
'transmission': 'manual',
'trim': 'Sports Tourer 1.5 Turbo D 77kW S/S Elegance 5d !!Damaged car!!',
'vin': None,
'year': 2022}
2026-03-29 22:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276954131auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:53 [ecarstrade.be] INFO: Saving data for 6954131auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774450673.293442, 'last_price_update_time': 1774822853.175817}
2026-03-29 22:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6954131auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6694675> (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-29 22:20:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:20:53 [ecarstrade.be] INFO: Extracting details for car 6694675auction61871
2026-03-29 22:20:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with identifier: 6694675auction61871
2026-03-29 22:20:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with scrape type 2
2026-03-29 22:20:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with scrape type 2
2026-03-29 22:20:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf, identifier: 6694675auction61871
2026-03-29 22:20:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with identifier: 6694675auction61871
2026-03-29 22:20:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with identifier: 6694675auction61871
2026-03-29 22:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3554f0bf-abb5-5a89-bdad-fc266ccb11cf with identifier: 6694675auction61871 to the API
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6694675>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '3554f0bf-abb5-5a89-bdad-fc266ccb11cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6694675',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'Ford Mustang Mach-E',
'odometer': 42000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Mustang Mach-E 72kWh 198kW Standard Range RWD 5d !!Damaged '
'car!!',
'transmission': 'automatic',
'trim': '72kWh 198kW Standard Range RWD 5d !!Damaged car!!',
'vin': None,
'year': 2024}
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694675auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:54 [ecarstrade.be] INFO: Saving data for 6694675auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774450676.860217, 'last_price_update_time': 1774822854.208944}
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6694675auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6812191> (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-29 22:20:54 [ecarstrade.be] INFO: Extracting details for car 6812191auction61871
2026-03-29 22:20:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-29 22:20:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b5d3abb-6444-5b70-b5d5-e1955927127d with scrape type 2
2026-03-29 22:20:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0b5d3abb-6444-5b70-b5d5-e1955927127d with scrape type 2
2026-03-29 22:20:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b5d3abb-6444-5b70-b5d5-e1955927127d, identifier: 6812191auction61871
2026-03-29 22:20:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-29 22:20:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871
2026-03-29 22:20:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b5d3abb-6444-5b70-b5d5-e1955927127d with identifier: 6812191auction61871 to the API
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6812191>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '0b5d3abb-6444-5b70-b5d5-e1955927127d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6812191',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Audi',
'model': 'A3',
'odometer': 69656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 1.5 35 TFSi 110kW 5d !! damaged car !!',
'transmission': 'manual',
'trim': 'Sportback 1.5 35 TFSi 110kW 5d !! damaged car !!',
'vin': None,
'year': 2022}
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:54 [ecarstrade.be] INFO: Saving data for 6812191auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774450670.124134, 'last_price_update_time': 1774822854.727588}
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6812191auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6791952> (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-29 22:20:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6865596> (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-29 22:20:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6840034> (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-29 22:20:56 [ecarstrade.be] INFO: Extracting details for car 6791952auction61871
2026-03-29 22:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-29 22:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with scrape type 2
2026-03-29 22:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with scrape type 2
2026-03-29 22:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74, identifier: 6791952auction61871
2026-03-29 22:20:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-29 22:20:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871
2026-03-29 22:20:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74 with identifier: 6791952auction61871 to the API
2026-03-29 22:20:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6791952>
{'auction_title': '',
'c_o_2_emission_value': 81,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '0.7L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '572c9ace-c1d9-5364-b6cd-ac5ff8cb9b74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6791952',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Honda',
'model': 'Other',
'odometer': 136044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Honda NC750X',
'transmission': 'manual',
'trim': 'NC750X',
'vin': None,
'year': 2019}
2026-03-29 22:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:56 [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-29 22:20:56 [ecarstrade.be] INFO: Saving data for 6791952auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613734.441304, 'last_price_update_time': 1774822856.780008}
2026-03-29 22:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6791952auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:56 [ecarstrade.be] INFO: Extracting details for car 6865596auction61871
2026-03-29 22:20:56 [ecarstrade.be] INFO: Extracting details for car 6840034auction61871
2026-03-29 22:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-29 22:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ceecfcab-6f6a-5f26-a9f7-e31927772179 with scrape type 2
2026-03-29 22:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ceecfcab-6f6a-5f26-a9f7-e31927772179 with scrape type 2
2026-03-29 22:20:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ceecfcab-6f6a-5f26-a9f7-e31927772179, identifier: 6865596auction61871
2026-03-29 22:20:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-29 22:20:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5a0857e-f562-52a8-b139-c804ae3a01f7 with scrape type 2
2026-03-29 22:20:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5a0857e-f562-52a8-b139-c804ae3a01f7 with scrape type 2
2026-03-29 22:20:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5a0857e-f562-52a8-b139-c804ae3a01f7, identifier: 6840034auction61871
2026-03-29 22:20:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-29 22:20:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871
2026-03-29 22:20:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ceecfcab-6f6a-5f26-a9f7-e31927772179 with identifier: 6865596auction61871 to the API
2026-03-29 22:20:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6865596>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'ceecfcab-6f6a-5f26-a9f7-e31927772179',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6865596',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '208',
'odometer': 83380,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 208 '19, Peugeot 208 1.5 BlueHDi 100 MAN6 S&S Active pack "
'5',
'transmission': 'manual',
'trim': ", '19, 1.5 BlueHDi 100 MAN6 S&S Active pack 5",
'vin': None,
'year': 2021}
2026-03-29 22:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:57 [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-29 22:20:57 [ecarstrade.be] INFO: Saving data for 6865596auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613735.525093, 'last_price_update_time': 1774822857.342267}
2026-03-29 22:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6865596auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-29 22:20:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871
2026-03-29 22:20:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5a0857e-f562-52a8-b139-c804ae3a01f7 with identifier: 6840034auction61871 to the API
2026-03-29 22:20:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6840034>
{'auction_title': '',
'c_o_2_emission_value': 46,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': 'd5a0857e-f562-52a8-b139-c804ae3a01f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6840034',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X3',
'odometer': 130336,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 xDrive30e (120 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive30e (120 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:57 [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-29 22:20:57 [ecarstrade.be] INFO: Saving data for 6840034auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613732.405716, 'last_price_update_time': 1774822857.736897}
2026-03-29 22:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6840034auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6602167> (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-29 22:20:59 [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-29 22:20:59 [ecarstrade.be] INFO: Extracting details for car 6602167auction61871
2026-03-29 22:20:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-29 22:20:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7dc59b3-a809-5c52-a72a-9fb086335bcf with scrape type 2
2026-03-29 22:20:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f7dc59b3-a809-5c52-a72a-9fb086335bcf with scrape type 2
2026-03-29 22:20:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7dc59b3-a809-5c52-a72a-9fb086335bcf, identifier: 6602167auction61871
2026-03-29 22:20:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-29 22:20:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871
2026-03-29 22:20:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7dc59b3-a809-5c52-a72a-9fb086335bcf with identifier: 6602167auction61871 to the API
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:20: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-29 22:20:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6602167>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f7dc59b3-a809-5c52-a72a-9fb086335bcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6602167',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 123325,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Velar D180 2.0 R-Dynamic S 5d',
'transmission': 'automatic',
'trim': 'D180 2.0 R-Dynamic S 5d',
'vin': None,
'year': 2020}
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [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-29 22:20:59 [ecarstrade.be] INFO: Saving data for 6602167auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613737.925025, 'last_price_update_time': 1774822859.762741}
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6602167auction61871') HTTP/1.1" 204 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997640auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:59 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997642auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:59 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997643auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:59 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:59 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:59 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:59 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:59 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:20:59 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 0
2026-03-29 22:20:59 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-29 22:20:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 0
2026-03-29 22:21:00 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-29 22:21:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:00 [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-29 22:21:00 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 0
2026-03-29 22:21:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6984007> (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-29 22:21:06 [ecarstrade.be] INFO: Extracting details for car 6984007auction61871
2026-03-29 22:21:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-29 22:21:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with scrape type 2
2026-03-29 22:21:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with scrape type 2
2026-03-29 22:21:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5, identifier: 6984007auction61871
2026-03-29 22:21:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-29 22:21:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871
2026-03-29 22:21:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54626f26-9c2c-5cda-91ba-9dfe7855b5a5 with identifier: 6984007auction61871 to the API
2026-03-29 22:21:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6984007>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '54626f26-9c2c-5cda-91ba-9dfe7855b5a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6984007',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 66309,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 1.4 40 TFSI e S Line 5d',
'transmission': 'automatic',
'trim': 'Sportback 1.4 40 TFSI e S Line 5d',
'vin': None,
'year': 2021}
2026-03-29 22:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:06 [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-29 22:21:06 [ecarstrade.be] INFO: Saving data for 6984007auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774018162.646114, 'last_price_update_time': 1774822866.953096}
2026-03-29 22:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6984007auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:07 [scrapy.extensions.logstats] INFO: Crawled 2055 pages (at 59 pages/min), scraped 1918 items (at 55 items/min)
2026-03-29 22:21:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 311MiB
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21: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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997688auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997688auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 0
2026-03-29 22:21:07 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-29 22:21:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:07 [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-29 22:21:07 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 0
2026-03-29 22:21:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 0
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6999695auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6999695auction61871: 2
2026-03-29 22:21:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6999697auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6999697auction61871: 2
2026-03-29 22:21:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 6999698auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [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-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 6999698auction61871: 2
2026-03-29 22:21:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 7004006auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004006auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 7004006auction61871: 2
2026-03-29 22:21:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 7004007auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004007auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 7004007auction61871: 2
2026-03-29 22:21:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 7004008auction61871
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004008auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:13 [ecarstrade.be] INFO: Scrape type for 7004008auction61871: 2
2026-03-29 22:21:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:13 [ecarstrade.be] INFO: Found listing with ID: 7004009auction61871
2026-03-29 22:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004009auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:14 [ecarstrade.be] INFO: Scrape type for 7004009auction61871: 2
2026-03-29 22:21:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:14 [ecarstrade.be] INFO: Found listing with ID: 7004010auction61871
2026-03-29 22:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004010auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:14 [ecarstrade.be] INFO: Scrape type for 7004010auction61871: 2
2026-03-29 22:21:14 [ecarstrade.be] INFO: Found listing with ID: 7004012auction61871
2026-03-29 22:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004012auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:14 [ecarstrade.be] INFO: Scrape type for 7004012auction61871: 2
2026-03-29 22:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004006> (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-29 22:21:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:20 [ecarstrade.be] INFO: Extracting details for car 7004006auction61871
2026-03-29 22:21:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 7004006auction61871
2026-03-29 22:21:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e99b927-8720-5558-b8f0-5c613560a9be with scrape type 2
2026-03-29 22:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e99b927-8720-5558-b8f0-5c613560a9be with scrape type 2
2026-03-29 22:21:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e99b927-8720-5558-b8f0-5c613560a9be, identifier: 7004006auction61871
2026-03-29 22:21:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 7004006auction61871
2026-03-29 22:21:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 7004006auction61871
2026-03-29 22:21:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e99b927-8720-5558-b8f0-5c613560a9be with identifier: 7004006auction61871 to the API
2026-03-29 22:21:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004006>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '2e99b927-8720-5558-b8f0-5c613560a9be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004006',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Puma',
'odometer': 11189,
'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': "Ford, Puma '19, Ford Puma 1.0i Ecoboost mHEV 92kW Titanium 5d",
'transmission': 'manual',
'trim': ", '19, 1.0i Ecoboost mHEV 92kW Titanium 5d",
'vin': None,
'year': 2020}
2026-03-29 22:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004006auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:20 [ecarstrade.be] INFO: Saving data for 7004006auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537409.02895, 'last_price_update_time': 1774822880.548705}
2026-03-29 22:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004006auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999698> (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-29 22:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999697> (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-29 22:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004008> (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-29 22:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004007> (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-29 22:21:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999695> (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-29 22:21:20 [ecarstrade.be] INFO: Extracting details for car 6999698auction61871
2026-03-29 22:21:20 [ecarstrade.be] INFO: Extracting details for car 6999697auction61871
2026-03-29 22:21:20 [ecarstrade.be] INFO: Extracting details for car 7004008auction61871
2026-03-29 22:21:20 [ecarstrade.be] INFO: Extracting details for car 7004007auction61871
2026-03-29 22:21:20 [ecarstrade.be] INFO: Extracting details for car 6999695auction61871
2026-03-29 22:21:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with identifier: 6999698auction61871
2026-03-29 22:21:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with scrape type 2
2026-03-29 22:21:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab, identifier: 6999698auction61871
2026-03-29 22:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c2493f9-f483-5b74-91fa-15dffac29359 with identifier: 6999697auction61871
2026-03-29 22:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c2493f9-f483-5b74-91fa-15dffac29359 with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3c2493f9-f483-5b74-91fa-15dffac29359 with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c2493f9-f483-5b74-91fa-15dffac29359, identifier: 6999697auction61871
2026-03-29 22:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 7004008auction61871
2026-03-29 22:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfe07976-d0b2-5daf-8b49-8d538c3cf254 with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dfe07976-d0b2-5daf-8b49-8d538c3cf254 with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfe07976-d0b2-5daf-8b49-8d538c3cf254, identifier: 7004008auction61871
2026-03-29 22:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 7004007auction61871
2026-03-29 22:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49356698-3f41-5e3a-8325-18309b3246a0 with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 49356698-3f41-5e3a-8325-18309b3246a0 with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49356698-3f41-5e3a-8325-18309b3246a0, identifier: 7004007auction61871
2026-03-29 22:21:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef326831-e36b-5c67-b4c3-07ba8929d62f with identifier: 6999695auction61871
2026-03-29 22:21:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef326831-e36b-5c67-b4c3-07ba8929d62f with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef326831-e36b-5c67-b4c3-07ba8929d62f with scrape type 2
2026-03-29 22:21:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef326831-e36b-5c67-b4c3-07ba8929d62f, identifier: 6999695auction61871
2026-03-29 22:21:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with identifier: 6999698auction61871
2026-03-29 22:21:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with identifier: 6999698auction61871
2026-03-29 22:21:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d3ccfbd-c903-5617-a79f-6a3a0e278eab with identifier: 6999698auction61871 to the API
2026-03-29 22:21:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999698>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '7d3ccfbd-c903-5617-a79f-6a3a0e278eab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999698',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Mercedes',
'model': 'GLA 180',
'odometer': 88806,
'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-Benz GLA GLA 180 Business Solution 5d !! Damaged Car !!!!',
'transmission': 'automatic',
'trim': '-Benz GLA Business Solution 5d !! Damaged Car !!!!',
'vin': None,
'year': 2021}
2026-03-29 22:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:21 [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-29 22:21:21 [ecarstrade.be] INFO: Saving data for 6999698auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774450785.175367, 'last_price_update_time': 1774822881.69944}
2026-03-29 22:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999698auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c2493f9-f483-5b74-91fa-15dffac29359 with identifier: 6999697auction61871
2026-03-29 22:21:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c2493f9-f483-5b74-91fa-15dffac29359 with identifier: 6999697auction61871
2026-03-29 22:21:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c2493f9-f483-5b74-91fa-15dffac29359 with identifier: 6999697auction61871 to the API
2026-03-29 22:21:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999697>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '3c2493f9-f483-5b74-91fa-15dffac29359',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999697',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 24110,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Enyaq 85 Corporate 5d !! Damaged car !!!',
'transmission': 'automatic',
'trim': '85 Corporate 5d !! Damaged car !!!',
'vin': None,
'year': 2024}
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:22 [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-29 22:21:22 [ecarstrade.be] INFO: Saving data for 6999697auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774450795.806143, 'last_price_update_time': 1774822882.072809}
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999697auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 7004008auction61871
2026-03-29 22:21:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 7004008auction61871
2026-03-29 22:21:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfe07976-d0b2-5daf-8b49-8d538c3cf254 with identifier: 7004008auction61871 to the API
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004008>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'dfe07976-d0b2-5daf-8b49-8d538c3cf254',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004008',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 64393,
'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': 'Volkswagen Golf VIII 1.0 eTSI 81kW Life Business DSG 5d',
'transmission': 'automatic',
'trim': 'VIII 1.0 eTSI 81kW Life Business DSG 5d',
'vin': None,
'year': 2023}
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004008auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:22 [ecarstrade.be] INFO: Saving data for 7004008auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537454.459754, 'last_price_update_time': 1774822882.372494}
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004008auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 7004007auction61871
2026-03-29 22:21:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 7004007auction61871
2026-03-29 22:21:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49356698-3f41-5e3a-8325-18309b3246a0 with identifier: 7004007auction61871 to the API
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004007>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '49356698-3f41-5e3a-8325-18309b3246a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004007',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 41666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Yaris Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'transmission': 'automatic',
'trim': 'Cross 1.5 VVT-ie Hybrid Dynamic Plus CVT 5d',
'vin': None,
'year': 2024}
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004007auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:22 [ecarstrade.be] INFO: Saving data for 7004007auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537409.88305, 'last_price_update_time': 1774822882.695323}
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004007auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef326831-e36b-5c67-b4c3-07ba8929d62f with identifier: 6999695auction61871
2026-03-29 22:21:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef326831-e36b-5c67-b4c3-07ba8929d62f with identifier: 6999695auction61871
2026-03-29 22:21:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef326831-e36b-5c67-b4c3-07ba8929d62f with identifier: 6999695auction61871 to the API
2026-03-29 22:21:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999695>
{'auction_title': '',
'c_o_2_emission_value': 237,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'ef326831-e36b-5c67-b4c3-07ba8929d62f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999695',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Toyota',
'model': 'Hilux',
'odometer': 47267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Toyota Hilux 2.4 D-4D Double Cab Comfort 4d !!!! Damaged car !!!!',
'transmission': 'manual',
'trim': '2.4 D-4D Double Cab Comfort 4d !!!! Damaged car !!!!',
'vin': None,
'year': 2024}
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [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-29 22:21:23 [ecarstrade.be] INFO: Saving data for 6999695auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774450783.77438, 'last_price_update_time': 1774822883.039802}
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999695auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:23 [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-29 22:21:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004013auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004013auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004013auction61871: 2
2026-03-29 22:21:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004015auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004015auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004015auction61871: 2
2026-03-29 22:21:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004016auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004016auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004016auction61871: 2
2026-03-29 22:21:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004017auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004017auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004017auction61871: 2
2026-03-29 22:21:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004018auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004018auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004018auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004019auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004019auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004019auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004020auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004020auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004020auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004021auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004021auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004021auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004022auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004022auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004022auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004023auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004023auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004023auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004024auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004024auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004024auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004025auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004025auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004025auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004026auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004026auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004026auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004027auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004027auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004027auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004028auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004028auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004028auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004029auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004029auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004029auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004030auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004030auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004030auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004031auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004031auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004031auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004032auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004032auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004032auction61871: 2
2026-03-29 22:21:23 [ecarstrade.be] INFO: Found listing with ID: 7004033auction61871
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004033auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:23 [ecarstrade.be] INFO: Scrape type for 7004033auction61871: 2
2026-03-29 22:21:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878928> (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-29 22:21:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:24 [ecarstrade.be] INFO: Extracting details for car 6878928auction61871
2026-03-29 22:21:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-29 22:21:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a03107ef-e937-5538-9773-71a8cedb1129 with scrape type 2
2026-03-29 22:21:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a03107ef-e937-5538-9773-71a8cedb1129 with scrape type 2
2026-03-29 22:21:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a03107ef-e937-5538-9773-71a8cedb1129, identifier: 6878928auction61871
2026-03-29 22:21:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-29 22:21:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871
2026-03-29 22:21:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a03107ef-e937-5538-9773-71a8cedb1129 with identifier: 6878928auction61871 to the API
2026-03-29 22:21:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878928>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'a03107ef-e937-5538-9773-71a8cedb1129',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878928',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q2',
'odometer': 79173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q2 FL'20, Audi Q2 1.0 30 TFSI 81kW Attraction 5d",
'transmission': 'manual',
'trim': ", FL'20, 1.0 30 TFSI 81kW Attraction 5d",
'vin': None,
'year': 2021}
2026-03-29 22:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:25 [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-29 22:21:25 [ecarstrade.be] INFO: Saving data for 6878928auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1772613736.598173, 'last_price_update_time': 1774822885.088085}
2026-03-29 22:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878928auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004009> (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-29 22:21:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:27 [ecarstrade.be] INFO: Extracting details for car 7004009auction61871
2026-03-29 22:21:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 7004009auction61871
2026-03-29 22:21:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with scrape type 2
2026-03-29 22:21:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with scrape type 2
2026-03-29 22:21:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711, identifier: 7004009auction61871
2026-03-29 22:21:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 7004009auction61871
2026-03-29 22:21:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 7004009auction61871
2026-03-29 22:21:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b29fcc0-c217-55ce-99b1-7aea1e5c2711 with identifier: 7004009auction61871 to the API
2026-03-29 22:21:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004009>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Other',
'id': '2b29fcc0-c217-55ce-99b1-7aea1e5c2711',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004009',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'MAN',
'model': 'Mini Cooper S Countryman',
'odometer': 44189,
'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': 'Mini Countryman Cooper S E ALL4 AT 5d',
'transmission': 'automatic',
'trim': 'Mini Countryman Cooper S E ALL4 AT 5d',
'vin': None,
'year': 2023}
2026-03-29 22:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004009auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:27 [ecarstrade.be] INFO: Saving data for 7004009auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537448.694122, 'last_price_update_time': 1774822887.761322}
2026-03-29 22:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004009auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004010> (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-29 22:21:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:29 [ecarstrade.be] INFO: Extracting details for car 7004010auction61871
2026-03-29 22:21:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 7004010auction61871
2026-03-29 22:21:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e8ad296-cdd9-571a-bcac-3cf173e78602 with scrape type 2
2026-03-29 22:21:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e8ad296-cdd9-571a-bcac-3cf173e78602 with scrape type 2
2026-03-29 22:21:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e8ad296-cdd9-571a-bcac-3cf173e78602, identifier: 7004010auction61871
2026-03-29 22:21:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 7004010auction61871
2026-03-29 22:21:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 7004010auction61871
2026-03-29 22:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e8ad296-cdd9-571a-bcac-3cf173e78602 with identifier: 7004010auction61871 to the API
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004010>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '8e8ad296-cdd9-571a-bcac-3cf173e78602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004010',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 35685,
'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': 'VOLKSWAGEN ID.3 - 2020 ID.3 58kWh 204 Family 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN - 2020 58kWh 204 Family 5d',
'vin': None,
'year': 2021}
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004010auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:29 [ecarstrade.be] INFO: Saving data for 7004010auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537455.439321, 'last_price_update_time': 1774822889.503067}
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004010auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:29 [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-29 22:21:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004015> (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-29 22:21:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:21:29 [ecarstrade.be] INFO: Extracting details for car 7004015auction61871
2026-03-29 22:21:29 [ecarstrade.be] INFO: Found listing with ID: 7004034auction61871
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004034auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:29 [ecarstrade.be] INFO: Scrape type for 7004034auction61871: 2
2026-03-29 22:21:29 [ecarstrade.be] INFO: Found listing with ID: 7004035auction61871
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004035auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:29 [ecarstrade.be] INFO: Scrape type for 7004035auction61871: 2
2026-03-29 22:21:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 7004015auction61871
2026-03-29 22:21:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with scrape type 2
2026-03-29 22:21:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with scrape type 2
2026-03-29 22:21:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77b72e3b-69ca-5e87-a29a-56ecec77fca1, identifier: 7004015auction61871
2026-03-29 22:21:29 [ecarstrade.be] INFO: Found listing with ID: 7004036auction61871
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004036auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:29 [ecarstrade.be] INFO: Scrape type for 7004036auction61871: 2
2026-03-29 22:21:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 7004015auction61871
2026-03-29 22:21:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 7004015auction61871
2026-03-29 22:21:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77b72e3b-69ca-5e87-a29a-56ecec77fca1 with identifier: 7004015auction61871 to the API
2026-03-29 22:21:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004015>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Electric',
'id': '77b72e3b-69ca-5e87-a29a-56ecec77fca1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004015',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Porsche',
'model': 'Taycan',
'odometer': 80213,
'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': 'Porsche Taycan Cross Turismo Taycan 4 Cross Turismo 5d',
'transmission': 'automatic',
'trim': 'Cross Turismo 4 Cross Turismo 5d',
'vin': None,
'year': 2023}
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004015auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Saving data for 7004015auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537429.815613, 'last_price_update_time': 1774822890.125647}
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004015auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004037auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004037auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004037auction61871: 2
2026-03-29 22:21:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004012> (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-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004038auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004038auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004038auction61871: 2
2026-03-29 22:21:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004040auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004040auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004040auction61871: 2
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004044auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004044auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004044auction61871: 2
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004045auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004045auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004045auction61871: 2
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004046auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004046auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004046auction61871: 2
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004047auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004047auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004047auction61871: 2
2026-03-29 22:21:30 [ecarstrade.be] INFO: Extracting details for car 7004012auction61871
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004048auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004048auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004048auction61871: 2
2026-03-29 22:21:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 7004012auction61871
2026-03-29 22:21:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with scrape type 2
2026-03-29 22:21:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with scrape type 2
2026-03-29 22:21:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404, identifier: 7004012auction61871
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004049auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004049auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004049auction61871: 2
2026-03-29 22:21:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 7004012auction61871
2026-03-29 22:21:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 7004012auction61871
2026-03-29 22:21:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95d76d9a-8464-5a0f-bac6-e1be2d9fd404 with identifier: 7004012auction61871 to the API
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004012>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '95d76d9a-8464-5a0f-bac6-e1be2d9fd404',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004012',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Puma',
'odometer': 60321,
'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': 'Ford Puma 1.0i Ecoboost MHEV 92kW Aut. Titanium 5d',
'transmission': 'automatic',
'trim': '1.0i Ecoboost MHEV 92kW Aut. Titanium 5d',
'vin': None,
'year': 2023}
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004012auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Saving data for 7004012auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537444.59047, 'last_price_update_time': 1774822890.803093}
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004012auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004016> (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-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004050auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004050auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004050auction61871: 2
2026-03-29 22:21:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004013> (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-29 22:21:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004052auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004052auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:30 [ecarstrade.be] INFO: Scrape type for 7004052auction61871: 2
2026-03-29 22:21:30 [ecarstrade.be] INFO: Found listing with ID: 7004053auction61871
2026-03-29 22:21:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004053auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:31 [ecarstrade.be] INFO: Scrape type for 7004053auction61871: 2
2026-03-29 22:21:31 [ecarstrade.be] INFO: Found listing with ID: 7004054auction61871
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004054auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:31 [ecarstrade.be] INFO: Scrape type for 7004054auction61871: 2
2026-03-29 22:21:31 [ecarstrade.be] INFO: Found listing with ID: 7004055auction61871
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004055auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:31 [ecarstrade.be] INFO: Scrape type for 7004055auction61871: 2
2026-03-29 22:21:31 [ecarstrade.be] INFO: Extracting details for car 7004016auction61871
2026-03-29 22:21:31 [ecarstrade.be] INFO: Found listing with ID: 7004056auction61871
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004056auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:31 [ecarstrade.be] INFO: Scrape type for 7004056auction61871: 2
2026-03-29 22:21:31 [ecarstrade.be] INFO: Extracting details for car 7004013auction61871
2026-03-29 22:21:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 7004016auction61871
2026-03-29 22:21:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec1ea0b1-a120-5319-ba7e-471023ab74f9 with scrape type 2
2026-03-29 22:21:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ec1ea0b1-a120-5319-ba7e-471023ab74f9 with scrape type 2
2026-03-29 22:21:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec1ea0b1-a120-5319-ba7e-471023ab74f9, identifier: 7004016auction61871
2026-03-29 22:21:31 [ecarstrade.be] INFO: Found listing with ID: 7004057auction61871
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004057auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:31 [ecarstrade.be] INFO: Scrape type for 7004057auction61871: 2
2026-03-29 22:21:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 7004016auction61871
2026-03-29 22:21:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 7004016auction61871
2026-03-29 22:21:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec1ea0b1-a120-5319-ba7e-471023ab74f9 with identifier: 7004016auction61871 to the API
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004016>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'ec1ea0b1-a120-5319-ba7e-471023ab74f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004016',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MG',
'model': 'EHS',
'odometer': 54187,
'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': "MG, EHS '20 PHEV, MG EHS 1.5T Luxury 5d",
'transmission': 'automatic',
'trim': ", '20 PHEV, 1.5T Luxury 5d",
'vin': None,
'year': 2022}
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004016auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:31 [ecarstrade.be] INFO: Saving data for 7004016auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537445.581154, 'last_price_update_time': 1774822891.73323}
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004016auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 7004013auction61871
2026-03-29 22:21:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6d5ec08-283e-5df3-b035-aa9632c54b80 with scrape type 2
2026-03-29 22:21:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6d5ec08-283e-5df3-b035-aa9632c54b80 with scrape type 2
2026-03-29 22:21:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6d5ec08-283e-5df3-b035-aa9632c54b80, identifier: 7004013auction61871
2026-03-29 22:21:31 [ecarstrade.be] INFO: Found listing with ID: 7004058auction61871
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004058auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:31 [ecarstrade.be] INFO: Scrape type for 7004058auction61871: 2
2026-03-29 22:21:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 7004013auction61871
2026-03-29 22:21:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 7004013auction61871
2026-03-29 22:21:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6d5ec08-283e-5df3-b035-aa9632c54b80 with identifier: 7004013auction61871 to the API
2026-03-29 22:21:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004013>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd6d5ec08-283e-5df3-b035-aa9632c54b80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004013',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 112967,
'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, A-Class '18, Mercedes-Benz A-Klasse A 250 e Business "
'Solution 5',
'transmission': 'automatic',
'trim': ", '18, -Benz A-Klasse A 250 e Business Solution 5",
'vin': None,
'year': 2021}
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004013auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:32 [ecarstrade.be] INFO: Saving data for 7004013auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537455.979346, 'last_price_update_time': 1774822892.155007}
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004013auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004017> (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-29 22:21:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:32 [ecarstrade.be] INFO: Extracting details for car 7004017auction61871
2026-03-29 22:21:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 7004017auction61871
2026-03-29 22:21:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99523950-a1df-5519-985e-faa4c184ae6d with scrape type 2
2026-03-29 22:21:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99523950-a1df-5519-985e-faa4c184ae6d with scrape type 2
2026-03-29 22:21:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99523950-a1df-5519-985e-faa4c184ae6d, identifier: 7004017auction61871
2026-03-29 22:21:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 7004017auction61871
2026-03-29 22:21:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 7004017auction61871
2026-03-29 22:21:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99523950-a1df-5519-985e-faa4c184ae6d with identifier: 7004017auction61871 to the API
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004017>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '99523950-a1df-5519-985e-faa4c184ae6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004017',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 197873,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': 2,
'seller_name': None,
'title': 'VOLKSWAGEN TRANSPORTER 1400 FOU SWB DSL - 2015 2.0 TDi SCR BMT 5d',
'transmission': 'manual',
'trim': 'VOLKSWAGEN TRANSPORTER 1400 FOU SWB DSL - 2015 2.0 TDi SCR BMT 5d',
'vin': None,
'year': 2019}
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004017auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:32 [ecarstrade.be] INFO: Saving data for 7004017auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537428.737284, 'last_price_update_time': 1774822892.648514}
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004017auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004018> (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-29 22:21:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:34 [ecarstrade.be] INFO: Extracting details for car 7004018auction61871
2026-03-29 22:21:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 7004018auction61871
2026-03-29 22:21:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e635b931-71f4-5804-8fa4-15cd93fcc97f with scrape type 2
2026-03-29 22:21:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e635b931-71f4-5804-8fa4-15cd93fcc97f with scrape type 2
2026-03-29 22:21:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e635b931-71f4-5804-8fa4-15cd93fcc97f, identifier: 7004018auction61871
2026-03-29 22:21:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 7004018auction61871
2026-03-29 22:21:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 7004018auction61871
2026-03-29 22:21:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e635b931-71f4-5804-8fa4-15cd93fcc97f with identifier: 7004018auction61871 to the API
2026-03-29 22:21:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004018>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'e635b931-71f4-5804-8fa4-15cd93fcc97f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004018',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC 220',
'odometer': 44214,
'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': 'MERCEDES CLASSE GLC DIESEL (X254) GLC 220 d 197hp 4-Matic AMG Line '
'5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (X254) d 197hp 4-Matic AMG Line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004018auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:34 [ecarstrade.be] INFO: Saving data for 7004018auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537428.095514, 'last_price_update_time': 1774822894.939302}
2026-03-29 22:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004018auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004019> (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-29 22:21:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004020> (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-29 22:21:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:36 [ecarstrade.be] INFO: Extracting details for car 7004019auction61871
2026-03-29 22:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 7004019auction61871
2026-03-29 22:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c9c6072-9c23-54d5-af03-c42239654124 with scrape type 2
2026-03-29 22:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1c9c6072-9c23-54d5-af03-c42239654124 with scrape type 2
2026-03-29 22:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c9c6072-9c23-54d5-af03-c42239654124, identifier: 7004019auction61871
2026-03-29 22:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 7004019auction61871
2026-03-29 22:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 7004019auction61871
2026-03-29 22:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c9c6072-9c23-54d5-af03-c42239654124 with identifier: 7004019auction61871 to the API
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004019>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '1c9c6072-9c23-54d5-af03-c42239654124',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004019',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 46636,
'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 CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'transmission': 'manual',
'trim': 'OPEL CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'vin': None,
'year': 2023}
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004019auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:36 [ecarstrade.be] INFO: Saving data for 7004019auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537429.213467, 'last_price_update_time': 1774822896.53085}
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004019auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:36 [ecarstrade.be] INFO: Extracting details for car 7004020auction61871
2026-03-29 22:21:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004021> (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-29 22:21:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 7004020auction61871
2026-03-29 22:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with scrape type 2
2026-03-29 22:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with scrape type 2
2026-03-29 22:21:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e7a69f2-0cc6-59cb-af14-67239d1bc076, identifier: 7004020auction61871
2026-03-29 22:21:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 7004020auction61871
2026-03-29 22:21:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 7004020auction61871
2026-03-29 22:21:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e7a69f2-0cc6-59cb-af14-67239d1bc076 with identifier: 7004020auction61871 to the API
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004020>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '4e7a69f2-0cc6-59cb-af14-67239d1bc076',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004020',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 66061,
'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': 'BMW 2 GRAN COUPE 218iA 136hp OPF 4d',
'transmission': 'automatic',
'trim': '2 GRAN COUPE 218iA 136hp OPF 4d',
'vin': None,
'year': 2023}
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004020auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:36 [ecarstrade.be] INFO: Saving data for 7004020auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537426.531782, 'last_price_update_time': 1774822896.949576}
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004020auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:36 [ecarstrade.be] INFO: Extracting details for car 7004021auction61871
2026-03-29 22:21:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 7004021auction61871
2026-03-29 22:21:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with scrape type 2
2026-03-29 22:21:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with scrape type 2
2026-03-29 22:21:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bcd612b-f771-52c1-ac80-bcaadb2375a1, identifier: 7004021auction61871
2026-03-29 22:21:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 7004021auction61871
2026-03-29 22:21:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 7004021auction61871
2026-03-29 22:21:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bcd612b-f771-52c1-ac80-bcaadb2375a1 with identifier: 7004021auction61871 to the API
2026-03-29 22:21:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004021>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '3bcd612b-f771-52c1-ac80-bcaadb2375a1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004021',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Express',
'odometer': 9542,
'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': 2,
'seller_name': None,
'title': 'Renault Express Blue dCi 95 Confort 4d',
'transmission': 'manual',
'trim': 'Blue dCi 95 Confort 4d',
'vin': None,
'year': 2023}
2026-03-29 22:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004021auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:37 [ecarstrade.be] INFO: Saving data for 7004021auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537427.679112, 'last_price_update_time': 1774822897.372049}
2026-03-29 22:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004021auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004022> (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-29 22:21:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:37 [ecarstrade.be] INFO: Extracting details for car 7004022auction61871
2026-03-29 22:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 7004022auction61871
2026-03-29 22:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a95572c9-2430-54ea-8de4-a459d424d5a4 with scrape type 2
2026-03-29 22:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a95572c9-2430-54ea-8de4-a459d424d5a4 with scrape type 2
2026-03-29 22:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a95572c9-2430-54ea-8de4-a459d424d5a4, identifier: 7004022auction61871
2026-03-29 22:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 7004022auction61871
2026-03-29 22:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 7004022auction61871
2026-03-29 22:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a95572c9-2430-54ea-8de4-a459d424d5a4 with identifier: 7004022auction61871 to the API
2026-03-29 22:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004022>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'a95572c9-2430-54ea-8de4-a459d424d5a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004022',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'V60',
'odometer': 178438,
'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 DIESEL - 2022 2.0 B4 197hp Plus Bright 5d',
'transmission': 'automatic',
'trim': 'VOLVO DIESEL - 2022 2.0 B4 197hp Plus Bright 5d',
'vin': None,
'year': 2023}
2026-03-29 22:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004022auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:38 [ecarstrade.be] INFO: Saving data for 7004022auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537430.548665, 'last_price_update_time': 1774822898.381292}
2026-03-29 22:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004022auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004023> (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-29 22:21:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004024> (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-29 22:21:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:38 [ecarstrade.be] INFO: Extracting details for car 7004023auction61871
2026-03-29 22:21:38 [ecarstrade.be] INFO: Extracting details for car 7004024auction61871
2026-03-29 22:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 7004023auction61871
2026-03-29 22:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6c79d998-bd27-5b4d-932c-457d50f9c276 with scrape type 2
2026-03-29 22:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6c79d998-bd27-5b4d-932c-457d50f9c276 with scrape type 2
2026-03-29 22:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6c79d998-bd27-5b4d-932c-457d50f9c276, identifier: 7004023auction61871
2026-03-29 22:21:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 7004024auction61871
2026-03-29 22:21:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1b9231-8824-505b-8111-9ed9968ac9ca with scrape type 2
2026-03-29 22:21:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a1b9231-8824-505b-8111-9ed9968ac9ca with scrape type 2
2026-03-29 22:21:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a1b9231-8824-505b-8111-9ed9968ac9ca, identifier: 7004024auction61871
2026-03-29 22:21:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 7004023auction61871
2026-03-29 22:21:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 7004023auction61871
2026-03-29 22:21:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6c79d998-bd27-5b4d-932c-457d50f9c276 with identifier: 7004023auction61871 to the API
2026-03-29 22:21:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004023>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '6c79d998-bd27-5b4d-932c-457d50f9c276',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004023',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 96342,
'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': 'VOLKSWAGEN GOLF VIII VARIANT DIESEL 2.0 SCR 110 TDi Life DSG 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN GOLF VIII VARIANT DIESEL 2.0 SCR 110 TDi Life DSG 5d',
'vin': None,
'year': 2023}
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004023auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:39 [ecarstrade.be] INFO: Saving data for 7004023auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537427.267434, 'last_price_update_time': 1774822899.050937}
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004023auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 7004024auction61871
2026-03-29 22:21:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 7004024auction61871
2026-03-29 22:21:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a1b9231-8824-505b-8111-9ed9968ac9ca with identifier: 7004024auction61871 to the API
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004024>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6a1b9231-8824-505b-8111-9ed9968ac9ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004024',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 149460,
'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 KAMIQ 1.0 TSI 110hp Ambition 5d',
'transmission': 'manual',
'trim': 'SKODA KAMIQ 1.0 TSI 110hp Ambition 5d',
'vin': None,
'year': 2022}
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004024auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:39 [ecarstrade.be] INFO: Saving data for 7004024auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537443.449093, 'last_price_update_time': 1774822899.349745}
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004024auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004033> (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-29 22:21:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:39 [ecarstrade.be] INFO: Extracting details for car 7004033auction61871
2026-03-29 22:21:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 7004033auction61871
2026-03-29 22:21:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c226e509-27b8-5556-b436-fd4125ab253a with scrape type 2
2026-03-29 22:21:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c226e509-27b8-5556-b436-fd4125ab253a with scrape type 2
2026-03-29 22:21:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c226e509-27b8-5556-b436-fd4125ab253a, identifier: 7004033auction61871
2026-03-29 22:21:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 7004033auction61871
2026-03-29 22:21:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 7004033auction61871
2026-03-29 22:21:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c226e509-27b8-5556-b436-fd4125ab253a with identifier: 7004033auction61871 to the API
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004033>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'c226e509-27b8-5556-b436-fd4125ab253a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004033',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 93386,
'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, T-Roc '17, Volkswagen T-Roc 1.5 TSI United 5d",
'transmission': 'manual',
'trim': "VW, '17, 1.5 TSI United 5d",
'vin': None,
'year': 2021}
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004033auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:39 [ecarstrade.be] INFO: Saving data for 7004033auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537457.807559, 'last_price_update_time': 1774822899.892736}
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004033auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004032> (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-29 22:21:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:41 [ecarstrade.be] INFO: Extracting details for car 7004032auction61871
2026-03-29 22:21:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 7004032auction61871
2026-03-29 22:21:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a57cbf54-529c-59d0-a325-e62737cbe742 with scrape type 2
2026-03-29 22:21:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a57cbf54-529c-59d0-a325-e62737cbe742 with scrape type 2
2026-03-29 22:21:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a57cbf54-529c-59d0-a325-e62737cbe742, identifier: 7004032auction61871
2026-03-29 22:21:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 7004032auction61871
2026-03-29 22:21:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 7004032auction61871
2026-03-29 22:21:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a57cbf54-529c-59d0-a325-e62737cbe742 with identifier: 7004032auction61871 to the API
2026-03-29 22:21:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004032>
{'auction_title': '',
'c_o_2_emission_value': 231,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'a57cbf54-529c-59d0-a325-e62737cbe742',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004032',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 147122,
'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': 3,
'seller_name': None,
'title': "Fiat, _Ducato '14, Fiat Ducato 3.0 NP 136 Euro 6D-temp Maxi 35 LH2 "
'4d',
'transmission': 'manual',
'trim': ", _ '14, 3.0 NP 136 Euro 6D-temp Maxi 35 LH2 4d",
'vin': None,
'year': 2021}
2026-03-29 22:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004032auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:41 [ecarstrade.be] INFO: Saving data for 7004032auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537457.333765, 'last_price_update_time': 1774822901.878906}
2026-03-29 22:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004032auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004031> (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-29 22:21:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:42 [ecarstrade.be] INFO: Extracting details for car 7004031auction61871
2026-03-29 22:21:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 7004031auction61871
2026-03-29 22:21:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 344bc160-80f7-5d48-be5e-546d964eeb04 with scrape type 2
2026-03-29 22:21:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 344bc160-80f7-5d48-be5e-546d964eeb04 with scrape type 2
2026-03-29 22:21:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 344bc160-80f7-5d48-be5e-546d964eeb04, identifier: 7004031auction61871
2026-03-29 22:21:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 7004031auction61871
2026-03-29 22:21:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 7004031auction61871
2026-03-29 22:21:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 344bc160-80f7-5d48-be5e-546d964eeb04 with identifier: 7004031auction61871 to the API
2026-03-29 22:21:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004031>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '344bc160-80f7-5d48-be5e-546d964eeb04',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004031',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 207172,
'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-29 22:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004031auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:43 [ecarstrade.be] INFO: Saving data for 7004031auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537458.24651, 'last_price_update_time': 1774822903.037288}
2026-03-29 22:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004031auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004030> (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-29 22:21:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:43 [ecarstrade.be] INFO: Extracting details for car 7004030auction61871
2026-03-29 22:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 7004030auction61871
2026-03-29 22:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with scrape type 2
2026-03-29 22:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with scrape type 2
2026-03-29 22:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cd4c891-5dd7-55bf-83bb-39c4af536be0, identifier: 7004030auction61871
2026-03-29 22:21:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 7004030auction61871
2026-03-29 22:21:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 7004030auction61871
2026-03-29 22:21:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cd4c891-5dd7-55bf-83bb-39c4af536be0 with identifier: 7004030auction61871 to the API
2026-03-29 22:21:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004030>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6cd4c891-5dd7-55bf-83bb-39c4af536be0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004030',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 18836,
'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-29 22:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004030auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:43 [ecarstrade.be] INFO: Saving data for 7004030auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537445.05349, 'last_price_update_time': 1774822903.557199}
2026-03-29 22:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004030auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004029> (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-29 22:21:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:43 [ecarstrade.be] INFO: Extracting details for car 7004029auction61871
2026-03-29 22:21:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 7004029auction61871
2026-03-29 22:21:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with scrape type 2
2026-03-29 22:21:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with scrape type 2
2026-03-29 22:21:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6fc3769-7760-58b0-9bb4-de1f6d6d1399, identifier: 7004029auction61871
2026-03-29 22:21:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 7004029auction61871
2026-03-29 22:21:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 7004029auction61871
2026-03-29 22:21:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6fc3769-7760-58b0-9bb4-de1f6d6d1399 with identifier: 7004029auction61871 to the API
2026-03-29 22:21:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004029>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'e6fc3769-7760-58b0-9bb4-de1f6d6d1399',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004029',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 28923,
'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': '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-29 22:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004029auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:45 [ecarstrade.be] INFO: Saving data for 7004029auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537442.560307, 'last_price_update_time': 1774822905.048605}
2026-03-29 22:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004029auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004037> (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-29 22:21:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:45 [ecarstrade.be] INFO: Extracting details for car 7004037auction61871
2026-03-29 22:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 7004037auction61871
2026-03-29 22:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6fe849b-330e-5994-b95c-7146f8c9580a with scrape type 2
2026-03-29 22:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d6fe849b-330e-5994-b95c-7146f8c9580a with scrape type 2
2026-03-29 22:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6fe849b-330e-5994-b95c-7146f8c9580a, identifier: 7004037auction61871
2026-03-29 22:21:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 7004037auction61871
2026-03-29 22:21:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 7004037auction61871
2026-03-29 22:21:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6fe849b-330e-5994-b95c-7146f8c9580a with identifier: 7004037auction61871 to the API
2026-03-29 22:21:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004037>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd6fe849b-330e-5994-b95c-7146f8c9580a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004037',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 98997,
'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': "Opel, Grandland X '17, Opel Grandland X 1.5 Turbo D D S/S AT8 "
'Edition 5d',
'transmission': 'automatic',
'trim': ", '17, 1.5 Turbo D D S/S AT8 Edition 5d",
'vin': None,
'year': 2021}
2026-03-29 22:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004037auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:45 [ecarstrade.be] INFO: Saving data for 7004037auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537454.916273, 'last_price_update_time': 1774822905.556446}
2026-03-29 22:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004037auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004049> (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-29 22:21:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:45 [ecarstrade.be] INFO: Extracting details for car 7004049auction61871
2026-03-29 22:21:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 7004049auction61871
2026-03-29 22:21:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a28a346-2eee-5c3c-8367-8c1e711b425f with scrape type 2
2026-03-29 22:21:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5a28a346-2eee-5c3c-8367-8c1e711b425f with scrape type 2
2026-03-29 22:21:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a28a346-2eee-5c3c-8367-8c1e711b425f, identifier: 7004049auction61871
2026-03-29 22:21:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 7004049auction61871
2026-03-29 22:21:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 7004049auction61871
2026-03-29 22:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a28a346-2eee-5c3c-8367-8c1e711b425f with identifier: 7004049auction61871 to the API
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004049>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5a28a346-2eee-5c3c-8367-8c1e711b425f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004049',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '118',
'odometer': 150652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-06-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '15, BMW 1 Reeks Hatch 118d (110 kW) Aut. 5d",
'transmission': 'automatic',
'trim': ", 1-serie '15, 1 Reeks Hatch d (110 kW) Aut. 5d",
'vin': None,
'year': 2018}
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004049auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:46 [ecarstrade.be] INFO: Saving data for 7004049auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537441.532326, 'last_price_update_time': 1774822906.247602}
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004049auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004048> (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-29 22:21:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:46 [ecarstrade.be] INFO: Extracting details for car 7004048auction61871
2026-03-29 22:21:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 7004048auction61871
2026-03-29 22:21:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with scrape type 2
2026-03-29 22:21:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with scrape type 2
2026-03-29 22:21:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60, identifier: 7004048auction61871
2026-03-29 22:21:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 7004048auction61871
2026-03-29 22:21:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 7004048auction61871
2026-03-29 22:21:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82c1e7d5-73dc-53f3-b107-ed1fd55b1e60 with identifier: 7004048auction61871 to the API
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004048>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '82c1e7d5-73dc-53f3-b107-ed1fd55b1e60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004048',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 159782,
'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': "Peugeot, 3008 FL'20, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 Allure "
'Pack',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 Allure Pack",
'vin': None,
'year': 2022}
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004048auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:46 [ecarstrade.be] INFO: Saving data for 7004048auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537439.266764, 'last_price_update_time': 1774822906.802024}
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004048auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004057> (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-29 22:21:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:48 [ecarstrade.be] INFO: Extracting details for car 7004057auction61871
2026-03-29 22:21:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 7004057auction61871
2026-03-29 22:21:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cd5b791-3407-5592-a00b-56687ce0d6f2 with scrape type 2
2026-03-29 22:21:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5cd5b791-3407-5592-a00b-56687ce0d6f2 with scrape type 2
2026-03-29 22:21:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cd5b791-3407-5592-a00b-56687ce0d6f2, identifier: 7004057auction61871
2026-03-29 22:21:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 7004057auction61871
2026-03-29 22:21:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 7004057auction61871
2026-03-29 22:21:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cd5b791-3407-5592-a00b-56687ce0d6f2 with identifier: 7004057auction61871 to the API
2026-03-29 22:21:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004057>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '5cd5b791-3407-5592-a00b-56687ce0d6f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004057',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 95000,
'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, A3 SB '20, Audi A3 Sportback 1.0 30 TFSi 81kW S tron. S Line",
'transmission': 'automatic',
'trim': ", SB '20, Sportback 1.0 30 TFSi 81kW S tron. S Line",
'vin': None,
'year': 2022}
2026-03-29 22:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004057auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:48 [ecarstrade.be] INFO: Saving data for 7004057auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537473.764915, 'last_price_update_time': 1774822908.565416}
2026-03-29 22:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004057auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004056> (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-29 22:21:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:49 [ecarstrade.be] INFO: Extracting details for car 7004056auction61871
2026-03-29 22:21:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 7004056auction61871
2026-03-29 22:21:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d860410a-1ad8-567b-b7b1-32b98edb1431 with scrape type 2
2026-03-29 22:21:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d860410a-1ad8-567b-b7b1-32b98edb1431 with scrape type 2
2026-03-29 22:21:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d860410a-1ad8-567b-b7b1-32b98edb1431, identifier: 7004056auction61871
2026-03-29 22:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 7004056auction61871
2026-03-29 22:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 7004056auction61871
2026-03-29 22:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d860410a-1ad8-567b-b7b1-32b98edb1431 with identifier: 7004056auction61871 to the API
2026-03-29 22:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004056>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd860410a-1ad8-567b-b7b1-32b98edb1431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004056',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '320',
'odometer': 78357,
'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': "BMW, 3-serie Touring '18, BMW 3 Reeks Touring 320d xDrive (140 kW) "
'5d',
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring d xDrive (140 kW) 5d",
'vin': None,
'year': 2022}
2026-03-29 22:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004056auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:49 [ecarstrade.be] INFO: Saving data for 7004056auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537474.785455, 'last_price_update_time': 1774822909.621845}
2026-03-29 22:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004056auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004055> (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-29 22:21:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:49 [ecarstrade.be] INFO: Extracting details for car 7004055auction61871
2026-03-29 22:21:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 7004055auction61871
2026-03-29 22:21:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 170b7232-e45f-55c3-80e7-a18645400e19 with scrape type 2
2026-03-29 22:21:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 170b7232-e45f-55c3-80e7-a18645400e19 with scrape type 2
2026-03-29 22:21:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 170b7232-e45f-55c3-80e7-a18645400e19, identifier: 7004055auction61871
2026-03-29 22:21:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 7004055auction61871
2026-03-29 22:21:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 7004055auction61871
2026-03-29 22:21:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 170b7232-e45f-55c3-80e7-a18645400e19 with identifier: 7004055auction61871 to the API
2026-03-29 22:21:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004055>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '170b7232-e45f-55c3-80e7-a18645400e19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004055',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 273940,
'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 2.0 30 TDi 100kW S tr S line Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 100kW S tr S line Business Ed 5d',
'vin': None,
'year': 2022}
2026-03-29 22:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004055auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:50 [ecarstrade.be] INFO: Saving data for 7004055auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537475.097026, 'last_price_update_time': 1774822910.156472}
2026-03-29 22:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004055auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004058> (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-29 22:21:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:50 [ecarstrade.be] INFO: Extracting details for car 7004058auction61871
2026-03-29 22:21:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 7004058auction61871
2026-03-29 22:21:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe29d06-7f74-508e-9844-0b8c46a72bb2 with scrape type 2
2026-03-29 22:21:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe29d06-7f74-508e-9844-0b8c46a72bb2 with scrape type 2
2026-03-29 22:21:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbe29d06-7f74-508e-9844-0b8c46a72bb2, identifier: 7004058auction61871
2026-03-29 22:21:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 7004058auction61871
2026-03-29 22:21:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 7004058auction61871
2026-03-29 22:21:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbe29d06-7f74-508e-9844-0b8c46a72bb2 with identifier: 7004058auction61871 to the API
2026-03-29 22:21:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004058>
{'auction_title': '',
'c_o_2_emission_value': 68,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fbe29d06-7f74-508e-9844-0b8c46a72bb2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004058',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 28886,
'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': 5,
'seller_name': None,
'title': "Toyota, Yaris '20, Toyota Yaris 1.5 VVT-i Hybrid Iconic e-CVT 5d",
'transmission': 'automatic',
'trim': ", '20, 1.5 VVT-i Hybrid Iconic e-CVT 5d",
'vin': None,
'year': 2022}
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004058auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:51 [ecarstrade.be] INFO: Saving data for 7004058auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537472.85221, 'last_price_update_time': 1774822911.045915}
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004058auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004054> (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-29 22:21:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:51 [ecarstrade.be] INFO: Extracting details for car 7004054auction61871
2026-03-29 22:21:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 7004054auction61871
2026-03-29 22:21:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with scrape type 2
2026-03-29 22:21:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with scrape type 2
2026-03-29 22:21:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0, identifier: 7004054auction61871
2026-03-29 22:21:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 7004054auction61871
2026-03-29 22:21:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 7004054auction61871
2026-03-29 22:21:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79d21625-dcbb-5a6a-9ea2-5596e323b8d0 with identifier: 7004054auction61871 to the API
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004054>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '79d21625-dcbb-5a6a-9ea2-5596e323b8d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004054',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 72613,
'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': "Audi, Q3 '18 PHEV, Audi Q3 45 TFSI e S tronic S Line 5d",
'transmission': 'automatic',
'trim': ", '18 PHEV, 45 TFSI e S tronic S Line 5d",
'vin': None,
'year': 2021}
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004054auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:51 [ecarstrade.be] INFO: Saving data for 7004054auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537500.951703, 'last_price_update_time': 1774822911.768904}
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004054auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004052> (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-29 22:21:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:51 [ecarstrade.be] INFO: Extracting details for car 7004052auction61871
2026-03-29 22:21:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 7004052auction61871
2026-03-29 22:21:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb84fa4d-d983-5217-8073-e0d39a6e0c36 with scrape type 2
2026-03-29 22:21:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb84fa4d-d983-5217-8073-e0d39a6e0c36 with scrape type 2
2026-03-29 22:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb84fa4d-d983-5217-8073-e0d39a6e0c36, identifier: 7004052auction61871
2026-03-29 22:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 7004052auction61871
2026-03-29 22:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 7004052auction61871
2026-03-29 22:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb84fa4d-d983-5217-8073-e0d39a6e0c36 with identifier: 7004052auction61871 to the API
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004052>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'eb84fa4d-d983-5217-8073-e0d39a6e0c36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004052',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'E 300',
'odometer': 151114,
'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': 'Mercedes-Benz E-Klasse Break E 300de Business Solution Limited 5d',
'transmission': 'automatic',
'trim': '-Benz E-Klasse Break de Business Solution Limited 5d',
'vin': None,
'year': 2021}
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004052auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:52 [ecarstrade.be] INFO: Saving data for 7004052auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537497.682106, 'last_price_update_time': 1774822912.320671}
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004052auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004053> (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-29 22:21:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:52 [ecarstrade.be] INFO: Extracting details for car 7004053auction61871
2026-03-29 22:21:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 7004053auction61871
2026-03-29 22:21:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with scrape type 2
2026-03-29 22:21:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with scrape type 2
2026-03-29 22:21:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cc22b898-5ce2-50a9-b1ed-6386fbe87f83, identifier: 7004053auction61871
2026-03-29 22:21:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 7004053auction61871
2026-03-29 22:21:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 7004053auction61871
2026-03-29 22:21:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cc22b898-5ce2-50a9-b1ed-6386fbe87f83 with identifier: 7004053auction61871 to the API
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004053>
{'auction_title': '',
'c_o_2_emission_value': 222,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'cc22b898-5ce2-50a9-b1ed-6386fbe87f83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004053',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'H-1',
'odometer': 43959,
'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': 8,
'seller_name': None,
'title': 'Hyundai, H-1, Hyundai H-1 People 2.5 CRDi 100kW Executive 5d',
'transmission': 'manual',
'trim': ', , People 2.5 CRDi 100kW Executive 5d',
'vin': None,
'year': 2020}
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004053auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:52 [ecarstrade.be] INFO: Saving data for 7004053auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537502.054843, 'last_price_update_time': 1774822912.846974}
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004053auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004050> (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-29 22:21:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:53 [ecarstrade.be] INFO: Extracting details for car 7004050auction61871
2026-03-29 22:21:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 7004050auction61871
2026-03-29 22:21:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with scrape type 2
2026-03-29 22:21:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with scrape type 2
2026-03-29 22:21:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64ccea2f-44a9-5a18-82a7-1e92b567fd12, identifier: 7004050auction61871
2026-03-29 22:21:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 7004050auction61871
2026-03-29 22:21:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 7004050auction61871
2026-03-29 22:21:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64ccea2f-44a9-5a18-82a7-1e92b567fd12 with identifier: 7004050auction61871 to the API
2026-03-29 22:21:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004050>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '64ccea2f-44a9-5a18-82a7-1e92b567fd12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004050',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'Picanto',
'odometer': 57791,
'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': 4,
'seller_name': None,
'title': 'KIA Picanto 1.0 MPI 67 Pure 5d',
'transmission': 'manual',
'trim': 'KIA 1.0 MPI 67 Pure 5d',
'vin': None,
'year': 2020}
2026-03-29 22:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004050auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:54 [ecarstrade.be] INFO: Saving data for 7004050auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537441.096588, 'last_price_update_time': 1774822914.049714}
2026-03-29 22:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004050auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004047> (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-29 22:21:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:55 [ecarstrade.be] INFO: Extracting details for car 7004047auction61871
2026-03-29 22:21:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 7004047auction61871
2026-03-29 22:21:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4928483-b1d0-51b3-b0ce-e75898f78126 with scrape type 2
2026-03-29 22:21:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4928483-b1d0-51b3-b0ce-e75898f78126 with scrape type 2
2026-03-29 22:21:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4928483-b1d0-51b3-b0ce-e75898f78126, identifier: 7004047auction61871
2026-03-29 22:21:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 7004047auction61871
2026-03-29 22:21:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 7004047auction61871
2026-03-29 22:21:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4928483-b1d0-51b3-b0ce-e75898f78126 with identifier: 7004047auction61871 to the API
2026-03-29 22:21:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004047>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'd4928483-b1d0-51b3-b0ce-e75898f78126',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004047',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 111566,
'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, X1 FL'19, BMW X1 sDrive16dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive16dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004047auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:55 [ecarstrade.be] INFO: Saving data for 7004047auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537440.556237, 'last_price_update_time': 1774822915.868266}
2026-03-29 22:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004047auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004045> (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-29 22:21:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004044> (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-29 22:21:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:57 [ecarstrade.be] INFO: Extracting details for car 7004045auction61871
2026-03-29 22:21:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 7004045auction61871
2026-03-29 22:21:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with scrape type 2
2026-03-29 22:21:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with scrape type 2
2026-03-29 22:21:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72, identifier: 7004045auction61871
2026-03-29 22:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 7004045auction61871
2026-03-29 22:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 7004045auction61871
2026-03-29 22:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1235c1ed-1cde-5a7c-bddc-eb06956e7a72 with identifier: 7004045auction61871 to the API
2026-03-29 22:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004045>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '1235c1ed-1cde-5a7c-bddc-eb06956e7a72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004045',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 131959,
'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': "Audi, Q3 SB '19, Audi Q3 Sportback 35 TDI S tronic S Line Business",
'transmission': 'automatic',
'trim': ", SB '19, Sportback 35 TDI S tronic S Line Business",
'vin': None,
'year': 2021}
2026-03-29 22:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004045auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:57 [ecarstrade.be] INFO: Saving data for 7004045auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537442.088487, 'last_price_update_time': 1774822917.591865}
2026-03-29 22:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004045auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:57 [ecarstrade.be] INFO: Extracting details for car 7004044auction61871
2026-03-29 22:21:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 7004044auction61871
2026-03-29 22:21:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 16c112d1-86db-5ab9-8661-0559d5746c53 with scrape type 2
2026-03-29 22:21:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 16c112d1-86db-5ab9-8661-0559d5746c53 with scrape type 2
2026-03-29 22:21:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 16c112d1-86db-5ab9-8661-0559d5746c53, identifier: 7004044auction61871
2026-03-29 22:21:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 7004044auction61871
2026-03-29 22:21:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 7004044auction61871
2026-03-29 22:21:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 16c112d1-86db-5ab9-8661-0559d5746c53 with identifier: 7004044auction61871 to the API
2026-03-29 22:21:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004044>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '16c112d1-86db-5ab9-8661-0559d5746c53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004044',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 75912,
'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': 'Opel Crossland X 1.2 96kW Turbo S/S Auto Innovation 5d',
'transmission': 'automatic',
'trim': '1.2 96kW Turbo S/S Auto Innovation 5d',
'vin': None,
'year': 2020}
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004044auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:58 [ecarstrade.be] INFO: Saving data for 7004044auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537444.135237, 'last_price_update_time': 1774822918.015696}
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004044auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004046> (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-29 22:21:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:58 [ecarstrade.be] INFO: Extracting details for car 7004046auction61871
2026-03-29 22:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 7004046auction61871
2026-03-29 22:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with scrape type 2
2026-03-29 22:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with scrape type 2
2026-03-29 22:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3, identifier: 7004046auction61871
2026-03-29 22:21:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 7004046auction61871
2026-03-29 22:21:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 7004046auction61871
2026-03-29 22:21:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0486aabb-c8e5-5dc0-9d84-2f8c5436dce3 with identifier: 7004046auction61871 to the API
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004046>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '0486aabb-c8e5-5dc0-9d84-2f8c5436dce3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004046',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 94214,
'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': "Dacia, Sandero '21, Dacia Sandero TCe 90 Stepway Plus 5d",
'transmission': 'manual',
'trim': "Dacia, Sandero '21, TCe 90 Stepway Plus 5d",
'vin': None,
'year': 2022}
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004046auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:58 [ecarstrade.be] INFO: Saving data for 7004046auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537439.757336, 'last_price_update_time': 1774822918.679909}
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004046auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004038> (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-29 22:21:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004040> (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-29 22:21:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:21:58 [ecarstrade.be] INFO: Extracting details for car 7004038auction61871
2026-03-29 22:21:58 [ecarstrade.be] INFO: Extracting details for car 7004040auction61871
2026-03-29 22:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 7004038auction61871
2026-03-29 22:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ac366a70-b8bb-534d-b08c-340a99579ef9 with scrape type 2
2026-03-29 22:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ac366a70-b8bb-534d-b08c-340a99579ef9 with scrape type 2
2026-03-29 22:21:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ac366a70-b8bb-534d-b08c-340a99579ef9, identifier: 7004038auction61871
2026-03-29 22:21:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 7004040auction61871
2026-03-29 22:21:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with scrape type 2
2026-03-29 22:21:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with scrape type 2
2026-03-29 22:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939, identifier: 7004040auction61871
2026-03-29 22:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 7004038auction61871
2026-03-29 22:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 7004038auction61871
2026-03-29 22:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ac366a70-b8bb-534d-b08c-340a99579ef9 with identifier: 7004038auction61871 to the API
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004038>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'ac366a70-b8bb-534d-b08c-340a99579ef9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004038',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 94975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure "
'Pack',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 Allure Pack",
'vin': None,
'year': 2021}
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004038auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:59 [ecarstrade.be] INFO: Saving data for 7004038auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537453.920438, 'last_price_update_time': 1774822919.314379}
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004038auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 7004040auction61871
2026-03-29 22:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 7004040auction61871
2026-03-29 22:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e0936f8-93cb-5db8-8bdb-4bc6f9c35939 with identifier: 7004040auction61871 to the API
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:21: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-29 22:21:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004040>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '1e0936f8-93cb-5db8-8bdb-4bc6f9c35939',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004040',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 71548,
'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': "Skoda, Octavia '20, Skoda Octavia 2.0 CRTDI 85kW DSG7 Clever 5d",
'transmission': 'automatic',
'trim': ", '20, 2.0 CRTDI 85kW DSG7 Clever 5d",
'vin': None,
'year': 2023}
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004040auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:21:59 [ecarstrade.be] INFO: Saving data for 7004040auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537447.485038, 'last_price_update_time': 1774822919.633531}
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004040auction61871') HTTP/1.1" 204 0
2026-03-29 22:21:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004035> (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-29 22:21:59 [ecarstrade.be] INFO: Extracting details for car 7004035auction61871
2026-03-29 22:21:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 7004035auction61871
2026-03-29 22:21:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78911527-f395-5cbe-a777-f3ab5557e5e8 with scrape type 2
2026-03-29 22:21:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 78911527-f395-5cbe-a777-f3ab5557e5e8 with scrape type 2
2026-03-29 22:21:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78911527-f395-5cbe-a777-f3ab5557e5e8, identifier: 7004035auction61871
2026-03-29 22:21:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 7004035auction61871
2026-03-29 22:21:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 7004035auction61871
2026-03-29 22:21:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78911527-f395-5cbe-a777-f3ab5557e5e8 with identifier: 7004035auction61871 to the API
2026-03-29 22:21:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004035>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '78911527-f395-5cbe-a777-f3ab5557e5e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004035',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 85660,
'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': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT Pack "
'5d',
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT Pack 5d",
'vin': None,
'year': 2021}
2026-03-29 22:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004035auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:00 [ecarstrade.be] INFO: Saving data for 7004035auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537453.475063, 'last_price_update_time': 1774822920.176638}
2026-03-29 22:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004035auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004036> (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-29 22:22:01 [ecarstrade.be] INFO: Extracting details for car 7004036auction61871
2026-03-29 22:22:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 7004036auction61871
2026-03-29 22:22:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with scrape type 2
2026-03-29 22:22:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with scrape type 2
2026-03-29 22:22:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1, identifier: 7004036auction61871
2026-03-29 22:22:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 7004036auction61871
2026-03-29 22:22:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 7004036auction61871
2026-03-29 22:22:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1 with identifier: 7004036auction61871 to the API
2026-03-29 22:22:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004036>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '14a7c954-dfa2-5e2f-a79c-aaaa5979c4c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004036',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 109459,
'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': 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': 2021}
2026-03-29 22:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004036auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:01 [ecarstrade.be] INFO: Saving data for 7004036auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537452.890208, 'last_price_update_time': 1774822921.893469}
2026-03-29 22:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004036auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004034> (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-29 22:22:02 [ecarstrade.be] INFO: Extracting details for car 7004034auction61871
2026-03-29 22:22:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 7004034auction61871
2026-03-29 22:22:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with scrape type 2
2026-03-29 22:22:02 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with scrape type 2
2026-03-29 22:22:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5, identifier: 7004034auction61871
2026-03-29 22:22:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 7004034auction61871
2026-03-29 22:22:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 7004034auction61871
2026-03-29 22:22:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f4cd675-4f18-5e68-9189-1747a9e0f7c5 with identifier: 7004034auction61871 to the API
2026-03-29 22:22:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004034>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '0f4cd675-4f18-5e68-9189-1747a9e0f7c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004034',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 84299,
'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': 2,
'seller_name': None,
'title': "Renault, _Kangoo Express '13, Renault Kangoo Express Blue dCi 80 "
'Grand Confort 4',
'transmission': 'manual',
'trim': ", _ Express '13, Express Blue dCi 80 Grand Confort 4",
'vin': None,
'year': 2020}
2026-03-29 22:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004034auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:02 [ecarstrade.be] INFO: Saving data for 7004034auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537456.856068, 'last_price_update_time': 1774822922.427371}
2026-03-29 22:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004034auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:03 [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-29 22:22:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7004059auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004059auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7004059auction61871: 2
2026-03-29 22:22:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005234auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005234auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005234auction61871: 2
2026-03-29 22:22:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005235auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005235auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005235auction61871: 2
2026-03-29 22:22:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005236auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005236auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005236auction61871: 2
2026-03-29 22:22:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005237auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005237auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005237auction61871: 2
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005238auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005238auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005238auction61871: 2
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005239auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005239auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005239auction61871: 2
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005240auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005240auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005240auction61871: 2
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005241auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005241auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005241auction61871: 2
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005242auction61871
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005242auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:03 [ecarstrade.be] INFO: Scrape type for 7005242auction61871: 2
2026-03-29 22:22:03 [ecarstrade.be] INFO: Found listing with ID: 7005243auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005243auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005243auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005245auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005245auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005245auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005246auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005246auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005246auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005247auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005247auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005247auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005248auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005248auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005248auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005249auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005249auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005249auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005250auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005250auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005250auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005251auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005251auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005251auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005252auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005252auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005252auction61871: 2
2026-03-29 22:22:04 [ecarstrade.be] INFO: Found listing with ID: 7005253auction61871
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005253auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:04 [ecarstrade.be] INFO: Scrape type for 7005253auction61871: 2
2026-03-29 22:22:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004028> (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-29 22:22:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:04 [ecarstrade.be] INFO: Extracting details for car 7004028auction61871
2026-03-29 22:22:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 7004028auction61871
2026-03-29 22:22:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 88588de2-4be5-57bd-9954-d64ee998141e with scrape type 2
2026-03-29 22:22:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 88588de2-4be5-57bd-9954-d64ee998141e with scrape type 2
2026-03-29 22:22:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 88588de2-4be5-57bd-9954-d64ee998141e, identifier: 7004028auction61871
2026-03-29 22:22:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 7004028auction61871
2026-03-29 22:22:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 7004028auction61871
2026-03-29 22:22:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 88588de2-4be5-57bd-9954-d64ee998141e with identifier: 7004028auction61871 to the API
2026-03-29 22:22:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004028>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '88588de2-4be5-57bd-9954-d64ee998141e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004028',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 147465,
'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': 3,
'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-29 22:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004028auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:05 [ecarstrade.be] INFO: Saving data for 7004028auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537503.256503, 'last_price_update_time': 1774822925.104796}
2026-03-29 22:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004028auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004027> (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-29 22:22:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:05 [ecarstrade.be] INFO: Extracting details for car 7004027auction61871
2026-03-29 22:22:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 7004027auction61871
2026-03-29 22:22:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with scrape type 2
2026-03-29 22:22:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with scrape type 2
2026-03-29 22:22:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7, identifier: 7004027auction61871
2026-03-29 22:22:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 7004027auction61871
2026-03-29 22:22:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 7004027auction61871
2026-03-29 22:22:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56e7f7ec-3a0e-58d8-adae-37b98f8820e7 with identifier: 7004027auction61871 to the API
2026-03-29 22:22:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004027>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '56e7f7ec-3a0e-58d8-adae-37b98f8820e7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004027',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 39256,
'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-29 22:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004027auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:06 [ecarstrade.be] INFO: Saving data for 7004027auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537503.706518, 'last_price_update_time': 1774822926.118502}
2026-03-29 22:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004027auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004026> (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-29 22:22:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:06 [ecarstrade.be] INFO: Extracting details for car 7004026auction61871
2026-03-29 22:22:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 7004026auction61871
2026-03-29 22:22:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe20c9aa-950a-556e-b9f5-1475501e3f40 with scrape type 2
2026-03-29 22:22:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fe20c9aa-950a-556e-b9f5-1475501e3f40 with scrape type 2
2026-03-29 22:22:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe20c9aa-950a-556e-b9f5-1475501e3f40, identifier: 7004026auction61871
2026-03-29 22:22:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 7004026auction61871
2026-03-29 22:22:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 7004026auction61871
2026-03-29 22:22:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe20c9aa-950a-556e-b9f5-1475501e3f40 with identifier: 7004026auction61871 to the API
2026-03-29 22:22:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004026>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'fe20c9aa-950a-556e-b9f5-1475501e3f40',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004026',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '216 Gran Tourer',
'odometer': 152184,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Reeks Gran Tourer 216d (85kW) Aut. 5d',
'transmission': 'automatic',
'trim': '2 Reeks Gran Tourer 216d (85kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-29 22:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004026auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:06 [ecarstrade.be] INFO: Saving data for 7004026auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537502.648488, 'last_price_update_time': 1774822926.842538}
2026-03-29 22:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004026auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:06 [scrapy.extensions.logstats] INFO: Crawled 2109 pages (at 54 pages/min), scraped 1967 items (at 49 items/min)
2026-03-29 22:22:06 [scrapy.extensions.memusage] INFO: Peak memory usage is 311MiB
2026-03-29 22:22:09 [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-29 22:22:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005254auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005254auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005254auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005255auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005255auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005255auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005256auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005256auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005256auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005257auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005257auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005257auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005258auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005258auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005258auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005259auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005259auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005259auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005260auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005260auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005260auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005261auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005261auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005261auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005263auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005263auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005263auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005264auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005264auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005264auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005265auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005265auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005265auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005266auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005266auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005266auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005267auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005267auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005267auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005268auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005268auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005268auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005269auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005269auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005269auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005270auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005270auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005270auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005271auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005271auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005271auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005272auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005272auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005272auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005273auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005273auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005273auction61871: 2
2026-03-29 22:22:09 [ecarstrade.be] INFO: Found listing with ID: 7005274auction61871
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005274auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:09 [ecarstrade.be] INFO: Scrape type for 7005274auction61871: 2
2026-03-29 22:22:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005234> (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-29 22:22:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:10 [ecarstrade.be] INFO: Extracting details for car 7005234auction61871
2026-03-29 22:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 7005234auction61871
2026-03-29 22:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with scrape type 2
2026-03-29 22:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with scrape type 2
2026-03-29 22:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3, identifier: 7005234auction61871
2026-03-29 22:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 7005234auction61871
2026-03-29 22:22:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 7005234auction61871
2026-03-29 22:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 450265bd-b190-5a45-bbb1-bd2e15e0e9c3 with identifier: 7005234auction61871 to the API
2026-03-29 22:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005234>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '450265bd-b190-5a45-bbb1-bd2e15e0e9c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005234',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 55088,
'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': 'Mercedes-Benz Classe A A 180 Business Line 5d',
'transmission': 'automatic',
'trim': '-Benz Classe A Business Line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005234auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:10 [ecarstrade.be] INFO: Saving data for 7005234auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537489.108721, 'last_price_update_time': 1774822930.452707}
2026-03-29 22:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005234auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004059> (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-29 22:22:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:10 [ecarstrade.be] INFO: Extracting details for car 7004059auction61871
2026-03-29 22:22:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 7004059auction61871
2026-03-29 22:22:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee1059b0-0354-509e-954a-dc62e6357bc9 with scrape type 2
2026-03-29 22:22:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ee1059b0-0354-509e-954a-dc62e6357bc9 with scrape type 2
2026-03-29 22:22:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee1059b0-0354-509e-954a-dc62e6357bc9, identifier: 7004059auction61871
2026-03-29 22:22:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 7004059auction61871
2026-03-29 22:22:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 7004059auction61871
2026-03-29 22:22:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee1059b0-0354-509e-954a-dc62e6357bc9 with identifier: 7004059auction61871 to the API
2026-03-29 22:22:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004059>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'ee1059b0-0354-509e-954a-dc62e6357bc9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004059',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X2',
'odometer': 66995,
'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': 'BMW X2 sDrive16dA 85kW DCT 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA 85kW DCT 5d',
'vin': None,
'year': 2020}
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004059auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:11 [ecarstrade.be] INFO: Saving data for 7004059auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537489.616198, 'last_price_update_time': 1774822931.093585}
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004059auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005235> (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-29 22:22:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:11 [ecarstrade.be] INFO: Extracting details for car 7005235auction61871
2026-03-29 22:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 7005235auction61871
2026-03-29 22:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a78500c8-6f51-5c17-ac2a-48b73de8685c with scrape type 2
2026-03-29 22:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a78500c8-6f51-5c17-ac2a-48b73de8685c with scrape type 2
2026-03-29 22:22:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a78500c8-6f51-5c17-ac2a-48b73de8685c, identifier: 7005235auction61871
2026-03-29 22:22:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 7005235auction61871
2026-03-29 22:22:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 7005235auction61871
2026-03-29 22:22:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a78500c8-6f51-5c17-ac2a-48b73de8685c with identifier: 7005235auction61871 to the API
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005235>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'a78500c8-6f51-5c17-ac2a-48b73de8685c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005235',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 42566,
'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': 'Renault Arkana E-TECH Hybrid Engineered 5d',
'transmission': 'automatic',
'trim': 'E-TECH Hybrid Engineered 5d',
'vin': None,
'year': 2023}
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005235auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:11 [ecarstrade.be] INFO: Saving data for 7005235auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537490.033669, 'last_price_update_time': 1774822931.705868}
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005235auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005236> (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-29 22:22:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:11 [ecarstrade.be] INFO: Extracting details for car 7005236auction61871
2026-03-29 22:22:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 7005236auction61871
2026-03-29 22:22:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with scrape type 2
2026-03-29 22:22:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with scrape type 2
2026-03-29 22:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d, identifier: 7005236auction61871
2026-03-29 22:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 7005236auction61871
2026-03-29 22:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 7005236auction61871
2026-03-29 22:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d with identifier: 7005236auction61871 to the API
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005236>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '55ff1edc-a71f-5ce9-8cf1-a89ad0741f7d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005236',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 36509,
'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': "BMW, X1 FL'19, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005236auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:12 [ecarstrade.be] INFO: Saving data for 7005236auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537487.899484, 'last_price_update_time': 1774822932.337883}
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005236auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005237> (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-29 22:22:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:12 [ecarstrade.be] INFO: Extracting details for car 7005237auction61871
2026-03-29 22:22:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 7005237auction61871
2026-03-29 22:22:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with scrape type 2
2026-03-29 22:22:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with scrape type 2
2026-03-29 22:22:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38b61ad1-e11c-5d97-9744-ff0b8fe52018, identifier: 7005237auction61871
2026-03-29 22:22:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 7005237auction61871
2026-03-29 22:22:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 7005237auction61871
2026-03-29 22:22:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38b61ad1-e11c-5d97-9744-ff0b8fe52018 with identifier: 7005237auction61871 to the API
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005237>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '38b61ad1-e11c-5d97-9744-ff0b8fe52018',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005237',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 71513,
'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, A-Class '18 PHEV, Mercedes-Benz A-Klasse A 250 e Business "
'Solution 5',
'transmission': 'automatic',
'trim': ", '18 PHEV, -Benz A-Klasse A 250 e Business Solution 5",
'vin': None,
'year': 2022}
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005237auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:12 [ecarstrade.be] INFO: Saving data for 7005237auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537551.971457, 'last_price_update_time': 1774822932.859565}
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005237auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005238> (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-29 22:22:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:13 [ecarstrade.be] INFO: Extracting details for car 7005238auction61871
2026-03-29 22:22:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 7005238auction61871
2026-03-29 22:22:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f36859e4-746a-585c-8914-aacb2417da13 with scrape type 2
2026-03-29 22:22:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f36859e4-746a-585c-8914-aacb2417da13 with scrape type 2
2026-03-29 22:22:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f36859e4-746a-585c-8914-aacb2417da13, identifier: 7005238auction61871
2026-03-29 22:22:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 7005238auction61871
2026-03-29 22:22:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 7005238auction61871
2026-03-29 22:22:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f36859e4-746a-585c-8914-aacb2417da13 with identifier: 7005238auction61871 to the API
2026-03-29 22:22:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005238>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'f36859e4-746a-585c-8914-aacb2417da13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005238',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 32565,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Octavia Combi '20, Skoda Octavia Combi 1.0 TSI eTec 81kW "
'DSG7 Clever+',
'transmission': 'automatic',
'trim': ", Combi '20, Combi 1.0 TSI eTec 81kW DSG7 Clever+",
'vin': None,
'year': 2024}
2026-03-29 22:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005238auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:14 [ecarstrade.be] INFO: Saving data for 7005238auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537552.713876, 'last_price_update_time': 1774822934.026171}
2026-03-29 22:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005238auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005239> (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-29 22:22:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:15 [ecarstrade.be] INFO: Extracting details for car 7005239auction61871
2026-03-29 22:22:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 7005239auction61871
2026-03-29 22:22:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with scrape type 2
2026-03-29 22:22:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with scrape type 2
2026-03-29 22:22:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6, identifier: 7005239auction61871
2026-03-29 22:22:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 7005239auction61871
2026-03-29 22:22:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 7005239auction61871
2026-03-29 22:22:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ab0766c-8cae-534b-b0b6-bd634d2b78e6 with identifier: 7005239auction61871 to the API
2026-03-29 22:22:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005239>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '6ab0766c-8cae-534b-b0b6-bd634d2b78e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005239',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': "cee'd",
'odometer': 10347,
'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-29 22:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005239auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:15 [ecarstrade.be] INFO: Saving data for 7005239auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537518.950026, 'last_price_update_time': 1774822935.933383}
2026-03-29 22:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005239auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005240> (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-29 22:22:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:16 [ecarstrade.be] INFO: Extracting details for car 7005240auction61871
2026-03-29 22:22:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 7005240auction61871
2026-03-29 22:22:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13eec96-7ec8-585f-986b-5e6dd2f6e34e with scrape type 2
2026-03-29 22:22:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f13eec96-7ec8-585f-986b-5e6dd2f6e34e with scrape type 2
2026-03-29 22:22:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f13eec96-7ec8-585f-986b-5e6dd2f6e34e, identifier: 7005240auction61871
2026-03-29 22:22:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 7005240auction61871
2026-03-29 22:22:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 7005240auction61871
2026-03-29 22:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f13eec96-7ec8-585f-986b-5e6dd2f6e34e with identifier: 7005240auction61871 to the API
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005240>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'f13eec96-7ec8-585f-986b-5e6dd2f6e34e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005240',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 127327,
'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': 'PEUGEOT 3008 - 2021 1.2 PureTech 130 Active Pack 5d',
'transmission': 'automatic',
'trim': 'PEUGEOT - 2021 1.2 PureTech 130 Active Pack 5d',
'vin': None,
'year': 2022}
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005240auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:17 [ecarstrade.be] INFO: Saving data for 7005240auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537514.950474, 'last_price_update_time': 1774822937.251229}
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005240auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005241> (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-29 22:22:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:17 [ecarstrade.be] INFO: Extracting details for car 7005241auction61871
2026-03-29 22:22:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 7005241auction61871
2026-03-29 22:22:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f896df4-7340-526a-8270-1ee8e38d299e with scrape type 2
2026-03-29 22:22:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3f896df4-7340-526a-8270-1ee8e38d299e with scrape type 2
2026-03-29 22:22:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f896df4-7340-526a-8270-1ee8e38d299e, identifier: 7005241auction61871
2026-03-29 22:22:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 7005241auction61871
2026-03-29 22:22:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 7005241auction61871
2026-03-29 22:22:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f896df4-7340-526a-8270-1ee8e38d299e with identifier: 7005241auction61871 to the API
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005241>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3f896df4-7340-526a-8270-1ee8e38d299e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005241',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 87043,
'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, Q3 SB '19 PHEV, Audi Q3 Sportback 45 TFSI e S tronic 5d",
'transmission': 'automatic',
'trim': ", SB '19 PHEV, Sportback 45 TFSI e S tronic 5d",
'vin': None,
'year': 2022}
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005241auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:17 [ecarstrade.be] INFO: Saving data for 7005241auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537515.517774, 'last_price_update_time': 1774822937.779451}
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005241auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005242> (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-29 22:22:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:18 [ecarstrade.be] INFO: Extracting details for car 7005242auction61871
2026-03-29 22:22:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 7005242auction61871
2026-03-29 22:22:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with scrape type 2
2026-03-29 22:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with scrape type 2
2026-03-29 22:22:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01b4f20a-427a-54ef-9613-c1f9abfbeec6, identifier: 7005242auction61871
2026-03-29 22:22:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 7005242auction61871
2026-03-29 22:22:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 7005242auction61871
2026-03-29 22:22:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01b4f20a-427a-54ef-9613-c1f9abfbeec6 with identifier: 7005242auction61871 to the API
2026-03-29 22:22:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005242>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '01b4f20a-427a-54ef-9613-c1f9abfbeec6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005242',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X3',
'odometer': 163198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 DIESEL - 2018 2.0 dA 190 xDrive20 (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2018 2.0 dA 190 xDrive20 (EU6d-TEMP) 5d',
'vin': None,
'year': 2019}
2026-03-29 22:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005242auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:18 [ecarstrade.be] INFO: Saving data for 7005242auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537513.927383, 'last_price_update_time': 1774822938.532622}
2026-03-29 22:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005242auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005243> (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-29 22:22:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:18 [ecarstrade.be] INFO: Extracting details for car 7005243auction61871
2026-03-29 22:22:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 7005243auction61871
2026-03-29 22:22:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2bed0d2d-fcfa-5caf-b023-44258f657671 with scrape type 2
2026-03-29 22:22:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2bed0d2d-fcfa-5caf-b023-44258f657671 with scrape type 2
2026-03-29 22:22:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2bed0d2d-fcfa-5caf-b023-44258f657671, identifier: 7005243auction61871
2026-03-29 22:22:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 7005243auction61871
2026-03-29 22:22:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 7005243auction61871
2026-03-29 22:22:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2bed0d2d-fcfa-5caf-b023-44258f657671 with identifier: 7005243auction61871 to the API
2026-03-29 22:22:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005243>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '2bed0d2d-fcfa-5caf-b023-44258f657671',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005243',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 60317,
'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': 'MERCEDES CLASSE A DIESEL (W177) A 180 d 116hp Business Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A DIESEL (W177) d 116hp Business Line 5d',
'vin': None,
'year': 2023}
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005243auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:19 [ecarstrade.be] INFO: Saving data for 7005243auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537528.381325, 'last_price_update_time': 1774822939.062104}
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005243auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005253> (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-29 22:22:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:19 [ecarstrade.be] INFO: Extracting details for car 7005253auction61871
2026-03-29 22:22:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 7005253auction61871
2026-03-29 22:22:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with scrape type 2
2026-03-29 22:22:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with scrape type 2
2026-03-29 22:22:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1, identifier: 7005253auction61871
2026-03-29 22:22:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 7005253auction61871
2026-03-29 22:22:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 7005253auction61871
2026-03-29 22:22:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ae3b6be-80f9-5227-900f-3ac23ffb0ce1 with identifier: 7005253auction61871 to the API
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005253>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '9ae3b6be-80f9-5227-900f-3ac23ffb0ce1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005253',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '116',
'odometer': 74787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005253auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:19 [ecarstrade.be] INFO: Saving data for 7005253auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537500.55369, 'last_price_update_time': 1774822939.612761}
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005253auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005252> (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-29 22:22:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:20 [ecarstrade.be] INFO: Extracting details for car 7005252auction61871
2026-03-29 22:22:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 7005252auction61871
2026-03-29 22:22:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with scrape type 2
2026-03-29 22:22:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with scrape type 2
2026-03-29 22:22:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690, identifier: 7005252auction61871
2026-03-29 22:22:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 7005252auction61871
2026-03-29 22:22:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 7005252auction61871
2026-03-29 22:22:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94c5e0ad-4f04-59c7-bf8c-6341bf2e8690 with identifier: 7005252auction61871 to the API
2026-03-29 22:22:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005252>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '94c5e0ad-4f04-59c7-bf8c-6341bf2e8690',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005252',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '218 Gran Coupé',
'odometer': 50589,
'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 2 GRAN COUPE 218iA 136hp OPF 4d',
'transmission': 'automatic',
'trim': '2 GRAN COUPE 218iA 136hp OPF 4d',
'vin': None,
'year': 2023}
2026-03-29 22:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005252auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:21 [ecarstrade.be] INFO: Saving data for 7005252auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537498.688627, 'last_price_update_time': 1774822941.329867}
2026-03-29 22:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005252auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005251> (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-29 22:22:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:22 [ecarstrade.be] INFO: Extracting details for car 7005251auction61871
2026-03-29 22:22:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 7005251auction61871
2026-03-29 22:22:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b040c4e6-9497-52f3-acd8-de074d924fbd with scrape type 2
2026-03-29 22:22:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b040c4e6-9497-52f3-acd8-de074d924fbd with scrape type 2
2026-03-29 22:22:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b040c4e6-9497-52f3-acd8-de074d924fbd, identifier: 7005251auction61871
2026-03-29 22:22:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 7005251auction61871
2026-03-29 22:22:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 7005251auction61871
2026-03-29 22:22:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b040c4e6-9497-52f3-acd8-de074d924fbd with identifier: 7005251auction61871 to the API
2026-03-29 22:22:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005251>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'b040c4e6-9497-52f3-acd8-de074d924fbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005251',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 32064,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz A-Klasse A 180 d DCT Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz A-Klasse d DCT Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-29 22:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005251auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:22 [ecarstrade.be] INFO: Saving data for 7005251auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537499.055358, 'last_price_update_time': 1774822942.556302}
2026-03-29 22:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005251auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005250> (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-29 22:22:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:23 [ecarstrade.be] INFO: Extracting details for car 7005250auction61871
2026-03-29 22:22:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 7005250auction61871
2026-03-29 22:22:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de8b0b24-60ba-5528-a7b5-c393824ef16d with scrape type 2
2026-03-29 22:22:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item de8b0b24-60ba-5528-a7b5-c393824ef16d with scrape type 2
2026-03-29 22:22:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de8b0b24-60ba-5528-a7b5-c393824ef16d, identifier: 7005250auction61871
2026-03-29 22:22:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 7005250auction61871
2026-03-29 22:22:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 7005250auction61871
2026-03-29 22:22:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de8b0b24-60ba-5528-a7b5-c393824ef16d with identifier: 7005250auction61871 to the API
2026-03-29 22:22:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005250>
{'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-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'de8b0b24-60ba-5528-a7b5-c393824ef16d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005250',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 190765,
'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': 3,
'seller_name': None,
'title': 'FORD TRANSIT CONNECT SWB DSL - 2021 200 1.5 TDCi 100 Trend 5d',
'transmission': 'manual',
'trim': 'FORD TRANSIT CONNECT SWB DSL - 2021 200 1.5 TDCi 100 Trend 5d',
'vin': None,
'year': 2022}
2026-03-29 22:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005250auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:23 [ecarstrade.be] INFO: Saving data for 7005250auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537499.582275, 'last_price_update_time': 1774822943.875055}
2026-03-29 22:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005250auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005274> (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-29 22:22:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:24 [ecarstrade.be] INFO: Extracting details for car 7005274auction61871
2026-03-29 22:22:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 7005274auction61871
2026-03-29 22:22:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75351067-1899-58f5-9c83-2b235f712b93 with scrape type 2
2026-03-29 22:22:24 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 75351067-1899-58f5-9c83-2b235f712b93 with scrape type 2
2026-03-29 22:22:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75351067-1899-58f5-9c83-2b235f712b93, identifier: 7005274auction61871
2026-03-29 22:22:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 7005274auction61871
2026-03-29 22:22:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 7005274auction61871
2026-03-29 22:22:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75351067-1899-58f5-9c83-2b235f712b93 with identifier: 7005274auction61871 to the API
2026-03-29 22:22:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005274>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '75351067-1899-58f5-9c83-2b235f712b93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005274',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 116339,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S Active 5d',
'transmission': 'manual',
'trim': '1.5 BlueHDi 96kW S&S Active 5d',
'vin': None,
'year': 2020}
2026-03-29 22:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005274auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:24 [ecarstrade.be] INFO: Saving data for 7005274auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537534.972358, 'last_price_update_time': 1774822944.453034}
2026-03-29 22:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005274auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005273> (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-29 22:22:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:25 [ecarstrade.be] INFO: Extracting details for car 7005273auction61871
2026-03-29 22:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 7005273auction61871
2026-03-29 22:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05173552-5cd8-5cb1-a601-b58d336a0aef with scrape type 2
2026-03-29 22:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05173552-5cd8-5cb1-a601-b58d336a0aef with scrape type 2
2026-03-29 22:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05173552-5cd8-5cb1-a601-b58d336a0aef, identifier: 7005273auction61871
2026-03-29 22:22:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 7005273auction61871
2026-03-29 22:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 7005273auction61871
2026-03-29 22:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05173552-5cd8-5cb1-a601-b58d336a0aef with identifier: 7005273auction61871 to the API
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005273>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '05173552-5cd8-5cb1-a601-b58d336a0aef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005273',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 64514,
'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': 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-29 22:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005273auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:25 [ecarstrade.be] INFO: Saving data for 7005273auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537529.91126, 'last_price_update_time': 1774822945.439688}
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005273auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005272> (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-29 22:22:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:25 [ecarstrade.be] INFO: Extracting details for car 7005272auction61871
2026-03-29 22:22:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 7005272auction61871
2026-03-29 22:22:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662ca185-a6cf-5249-a103-c216d62fc0df with scrape type 2
2026-03-29 22:22:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 662ca185-a6cf-5249-a103-c216d62fc0df with scrape type 2
2026-03-29 22:22:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 662ca185-a6cf-5249-a103-c216d62fc0df, identifier: 7005272auction61871
2026-03-29 22:22:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 7005272auction61871
2026-03-29 22:22:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 7005272auction61871
2026-03-29 22:22:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 662ca185-a6cf-5249-a103-c216d62fc0df with identifier: 7005272auction61871 to the API
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005272>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '662ca185-a6cf-5249-a103-c216d62fc0df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005272',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 185555,
'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': "Peugeot, 3008 '16, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 GT Line "
'5d',
'transmission': 'automatic',
'trim': ", '16, 1.5 BlueHDi 96kW S&S EAT8 GT Line 5d",
'vin': None,
'year': 2020}
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005272auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:25 [ecarstrade.be] INFO: Saving data for 7005272auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537527.989164, 'last_price_update_time': 1774822945.94479}
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005272auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005271> (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-29 22:22:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:26 [ecarstrade.be] INFO: Extracting details for car 7005271auction61871
2026-03-29 22:22:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 7005271auction61871
2026-03-29 22:22:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd4c0b82-1a77-5102-a03a-afb7d7093dde with scrape type 2
2026-03-29 22:22:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd4c0b82-1a77-5102-a03a-afb7d7093dde with scrape type 2
2026-03-29 22:22:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd4c0b82-1a77-5102-a03a-afb7d7093dde, identifier: 7005271auction61871
2026-03-29 22:22:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 7005271auction61871
2026-03-29 22:22:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 7005271auction61871
2026-03-29 22:22:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd4c0b82-1a77-5102-a03a-afb7d7093dde with identifier: 7005271auction61871 to the API
2026-03-29 22:22:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005271>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bd4c0b82-1a77-5102-a03a-afb7d7093dde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005271',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 75511,
'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, A-Class '18, Mercedes-Benz A-Klasse A 250 e Business "
'Solution 5',
'transmission': 'automatic',
'trim': ", '18, -Benz A-Klasse A 250 e Business Solution 5",
'vin': None,
'year': 2021}
2026-03-29 22:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005271auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:26 [ecarstrade.be] INFO: Saving data for 7005271auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537527.584662, 'last_price_update_time': 1774822946.653436}
2026-03-29 22:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005271auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005270> (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-29 22:22:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:27 [ecarstrade.be] INFO: Extracting details for car 7005270auction61871
2026-03-29 22:22:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 7005270auction61871
2026-03-29 22:22:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5682c9cc-89aa-5cf0-a469-fb900af9c199 with scrape type 2
2026-03-29 22:22:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5682c9cc-89aa-5cf0-a469-fb900af9c199 with scrape type 2
2026-03-29 22:22:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5682c9cc-89aa-5cf0-a469-fb900af9c199, identifier: 7005270auction61871
2026-03-29 22:22:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 7005270auction61871
2026-03-29 22:22:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 7005270auction61871
2026-03-29 22:22:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5682c9cc-89aa-5cf0-a469-fb900af9c199 with identifier: 7005270auction61871 to the API
2026-03-29 22:22:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005270>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '5682c9cc-89aa-5cf0-a469-fb900af9c199',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005270',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 144307,
'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': "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': 2021}
2026-03-29 22:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005270auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:27 [ecarstrade.be] INFO: Saving data for 7005270auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537569.729132, 'last_price_update_time': 1774822947.702844}
2026-03-29 22:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005270auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005269> (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-29 22:22:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:28 [ecarstrade.be] INFO: Extracting details for car 7005269auction61871
2026-03-29 22:22:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e859327-5445-5002-be82-829446520d49 with identifier: 7005269auction61871
2026-03-29 22:22:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e859327-5445-5002-be82-829446520d49 with scrape type 2
2026-03-29 22:22:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e859327-5445-5002-be82-829446520d49 with scrape type 2
2026-03-29 22:22:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e859327-5445-5002-be82-829446520d49, identifier: 7005269auction61871
2026-03-29 22:22:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e859327-5445-5002-be82-829446520d49 with identifier: 7005269auction61871
2026-03-29 22:22:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e859327-5445-5002-be82-829446520d49 with identifier: 7005269auction61871
2026-03-29 22:22:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e859327-5445-5002-be82-829446520d49 with identifier: 7005269auction61871 to the API
2026-03-29 22:22:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005269>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '4e859327-5445-5002-be82-829446520d49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005269',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 52412,
'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': "Toyota, C-HR '16, Toyota C-HR 1.8 VVT i-Hybrid C-Lub Bi-Tone E-CVT "
'5',
'transmission': 'automatic',
'trim': ", '16, 1.8 VVT i-Hybrid C-Lub Bi-Tone E-CVT 5",
'vin': None,
'year': 2021}
2026-03-29 22:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005269auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:28 [ecarstrade.be] INFO: Saving data for 7005269auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537568.957467, 'last_price_update_time': 1774822948.614541}
2026-03-29 22:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005269auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005268> (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-29 22:22:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:30 [ecarstrade.be] INFO: Extracting details for car 7005268auction61871
2026-03-29 22:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 7005268auction61871
2026-03-29 22:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with scrape type 2
2026-03-29 22:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with scrape type 2
2026-03-29 22:22:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3, identifier: 7005268auction61871
2026-03-29 22:22:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 7005268auction61871
2026-03-29 22:22:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 7005268auction61871
2026-03-29 22:22:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3 with identifier: 7005268auction61871 to the API
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005268>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'f40bfc28-b1ac-5db7-b4b5-d3c8ba8cf4b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005268',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 85667,
'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, Superb Combi FL'19, Skoda Superb Combi 2.0 CRTDI 110kW DSG7 "
'Style 5d',
'transmission': 'automatic',
'trim': ", Combi FL'19, Combi 2.0 CRTDI 110kW DSG7 Style 5d",
'vin': None,
'year': 2021}
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005268auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:30 [ecarstrade.be] INFO: Saving data for 7005268auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537570.503442, 'last_price_update_time': 1774822950.444136}
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005268auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005267> (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-29 22:22:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:30 [ecarstrade.be] INFO: Extracting details for car 7005267auction61871
2026-03-29 22:22:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 7005267auction61871
2026-03-29 22:22:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fbe00beb-e24d-56ef-a805-1bf4d4ac985c with scrape type 2
2026-03-29 22:22:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fbe00beb-e24d-56ef-a805-1bf4d4ac985c with scrape type 2
2026-03-29 22:22:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fbe00beb-e24d-56ef-a805-1bf4d4ac985c, identifier: 7005267auction61871
2026-03-29 22:22:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 7005267auction61871
2026-03-29 22:22:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 7005267auction61871
2026-03-29 22:22:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fbe00beb-e24d-56ef-a805-1bf4d4ac985c with identifier: 7005267auction61871 to the API
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005267>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'fbe00beb-e24d-56ef-a805-1bf4d4ac985c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005267',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 56641,
'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': "BMW, X1 FL'19, BMW X1 sDrive16dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive16dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005267auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:30 [ecarstrade.be] INFO: Saving data for 7005267auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537569.444541, 'last_price_update_time': 1774822950.965981}
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005267auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005265> (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-29 22:22:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:31 [ecarstrade.be] INFO: Extracting details for car 7005265auction61871
2026-03-29 22:22:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 7005265auction61871
2026-03-29 22:22:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 904b2821-b122-51b6-a7c4-fde02df36743 with scrape type 2
2026-03-29 22:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 904b2821-b122-51b6-a7c4-fde02df36743 with scrape type 2
2026-03-29 22:22:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 904b2821-b122-51b6-a7c4-fde02df36743, identifier: 7005265auction61871
2026-03-29 22:22:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 7005265auction61871
2026-03-29 22:22:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 7005265auction61871
2026-03-29 22:22:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 904b2821-b122-51b6-a7c4-fde02df36743 with identifier: 7005265auction61871 to the API
2026-03-29 22:22:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005265>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '904b2821-b122-51b6-a7c4-fde02df36743',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005265',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C4',
'odometer': 59902,
'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': "Citroën, C4 '20, Citroën C4 1.5 BlueHDi 110 S&S MAN6 Feel 5d",
'transmission': 'manual',
'trim': "Citroën, '20, Citroën 1.5 BlueHDi 110 S&S MAN6 Feel 5d",
'vin': None,
'year': 2022}
2026-03-29 22:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005265auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:31 [ecarstrade.be] INFO: Saving data for 7005265auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537485.69844, 'last_price_update_time': 1774822951.814693}
2026-03-29 22:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005265auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005266> (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-29 22:22:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:31 [ecarstrade.be] INFO: Extracting details for car 7005266auction61871
2026-03-29 22:22:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 7005266auction61871
2026-03-29 22:22:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with scrape type 2
2026-03-29 22:22:31 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with scrape type 2
2026-03-29 22:22:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2dca2dc-cd0a-57e0-951b-116b9bae56a4, identifier: 7005266auction61871
2026-03-29 22:22:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 7005266auction61871
2026-03-29 22:22:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 7005266auction61871
2026-03-29 22:22:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2dca2dc-cd0a-57e0-951b-116b9bae56a4 with identifier: 7005266auction61871 to the API
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005266>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'b2dca2dc-cd0a-57e0-951b-116b9bae56a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005266',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mini',
'model': 'ONE',
'odometer': 52624,
'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': "MINI, Mini 5d '14, Mini 5 door One 5d",
'transmission': 'manual',
'trim': "MINI, 5d '14, 5 door One 5d",
'vin': None,
'year': 2021}
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005266auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:32 [ecarstrade.be] INFO: Saving data for 7005266auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537570.128424, 'last_price_update_time': 1774822952.342949}
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005266auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7004025> (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-29 22:22:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:32 [ecarstrade.be] INFO: Extracting details for car 7004025auction61871
2026-03-29 22:22:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 7004025auction61871
2026-03-29 22:22:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97cced92-3f35-51dc-8de5-a5ac875b3719 with scrape type 2
2026-03-29 22:22:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97cced92-3f35-51dc-8de5-a5ac875b3719 with scrape type 2
2026-03-29 22:22:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97cced92-3f35-51dc-8de5-a5ac875b3719, identifier: 7004025auction61871
2026-03-29 22:22:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 7004025auction61871
2026-03-29 22:22:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 7004025auction61871
2026-03-29 22:22:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97cced92-3f35-51dc-8de5-a5ac875b3719 with identifier: 7004025auction61871 to the API
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7004025>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '97cced92-3f35-51dc-8de5-a5ac875b3719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7004025',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 112315,
'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': 'DS 7 Crossback 1.6 PureTech 180 Auto PERFORMANCE Line 5d',
'transmission': 'automatic',
'trim': 'DS 7 Crossback 1.6 PureTech 180 Auto PERFORMANCE Line 5d',
'vin': None,
'year': 2020}
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004025auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:32 [ecarstrade.be] INFO: Saving data for 7004025auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537488.676706, 'last_price_update_time': 1774822952.850533}
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7004025auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005264> (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-29 22:22:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:33 [ecarstrade.be] INFO: Extracting details for car 7005264auction61871
2026-03-29 22:22:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 7005264auction61871
2026-03-29 22:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79ed278a-69c2-5cce-a91e-f47f159b1c8a with scrape type 2
2026-03-29 22:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79ed278a-69c2-5cce-a91e-f47f159b1c8a with scrape type 2
2026-03-29 22:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79ed278a-69c2-5cce-a91e-f47f159b1c8a, identifier: 7005264auction61871
2026-03-29 22:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 7005264auction61871
2026-03-29 22:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 7005264auction61871
2026-03-29 22:22:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79ed278a-69c2-5cce-a91e-f47f159b1c8a with identifier: 7005264auction61871 to the API
2026-03-29 22:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005264>
{'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': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '79ed278a-69c2-5cce-a91e-f47f159b1c8a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005264',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 160395,
'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': 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-29 22:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005264auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:33 [ecarstrade.be] INFO: Saving data for 7005264auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537486.201031, 'last_price_update_time': 1774822953.45829}
2026-03-29 22:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005264auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005263> (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-29 22:22:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:33 [ecarstrade.be] INFO: Extracting details for car 7005263auction61871
2026-03-29 22:22:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 7005263auction61871
2026-03-29 22:22:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with scrape type 2
2026-03-29 22:22:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with scrape type 2
2026-03-29 22:22:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87, identifier: 7005263auction61871
2026-03-29 22:22:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 7005263auction61871
2026-03-29 22:22:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 7005263auction61871
2026-03-29 22:22:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b3aa556-44d9-5f1b-9764-a0ed89e10a87 with identifier: 7005263auction61871 to the API
2026-03-29 22:22:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005263>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6b3aa556-44d9-5f1b-9764-a0ed89e10a87',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005263',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 24356,
'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': 7,
'seller_name': None,
'title': "Volvo, XC90 FL'20 PHEV, Volvo XC90 2.0 T8 4WD Ultimate Bright Aut. "
'5d',
'transmission': 'automatic',
'trim': ", FL'20 PHEV, 2.0 T8 4WD Ultimate Bright Aut. 5d",
'vin': None,
'year': 2022}
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005263auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:34 [ecarstrade.be] INFO: Saving data for 7005263auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537484.437988, 'last_price_update_time': 1774822954.152414}
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005263auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005261> (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-29 22:22:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:34 [ecarstrade.be] INFO: Extracting details for car 7005261auction61871
2026-03-29 22:22:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 7005261auction61871
2026-03-29 22:22:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with scrape type 2
2026-03-29 22:22:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with scrape type 2
2026-03-29 22:22:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed, identifier: 7005261auction61871
2026-03-29 22:22:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 7005261auction61871
2026-03-29 22:22:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 7005261auction61871
2026-03-29 22:22:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa3f7be8-465e-5ac6-8c54-ea0880ab44ed with identifier: 7005261auction61871 to the API
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005261>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'aa3f7be8-465e-5ac6-8c54-ea0880ab44ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005261',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 110328,
'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': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116d (85 kW) 5d",
'transmission': 'manual',
'trim': ", 1-serie '19, 1 Reeks Hatch d (85 kW) 5d",
'vin': None,
'year': 2020}
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005261auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:34 [ecarstrade.be] INFO: Saving data for 7005261auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537484.732386, 'last_price_update_time': 1774822954.86561}
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005261auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005260> (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-29 22:22:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:36 [ecarstrade.be] INFO: Extracting details for car 7005260auction61871
2026-03-29 22:22:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 7005260auction61871
2026-03-29 22:22:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with scrape type 2
2026-03-29 22:22:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with scrape type 2
2026-03-29 22:22:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcbe0ecc-2e15-5c39-99d1-39aa64937d92, identifier: 7005260auction61871
2026-03-29 22:22:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 7005260auction61871
2026-03-29 22:22:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 7005260auction61871
2026-03-29 22:22:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcbe0ecc-2e15-5c39-99d1-39aa64937d92 with identifier: 7005260auction61871 to the API
2026-03-29 22:22:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005260>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'bcbe0ecc-2e15-5c39-99d1-39aa64937d92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005260',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 129797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Active Pack 5d',
'vin': None,
'year': 2024}
2026-03-29 22:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005260auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:36 [ecarstrade.be] INFO: Saving data for 7005260auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537485.393522, 'last_price_update_time': 1774822956.840602}
2026-03-29 22:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005260auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005259> (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-29 22:22:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:37 [ecarstrade.be] INFO: Extracting details for car 7005259auction61871
2026-03-29 22:22:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 7005259auction61871
2026-03-29 22:22:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01911db0-cd99-57cc-9e30-1171216e40b5 with scrape type 2
2026-03-29 22:22:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 01911db0-cd99-57cc-9e30-1171216e40b5 with scrape type 2
2026-03-29 22:22:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01911db0-cd99-57cc-9e30-1171216e40b5, identifier: 7005259auction61871
2026-03-29 22:22:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 7005259auction61871
2026-03-29 22:22:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 7005259auction61871
2026-03-29 22:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01911db0-cd99-57cc-9e30-1171216e40b5 with identifier: 7005259auction61871 to the API
2026-03-29 22:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005259>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '01911db0-cd99-57cc-9e30-1171216e40b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005259',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Cooper',
'odometer': 138601,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Clubman Cooper (100 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman (100 kW) Aut. 5d',
'vin': None,
'year': 2018}
2026-03-29 22:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005259auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:38 [ecarstrade.be] INFO: Saving data for 7005259auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537483.965741, 'last_price_update_time': 1774822958.269407}
2026-03-29 22:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005259auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005258> (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-29 22:22:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:38 [ecarstrade.be] INFO: Extracting details for car 7005258auction61871
2026-03-29 22:22:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 7005258auction61871
2026-03-29 22:22:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with scrape type 2
2026-03-29 22:22:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with scrape type 2
2026-03-29 22:22:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a, identifier: 7005258auction61871
2026-03-29 22:22:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 7005258auction61871
2026-03-29 22:22:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 7005258auction61871
2026-03-29 22:22:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a with identifier: 7005258auction61871 to the API
2026-03-29 22:22:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005258>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': 'ebc8ad56-a5ff-5c8a-9e58-965c3f2ca20a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005258',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 91672,
'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': 'Volkswagen Golf VIII 1.0 TSI 81kW Life Business 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life Business 5d',
'vin': None,
'year': 2022}
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005258auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:39 [ecarstrade.be] INFO: Saving data for 7005258auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537492.743271, 'last_price_update_time': 1774822959.283286}
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005258auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005256> (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-29 22:22:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:39 [ecarstrade.be] INFO: Extracting details for car 7005256auction61871
2026-03-29 22:22:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 7005256auction61871
2026-03-29 22:22:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with scrape type 2
2026-03-29 22:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with scrape type 2
2026-03-29 22:22:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f, identifier: 7005256auction61871
2026-03-29 22:22:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 7005256auction61871
2026-03-29 22:22:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 7005256auction61871
2026-03-29 22:22:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f with identifier: 7005256auction61871 to the API
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005256>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'a1e14b17-f3f1-5b74-a94b-5ffa2ff25a8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005256',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 154414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Arteon 2.0 TDI SCR 110kW DSG 5d',
'transmission': 'automatic',
'trim': '2.0 TDI SCR 110kW DSG 5d',
'vin': None,
'year': 2019}
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005256auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:39 [ecarstrade.be] INFO: Saving data for 7005256auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537491.93686, 'last_price_update_time': 1774822959.804793}
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005256auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005255> (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-29 22:22:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-29 22:22:39 [ecarstrade.be] INFO: Extracting details for car 7005255auction61871
2026-03-29 22:22:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 7005255auction61871
2026-03-29 22:22:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65afc31b-bf68-5491-b302-d9c72375c9b3 with scrape type 2
2026-03-29 22:22:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65afc31b-bf68-5491-b302-d9c72375c9b3 with scrape type 2
2026-03-29 22:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65afc31b-bf68-5491-b302-d9c72375c9b3, identifier: 7005255auction61871
2026-03-29 22:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 7005255auction61871
2026-03-29 22:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 7005255auction61871
2026-03-29 22:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65afc31b-bf68-5491-b302-d9c72375c9b3 with identifier: 7005255auction61871 to the API
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005255>
{'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-31T23:40:01Z',
'fuel_type': 'Petrol',
'id': '65afc31b-bf68-5491-b302-d9c72375c9b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005255',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 88462,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-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-29 22:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005255auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:40 [ecarstrade.be] INFO: Saving data for 7005255auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537492.402649, 'last_price_update_time': 1774822960.316417}
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005255auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005254> (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-29 22:22:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005257> (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-29 22:22:40 [ecarstrade.be] INFO: Extracting details for car 7005254auction61871
2026-03-29 22:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 7005254auction61871
2026-03-29 22:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with scrape type 2
2026-03-29 22:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with scrape type 2
2026-03-29 22:22:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b, identifier: 7005254auction61871
2026-03-29 22:22:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 7005254auction61871
2026-03-29 22:22:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 7005254auction61871
2026-03-29 22:22:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 03fd39e9-49f4-5c66-913c-b2d7a757ab4b with identifier: 7005254auction61871 to the API
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005254>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '03fd39e9-49f4-5c66-913c-b2d7a757ab4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005254',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Combo',
'odometer': 100972,
'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': 2,
'seller_name': None,
'title': 'Opel Combo 1.5 Turbo 75kW 2.3T L2H1 Edition 4d',
'transmission': 'manual',
'trim': '1.5 Turbo 75kW 2.3T L2H1 Edition 4d',
'vin': None,
'year': 2022}
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005254auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:40 [ecarstrade.be] INFO: Saving data for 7005254auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537500.052546, 'last_price_update_time': 1774822960.915165}
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005254auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:40 [ecarstrade.be] INFO: Extracting details for car 7005257auction61871
2026-03-29 22:22:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 7005257auction61871
2026-03-29 22:22:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 447b3ac2-a960-5774-96a3-7ede180cb4b7 with scrape type 2
2026-03-29 22:22:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 447b3ac2-a960-5774-96a3-7ede180cb4b7 with scrape type 2
2026-03-29 22:22:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 447b3ac2-a960-5774-96a3-7ede180cb4b7, identifier: 7005257auction61871
2026-03-29 22:22:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 7005257auction61871
2026-03-29 22:22:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 7005257auction61871
2026-03-29 22:22:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 447b3ac2-a960-5774-96a3-7ede180cb4b7 with identifier: 7005257auction61871 to the API
2026-03-29 22:22:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005257>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': '447b3ac2-a960-5774-96a3-7ede180cb4b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005257',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 212978,
'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': 2,
'seller_name': None,
'title': 'Volkswagen Transporter 2.0 TDi SCR BMT 81/110 LWB 2.8T 4d',
'transmission': 'manual',
'trim': 'Transporter 2.0 TDi SCR BMT 81/110 LWB 2.8T 4d',
'vin': None,
'year': 2021}
2026-03-29 22:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005257auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:42 [ecarstrade.be] INFO: Saving data for 7005257auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537491.078769, 'last_price_update_time': 1774822962.234298}
2026-03-29 22:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005257auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7005249> (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-29 22:22:43 [ecarstrade.be] INFO: Extracting details for car 7005249auction61871
2026-03-29 22:22:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 7005249auction61871
2026-03-29 22:22:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with scrape type 2
2026-03-29 22:22:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with scrape type 2
2026-03-29 22:22:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c, identifier: 7005249auction61871
2026-03-29 22:22:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 7005249auction61871
2026-03-29 22:22:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 7005249auction61871
2026-03-29 22:22:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c with identifier: 7005249auction61871 to the API
2026-03-29 22:22:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-29 22:22: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-29 22:22:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/7005249>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-31T23:40:01Z',
'fuel_type': 'Diesel',
'id': 'bbb3d9bb-8170-5e1e-b5aa-bfc01a67595c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7005249',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Express',
'odometer': 39388,
'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': 2,
'seller_name': None,
'title': 'Renault Express Blue dCi 95 Confort 4d',
'transmission': 'manual',
'trim': 'Blue dCi 95 Confort 4d',
'vin': None,
'year': 2023}
2026-03-29 22:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005249auction61871%27 HTTP/1.1" 200 None
2026-03-29 22:22:45 [ecarstrade.be] INFO: Saving data for 7005249auction61871: {'auction_closing_time': 1775000401.0, 'created_time': 1774537516.916326, 'last_price_update_time': 1774822965.226024}
2026-03-29 22:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-29 22:22:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7005249auction61871') HTTP/1.1" 204 0
2026-03-29 22:22:45 [scrapy.core.engine] DEBUG: Crawled (200)